Pular para o conteúdo

BibTeX field type: series

Este conteúdo não está disponível em sua língua ainda.

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.

Precisa de uma solução simples para gerir suas entradas BibTeX? Descubra o CiteDrive!

  • Gestão de referências moderna e baseada na web
  • Colabore e compartilhe com colegas pesquisadores
  • Integração com o Overleaf
  • Suporte abrangente para BibTeX/BibLaTeX
  • Salve artigos e sites diretamente do seu navegador
  • Pesquise novos artigos em um banco de dados com dezenas de milhões de referências
Experimente o CiteDrive ► Ver demonstração

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.