◇◆
<series> Series
Series information about a journal or book in a bibliographic reference or product.
Usage/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:
- <series> is used in elements that include citation information (<element-citation>, <mixed-citation>, <related-article>, <related-object>, <product>) to identify publications that are part of a published series. For example, a publisher may issue a “Nursing References Series” that includes a book on the history of nursing, one on current nursing practices, one on nursing education, and another containing nurses’ professional experiences. The <series> element is used to capture that “Nursing References Series” information.
- <series-text> and <series-title> are used to identify a collection of articles within an issue or a collection of similar articles across multiple issues. For example, a single issue of a journal may contain numerous colloquium papers that can be identified as part of a series by including <series-title>Colloquium</series-title> in each article’s metadata. An example of a series that spans issues is the “Inaugural Article” series in PNAS. These articles from newly-elected members of the National Academy of Sciences are all part of the same series, but appear in different issues of the journal.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
Content Model
<!ELEMENT series (#PCDATA %series-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*
Tagged Sample
In citations
Mixed citation
...
<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>–<lpage>42</lpage>.
</mixed-citation>
</ref>
...
Element citation
...
<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>
...