<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

Content Model

<!ELEMENT  contributed-resource-group
                        %contributed-resource-group-model;           >

Expanded Content Model

(award-group*, support-description*, resource-group*)

Description

The following, in order:

This element may be contained in:

Example 1

The Contributed Resource Group contains an Award Group and support description describing the non-monetary award:
...
<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>
...

Example 2

The Contributed Resource Group names the non-monetary 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>
...