İçeriğe geç

Understanding the `unpublished` Entry Type in BibTeX

Bu içerik henüz dilinizde mevcut değil.

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 girişlerinizi yönetmek için basit bir çözüm mü arıyorsunuz? CiteDrive'ı Keşfedin!

  • Web tabanlı, modern referans yönetimi
  • Araştırmacı meslektaşlarınızla işbirliği yapın ve paylaşın
  • Overleaf ile entegrasyon
  • Kapsamlı BibTeX/BibLaTeX desteği
  • Makaleleri ve web sitelerini doğrudan tarayıcınızdan kaydedin
  • Milyonlarca referans içeren veritabanından yeni makaleler arayın
CiteDrive'ı Deneyin ► Demo İzle
@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.