コンテンツにスキップ

BibTeX field type: series

このコンテンツはまだ日本語訳がありません。

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.

BibTeXエントリーを管理する簡単なソリューションが必要ですか?CiteDriveをご覧ください!

  • ウェブベースでモダンな参照管理
  • 研究者同士での共同作業と共有
  • Overleafとの統合
  • BibTeX/BibLaTeXの包括的なサポート
  • ブラウザから直接記事とウェブサイトを保存
  • 数千万もの参照があるデータベースから新しい記事を検索
CiteDriveを試す ► デモを見る

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.