<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

...
<article-meta>...
<funding-group>
<award-group>
<funding-source id="gs1">National Institutes of Health</funding-source>
<award-id>GM18458</award-id>
</award-group>
<award-group>
<funding-source id="gs2">National Science Foundation</funding-source>
<award-id>DMS-0204674</award-id>
<award-id>DMS-0244638</award-id>
</award-group>
</funding-group>
</article-meta>
...