<support-source>
Support Source
Agency or organization (such as a foundation,
corporation, or an educational institution) that
provided non-monetary support (such as facilities or
data) in support of the research on which a work was
based.
Attributes
Content Model
<!ELEMENT support-source (#PCDATA %support-source-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | institution | institution-wrap)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
- <institution> Institution Name: in an Address
- <institution-wrap> Institution Wrapper
This element may be contained in:
Example
Support Source inside an Award Group names two institutions:
...
<article-meta>
...
<support-group>
<funding-group>...</funding-group>
<funding-group>...</funding-group>
<contributed-resource-group resource-type="user-facility">
<award-group award-type="approved-proposal">
<support-source>
<institution-wrap>
<institution>Spallation Neutron Source</institution>
</institution-wrap>
<institution-wrap>
<institution>Oak Ridge National Laboratory</institution>
<institution-id institution-id-type="doi"
vocab="open-funder-registry"
vocab-identifier="10.13039/open_funder_registry"
>10.13039/100006225</institution-id>
</institution-wrap>
</support-source>
<award-id>SPS 12345</award-id>
<principal-award-recipient>
<string-name><prefix>Dr.</prefix> <given-names>Albert</given-names>
<surname>Einstein</surname></string-name>
<contrib-id contrib-id-type="orcid" authenticated="true"
>https://orcid.org/0000-0000-0000-0000</contrib-id>
</principal-award-recipient>
</award-group>
<support-description>
<p>Beam time and computing resources</p>
</support-description>
</contributed-resource-group>
</support-group>
</article-meta>
...