Skip to content

BibTeX field type: school

In BibTeX, the school field is utilized predominantly within @phdthesis or @mastersthesis entries. This field is used to indicate the educational institution where the thesis or dissertation was written. It is a mandatory field for both entry types, helping to provide detailed information about the origin of the scholarly work, which can be important for readers who may want to seek out more information or reference the work in their own research.

Need a simple solution for managing your BibTeX entries? Explore CiteDrive!

  • Web-based, modern reference management
  • Collaborate and share with fellow researchers
  • Integration with Overleaf
  • Comprehensive BibTeX/BibLaTeX support
  • Save articles and websites directly from your browser
  • Search for new articles from a database of tens of millions of references
Try out CiteDrive ► Watch Demo

Formatting Guidelines

When entering the name of the school, it’s advisable to use the full and official name of the institution to maintain a formal and standardized format in your references. Avoid using abbreviations unless they are widely recognized and accepted.

Examples

Here are examples of how to use the school field for both phdthesis and mastersthesis entries:

PhD Thesis

@phdthesis{doe2023,
author = {John Doe},
title = {Explorations in Quantum Computing},
year = {2023},
school = {Massachusetts Institute of Technology},
}

Masters Thesis

@mastersthesis{smith2023,
author = {Sarah Smith},
title = {A Comprehensive Study on Environmental Sustainability},
year = {2023},
school = {University of California, Berkeley},
}

Note

In your example, you used the series field instead of the school field for the mastersthesis entry. However, the school field should be used for specifying the institution in both phdthesis and mastersthesis entries, as shown in the examples above.