跳转到内容

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!

  • 基于Web的现代参考文献管理
  • 与研究同行合作和分享
  • 与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.