◇◆
<award-id> Award Identifier
Unique identifier assigned to an award, contract, or grant.
Usage/Remarks
When there is more than one grant or award identifier from different organizations,
each separate funder should be tagged in a separate <award-group>.
<award-id> is an External Identifier
The <award-id> element holds
a real-world external identifier, assigned to a contract, grant, stipend, or other award by the awarding
agency. The contents of this element should not be confused with the @id attribute, which holds an internal document identifier that can be used by software to perform a simple link inside
the document.
Actionable Identifiers
Some JATS guidelines, including JATS4R, would like to treat the <award-id> as a short API-actionable unique identifier. Examples of such identifiers (taken
from PubMed Central) include:
- <award-id>U1605212</award-id>
- <award-id>173346</award-id>
- <award-id>340-14</award-id>
- <award-id>340-14</award-id>
- <award-id>HR0011-16-C-0028</award-id>
- <award-id>AGL2015-68463-C2-2-P</award-id>
- <award-id>107-2320-B-019-001-MY2</award-id>
- <award-id>2013K1A4A3055268</award-id>
Note that these are numeric and alphanumeric examples that do not include textual
phrases. Text describing an award is likely to be an award name (<award-name>Allen Distinguished Investigator Award</award-name>) or an award description (<award-desc>operating grant</award-desc>).
To keep award identifiers succinct and actionable, it may be necessary to break a
long award identifier into name and description parts, for example:
<award-id>Marie Curie Career Integration Grant PCIG11-GA-2012-322339</award-id>
would become:
<award-id>PCIG11-GA-2012-322339</award-id> <award-name>Marie Curie Career Integration Grant</award-name>
Attributes
Multi-lang Attributes
Namespaces
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
Content Model
<!ELEMENT award-id (#PCDATA %award-id-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*
Tagged Samples
With <award-desc>
...
<award-group id="fund2">
<funding-source>
<institution-wrap>
<institution-id institution-id-type="FundRef"
>http://dx.doi.org/10.13039/100000062</institution-id>
<institution>National Institute of Diabetes and
Digestive and Kidney Diseases</institution>
</institution-wrap>
</funding-source>
<award-id>P30DK020572</award-id>
<award-desc>(Michigan Diabetes Research Center)</award-desc>
<principal-award-recipient>
<name>
<surname>Myers</surname>
<given-names>Martin G</given-names>
</name>
</principal-award-recipient>
</award-group>
...
In a <funding-statement>
... <article-meta> ... <kwd-group kwd-group-type="author">...</kwd-group> <funding-group> <funding-statement>L.S.Y. is the recipient of a Martha Becker Scholarship Award from the <funding-source>Alzheimer & Dementia Foundation</funding-source>. This work was also supported by a grant from the <funding-source id="IOA">Institute on Aging</funding-source> (grant no. <award-id rid="IOA" award-type="grant">634-TL-88953</award-id>), and <funding-source id="NIDE">National Institute for Diseases of the Elderly</funding-source> contract no. <award-id rid="NIDE" award-type="contract">GCB-792-55648</award-id> (H.S.C.).</funding-statement> <open-access> <p>Page charge payment having partially discharged this article’s publication costs, this article is designated as an “advertisement” under 18 U.S.C. section 1734.</p> </open-access> </funding-group> </article-meta> ...
With and without Crossref Funder Registry label
Institution shown with @vocab identifying the Crossref Funder Registry and the <institution> matching the preferred Funder Registry label and one award give no Funder Registry information at all.
... <funding-group specific-use="crossref"> <award-group id="nih-511"> <funding-source country="US"> <institution-wrap> <institution>National Institutes of Health</institution> <institution-id institution-id-type="doi" vocab="open-funder-registry" vocab-identifier="10.13039/open_funder_registry">10.13039/100000002</institution-id> </institution-wrap> </funding-source> <award-id>NIH GM61374</award-id> <principal-award-recipient>Stanford</principal-award-recipient> </award-group> <award-group id="nsf-512"> <funding-source country="US"> <institution-wrap> <institution>National Science Foundation</institution> <institution-id institution-id-type="doi" vocab="open-funder-registry" vocab-identifier="10.13039/open_funder_registry">10.13039/100000001</institution-id> </institution-wrap> </funding-source> <award-id>NSF DBI-0317510</award-id> <principal-award-recipient>Berkeley</principal-award-recipient> </award-group> <award-group id="arda-513" award-type="contract"> <funding-source country="US">ARDA ACQUAINT</funding-source> <principal-award-recipient>Berkeley</principal-award-recipient> </award-group> <award-group id="genentech-514" award-type="gift"> <funding-source country="US"> <institution-wrap> <institution>Genentech Corp.</institution> <institution-id institution-id-type="doi" vocab="open-funder-registry" vocab-identifier="10.13039/open_funder_registry">10.13039/100004328</institution-id> </institution-wrap> </funding-source> <principal-award-recipient>Berkeley</principal-award-recipient> </award-group> </funding-group> ...
With Crossref Grant Identifier DOI
...
<award-id award-type="grant" award-id-type="doi">10.32013/abc123</award-id>
...