<series>

Series

Series information about a journal or book in a bibliographic reference or product.

Remarks

The word “series” is used in this Tag Set with two very different meanings. The element <series> is used for only one of those meanings, and the two elements <series-text> and <series-title> are used only for the other.

Attributes

content-type Type of Content
specific-use Specific Use
xml:lang Language

Related Elements

Within the article metadata, the <series-title> element names a publishing or in-journal series, and the <series-text> element provides textual description (if any) of the series. The similarly named but unrelated element <series> is a container element to hold any series data mentioned in a bibliographic reference (<element-citation> or <mixed-citation>).

Content Model

<!ELEMENT  series       (#PCDATA %series-elements;)*                 >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Description

Any combination of:

This element may be contained in:

<element-citation>, <mixed-citation>, <nlm-citation>, <product>, <related-article>, <related-object>

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):

...
<ref id="B1">
<element-citation publication-type="journal">
<name>
<surname>Fenchel</surname>
<given-names>P</given-names>
</name>
<year iso-8601-date="1982">1982</year>
<article-title>Ecology of Heterotropic Microflagellates. IV.
Quantitative Occurrence and Importance as Bacterial
Consumers</article-title>
<source>Marine Ecology</source>
<series>Marine Ecology Progress Series</series>
<volume>8</volume>
<fpage>35</fpage>
<lpage>42</lpage>
</element-citation>
</ref>
...

Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...
<ref id="B1">
<mixed-citation publication-type="journal">
<string-name>
<surname>Fenchel</surname>, <given-names>P</given-names>
</string-name> (<year iso-8601-date="1982">1982</year>)
<article-title>Ecology of Heterotropic Microflagellates. IV.
Quantitative Occurrence and Importance as Bacterial
Consumers</article-title>. <source>Marine Ecology</source>.
<series>Marine Ecology Progress Series</series>.
<volume>8</volume>:<fpage>35</fpage>&ndash;
<lpage>42</lpage>.
</mixed-citation>
</ref>
...

Module

JATS-references1.ent