Funding
Capture funding information in a <funding-group>
element.
Capture each individual source of funding in a child <award-group>
element.
Capture the name of the funder in a child <funding-source>
element. If there is a Funder Registry identifier for the funder then include that in
the<funding-source>
element in a child
<named-content>
element with a
<content-type>
attribute of value funder-id
.
If there is a grant number(s) associated with the funding then capture that information
in one ore more <award-id>
elements as children of
<award-group>
.
Example
<funding-group> <award-group> <funding-source>Ministerio de Ciencia e Innovación<named-content content-type="funder-id">https://doi.org/10.13039/501100004837</named-content> </funding-source> <award-id>PID2020-120614GB-I00 (ENACT)</award-id> </award-group> <award-group> <funding-source>Ikerbasque, Basque Foundation for Science<named-content content-type="funder-id">https://doi.org/10.13039/501100003989</named-content> </funding-source> </award-group> </funding-group>