<volume> Volume Number

Number of a journal (or other document) within a series.

Usage/Remarks

Ordinals with Volume Numbers: In JATS journal articles, the volume number element (<volume>) is used both inside the article metadata and inside citations. If ordinals for such numbers (“nd”, “st”, etc.) need to be recorded, they may be used with <volume> as follows:
  • Inside the article metadata (<article-meta>), the ordinals for a volume number must be placed inside the <volume> element: <volume>1st</volume>.
  • Inside an element citation (<element-citation>), the ordinals for a volume number must be placed inside the volume number: <volume>1st</volume>.
  • Inside a mixed citation (<mixed-citation>), the ordinals for a volume number may be placed either inside the volume number (as just shown) or outside the volume number: <volume>1</volume><sup>st</sup>.
Related Elements
The related <volume-id> element is used to record an identifier, such as a DOI, that describes an entire volume of a journal or series.
In the metadata for most articles, there is a single issue number (<issue>) and a single volume number (<volume>) that describe where the article was published. These elements are located directly inside <article-meta>. However, some articles are published in more than one issue or in an issue that has more than one issue number. For these rare cases, a grouping element (<issue-title-group>) has been added, which associates issue title metadata (such as the issue title and subtitle) for a single issue. The element is repeatable to gather the issue title metadata for multiple issues.
There is also a larger-scale grouping element (<volume-issue-group>) to handle the rare cases where an article has been published as part of more than one volume/issue pair. This element keeps related volume and issue information together, and is allowed to repeat to describe multiple volume/issues.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT  volume       (#PCDATA %volume-elements;)*                 >
Expanded Content Model

(#PCDATA)*

Tagged Samples
<article-meta>
...
<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>
 <article-id pub-id-type="pmid">10092260</article-id>
 <title-group>
  <article-title>Systematic review of day hospital care
   for elderly people</article-title>
 </title-group>
 <contrib-group>...</contrib-group>
 <aff>...</aff>
 <author-notes>...</author-notes>
 <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>
  <copyright-year>...</copyright-year>
 </permissions>
 <abstract>...</abstract>
</article-meta>
...
In citations
Mixed citation
...
<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>&ndash;<lpage>584</lpage>.
   <pub-id pub-id-type="pmid">6772889</pub-id>.
  </mixed-citation>
 </ref>
 ...
</ref-list>
...
Element citation
...
<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>
...
Related Resources