Container element for a description of, and possibly a pointer to, external resources that support the book or book part, but which are not part of the content of the book.
Defining Supplementary Material: Supplemental material is used to add detail, background, or context to a book 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 book or book part rather than part of the XML book. 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 (http://www.niso.org/apps/group_public/download.php/10055/RP-15-2013_Supplemental_Materials.pdf) and NISO JATS have identical concepts for “additional” and “integral” material that comprises an article, a book, or a book-part, 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>, <answer>, <app>, <app-group>, <bio>, <body>, <book-meta>, <book-part-meta>, <boxed-text>, <disp-quote>, <floats-group>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <named-book-part-body>, <named-content>, <notes>, <p>, <question>, <ref-list>, <sec>, <styled-content>, <toc>, <toc-div>, <toc-entry>, <toc-group>, <trans-abstract>
In metadata, naming a supplementary resource:
...
<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"/>
...
</book-part-meta>
...
In narrative text, with a caption for display:
...
<sec>
...
<p>The molecular determinants of transcription-complex
stability and processivity are understood poorly. Several
competing mechanistic models of RNAP function have
been proposed ...</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">
<label>Additional material</label>
<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. Members of this family exhibit
extensive sequence and structural similarities ...</p>
</sec>
...