...
Tip | ||
---|---|---|
|
Supplementary Material Head
If the entire supplement has a title, the Supplementary Material Head style is used. It is not required.
Supplementary Material
Regular body paragraphs within the supplementary material that do not refer to specific supplementary files should be styled as Supplementary Material. This material is wrapped in its own <supplementary-material>
element in the XML, as can be seen in the example below. This style would be suitable for supplementary methodology that consists of just text.
Supplementary Material Caption
The Supplementary Material Caption style is used for captions that describe individual supplementary display items, such as figures, videos, spreadsheets, computer programs, etc.
Supplementary Material File Information
The caption for each supplementary file may be followed by file details to be pulled into the XML, such as mimetype or ID. The Supplementary Material File Information paragraph style should be applied to a single paragraph containing one or more file details, each separated by a soft return (manual line break). These file details are automatically pulled into the XML as attributes and values of the supplementary item.
...
Note |
---|
The Supplementary Material Caption and File Information styles are designed to be used together. While either style can be used without the other, they each require the presence of the Supplementary Material Head style to enable the correct placement of uncited supplements in the XML. |
Example
Info |
---|
The following example demonstrates the use of the supplementary material paragraph styles. This illustration is an excerpt from the sample document: Sample 1_Math-in-Word.docx |
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<sec sec-type="other8"> <title>CPD for Pharmacists</title> <supplementary-material> <p>This material is reproduced with permission.</p> </supplementary-material> <supplementary-material position="anchor" id="su1"> <caption><p>This article has a Continuing Professional Development activity for pharmacists available.</p></caption> <media xlink:href="cpd1.pdf" mimetype="application/pdf" mime-subtype="application/pdf" content-type="application/pdf"> <object-id pub-id-type="doi">10.1234/67890</object-id> </media> <graphic xlink:href="CPDimage.png"/> </supplementary-material> </sec> |
Example
Info |
---|
In the following example, a supplementary video has been cited in the body of the article. |
...