<principal-award-recipient> Principal Award Recipient

Individual(s) or institution(s) to whom the award was given (for example, the principal grant holder or the sponsored individual).

Usage/Remarks

Although the content of this element may contain an institution name, this is not the place to record the affiliation (<aff>) of a person who is the award recipient. An organization name (<institution>) within this element indicates that an organization (such as a Laboratory) was the recipient of the award.
The <principal-award-recipient> may or may not be the same as the <principal-investigator>, for example, a grant could be awarded to a Department or to individual A, and individual B could serve as the Principal Investigator. When the same individual serves in both roles, the name should be listed in both places.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  principal-award-recipient
                        (#PCDATA
                         %principal-award-recipient-elements;)*      >
Expanded Content Model

(#PCDATA | contrib-id | name | name-alternatives | institution | institution-wrap | string-name)*

Tagged Samples
In award groups
...
<funding-group specific-use="cSrossref">
 <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>
...
In award group with restatement in a textual Acknowledgment
<book dtd-version="2.1">  
 <book-meta>
  ...
  <funding-group>
   <award-group id="nih-509">
    <funding-source country="US">NIH</funding-source>
    <award-id>NIH GM61374</award-id>
    <principal-award-recipient>Stanford</principal-award-recipient>
   </award-group>
  </funding-group>
  <funding-group>
   <award-group id="nsf-510">
    <funding-source country="US">NSF</funding-source>
    <award-id>NSF DBI-0317510</award-id>
    <principal-award-recipient>Berkeley</principal-award-recipient>
   </award-group>
   <award-group id="arda-511" award-type="contract">
    <funding-source country="US">ARDA ACQUAINT</funding-source>
    <principal-award-recipient>Berkeley</principal-award-recipient>
   </award-group>
   <award-group id="geneentech-512" award-type="gift">
    <funding-source country="US">Genentech Corp.</funding-source>
    <principal-award-recipient>Berkeley</principal-award-recipient>
   </award-group>
  </funding-group>
 </book-meta>
 <book-body>...</book-body>
 <book-back>
  <ack>
   <p>... Part of the research at Stanford was supported by NIH GM61374.
    The Berkeley portion of this research was supported by NSF DBI-0317510,
    an ARDA AQUAINT contract, and a gift from Genentech Corp.</p>
  </ack>
  ...
 </book-back>
</book>