<award-group>

Award Group

Container element for information concerning one award under which the work (or the research on which the work was based) was supported.

Remarks

There may be more than one source of funding, a grant or contract number, principal investigator, etc.
This element replaces the obsolete <contract-num> element.

Attributes

Content Model

<!ELEMENT  award-group  %award-group-model;                          >

Expanded Content Model

((funding-source* | support-source*), award-id*, principal-award-recipient*, principal-investigator*)

Description

This element may be contained in:

Example 1

Award Groups shown inside a Funding Group with the institution identifiers from the Crossref Funder Registry and three of the <institution>s matching the preferred Funder Registry label. The third Award Group gives 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>
...

Example 2

Funding information is presented in the Funding Statement, the Funding Group, and Acknowledgments Section without reference to a Funder Registry:
<article dtd-version="1.2">
<front>
<journal-meta>...</journal-meta>
<article-meta>
...
<funding-group >
<award-group id="award1">
<funding-source id="GS1" country="JP">Institute for
Bioinformatics Research and Development of the Japan
Science and Technology
Agency</funding-source>
</award-group>
<award-group id="award2">
<funding-source id="GS2">21st Century COE program
&lsquo;Genome Science&rsquo;</funding-source>
</award-group>
<award-group id="award3" award-type="grant-in-aid">
<funding-source id="GS3" country="JP">Ministry of
Education, Culture, Sports, Science and Technology
of Japan</funding-source>
</award-group>
<award-group id="award4" award-type="computational resources">
<funding-source id="GS4" country="JP">Bioinformatics
Center, Institute for Chemical Research, Kyoto
University</funding-source>
</award-group>
<funding-statement>The KEGG project is supported by the
Institute for Bioinformatics Research and Development of
the Japan Science and Technology Agency, the 21st Century
COE program &lsquo;Genome Science&rsquo;, and a grant-in-aid
for scientific research on the priority area from the
Ministry of Education, Culture, Sports, Science and
Technology of Japan. The computational resources were
provided by the Bioinformatics Center, Institute for
Chemical Research, Kyoto University.</funding-statement>
<open-access>
<p>Funding to pay the Open Access publication charges for
this article was provided by the grant-in-aid for scientific
research.</p>
</open-access>
</funding-group>
</article-meta>
</front>
<body>...</body>
<back>
<ack>
<title>ACKNOWLEDGEMENTS</title>
<p>The KEGG project is supported by the Institute for
Bioinformatics Research and Development of the Japan
Science and Technology Agency, the 21st Century COE
program &lsquo;Genome Science&rsquo;, and a grant-in-aid
for scientific research on the priority area from the
Ministry of Education, Culture, Sports, Science and
Technology of Japan. The computational resources were
provided by the Bioinformatics Center, Institute for
Chemical Research, Kyoto University. Funding to pay the
Open Access publication charges for this article was
provided by the grant-in-aid for scientific research.</p>
</ack>
<notes notes-type="conflict-interest">
<p>Conflict of interest statement. None declared.</p>
</notes>
</back>
</article>

Example 3

An Award Group inside a Contributed Resource Group, describing a non-monetary award:
...
<article-meta>
...
<support-group>
  <funding-group>...</funding-group>
  <funding-group>...</funding-group>

  <contributed-resource-group resource-type="user-facility">

    <award-group award-type="approved-proposal">
      <support-source>
        <institution-wrap>
          <institution>Spallation Neutron Source</institution>
          </institution-wrap>
         <institution-wrap>
           <institution>Oak Ridge National Laboratory</institution>
           <institution-id institution-id-type="doi" 
             vocab="open-funder-registry"
             vocab-identifier="10.13039/open_funder_registry"
            >10.13039/100006225</institution-id>
         </institution-wrap>
      </support-source>
      <award-id>SPS 12345</award-id>
      <principal-award-recipient>
        <string-name><prefix>Dr.</prefix> <given-names>Albert</given-names>
          <surname>Einstein</surname></string-name>
        <contrib-id contrib-id-type="orcid" authenticated="true"
          >https://orcid.org/0000-0000-0000-0000</contrib-id>
      </principal-award-recipient>
    </award-group>

    <support-description>
      <p>Beam time and computing resources</p>
    </support-description>
   </contributed-resource-group>
</support-group>
</article-meta>
...