Salta ai contenuti

BibTeX field type: volume

Questi contenuti non sono ancora disponibili nella tua lingua.

The volume field in a BibTeX entry is essential when you are referencing a part of a larger work, such as an article in a journal or a chapter in a multi-volume book. This field allows you to specify which volume of a journal or book you are citing, providing the reader with more precise information to locate the cited work.

Hai bisogno di una soluzione semplice per gestire le tue voci BibTeX? Scopri CiteDrive!

  • Gestione di riferimenti moderna e basata sul web
  • Collaborare e condividere con altri ricercatori
  • Integrazione con Overleaf
  • Supporto completo per BibTeX/BibLaTeX
  • Salva articoli e siti web direttamente dal tuo browser
  • Cerca nuovi articoli in un database di decine di milioni di riferimenti
Prova CiteDrive ► Guarda la demo

In many scholarly and academic publications, journals are published in volumes, often with several issues in each volume. The volume number usually indicates a collection of issues published within a specific time frame, typically a year. Similarly, multi-volume books or series are segmented into different volumes, each containing a portion of the entire work.

The volume field is particularly crucial when citing journals, as it enables readers to find the specific collection of issues where the cited article was published. It is typically used in conjunction with the number field, which further specifies the issue within the volume where the article can be found.

Here’s how you can use the volume field in a BibTeX entry:

Example

@article{key,
title={Title of the Article},
author={Author Name},
journal={Journal Name},
volume={5},
number={3},
pages={123-456},
year={2022},
}

In this example, the volume field specifies that the article was published in volume 5 of the journal. Including this detail helps in providing a complete and precise citation, making it easier for readers to locate the cited work.

Similarly, in multi-volume books or series, you can use the volume field to indicate the specific volume that contains the chapter or section you are citing. This usage again assists readers in finding the exact source material more efficiently.