Container element for a description of, and possibly a pointer to, external resources that support the article, but which are not part of the content of the article.
Defining Supplementary Material: Supplemental material is used to add detail, background, or context to an article by providing, for example, multimedia objects such as audio clips and applets; additional XML-tagged sections, tables, or figures; raw data in a spreadsheet, or a software application in a repository. Supplementary material includes resources such as the following:
Contents of the Supplementary Material Element: The <supplementary-material> element does not contain the supplementary object(s); even if the objects are expressed in XML; supplementary objects are external to the XML article rather than part of the XML article. The <supplementary-material> element contains descriptions of the object(s), and it may also, but is not required to, contain a pointer to the objects(s). For example, if the supplementary object is an additional graphic, that graphic is described in the supplementary material but not held there. The <graphic> element that is permissible inside <supplementary-material> is intended for a description of an object, not to hold the object. For example, a <supplementary-material> element could contain a description of an animation, including the first frame of the animation (tagged as a <graphic> element), a caption describing the animation, and a cross-reference made to the external file that held the full animation.
Usage: The element is used in two contexts:
Typing: The @mimetype attribute may be used to identify a file type for a <supplementary-material> element.
Relationship to NISO Supplemental Material Best Practices NISO RP-15-2013 Recommended Practices for Online Supplemental Journal Article Materials (https://groups.niso.org/higherlogic/ws/public/download/10055) and NISO JATS have identical concepts for “additional” and “integral” material that comprises an article, but slightly different practice concerning whether supplementary material is integral or additional.
Both NISO JATS and NISO RP-15-2013 define
Relation to Other Journal Tag Sets: The <supplementary-material> element has a similar function to the <audiovisual> element in some XML tag sets and the <unprinted-item> element (used only for electronic files) in other tag sets.
<!ELEMENT supplementary-material %supplementary-material-model; >
((object-id)*, label?, (caption)*, (abstract)*, (kwd-group)*, (alt-text | long-desc | email | ext-link | uri)*, (disp-formula | disp-formula-group | chem-struct-wrap | disp-quote | speech | statement | verse-group | table-wrap | p | def-list | list | alternatives | array | code | graphic | media | preformat)*, (attrib | permissions)*)
The following, in order:
<abstract>, <ack>, <alternatives>, <app>, <app-group>, <article-meta>, <bio>, <body>, <boxed-text>, <disp-quote>, <floats-group>, <front-stub>, <glossary>, <license-p>, <named-content>, <notes>, <p>, <ref-list>, <sec>, <styled-content>, <trans-abstract>
In article metadata, naming a supplementary resource:
...
<article-meta>
...
<contrib-group>
<contrib contrib-type="author">
<collab collab-type="committee">Accredited Standards Committee S3,
Bioacoustics</collab>
</contrib>
</contrib-group>
<fpage seq="1">1</fpage>
<lpage>44</lpage>
<supplementary-material mime-subtype="zip" mimetype="application"
xlink:href="ASASTD.ANSI.ASA.S3.50.supplementary-material.zip"/>
...
</article-meta>
...
In narrative text, with a caption for display:
<article dtd-version="1.1d1">
<front>...</front>
<body>
<p>...</p>
...
<supplementary-material id="S1" xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:title="local_file" xlink:href="1471-2105-1-1-s1.pdf"
mimetype="application/pdf">
<caption>
<p>Supplementary PDF file supplied by authors.</p>
</caption>
</supplementary-material>
<p>RNAPs seem to have arisen twice in evolution
(see the <inline-supplementary-material
xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:title="local_file" xlink:href="timeline">
Timeline</inline-supplementary-material>. A large
family of multisubunit RNAPs includes bacterial
enzymes, archeal enzymes, eukaryotic nuclear RNAPs,
plastid-encoded chloroplast RNAPs, and RNAPs from
some eukaryotic viruses. ...</p>
...
</body>
<back>...</back>
</article>
JATS-display1.ent