◇◆
<support-group> Support Group
Container element for information concerning both funding and non-monetary support
for the research reported in the work (typically an article). This includes both monetary
awards, grants, investigators, etc. and also 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:
- <funding-group> Funding Group, zero or more
- <contributed-resource-group> Contributed Resource Group, zero or more
Content Model
<!ELEMENT support-group %support-group-model; >
Expanded Content Model
(funding-group*, contributed-resource-group*)
Tagged Samples
Funding groups and contributed resources with <award-group>
...
<article-meta>
...
<support-group>
<funding-group>...</funding-group>
<funding-group>...</funding-group>
<contributed-resource-group resource-type="office-space">
<award-group>
<support-source>
<institution-wrap>...</institution-wrap>
</support-source>
<principal-award-recipient>...</principal-award-recipient>
<principal-investigator>...</principal-investigator>
</award-group>
<support-description>
<p>XYZ supplied office space for 4 researchers for 2 months</p>
</support-description>
</contributed-resource-group>
</support-group>
</article-meta>
...
Funding groups and contributed resources 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>
...