Gå til indhold

BibTeX field type: doi

Dette indhold er ikke tilgængeligt i dit sprog endnu.

The doi field is an integral part of modern referencing, allowing for a seamless and permanent method to locate digital objects such as journal articles, research reports, and data sets in an online environment. Here, we delve deeper into the functionality and significance of the doi field in BibTeX, as well as provide guidance on its correct usage.

Har du brug for en enkel løsning til at håndtere dine BibTeX-poster? Udforsk CiteDrive!

  • Webbaseret, moderne referencehåndtering
  • Samarbejd og del med forskerkolleger
  • Integration med Overleaf
  • Omfattende BibTeX/BibLaTeX-understøttelse
  • Gem artikler og websteder direkte fra din browser
  • Søg efter nye artikler i en database med titusindvis af referencer
Prøv CiteDrive ► Se demo

Overview

A Digital Object Identifier (DOI) is a unique alphanumeric string assigned to a digital object, facilitating a persistent link to its location on the internet. As a standardized method for identifying electronic resources, the DOI remains stable even if the URL of the item changes, ensuring the longevity of references.

The doi field in BibTeX serves to record this identifier, allowing for precise and permanent citations. While it is predominantly found in the article entry type, it can also be used in other types such as book, chapter, inproceedings, or conference entries, albeit less frequently. Regardless of the entry type, the doi field is optional.

Syntax and Structure

To correctly incorporate a DOI into your BibTeX entry, adhere to the following format:

@entrytype{citationkey,
...
doi={https://doi.org/xxxxx},
...
}

The doi field encapsulates the full DOI URL, which typically starts with “https://doi.org/” followed by a unique identifier string.

Example

Here’s an exemplar BibTeX entry that includes a DOI:

@article{steinbeck2003chemistry,
title={The Chemistry Development Kit (CDK): An open-source Java library for chemo-and bioinformatics},
author={Steinbeck, Christoph and Han, Yongquan and Kuhn, Stefan and Horlacher, Oliver and Luttmann, Edgar and Willighagen, Egon},
journal={Journal of chemical information and computer sciences},
volume={43},
number={2},
pages={493--500},
year={2003},
publisher={ACS Publications},
doi={https://doi.org/10.1021/ci025584y},
}

In this example, the doi field houses the permanent URL that leads directly to the referenced article.

Utilization Tips

  1. Finding DOIs: For scholarly articles, DOIs can often be found on the first page of the article or in the online database where the article is housed.
  2. Cross-Referencing: Utilize the doi field for cross-referencing in your paper, offering readers a direct route to the original source material.
  3. Optional but Beneficial: While the doi field is optional, including it enhances the reliability and traceability of your references.

Conclusion

The inclusion of the doi field in your BibTeX entries represents best practice in scholarly writing, offering a steadfast link to the digital objects you reference. By adopting the DOI system, you promote the accessibility and permanence of scientific knowledge, supporting the global research community in their scholarly endeavors.

As you build your bibliography, remember to capitalize on the capabilities of the doi field, fostering a richer, more reliable, and interconnected academic discourse.