Hoppa till innehåll

Understanding the `unpublished` Entry Type in BibTeX

Det här innehållet är inte tillgängligt på ditt språk än.

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:

Behöver du en enkel lösning för att hantera dina BibTeX-poster? Upptäck CiteDrive!

  • Webbaserad, modern referenshantering
  • Samarbeta och dela med forskarkollegor
  • Integration med Overleaf
  • Omfattande stöd för BibTeX/BibLaTeX
  • Spara artiklar och webbplatser direkt från din webbläsare
  • Sök efter nya artiklar i en databas med tiotals miljoner referenser
Prova CiteDrive ► Titta på demo
@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.