<funding-source>

Funding Source

Agency or organization (such as a foundation, corporation, or an educational institution) that funded the research on which a work was based

Remarks

A few example organizations are the Wellcome Trust, NIH, HHS, Princeton University, or sometimes a corporation such as Alcoa sponsoring the research for a journal article

Attributes

country Country
id Identifier
rid Reference to an Identifier
source-type Source Type
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration

Content Model

<!ELEMENT  funding-source 
                        (#PCDATA %funding-source-elements;)*         >

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | abbrev | milestone-end | milestone-start | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<award-group>, <license-p>, <p>

Example

Funding metadata and the textual Acknowledgement that states the same information in the narrative of the document

<book>
<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>
<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>
</book>

Module

funding3.ent