<volume-series>
Volume Series
Series number of a journal volume for the rare case where a single journal has multiple volumes with the same volume number.
Remarks
This element will rarely be used. It handles the case in which a publisher reissues a journal and restarts the volume numbering with “1”. Duplicate volume numbers would then exist and need to be differentiated in citations. One solution for differentiation is for the publisher to add a series number to the volume number, and the <volume-series> has been created to hold such a number.
Best Practice: The <volume-series> element should hold the number or name of the series of the
volume’s series (for example, “1” for the original numbering and “2” for the re-numbering), while the <volume> element should hold the number of the volume within that series (for example, “519”).
Attributes
Content Model
<!ELEMENT volume-series (#PCDATA %volume-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)*
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
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
This element may be contained in:
Example 1
...
<front>
<journal-meta>
<journal-title-group>
<journal-title>Glasgow Medical Journal</journal-title>
</journal-title-group>
...
</journal-meta>
<article-meta>
...
<title-group>
<article-title>Diabetes Mellitus in Twins: With a Report of Four Cases</article-title>
</title-group>
...
<pub-date pub-type="ppub" iso-8601-date="1955-01">
<month>1</month>
<year>1955</year>
</pub-date>
<volume>36</volume>
<volume-series>7th Ser</volume-series>
<issue>1</issue>
<fpage>15</fpage>
<lpage>19</lpage>
</article-meta>
...
Example 2
Cite a specific print version of a series:
...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Isaacs</surname>, <given-names>A</given-names></string-name>.
<article-title>Laboratory methods used in investigating influenza</article-title>.
<source>Glasgow Med J</source>. <year iso-8601-date="1948">1948</year>;
<volume-series>7th Ser</volume-series> <volume>29</volume>(<issue>10</issue>):
<fpage>357</fpage>-<lpage>61</lpage>. PubMed: PMID <pub-id pub-id-type="pmid">18894077</pub-id>.
</mixed-citation>
</ref>
...