컨텐츠로 건너뛰기

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에 대한 포괄적인 지원
  • 브라우저에서 직접 문서와 웹사이트 저장
  • 수천만 개의 참조가 있는 데이터베이스에서 새로운 기사 검색
CiteDrive 사용해보기 ► 데모 보기

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.