<resource-group>
Resource Group
Container element to hold the descriptions of specific resources supplied in the non-financial support of the work described in this article.
Content Model
<!ELEMENT resource-group %resource-group-model; >
Expanded Content Model
((resource-name | resource-wrap)+)
Description
Any one of:
- One or more of any of:
This element may be contained in:
Example
The Resource Group names the resources contributed:
...
<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>
...