BibTeX field type: doi
Это содержимое пока не доступно на вашем языке.
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.
Нужно простое решение для управления вашими записями BibTeX? Ознакомьтесь с CiteDrive!
- Веб-основанное, современное управление библиографическими ссылками
- Сотрудничество и обмен с коллегами-исследователями
- Интеграция с Overleaf
- Полноценная поддержка BibTeX/BibLaTeX
- Сохраняйте статьи и веб-сайты прямо из вашего браузера
- Поиск новых статей в базе данных из десятков миллионов ссылок
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:
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:
In this example, the doi
field houses the permanent URL that leads directly to the referenced article.
Utilization Tips
- 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.
- Cross-Referencing: Utilize the
doi
field for cross-referencing in your paper, offering readers a direct route to the original source material. - 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.