Gå til indhold

BibTeX field type: series

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

The series field in BibTeX is used to denote the series to which a book, report, or other publication belongs. Specifying the series can offer additional context for the reader, as it may relate to a broader thematic or scholarly discourse.

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

This field is optional and can be employed in various entry types including, but not limited to @book, @inbook, @incollection, and @inproceedings. It is particularly useful when the cited work is part of an ongoing series or a larger corpus of works that share a common theme, author, or publisher.

When inputting data into the series field, it is recommended to use the full official title of the series. If the series has an ISSN, it might also be relevant to include this for more precise referencing.

Format

The general format for including a series in your BibTeX entry is as follows:

@entrytype{key,
...
series = {Name of the Series},
...
}

Example

Here is an example of how to use the series field in a @book entry:

@book{doe2023,
author = {John Doe},
title = {Advanced Studies in Quantum Mechanics},
year = {2023},
publisher = {Scientific Publishing Ltd.},
series = {Cambridge Advanced Series in Physics},
}

In this example, the book is part of the “Cambridge Advanced Series in Physics,” which might encompass various titles covering advanced topics in the field of physics. Including the series helps to locate the work within a larger academic conversation and can provide readers with additional resources on the topic.