Supplementary Data (AAS)
Capture supplementary data with DOIs for AAS articles in a
<supplementary-material> element.
AAS articles follow the same instructions for Supplementary Data (DOIs) but since they refer to data objects which are contained within the article they have the following additional instructions:
<supplementary-material> element must have a
@content-type attribute containing the specific type of
supplementary data. The allowed values are:- machine-readable-table
- figureset
- interactive-figure
- video
- figuredata
The <supplementary-material> element must also contain child
<graphic> and <xref> elements.
The <graphic> element must contain a @xref:href
attribute containing the file-name of the graphical representation of the supplementary
data.
The <xref> element must contain a @ref-type
attribute containing the specific cross reference type and an @rid
attribute containing the id of the relevant table or figure (see Cross-References for more details).
Example
<supplementary-material id="ad4a73data1" content-type="machine-readable-table" xlink:href="apjad0a6at2_mrt.txt"> <object-id pub-id-type="doi">10.3847/1538-4357/ad4a73/data1</object-id> <label>Table A1</label> <caption> <p>Line List Used in Photoionization Simulations, Including Vacuum Wavelength, Line Identifier, and <monospace>Cloudy</monospace> Specific Identifier</p> </caption> <graphic xlink:href="apjad0a6at2_lr.gif"/> <xref ref-type="table" rid="apjad0a6at2"/> <permissions> <copyright-statement>© 2023. The Author(s). Published by the American Astronomical Society.</copyright-statement> <copyright-year>2023</copyright-year> <license xlink:href="https://creativecommons.org/licenses/by/4.0/" license-type="cc-by"> <license-p> <graphic xlink:href="apjad0a6alicense.eps" content-type="print" orientation="portrait" position="float" xlink:type="simple"/> <graphic xlink:href="apjad0a6alicense.gif" content-type="online" orientation="portrait" position="float" xlink:type="simple"/>Original content from this work may be used under the terms of the <ext-link xlink:href="https://creativecommons.org/licenses/by/4.0/" ext-link-type="uri" xlink:type="simple">Creative Commons Attribution 4.0 licence</ext-link>. Any further distribution of this work must maintain attribution to the author(s) and the title of the work, data citation and DOI.</license-p> </license> </permissions> </supplementary-material>