...
- Attribute specific-use="local" to identify that a file on the webserver is used as supplementary material
- Attribute mimetype="[.ext]" to specify the file extension/filetype. Supported values can be found here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types.
- Attribute xlink:href="supplement/[filename]" to specify the file
- Element <label>Download [filetype] file<<label>text</label> to create a link to the file with the supplementary material. Instead of "Download ... file" other text can be used for the link, for example the title of the supplementary material. In case of multiple supplements, a numbering can be added that refers to numbers in the article itselfEntered text is displayed as link on the Supplementary material tab. Clicking this link will result in a download of the supplementary file. Text suggestions:
- Download Excel file with additional data
- Download Appendix 1: ....
- Appendix 1: ....
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
<supplementary-material specific-use="local" mimetype=".xlsx" xlink:href="supplement/jiff2022.0168_esm.xlsx"> <label>Download Excel file</label> </supplementary-material> |
...