<principal-award-recipient>

Principal Award Recipient

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

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 PI. When the same individual serves in both roles, the name should be listed in both places.

Expanded Content Model

(#PCDATA | institution | string-name)*

Description

Any combination of:

This element may be contained in:

<award-group>

Example

<article structure-type="article" dtd-version="0.1"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<front>
...
<article-meta>
...
<kwd-group>...</kwd-group>
<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>
...
</funding-group>
</article-meta>
</front>
<body>...</body>
<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>
...
</back>
</article>

Module

funding3.ent