Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip


Excerpt

Supplementary material can take many different forms and can be cited within a publication in many different ways. As such, there are many different ways to style and tag supplementary material with eXtyles, some of which are outlined on this page. This is typically supporting material that is not critical to the main message of the article.


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
languagexml
themeRDark
titleJATS XML Example
collapsetrue
<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. 

...