Saltearse al contenido

BibTeX field type: series

Esta página aún no está disponible en tu idioma.

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.

¿Necesita una solución sencilla para gestionar sus entradas de BibTeX? ¡Explore CiteDrive!

  • Gestión de referencias moderna y basada en la web
  • Colaborar y compartir con colegas investigadores
  • Integración con Overleaf
  • Soporte integral para BibTeX/BibLaTeX
  • Guardar artículos y sitios web directamente desde su navegador
  • Buscar nuevos artículos en una base de datos con decenas de millones de referencias
Pruebe CiteDrive ► Ver demostración

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.