<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. but also facilities computer resources, data acquisition or donation, and other non-monetary support (including in-kind support).
Content Model
<!ELEMENT support-group %support-group-model; >
Expanded Content Model
(funding-group*, contributed-resource-group*)
Description
The following, in order:
- <funding-group> Funding Group, zero or more
- <contributed-resource-group> Contributed Resource Group, zero or more
This element may be contained in:
Example 1
Support Group contains two Funding Groups and a Contributed Resource Group
that contains an 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>
...
Example 2
Support Group contains two Funding Groups and a Contributed Resource Group
that names resources:
...
<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>
...