OUP Journals TCI

 

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.

For each funder, capture an institution element containing the name of the institution.

If an institutional identifier is provided, use an institution-wrap element to include:

  • an institution-id-type attribute to record the type of the institution identifier, with allowed values of:
    • ror
    • DOI
  • the institution identifier value within an institution-id element, following the rules below:
    • if institution-type-id="ror", capture the corresponding ROR identifier from the Research Organization Registry. The value must begin with "https://ror.org/".
    • if institution-type-id="DOI", capture the corresponding DOI identifier from the FundRef Registry. The value must begin with 10.13039.
  • the institution name within an institution element.

If the institution name is captured within institution-wrap, there is no need to capture an additional institution element as a direct child of funding-source.

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.

Funding declarations should be captured as Funding sources within the back matter of the article.

For Open Access licensed articles (no 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>
    </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> 
Release ID:
20260603
ID:
concept_wp1_2bj_gw
Author:
flocktos
Last changed:
Wed, 03 Jun 2026
Modified by:
buckmasm
Revision#:
3163