Funding
Capture funding information inside a funding-group element
Capture each logical funding group in a award-group element with an
award-type value of grant
.
Capture each individual funder in a funding-source.
Capture the name of the funding organization in a institution element.
Capture the identifier of the funding organization in a institution-id element with attribute institution-id-type="DOI".
The funder identifier must match with the funder name as per the FundRef Registry. Do not include the prefix
https://doi.org/
in the institution-id element content.
The value must begin with 10.13039
.
Where provided, include the grant/award number in an award-id element.
In a journal article (except articles with an Open Access license), capture a release
delay instruction (<?release-delay 12|0?>
) within each
funding-source element.
In a journal article with an OA Government license, capture a <?release-delay
0|0?>
. If the article has no funding group, query with OUP Digital Content.
Erratum, corrigendum or retraction notices where the related article has funding must also include the same funding tagging.
For Open Access licensed articles (no release-relay)
<funding-group> <award-group award-type="grant"> <funding-source> <institution-wrap> <institution>National Science Foundation</institution> <institution-id institution-id-type="DOI">10.13039/100000001</institution-id> </institution-wrap> </funding-source> <award-id>psychoceramics-1152342</award-id> </award-group> </funding-group>
For standard licensed articles (with release-delay)
<funding-group> <award-group award-type="grant"> <funding-source> <institution-wrap> <institution>National Science Foundation</institution> <institution-id institution-id-type="DOI">10.13039/100000001</institution-id> </institution-wrap> <?release-delay 12|0?> </funding-source> <award-id>psychoceramics-1152342</award-id> </award-group> <award-group award-type="grant"> <funding-source> <institution-wrap> <institution>NIH</institution> <institution-id institution-id-type="DOI">10.13039/100000002</institution-id> </institution-wrap> <?release-delay 12|0?> </funding-source> <award-id>abc-001</award-id> <award-id>abc-002</award-id> </award-group> </funding-group>