<supplement>

Supplement Information

As part of a bibliographic reference (<element-citation> or <mixed-citation>), the container element for all information particular to a supplement, for any work published as a supplement. Such information might include additional identification numbers, supplement titles, or supplement series information.

Attribute

supplement-type Type of Supplement

Content Model

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

Expanded Content Model

(#PCDATA | 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 | abbrev | milestone-end | milestone-start | named-content | styled-content | sub | sup | contrib-group | title)*

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>
<element-citation publication-type="journal" publication-format="print">
<name><surname>Bhutta</surname>
<given-names>ZA</given-names></name>
<name><surname>Darmstadt</surname>
<given-names>GL</given-names></name>
<name><surname>Hasan</surname>
<given-names>BS</given-names></name>
<name><surname>Haws</surname>
<given-names>RA</given-names></name>
<article-title>Community-based interventions for improving
perinatal and neonatal health outcomes in developing
countries: a review of the evidence</article-title>
<source>Pediatrics</source>
<year>2005</year>
<month>Feb</month>
<volume>115</volume>
<issue>2</issue>
<supplement>Suppl 1.</supplement>
<fpage>519</fpage>
<lpage>617</lpage>
<pub-id pub-id-type="doi">10.1542/peds.2004-1441</pub-id>
</element-citation>
</ref>
...


Example 2

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

...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Bhutta</surname>
<given-names>ZA</given-names></string-name>,
<string-name><surname>Darmstadt</surname>
<given-names>GL</given-names></string-name>,
<string-name><surname>Hasan</surname>
<given-names>BS</given-names></string-name>,
<string-name><surname>Haws</surname>
<given-names>RA</given-names></string-name>.
<article-title>Community-based interventions for improving
perinatal and neonatal health outcomes in developing
countries: a review of the evidence</article-title>.
<source>Pediatrics</source>. <year>2005</year>
<month>Feb</month>;<volume>115</volume>
(<issue>2</issue> <supplement>Suppl 1</supplement>):
<fpage>519</fpage>-<lpage>617</lpage>.
doi:<pub-id pub-id-type="doi">10.1542/peds.2004-1441</pub-id>.
</mixed-citation>
</ref>
...


Example 3

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

...
<ref id="pbio-0020328-Brown1">
<element-citation publication-type="journal">
<person-group person-group-type="author">
<name><surname>Brown</surname>
<given-names>PO</given-names></name>
<name><surname>Botstein</surname>
<given-names>D</given-names></name>
</person-group>
<article-title>Exploring the new world of the genome with
DNA microarrays</article-title>
<source>Nat Genet</source>
<year>1999</year>
<volume>21</volume>
<supplement>(Suppl 1)</supplement>
<fpage>33</fpage>
<lpage>37</lpage>
</element-citation>
</ref>
...

Example 4

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

...
<ref id="pbio-0020328-Brown1">
<mixed-citation publication-type="journal">
<string-name><surname>Brown</surname>
<given-names>PO</given-names></string-name>,
<string-name><surname>Botstein</surname>
<given-names>D</given-names></string-name>.
<article-title>Exploring the new world of the genome with 
DNA microarrays</article-title>.
<source>Nat Genet</source>
<year>1999</year>;
<volume>21</volume>
<supplement>(Suppl 1)</supplement>:
<fpage>33</fpage>&ndash;<lpage>37</lpage>.
</mixed-citation>
</ref>
...

Module

articlemeta3.ent