◇◆
<contributed-resource-group> Contributed Resource Group
Container element for information concerning non-financial
support for the research reported in the work (typically an
article). Such support may include facilities, computer resources, data acquisition
or
donation, and other non-monetary support (including in-kind
support).
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
The following, in order:
- <award-group> Award Group, zero or more
- <support-description> Support Description, zero or more
- <resource-group> Resource Group, zero or more
Content Model
<!ELEMENT contributed-resource-group %contributed-resource-group-model; >
Expanded Content Model
(award-group*, support-description*, resource-group*)
Tagged Samples
With <award-group> and <support-description>
...
<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>
...
With <resource-group>
...
<article-meta>
...
<support-group>
<funding-group>...</funding-group>
<funding-group>...</funding-group>
<contributed-resource-group
resource-type="research-materials">
<resource-group>
<resource-wrap>
<resource-name>Slc9a4 (C05) tm1b Mus musculus</resource-name>
<resource-id resource-id-type="rrid"
vocab="Research Resource Identifier"
>RRID:IMSR_HAR:5669</resource-id>
</resource-wrap>
<resource-wrap>...</resource-wrap>
</resource-group>
</contributed-resource-group>
</support-group>
</article-meta>
...