コンテンツにスキップ

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.