컨텐츠로 건너뛰기

Understanding the `unpublished` Entry Type in BibTeX

이 내용은 아직 번역본이 없습니다.

BibTeX is a popular bibliographic management system that assists researchers and academics in organizing and formatting their bibliographies. It is widely used in computer science, but it is also useful in many other fields that require citation of sources. The “unpublished” entry type in BibTeX is used to cite sources that have not been officially published, such as theses, dissertations, and technical reports.

The “unpublished” entry type is a versatile entry type that allows authors to include all relevant information about an unpublished source, such as the author’s name, title, institution, and date. An example of a BibTeX entry for an unpublished source is as follows:

BibTeX 항목을 관리할 간단한 솔루션이 필요하신가요? CiteDrive를 탐색해보세요!

  • 웹 기반 현대적인 참고 문헌 관리
  • 동료 연구자들과 협업하고 공유하기
  • Overleaf와의 통합
  • BibTeX/BibLaTeX에 대한 포괄적인 지원
  • 브라우저에서 직접 문서와 웹사이트 저장
  • 수천만 개의 참조가 있는 데이터베이스에서 새로운 기사 검색
CiteDrive 사용해보기 ► 데모 보기
@unpublished{key,
author = {John Doe},
title = {The Importance of Unpublished Sources},
institution = {University of Example},
year = {2022},
}

The “key” field in this example is a unique identifier that is used to refer to the source in the document’s text. The “author” field contains the name(s) of the source’s author(s), the “title” field contains the title of the source, the “institution” field contains the name of the institution where the source was written, and the “year” field contains the year the source was written.

It should be noted that the “unpublished” entry type should only be used for sources that have not yet been formally published. If a source has been published, even if only online, it should be cited as a “techreport,” “mastersthesis,” or “phdthesis,” depending on the type of publication.