◇◆
<supplementary-material> Supplementary Material Metadata
Container element for metadata concerning external resources that support an article,
but which are not considered integral to the article (such metadata might include
a title, description, and possibly a pointer to such an external resource).
Usage/Remarks
Attribute @supplemental for Included Objects
For best practice, the element <supplementary-material> element should not be used to describe supplemental objects that can be tagged as
regular JATS elements (graphic, figure, table, section, etc.). Instead, these elements
should be tagged as ordinary JATS objects and be marked as supplementary using the
@supplemental flag attribute. For example, if the supplementary object is a figure, it should be
tagged using a JATS <fig> element (<fig supplemental="yes"...>).
Similarly, links to external non-textual supplementary material (tagged with <graphic>, <media>, or <ext-link>) can also be marked as supplementary, rather than integral to an article, using the
@supplemental flag attribute.
Historical Note
Historically, the <supplementary-material> element has been used within the metadata (in <article-meta>) to describe and point to supplemental items that are external to the JATS article.
The <supplementary-material> element can still do that, especially for very large objects such as datasets that
cannot be incorporated into the XML file. But increasingly, some publishers find it
useful to place supplemental objects such as figures and tables in the same file as the XML article, marked to indicate that they are supplemental and not integral
to the content. The attribute @supplemental marks elements inside the article, such as graphical and tabular material, as supplementary.
Attributes
orientation (default = portrait)
position (default = float)
Multi-lang Attributes
Namespaces
Models and Context
May be contained in
Description
The following, in order:
- <object-id> Object Identifier, zero or more
- <caption> Caption of a Figure, Table, etc., zero or more
- Any combination of:
- Accessibility Elements
- Linking Elements
- <p> Paragraph, zero or more
- Ownership Elements
- <attrib> Attribution, zero or one
- <permissions> Permissions, zero or more
Content Model
<!ELEMENT supplementary-material %supplementary-material-model; >
Expanded Content Model
((object-id)*, (caption)*, (alt-text | long-desc | email | ext-link | uri)*, (p)*, attrib?, (permissions)*)
Tagged Sample
A supplementary resource in text
(<media> used instead of deprecated <inline-supplementary-material>)
... <p>Supplementary PDF file supplied by authors.</p> <media id="S1" supplemental="yes" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:title="local_file" xlink:href="1471-2105-1-1-s1.pdf" mimetype="application/pdf"/> <p>RNAPs seem to have arisen twice in evolution (see the <ext-link supplemental="yes" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:title="local_file" xlink:href="timeline"> Timeline</ext-link>). The large family of multisubunit RNAPs includes bacterial enzymes and archeal enzymes ... </p>...
Related Resources
- See: Tagging Supplementary Material
- See: “Supplementary Display Objects” Tagging Figures/Graphics/Media
- See: Hierarchy diagram - Supplementary Material Metadata