Closed Daniel-Mietchen closed 7 years ago
A similar example from another publisher is at http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pmc&id=PMC4158877 .
The Open Access Media Importer uses <title>
and <caption>
to create ''descriptions'' for the files uploaded to Wikimedia Commons. Sometimes, only one of the two elements is present (e.g. Movie S19 in
http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pmc&id=PMC4237433 , which
has been uploaded to https://commons.wikimedia.org/wiki/File:Real-Time-Imaging-of-DNA-Damage-in-Yeast-Cells-Using-Ultra-Short-Near-Infrared-Pulsed-Laser-pone.0113325.s024.ogv ).
Often, both elements are missing. A list of such files on Commons for which no description is available sits at http://tools.wmflabs.org/quick-intersection/index.php?lang=commons&project=wikimedia&cats=Media+lacking+a+description%0D%0AUploaded+with+Open+Access+Media+Importer&ns=6&depth=12&max=30000&start=0&format=html .
In addition, the <label>
element is used to give the file a name in the ''source'' section of the metadata on Commons (in the example above, this would be "Movie S19"). This element is frequently missing too.
Figure and table example files are in elements:
https://github.com/JATS4R/elements/blob/master/figure.md
https://github.com/JATS4R/elements/blob/master/table.md
Please add further examples so we can take a look at what people are doing and what the JATS4R recommendation should be.
Also boxes example file created, please add examples:
In http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pmc&id=PMC2910478 ,
<caption>
tags are used in a rather strange way.<label>
and<title>
tags are not used.As mentioned in the call, I am not sure how to move forward with this one, but I would like to have a recommendation of the sort that there should always be one
<label>
, one<caption>
and one<title>
tag per file (or table), perhaps with some concrete statements as to what should go in there, and where.