<funding-source>

Funding Source

Agency or organization 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 on which a document was based.

Attributes

Content Model

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

Expanded Content Model

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

Description

This element may be contained in:

Example

Institution shown with @vocab identifying the Crossref Funder Registry and the <institution> matching the preferred Funder Registry label and one award with 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>
...