orcid_client 0.8 → 0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +39 -0
- data/.github/workflows/changelog.yml +36 -0
- data/.github/workflows/release.yml +49 -0
- data/Gemfile.lock +124 -104
- data/lib/orcid_client/api.rb +1 -1
- data/lib/orcid_client/external_identifier.rb +1 -1
- data/lib/orcid_client/version.rb +1 -1
- data/lib/orcid_client/work.rb +1 -1
- data/orcid_client.gemspec +1 -1
- data/resources/README.md +48 -43
- data/resources/common_3.0/common-3.0.xsd +998 -0
- data/resources/common_3.0/samples/common-3.0.xml +8 -0
- data/resources/common_3.0/samples/common-3.0_external-identifier.xml +11 -0
- data/resources/notification_3.0/README.md +130 -0
- data/resources/notification_3.0/images/notification-intro.jpg +0 -0
- data/resources/notification_3.0/images/notification-subject.jpg +0 -0
- data/resources/notification_3.0/notification-custom-3.0.xsd +38 -0
- data/resources/notification_3.0/notification-permission-3.0.xsd +134 -0
- data/resources/notification_3.0/samples/notification-custom-3.0.xml +27 -0
- data/resources/notification_3.0/samples/notification-permission-3.0.xml +58 -0
- data/resources/record_3.0/README.md +408 -0
- data/resources/record_3.0/activities-3.0.xsd +456 -0
- data/resources/record_3.0/address-3.0.xsd +73 -0
- data/resources/record_3.0/bulk-3.0.xsd +57 -0
- data/resources/record_3.0/distinction-3.0.xsd +51 -0
- data/resources/record_3.0/education-3.0.xsd +51 -0
- data/resources/record_3.0/email-3.0.xsd +76 -0
- data/resources/record_3.0/employment-3.0.xsd +51 -0
- data/resources/record_3.0/error-3.0.xsd +84 -0
- data/resources/record_3.0/expanded-search-3.0.xsd +114 -0
- data/resources/record_3.0/funding-3.0.xsd +204 -0
- data/resources/record_3.0/history-3.0.xsd +185 -0
- data/resources/record_3.0/invited-position-3.0.xsd +50 -0
- data/resources/record_3.0/keyword-3.0.xsd +72 -0
- data/resources/record_3.0/membership-3.0.xsd +51 -0
- data/resources/record_3.0/other-name-3.0.xsd +78 -0
- data/resources/record_3.0/peer-review-3.0.xsd +263 -0
- data/resources/record_3.0/person-3.0.xsd +85 -0
- data/resources/record_3.0/person-external-identifier-3.0.xsd +63 -0
- data/resources/record_3.0/personal-details-3.0.xsd +162 -0
- data/resources/record_3.0/preferences-3.0.xsd +50 -0
- data/resources/record_3.0/qualification-3.0.xsd +50 -0
- data/resources/record_3.0/record-3.0.xsd +91 -0
- data/resources/record_3.0/research-resource-3.0.xsd +144 -0
- data/resources/record_3.0/researcher-url-3.0.xsd +86 -0
- data/resources/record_3.0/samples/read_samples/activities-3.0.xml +742 -0
- data/resources/record_3.0/samples/read_samples/address-3.0.xml +16 -0
- data/resources/record_3.0/samples/read_samples/addresses-3.0.xml +32 -0
- data/resources/record_3.0/samples/read_samples/biography-3.0.xml +10 -0
- data/resources/record_3.0/samples/read_samples/bulk-work-err.xml +45 -0
- data/resources/record_3.0/samples/read_samples/credit-name-3.0.xml +5 -0
- data/resources/record_3.0/samples/read_samples/distinction-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/distinctions-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/education-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/education-full-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/educations-3.0.xml +118 -0
- data/resources/record_3.0/samples/read_samples/email-3.0.xml +16 -0
- data/resources/record_3.0/samples/read_samples/emails-3.0.xml +31 -0
- data/resources/record_3.0/samples/read_samples/employment-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/employment-full-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/employments-3.0.xml +108 -0
- data/resources/record_3.0/samples/read_samples/error-3.0.xml +8 -0
- data/resources/record_3.0/samples/read_samples/external-identifier-3.0.xml +21 -0
- data/resources/record_3.0/samples/read_samples/external-identifiers-3.0.xml +38 -0
- data/resources/record_3.0/samples/read_samples/full-record-3.0.json +2332 -0
- data/resources/record_3.0/samples/read_samples/funding-3.0.xml +75 -0
- data/resources/record_3.0/samples/read_samples/funding-full-3.0.xml +75 -0
- data/resources/record_3.0/samples/read_samples/fundings-3.0.xml +139 -0
- data/resources/record_3.0/samples/read_samples/history-3.0.xml +22 -0
- data/resources/record_3.0/samples/read_samples/invited-position-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/invited-positions-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/keyword-3.0.xml +18 -0
- data/resources/record_3.0/samples/read_samples/keywords-3.0.xml +34 -0
- data/resources/record_3.0/samples/read_samples/membership-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/memberships-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/name-3.0.xml +12 -0
- data/resources/record_3.0/samples/read_samples/other-name-3.0.xml +16 -0
- data/resources/record_3.0/samples/read_samples/other-names-3.0.xml +31 -0
- data/resources/record_3.0/samples/read_samples/peer-review-3.0.xml +59 -0
- data/resources/record_3.0/samples/read_samples/peer-review-full-3.0.xml +59 -0
- data/resources/record_3.0/samples/read_samples/peer-reviews-3.0.xml +76 -0
- data/resources/record_3.0/samples/read_samples/person-3.0.xml +122 -0
- data/resources/record_3.0/samples/read_samples/personal-details-3.0.xml +47 -0
- data/resources/record_3.0/samples/read_samples/preferences-3.0.xml +4 -0
- data/resources/record_3.0/samples/read_samples/qualification-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/qualifications-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/record-3.0.xml +770 -0
- data/resources/record_3.0/samples/read_samples/research-resource-3.0.xml +138 -0
- data/resources/record_3.0/samples/read_samples/research-resources-3.0.xml +143 -0
- data/resources/record_3.0/samples/read_samples/researcher-url-3.0.xml +19 -0
- data/resources/record_3.0/samples/read_samples/researcher-urls-3.0.xml +21 -0
- data/resources/record_3.0/samples/read_samples/search-3.0.xml +14 -0
- data/resources/record_3.0/samples/read_samples/service-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/services-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/work-3.0.xml +65 -0
- data/resources/record_3.0/samples/read_samples/work-full-3.0.xml +65 -0
- data/resources/record_3.0/samples/read_samples/works-3.0.xml +148 -0
- data/resources/record_3.0/samples/write_samples/address-3.0.xml +6 -0
- data/resources/record_3.0/samples/write_samples/bulk-work-3.0.json +53 -0
- data/resources/record_3.0/samples/write_samples/bulk-work-3.0.xml +47 -0
- data/resources/record_3.0/samples/write_samples/distinction-3.0.xml +46 -0
- data/resources/record_3.0/samples/write_samples/education-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/employment-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/external-identifier-3.0.xml +11 -0
- data/resources/record_3.0/samples/write_samples/funding-3.0.xml +44 -0
- data/resources/record_3.0/samples/write_samples/invited-position-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/keyword-3.0.xml +7 -0
- data/resources/record_3.0/samples/write_samples/membership-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/other-name-3.0.xml +6 -0
- data/resources/record_3.0/samples/write_samples/peer-review-full-3.0.xml +48 -0
- data/resources/record_3.0/samples/write_samples/peer-review-full-award-subject-type-3.0.xml +48 -0
- data/resources/record_3.0/samples/write_samples/peer-review-simple-3.0.xml +32 -0
- data/resources/record_3.0/samples/write_samples/qualification-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/research-resource-3.0.xml +110 -0
- data/resources/record_3.0/samples/write_samples/researcher-url-3.0-no-name.xml +6 -0
- data/resources/record_3.0/samples/write_samples/researcher-url-3.0.xml +7 -0
- data/resources/record_3.0/samples/write_samples/service-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/work-full-3.0.xml +60 -0
- data/resources/record_3.0/samples/write_samples/work-simple-3.0.xml +18 -0
- data/resources/record_3.0/search-3.0.xsd +62 -0
- data/resources/record_3.0/service-3.0.xsd +51 -0
- data/resources/record_3.0/work-3.0.xsd +269 -0
- data/spec/api_spec.rb +2 -2
- data/spec/external_identifier_spec.rb +2 -2
- data/spec/fixtures/external_identifier.xml +1 -1
- data/spec/fixtures/vcr_cassettes/OrcidClient/works/get/should_get_works.yml +19 -10
- data/spec/fixtures/vcr_cassettes/OrcidClient/works/post/should_create_work.yml +52 -38
- data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/data.yml +35 -28
- data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/schema/validates_data.yml +34 -27
- data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/schema/validates_item_type_work.yml +29 -37
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/literal.yml +45 -32
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/multiple_titles.yml +35 -28
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/valid.yml +35 -28
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/with_ORCID_IDs.yml +28 -22
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/data.yml +34 -27
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/publication_date.yml +35 -28
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_ORCID_IDs_for_contributors.yml +29 -23
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_data.yml +34 -27
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_from_DataCite_test_system.yml +28 -22
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_type_data-set.yml +29 -37
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/user_example/fail/valid.yml +28 -22
- data/spec/fixtures/work.xml +1 -1
- data/spec/notification_spec.rb +2 -2
- data/spec/work_spec.rb +2 -2
- metadata +126 -6
@@ -0,0 +1,138 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<research-resource:research-resource put-code="1234" path="/0000-0003-0902-4386/research-resource/1234"
|
3
|
+
visibility="public"
|
4
|
+
xmlns:common="http://www.orcid.org/ns/common" xmlns:research-resource="http://www.orcid.org/ns/research-resource"
|
5
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6
|
+
xsi:schemaLocation="http://www.orcid.org/ns/research-resource ../research-resource-3.0.xsd ">
|
7
|
+
<!-- common metadata -->
|
8
|
+
<common:created-date>2015-06-25T16:01:12</common:created-date>
|
9
|
+
<common:last-modified-date>2017-09-08T13:31:19</common:last-modified-date>
|
10
|
+
<common:source>
|
11
|
+
<common:source-orcid>
|
12
|
+
<common:uri>https://orcid.org/0000-0000-0000-0000</common:uri>
|
13
|
+
<common:path>0000-0000-0000-0000</common:path>
|
14
|
+
<common:host>orcid.org</common:host>
|
15
|
+
</common:source-orcid>
|
16
|
+
<common:source-name>XSEDE ORCID integration</common:source-name>
|
17
|
+
</common:source>
|
18
|
+
<!-- proposal title and host(s) -->
|
19
|
+
<research-resource:proposal> <!-- proposal/award/credential section -->
|
20
|
+
<research-resource:title>
|
21
|
+
<common:title>Giant Laser Award</common:title>
|
22
|
+
<common:translated-title language-code="de">Giant Laser Award2</common:translated-title>
|
23
|
+
</research-resource:title>
|
24
|
+
<research-resource:hosts>
|
25
|
+
<common:organization>
|
26
|
+
<common:name>XSEDE</common:name>
|
27
|
+
<common:address>
|
28
|
+
<common:city>city</common:city>
|
29
|
+
<common:region>region</common:region>
|
30
|
+
<common:country>US</common:country>
|
31
|
+
</common:address>
|
32
|
+
<common:disambiguated-organization>
|
33
|
+
<common:disambiguated-organization-identifier>XX</common:disambiguated-organization-identifier>
|
34
|
+
<common:disambiguation-source>grid</common:disambiguation-source>
|
35
|
+
</common:disambiguated-organization>
|
36
|
+
</common:organization>
|
37
|
+
<common:organization>
|
38
|
+
<common:name>Lasers-R-Us</common:name>
|
39
|
+
<common:address>
|
40
|
+
<common:city>city</common:city>
|
41
|
+
<common:region>region</common:region>
|
42
|
+
<common:country>US</common:country>
|
43
|
+
</common:address>
|
44
|
+
<common:disambiguated-organization>
|
45
|
+
<common:disambiguated-organization-identifier>XX</common:disambiguated-organization-identifier>
|
46
|
+
<common:disambiguation-source>lei</common:disambiguation-source>
|
47
|
+
</common:disambiguated-organization>
|
48
|
+
</common:organization>
|
49
|
+
</research-resource:hosts>
|
50
|
+
<common:external-ids>
|
51
|
+
<common:external-id>
|
52
|
+
<common:external-id-type>proposal_id</common:external-id-type>
|
53
|
+
<common:external-id-value>123456</common:external-id-value>
|
54
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
55
|
+
</common:external-id>
|
56
|
+
<common:external-id>
|
57
|
+
<common:external-id-type>handle</common:external-id-type>
|
58
|
+
<common:external-id-value>https://grants.net/123456</common:external-id-value>
|
59
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
60
|
+
</common:external-id>
|
61
|
+
</common:external-ids>
|
62
|
+
<!--optional items -->
|
63
|
+
<common:start-date>
|
64
|
+
<common:year>1999</common:year>
|
65
|
+
<common:month>02</common:month>
|
66
|
+
<common:day>02</common:day>
|
67
|
+
</common:start-date>
|
68
|
+
<common:end-date>
|
69
|
+
<common:year>2012</common:year>
|
70
|
+
<common:month>02</common:month>
|
71
|
+
<common:day>02</common:day>
|
72
|
+
</common:end-date>
|
73
|
+
<common:url>http://xsede.org/GiantLaserAward</common:url>
|
74
|
+
</research-resource:proposal>
|
75
|
+
|
76
|
+
<!-- resource(s) -->
|
77
|
+
<research-resource:resource-items>
|
78
|
+
<!-- resource 1 -->
|
79
|
+
<research-resource:resource-item>
|
80
|
+
<research-resource:resource-name>Giant Laser 1</research-resource:resource-name>
|
81
|
+
<research-resource:resource-type>infrastructures</research-resource:resource-type>
|
82
|
+
<research-resource:hosts>
|
83
|
+
<common:organization>
|
84
|
+
<common:name>Lasers-R-US</common:name>
|
85
|
+
<common:address>
|
86
|
+
<common:city>city</common:city>
|
87
|
+
<common:region>region</common:region>
|
88
|
+
<common:country>US</common:country>
|
89
|
+
</common:address>
|
90
|
+
<common:disambiguated-organization>
|
91
|
+
<common:disambiguated-organization-identifier>XX</common:disambiguated-organization-identifier>
|
92
|
+
<common:disambiguation-source>grid</common:disambiguation-source>
|
93
|
+
</common:disambiguated-organization>
|
94
|
+
</common:organization>
|
95
|
+
</research-resource:hosts>
|
96
|
+
<common:external-ids>
|
97
|
+
<common:external-id>
|
98
|
+
<common:external-id-type>rrid</common:external-id-type>
|
99
|
+
<common:external-id-value>rrid:giantLASER</common:external-id-value>
|
100
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
101
|
+
</common:external-id>
|
102
|
+
<common:external-id>
|
103
|
+
<common:external-id-type>doi</common:external-id-type>
|
104
|
+
<common:external-id-value>https://doi.org/10.123/giantlaser</common:external-id-value>
|
105
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
106
|
+
</common:external-id>
|
107
|
+
</common:external-ids>
|
108
|
+
<common:url>http://blah.com</common:url>
|
109
|
+
</research-resource:resource-item>
|
110
|
+
<!-- resource 2 -->
|
111
|
+
<research-resource:resource-item>
|
112
|
+
<research-resource:resource-name>Moon Targets</research-resource:resource-name>
|
113
|
+
<research-resource:resource-type>infrastructures</research-resource:resource-type>
|
114
|
+
<research-resource:hosts>
|
115
|
+
<common:organization>
|
116
|
+
<common:name>Moon Holdings Ltd</common:name>
|
117
|
+
<common:address>
|
118
|
+
<common:city>city</common:city>
|
119
|
+
<common:region>region</common:region>
|
120
|
+
<common:country>US</common:country>
|
121
|
+
</common:address>
|
122
|
+
<common:disambiguated-organization>
|
123
|
+
<common:disambiguated-organization-identifier>XX</common:disambiguated-organization-identifier>
|
124
|
+
<common:disambiguation-source>lei</common:disambiguation-source>
|
125
|
+
</common:disambiguated-organization>
|
126
|
+
</common:organization>
|
127
|
+
</research-resource:hosts>
|
128
|
+
<common:external-ids>
|
129
|
+
<common:external-id>
|
130
|
+
<common:external-id-type>uri</common:external-id-type>
|
131
|
+
<common:external-id-value>https://moon.org/targetOnTheMoon</common:external-id-value>
|
132
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
133
|
+
</common:external-id>
|
134
|
+
</common:external-ids>
|
135
|
+
<common:url>http://blah2.com</common:url>
|
136
|
+
</research-resource:resource-item>
|
137
|
+
</research-resource:resource-items>
|
138
|
+
</research-resource:research-resource>
|
@@ -0,0 +1,143 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!-- one group, two summaries -->
|
3
|
+
<activities:research-resources path="/8888-8888-8888-8880/research-resources"
|
4
|
+
xmlns:common="http://www.orcid.org/ns/common" xmlns:activities="http://www.orcid.org/ns/activities" xmlns:research-resource="http://www.orcid.org/ns/research-resource"
|
5
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6
|
+
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-3.0.xsd ">
|
7
|
+
<common:last-modified-date>2017-01-18T15:06:05.147-06:00</common:last-modified-date>
|
8
|
+
<activities:group>
|
9
|
+
<common:last-modified-date>2017-01-18T15:03:56.856-06:00</common:last-modified-date>
|
10
|
+
<common:external-ids>
|
11
|
+
<common:external-id>
|
12
|
+
<common:external-id-type>proposal_id</common:external-id-type>
|
13
|
+
<common:external-id-value>123456</common:external-id-value>
|
14
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
15
|
+
</common:external-id>
|
16
|
+
<common:external-id>
|
17
|
+
<common:external-id-type>handle</common:external-id-type>
|
18
|
+
<common:external-id-value>https://grants.net/123456
|
19
|
+
</common:external-id-value>
|
20
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
21
|
+
</common:external-id>
|
22
|
+
</common:external-ids>
|
23
|
+
<research-resource:research-resource-summary
|
24
|
+
put-code="1234" path="/0000-0003-0902-4386/research-resource/1234" visibility="public">
|
25
|
+
<!-- common metadata -->
|
26
|
+
<common:created-date>2015-06-25T16:01:12.718Z</common:created-date>
|
27
|
+
<common:last-modified-date>2017-09-08T13:31:19.987Z</common:last-modified-date>
|
28
|
+
<common:source>
|
29
|
+
<common:source-orcid>
|
30
|
+
<common:uri>https://orcid.org/0000-0000-0000-0000</common:uri>
|
31
|
+
<common:path>0000-0000-0000-0000</common:path>
|
32
|
+
<common:host>orcid.org</common:host>
|
33
|
+
</common:source-orcid>
|
34
|
+
<common:source-name>XSEDE ORCID integration</common:source-name>
|
35
|
+
</common:source>
|
36
|
+
<!-- proposal title and host(s) -->
|
37
|
+
<research-resource:proposal> <!-- proposal/award/credential section -->
|
38
|
+
<research-resource:title>
|
39
|
+
<common:title>Giant Laser Award</common:title>
|
40
|
+
</research-resource:title>
|
41
|
+
<research-resource:hosts>
|
42
|
+
<common:organization>
|
43
|
+
<common:name>XSEDE</common:name>
|
44
|
+
<common:address>
|
45
|
+
<common:city>city</common:city>
|
46
|
+
<common:region>region</common:region>
|
47
|
+
<common:country>US</common:country>
|
48
|
+
</common:address>
|
49
|
+
<common:disambiguated-organization>
|
50
|
+
<common:disambiguated-organization-identifier>XX
|
51
|
+
</common:disambiguated-organization-identifier>
|
52
|
+
<common:disambiguation-source>grid</common:disambiguation-source>
|
53
|
+
</common:disambiguated-organization>
|
54
|
+
</common:organization>
|
55
|
+
<common:organization>
|
56
|
+
<common:name>Lasers-R-Us</common:name>
|
57
|
+
<common:address>
|
58
|
+
<common:city>city</common:city>
|
59
|
+
<common:region>region</common:region>
|
60
|
+
<common:country>US</common:country>
|
61
|
+
</common:address>
|
62
|
+
<common:disambiguated-organization>
|
63
|
+
<common:disambiguated-organization-identifier>XX
|
64
|
+
</common:disambiguated-organization-identifier>
|
65
|
+
<common:disambiguation-source>lei</common:disambiguation-source>
|
66
|
+
</common:disambiguated-organization>
|
67
|
+
</common:organization>
|
68
|
+
</research-resource:hosts>
|
69
|
+
<common:external-ids>
|
70
|
+
<common:external-id>
|
71
|
+
<common:external-id-type>proposal_id</common:external-id-type>
|
72
|
+
<common:external-id-value>123456</common:external-id-value>
|
73
|
+
<common:external-id-relationship>self
|
74
|
+
</common:external-id-relationship>
|
75
|
+
</common:external-id>
|
76
|
+
<common:external-id>
|
77
|
+
<common:external-id-type>handle</common:external-id-type>
|
78
|
+
<common:external-id-value>https://grants.net/123456
|
79
|
+
</common:external-id-value>
|
80
|
+
<common:external-id-relationship>self
|
81
|
+
</common:external-id-relationship>
|
82
|
+
</common:external-id>
|
83
|
+
</common:external-ids>
|
84
|
+
<!--optional items -->
|
85
|
+
<common:start-date>
|
86
|
+
<common:year>1999</common:year>
|
87
|
+
<common:month>02</common:month>
|
88
|
+
<common:day>02</common:day>
|
89
|
+
</common:start-date>
|
90
|
+
<common:end-date>
|
91
|
+
<common:year>2012</common:year>
|
92
|
+
<common:month>02</common:month>
|
93
|
+
<common:day>02</common:day>
|
94
|
+
</common:end-date>
|
95
|
+
<common:url>http://xsede.org/GiantLaserAward</common:url>
|
96
|
+
</research-resource:proposal>
|
97
|
+
</research-resource:research-resource-summary>
|
98
|
+
<research-resource:research-resource-summary
|
99
|
+
put-code="1235" path="/0000-0003-0902-4386/research-resource/1235" visibility="public">
|
100
|
+
<!-- common metadata -->
|
101
|
+
<common:created-date>2016-06-25T16:01:12.718Z</common:created-date>
|
102
|
+
<common:last-modified-date>2016-09-08T13:31:19.987Z
|
103
|
+
</common:last-modified-date>
|
104
|
+
<common:source>
|
105
|
+
<common:source-orcid>
|
106
|
+
<common:uri>https://orcid.org/0000-0000-0000-0001</common:uri>
|
107
|
+
<common:path>0000-0000-0000-0001</common:path>
|
108
|
+
<common:host>orcid.org</common:host>
|
109
|
+
</common:source-orcid>
|
110
|
+
<common:source-name>Someone else</common:source-name>
|
111
|
+
</common:source>
|
112
|
+
<research-resource:proposal>
|
113
|
+
<research-resource:title>
|
114
|
+
<common:title>Giant Laser Award version 2</common:title>
|
115
|
+
</research-resource:title>
|
116
|
+
<research-resource:hosts>
|
117
|
+
<common:organization>
|
118
|
+
<common:name>XSEDE</common:name>
|
119
|
+
<common:address>
|
120
|
+
<common:city>city</common:city>
|
121
|
+
<common:region>region</common:region>
|
122
|
+
<common:country>US</common:country>
|
123
|
+
</common:address>
|
124
|
+
<common:disambiguated-organization>
|
125
|
+
<common:disambiguated-organization-identifier>XX
|
126
|
+
</common:disambiguated-organization-identifier>
|
127
|
+
<common:disambiguation-source>grid</common:disambiguation-source>
|
128
|
+
</common:disambiguated-organization>
|
129
|
+
</common:organization>
|
130
|
+
</research-resource:hosts>
|
131
|
+
<common:external-ids>
|
132
|
+
<common:external-id>
|
133
|
+
<common:external-id-type>handle</common:external-id-type>
|
134
|
+
<common:external-id-value>https://grants.net/123456
|
135
|
+
</common:external-id-value>
|
136
|
+
<common:external-id-relationship>self
|
137
|
+
</common:external-id-relationship>
|
138
|
+
</common:external-id>
|
139
|
+
</common:external-ids>
|
140
|
+
</research-resource:proposal>
|
141
|
+
</research-resource:research-resource-summary>
|
142
|
+
</activities:group>
|
143
|
+
</activities:research-resources>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<researcher-url:researcher-url put-code="1248"
|
3
|
+
visibility="public" xmlns:researcher-url="http://www.orcid.org/ns/researcher-url"
|
4
|
+
xmlns:common="http://www.orcid.org/ns/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/researcher-url ../researcher-url-3.0.xsd">
|
6
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
7
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
8
|
+
</common:last-modified-date>
|
9
|
+
<common:source>
|
10
|
+
<common:source-orcid>
|
11
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
12
|
+
<common:path>8888-8888-8888-8880</common:path>
|
13
|
+
<common:host>orcid.org</common:host>
|
14
|
+
</common:source-orcid>
|
15
|
+
<common:source-name />
|
16
|
+
</common:source>
|
17
|
+
<researcher-url:url-name>Site # 1</researcher-url:url-name>
|
18
|
+
<researcher-url:url>http://site1.com/</researcher-url:url>
|
19
|
+
</researcher-url:researcher-url>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<researcher-url:researcher-urls
|
3
|
+
xmlns:researcher-url="http://www.orcid.org/ns/researcher-url"
|
4
|
+
xmlns:common="http://www.orcid.org/ns/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/researcher-url ../researcher-url-3.0.xsd ">
|
6
|
+
<researcher-url:researcher-url put-code="1248"
|
7
|
+
visibility="public">
|
8
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
9
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
10
|
+
<common:source>
|
11
|
+
<common:source-orcid>
|
12
|
+
<common:uri>https://www.orcid.org/8888-8888-8888-8880</common:uri>
|
13
|
+
<common:path>8888-8888-8888-8880</common:path>
|
14
|
+
<common:host>orcid.org</common:host>
|
15
|
+
</common:source-orcid>
|
16
|
+
<common:source-name />
|
17
|
+
</common:source>
|
18
|
+
<researcher-url:url-name>Site # 1</researcher-url:url-name>
|
19
|
+
<researcher-url:url>http://site1.com/</researcher-url:url>
|
20
|
+
</researcher-url:researcher-url>
|
21
|
+
</researcher-url:researcher-urls>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<search:search num-found="1"
|
3
|
+
xmlns:common="http://www.orcid.org/ns/common"
|
4
|
+
xmlns:search="http://www.orcid.org/ns/search"
|
5
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6
|
+
xsi:schemaLocation="http://www.orcid.org/ns/search ../search-3.0.xsd ">
|
7
|
+
<search:result>
|
8
|
+
<common:orcid-identifier>
|
9
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
10
|
+
<common:path>8888-8888-8888-8880</common:path>
|
11
|
+
<common:host>orcid.org</common:host>
|
12
|
+
</common:orcid-identifier>
|
13
|
+
</search:result>
|
14
|
+
</search:search>
|
@@ -0,0 +1,55 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<service:service put-code="0" visibility="private"
|
3
|
+
xmlns:common="http://www.orcid.org/ns/common" xmlns:service="http://www.orcid.org/ns/service"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/service ../service-3.0.xsd ">
|
6
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
7
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
8
|
+
<common:source>
|
9
|
+
<common:source-orcid>
|
10
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
11
|
+
<common:path>8888-8888-8888-8880</common:path>
|
12
|
+
<common:host>orcid.org</common:host>
|
13
|
+
</common:source-orcid>
|
14
|
+
<common:source-name />
|
15
|
+
</common:source>
|
16
|
+
<common:department-name>department-name</common:department-name>
|
17
|
+
<common:role-title>role-title</common:role-title>
|
18
|
+
<common:start-date>
|
19
|
+
<common:year>1948</common:year>
|
20
|
+
<common:month>02</common:month>
|
21
|
+
<common:day>02</common:day>
|
22
|
+
</common:start-date>
|
23
|
+
<common:end-date>
|
24
|
+
<common:year>1948</common:year>
|
25
|
+
<common:month>02</common:month>
|
26
|
+
<common:day>02</common:day>
|
27
|
+
</common:end-date>
|
28
|
+
<common:organization>
|
29
|
+
<common:name>common:name</common:name>
|
30
|
+
<common:address>
|
31
|
+
<common:city>common:city</common:city>
|
32
|
+
<common:region>common:region</common:region>
|
33
|
+
<common:country>AF</common:country>
|
34
|
+
</common:address>
|
35
|
+
<common:disambiguated-organization>
|
36
|
+
<common:disambiguated-organization-identifier>http://dx.doi.org/10.13039/100000001</common:disambiguated-organization-identifier>
|
37
|
+
<common:disambiguation-source>FUNDREF</common:disambiguation-source>
|
38
|
+
</common:disambiguated-organization>
|
39
|
+
</common:organization>
|
40
|
+
<common:url>http://tempuri.org</common:url>
|
41
|
+
<common:external-ids>
|
42
|
+
<common:external-id>
|
43
|
+
<common:external-id-type>grant_number</common:external-id-type>
|
44
|
+
<common:external-id-value>external-identifier-value</common:external-id-value>
|
45
|
+
<common:external-id-url>http://tempuri.org</common:external-id-url>
|
46
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
47
|
+
</common:external-id>
|
48
|
+
<common:external-id>
|
49
|
+
<common:external-id-type>grant_number</common:external-id-type>
|
50
|
+
<common:external-id-value>external-identifier-value2</common:external-id-value>
|
51
|
+
<common:external-id-url>http://tempuri.org/2</common:external-id-url>
|
52
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
53
|
+
</common:external-id>
|
54
|
+
</common:external-ids>
|
55
|
+
</service:service>
|
@@ -0,0 +1,106 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<activities:services
|
3
|
+
path="/8888-8888-8888-8880/employments"
|
4
|
+
xmlns:activities="http://www.orcid.org/ns/activities" xmlns:employment="http://www.orcid.org/ns/employment"
|
5
|
+
xmlns:common="http://www.orcid.org/ns/common" xmlns:service="http://www.orcid.org/ns/service"
|
6
|
+
xmlns:funding="http://www.orcid.org/ns/funding" xmlns:work="http://www.orcid.org/ns/work"
|
7
|
+
xmlns:peer-review="http://www.orcid.org/ns/peer-review" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
8
|
+
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-3.0.xsd ">
|
9
|
+
<common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
|
10
|
+
<activities:affiliation-group>
|
11
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
12
|
+
</common:last-modified-date>
|
13
|
+
<common:external-ids>
|
14
|
+
<common:external-id>
|
15
|
+
<common:external-id-type>agr</common:external-id-type>
|
16
|
+
<common:external-id-value>external-id-value
|
17
|
+
</common:external-id-value>
|
18
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
19
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
20
|
+
</common:external-id>
|
21
|
+
</common:external-ids>
|
22
|
+
<service:service-summary put-code="1"
|
23
|
+
path="/8888-8888-8888-8888/employment/1" visibility="public">
|
24
|
+
<common:created-date>2017-01-18T13:32:45.500-06:00</common:created-date>
|
25
|
+
<common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
|
26
|
+
<common:source>
|
27
|
+
<common:source-orcid>
|
28
|
+
<common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
|
29
|
+
<common:path>8888-8888-8888-8888</common:path>
|
30
|
+
<common:host>orcid.org</common:host>
|
31
|
+
</common:source-orcid>
|
32
|
+
<common:source-name>User One Credit name</common:source-name>
|
33
|
+
</common:source>
|
34
|
+
<common:department-name>service</common:department-name>
|
35
|
+
<common:start-date>
|
36
|
+
<common:year>1948</common:year>
|
37
|
+
<common:month>02</common:month>
|
38
|
+
<common:day>02</common:day>
|
39
|
+
</common:start-date>
|
40
|
+
<common:organization>
|
41
|
+
<common:name>service</common:name>
|
42
|
+
<common:address>
|
43
|
+
<common:city>x</common:city>
|
44
|
+
<common:country>AS</common:country>
|
45
|
+
</common:address>
|
46
|
+
</common:organization>
|
47
|
+
<common:url>http://tempuri.org</common:url>
|
48
|
+
<common:external-ids>
|
49
|
+
<common:external-id>
|
50
|
+
<common:external-id-type>agr</common:external-id-type>
|
51
|
+
<common:external-id-value>external-id-value
|
52
|
+
</common:external-id-value>
|
53
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
54
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
55
|
+
</common:external-id>
|
56
|
+
</common:external-ids>
|
57
|
+
</service:service-summary>
|
58
|
+
</activities:affiliation-group>
|
59
|
+
<activities:affiliation-group>
|
60
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
61
|
+
</common:last-modified-date>
|
62
|
+
<common:external-ids>
|
63
|
+
<common:external-id>
|
64
|
+
<common:external-id-type>agr</common:external-id-type>
|
65
|
+
<common:external-id-value>external-id-value2</common:external-id-value>
|
66
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
67
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
68
|
+
</common:external-id>
|
69
|
+
</common:external-ids>
|
70
|
+
<service:service-summary put-code="1"
|
71
|
+
path="/8888-8888-8888-8888/employment/1" visibility="public">
|
72
|
+
<common:created-date>2017-01-18T13:32:45.500-06:00</common:created-date>
|
73
|
+
<common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
|
74
|
+
<common:source>
|
75
|
+
<common:source-orcid>
|
76
|
+
<common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
|
77
|
+
<common:path>8888-8888-8888-8888</common:path>
|
78
|
+
<common:host>orcid.org</common:host>
|
79
|
+
</common:source-orcid>
|
80
|
+
<common:source-name>User One Credit name</common:source-name>
|
81
|
+
</common:source>
|
82
|
+
<common:department-name>service</common:department-name>
|
83
|
+
<common:start-date>
|
84
|
+
<common:year>1948</common:year>
|
85
|
+
<common:month>02</common:month>
|
86
|
+
<common:day>02</common:day>
|
87
|
+
</common:start-date>
|
88
|
+
<common:organization>
|
89
|
+
<common:name>service</common:name>
|
90
|
+
<common:address>
|
91
|
+
<common:city>x</common:city>
|
92
|
+
<common:country>AS</common:country>
|
93
|
+
</common:address>
|
94
|
+
</common:organization>
|
95
|
+
<common:url>http://tempuri.org</common:url>
|
96
|
+
<common:external-ids>
|
97
|
+
<common:external-id>
|
98
|
+
<common:external-id-type>agr</common:external-id-type>
|
99
|
+
<common:external-id-value>external-id-value2</common:external-id-value>
|
100
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
101
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
102
|
+
</common:external-id>
|
103
|
+
</common:external-ids>
|
104
|
+
</service:service-summary>
|
105
|
+
</activities:affiliation-group>
|
106
|
+
</activities:services>
|