<volume>
Volume Number
Number of a journal (or other document) within a series.
Remarks
In JATS journal articles, the volume
number element (<volume>) is used both inside the article metadata and
inside citations:
- Inside the article metadata (<article-meta>), the ordinals for a volume number must be placed inside the <volume> element.
- Inside citations (<mixed-citation> or <element-citation>), a volume
number with ordinals can be:
- inside the volume number: <volume>1<sup>st</sup><volume> or
- outside the volume number inside the text of a mixed citation: <volume>1<volume><sup>st</sup>.
Related Essay: For a discussion on the use of <volume>, see Ordinal Numbers.
Attributes
Content Model
<!ELEMENT volume (#PCDATA %volume-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
In article metadata:
...
<article-meta>
...
<volume>1540</volume>
<issue>1</issue>
<isbn content-type="conf-proc">978-0-7354-1164-7</isbn>
<fpage seq="1">113</fpage>
<lpage>124</lpage>
</article-meta>
...
...
<article-meta>
...
<pub-date publication-format="print" date-type="pub" iso-8601-date="1999-03-27">
<day>27</day>
<month>03</month>
<year>1999</year>
</pub-date>
<volume>318</volume>
<issue>7187</issue>
<fpage>837</fpage>
<lpage>841</lpage>
<history>
<date date-type="accepted" iso-8601-date="1999-01-29">
<day>29</day>
<month>01</month>
<year>1999</year>
</date>
</history>
<permissions>
<copyright-statement>...</copyright-statement>
</permissions>
<abstract>...</abstract>
</article-meta>
...
Example 2
In an element-style bibliographic reference (punctuation and spacing removed):
...
<back>
...
<ref-list>
...
<ref id="B8"><label>8</label>
<element-citation>
<person-group>
<name><surname>Weissert</surname>
<given-names>W</given-names></name>
<name><surname>Wan</surname>
<given-names>T</given-names></name>
<name><surname>Livieratos</surname>
<given-names>B</given-names></name>
<name><surname>Katz</surname>
<given-names>S</given-names></name>
</person-group>
<article-title>Effects and costs of day-care services
for the chronically ill: a randomized experiment</article-title>
<source>Medical Care</source>
<year iso-8601-date="1980">1980</year>
<volume>18</volume>
<fpage>567</fpage>
<lpage>584</lpage>
<pub-id pub-id-type="pmid">6772889</pub-id>
</element-citation>
</ref>
...
</ref-list>
...
</back>
...
Example 3
In a mixed-style bibliographic reference (punctuation and spacing preserved):
...
<back>
...
<ref-list>
...
<ref id="B8">
<label>8</label>
<mixed-citation>
<string-name><surname>Weissert</surname>,
<given-names>W</given-names></string-name>,
<string-name><surname>Wan</surname>,
<given-names>T</given-names></string-name>,
<string-name><surname>Livieratos</surname>,
<given-names>B</given-names></string-name>,
<string-name><surname>Katz</surname>,
<given-names>S</given-names></string-name>.
<article-title>Effects and costs of day-care services
for the chronically ill: a randomized experiment</article-title>.
<source>Medical Care</source> <year iso-8601-date="1980">1980</year>;
<volume>18</volume>: <fpage>567</fpage>–<lpage>584</lpage>.
<pub-id pub-id-type="pmid">6772889</pub-id>.
</mixed-citation>
</ref>
...
</ref-list>
...
</back>
...