컨텐츠로 건너뛰기

Guide to BibTeX Type PhdThesis

이 내용은 아직 번역본이 없습니다.

BibTeX is a reference management tool that is commonly used in LaTeX documents. The “phdthesis” BibTeX type is used for PhD dissertations or theses. In this guide, we will explain the required and optional fields for the “phdthesis” BibTeX type.

BibTeX 항목을 관리할 간단한 솔루션이 필요하신가요? CiteDrive를 탐색해보세요!

  • 웹 기반 현대적인 참고 문헌 관리
  • 동료 연구자들과 협업하고 공유하기
  • Overleaf와의 통합
  • BibTeX/BibLaTeX에 대한 포괄적인 지원
  • 브라우저에서 직접 문서와 웹사이트 저장
  • 수천만 개의 참조가 있는 데이터베이스에서 새로운 기사 검색
CiteDrive 사용해보기 ► 데모 보기

Required Fields

The “phdthesis” BibTeX type requires the following fields:

  • author: The author of the thesis.
  • title: The title of the thesis.
  • school: The name of the institution that awarded the degree.
  • year: The year the degree was awarded.

Optional Fields

In addition to the required fields, the “phdthesis” BibTeX type also has a number of optional fields that can be used to provide additional information. These fields include:

  • type: The type of the thesis, such as “PhD thesis” or “Master’s thesis”.
  • address: The location of the institution.
  • month: The month the thesis was submitted.
  • note: Any additional information about the thesis.

Example

Here is an example of how to use the “phdthesis” BibTeX type:

@phdthesis{mythesis,
title = {An Analysis of Example},
author = {John Smith},
year = 2022,
month = {June},
address = {Example City, CA},
note = {Available at \url{https://example.com/thesis.pdf}},
school = {University of Example},
type = {PhD thesis}
}

In this example, the BibTeX entry defines a PhD thesis authored by John Smith titled “An Analysis of Example”. The degree was awarded in 2022 by the University of Example, and the thesis was submitted in June in Example City, CA. The type of the thesis is specified as “PhD thesis”, and a note is included that provides a URL for the thesis.