forked from CrossRef/rest-api-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
partial-funders.xml
44 lines (44 loc) · 1.47 KB
/
partial-funders.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version='1.0' encoding='UTF-8'?>
<doi_batch version="4.3.2"
xmlns="http://www.crossref.org/doi_resources_schema/4.3.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:fr="http://www.crossref.org/fundref.xsd"
xsi:schemaLocation="http://www.crossref.org/doi_resources_schema/4.3.2
http://www.crossref.org/schema/deposit/doi_resources4.3.2.xsd">
<head>
<doi_batch_id>123456</doi_batch_id>
<depositor>
<name>Karl Ward</name>
<email_address>[email protected]</email_address>
</depositor>
</head>
<body>
<fundref_data>
<doi>10.5555/12345678</doi>
<fr:program name="fundref">
<fr:assertion name="fundgroup">
<fr:assertion name="funder_name">
National Science Foundation
<fr:assertion name="funder_identifier">
100000001
</fr:assertion>
</fr:assertion>
<fr:assertion name="award_number">
CHE-1152342
</fr:assertion>
</fr:assertion>
<fr:assertion name="fundgroup">
<fr:assertion name="funder_name">
Basic Energy Sciences, Office of Science, U.S. Department of Energy
<fr:assertion name="funder_identifier">
100006151
</fr:assertion>
</fr:assertion>
<fr:assertion name="award_number">
DE-SC0001091
</fr:assertion>
</fr:assertion>
</fr:program>
</fundref_data>
</body>
</doi_batch>