orcid_client 0.3.3 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.env.example +1 -1
- data/Gemfile.lock +85 -81
- data/lib/orcid_client/api.rb +1 -1
- data/lib/orcid_client/base.rb +3 -2
- data/lib/orcid_client/external_identifier.rb +1 -1
- data/lib/orcid_client/notification.rb +1 -1
- data/lib/orcid_client/version.rb +1 -1
- data/lib/orcid_client/work.rb +6 -5
- data/orcid_client.gemspec +3 -3
- data/resources/README.md +131 -0
- data/resources/{common_2.0/common-2.0.xsd → common_2.1/common-2.1.xsd} +2 -2
- data/resources/{common_2.0/samples/common-2.0.xml → common_2.1/samples/common-2.1.xml} +2 -2
- data/resources/{notification_2.0 → notification_2.1}/README.md +10 -10
- data/resources/{notification_2.0/notification-custom-2.0.xsd → notification_2.1/notification-custom-2.1.xsd} +1 -1
- data/resources/{notification_2.0/notification-permission-2.0.xsd → notification_2.1/notification-permission-2.1.xsd} +3 -3
- data/resources/{notification_2.0/samples/notification-custom-2.0.xml → notification_2.1/samples/notification-custom-2.1.xml} +2 -2
- data/resources/{notification_2.0/samples/notification-permission-2.0.xml → notification_2.1/samples/notification-permission-2.1.xml} +2 -2
- data/resources/orcid-error-1.0.xsd +69 -0
- data/resources/{record_2.0 → record_2.1}/README.md +154 -155
- data/resources/{record_2.0/activities-2.0.xsd → record_2.1/activities-2.1.xsd} +6 -6
- data/resources/{record_2.0/address-2.0.xsd → record_2.1/address-2.1.xsd} +1 -1
- data/resources/{record_2.0/bulk-2.0.xsd → record_2.1/bulk-2.1.xsd} +2 -2
- data/resources/{record_2.0/education-2.0.xsd → record_2.1/education-2.1.xsd} +1 -1
- data/resources/{record_2.0/email-2.0.xsd → record_2.1/email-2.1.xsd} +1 -1
- data/resources/{record_2.0/employment-2.0.xsd → record_2.1/employment-2.1.xsd} +1 -1
- data/resources/{record_2.0/error-2.0.xsd → record_2.1/error-2.1.xsd} +0 -0
- data/resources/{record_2.0/funding-2.0.xsd → record_2.1/funding-2.1.xsd} +1 -1
- data/resources/{record_2.0/history-2.0.xsd → record_2.1/history-2.1.xsd} +1 -1
- data/resources/{record_2.0/keyword-2.0.xsd → record_2.1/keyword-2.1.xsd} +1 -1
- data/resources/{record_2.0/other-name-2.0.xsd → record_2.1/other-name-2.1.xsd} +1 -1
- data/resources/{record_2.0/peer-review-2.0.xsd → record_2.1/peer-review-2.1.xsd} +2 -2
- data/resources/{record_2.0/peer-review-guide-v2.0.md → record_2.1/peer-review-guide-v2.1.md} +17 -17
- data/resources/{record_2.0/person-2.0.xsd → record_2.1/person-2.1.xsd} +9 -9
- data/resources/{record_2.0/person-external-identifier-2.0.xsd → record_2.1/person-external-identifier-2.1.xsd} +1 -1
- data/resources/{record_2.0/personal-details-2.0.xsd → record_2.1/personal-details-2.1.xsd} +3 -3
- data/resources/{record_2.0/preferences-2.0.xsd → record_2.1/preferences-2.1.xsd} +1 -1
- data/resources/{record_2.0/record-2.0.xsd → record_2.1/record-2.1.xsd} +11 -11
- data/resources/{record_2.0/researcher-url-2.0.xsd → record_2.1/researcher-url-2.1.xsd} +1 -1
- data/resources/{record_2.0/samples/read_samples/activities-2.0.xml → record_2.1/samples/read_samples/activities-2.1.xml} +12 -12
- data/resources/{record_2.0/samples/read_samples/address-2.0.xml → record_2.1/samples/read_samples/address-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/addresses-2.0.xml → record_2.1/samples/read_samples/addresses-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/biography-2.0.xml → record_2.1/samples/read_samples/biography-2.1.xml} +2 -2
- data/resources/{record_2.0 → record_2.1}/samples/read_samples/bulk-work-error.xml +2 -2
- data/resources/{record_2.0/samples/read_samples/credit-name-2.0.xml → record_2.1/samples/read_samples/credit-name-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/read_samples/education-2.0.xml → record_2.1/samples/read_samples/education-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/education-full-2.0.xml → record_2.1/samples/read_samples/education-full-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/educations-2.0.xml → record_2.1/samples/read_samples/educations-2.1.xml} +4 -4
- data/resources/{record_2.0/samples/read_samples/email-2.0.xml → record_2.1/samples/read_samples/email-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/emails-2.0.xml → record_2.1/samples/read_samples/emails-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/employment-2.0.xml → record_2.1/samples/read_samples/employment-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/employment-full-2.0.xml → record_2.1/samples/read_samples/employment-full-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/employments-2.0.xml → record_2.1/samples/read_samples/employments-2.1.xml} +4 -4
- data/resources/{record_2.0/samples/read_samples/error-2.0.xml → record_2.1/samples/read_samples/error-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/read_samples/external-identifier-2.0.xml → record_2.1/samples/read_samples/external-identifier-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/external-identifiers-2.0.xml → record_2.1/samples/read_samples/external-identifiers-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/funding-2.0.xml → record_2.1/samples/read_samples/funding-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/funding-full-2.0.xml → record_2.1/samples/read_samples/funding-full-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/fundings-2.0.xml → record_2.1/samples/read_samples/fundings-2.1.xml} +4 -4
- data/resources/{record_2.0/samples/read_samples/history-2.0.xml → record_2.1/samples/read_samples/history-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/keyword-2.0.xml → record_2.1/samples/read_samples/keyword-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/keywords-2.0.xml → record_2.1/samples/read_samples/keywords-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/name-2.0.xml → record_2.1/samples/read_samples/name-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/read_samples/other-name-2.0.xml → record_2.1/samples/read_samples/other-name-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/other-names-2.0.xml → record_2.1/samples/read_samples/other-names-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/peer-review-2.0.xml → record_2.1/samples/read_samples/peer-review-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/peer-review-full-2.0.xml → record_2.1/samples/read_samples/peer-review-full-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/peer-reviews-2.0.xml → record_2.1/samples/read_samples/peer-reviews-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/person-2.0.xml → record_2.1/samples/read_samples/person-2.1.xml} +7 -7
- data/resources/{record_2.0/samples/read_samples/personal-details-2.0.xml → record_2.1/samples/read_samples/personal-details-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/preferences-2.0.xml → record_2.1/samples/read_samples/preferences-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/read_samples/record-2.0.xml → record_2.1/samples/read_samples/record-2.1.xml} +14 -14
- data/resources/{record_2.0/samples/read_samples/researcher-url-2.0.xml → record_2.1/samples/read_samples/researcher-url-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/researcher-urls-2.0.xml → record_2.1/samples/read_samples/researcher-urls-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/search-2.0.xml → record_2.1/samples/read_samples/search-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/read_samples/work-2.0.xml → record_2.1/samples/read_samples/work-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/work-full-2.0.xml → record_2.1/samples/read_samples/work-full-2.1.xml} +3 -3
- data/resources/{record_2.0/samples/read_samples/works-2.0.xml → record_2.1/samples/read_samples/works-2.1.xml} +4 -4
- data/resources/{record_2.0/samples/write_sample/address-2.0.xml → record_2.1/samples/write_samples/address-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/bulk-work-2.0.json → record_2.1/samples/write_samples/bulk-work-2.1.json} +0 -0
- data/resources/{record_2.0/samples/write_sample/bulk-work-2.0.xml → record_2.1/samples/write_samples/bulk-work-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/education-2.0.xml → record_2.1/samples/write_samples/education-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/employment-2.0.xml → record_2.1/samples/write_samples/employment-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/external-identifier-2.0.xml → record_2.1/samples/write_samples/external-identifier-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/funding-2.0.xml → record_2.1/samples/write_samples/funding-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/keyword-2.0.xml → record_2.1/samples/write_samples/keyword-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/other-name-2.0.xml → record_2.1/samples/write_samples/other-name-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/peer-review-full-2.0.xml → record_2.1/samples/write_samples/peer-review-full-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/peer-review-simple-2.0.xml → record_2.1/samples/write_samples/peer-review-simple-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/researcher-url-2.0.xml → record_2.1/samples/write_samples/researcher-url-2.1.xml} +1 -1
- data/resources/{record_2.0/samples/write_sample/work-full-2.0.xml → record_2.1/samples/write_samples/work-full-2.1.xml} +2 -2
- data/resources/{record_2.0/samples/write_sample/work-simple-2.0.xml → record_2.1/samples/write_samples/work-simple-2.1.xml} +1 -1
- data/resources/{record_2.0/search-2.0.xsd → record_2.1/search-2.1.xsd} +1 -1
- data/resources/{record_2.0/work-2.0.xsd → record_2.1/work-2.1.xsd} +2 -2
- data/resources/xml.xsd +286 -0
- data/spec/api_spec.rb +9 -9
- data/spec/author_spec.rb +1 -1
- data/spec/external_identifier_spec.rb +2 -2
- data/spec/fixtures/external_identifier.xml +1 -1
- data/spec/fixtures/vcr_cassettes/OrcidClient/external_identifier/delete/should_delete_external_identifier.yml +6 -6
- data/spec/fixtures/vcr_cassettes/OrcidClient/external_identifier/post/should_create_external_identifier.yml +8 -8
- data/spec/fixtures/vcr_cassettes/OrcidClient/notifications/delete/should_delete_notification.yml +11 -15
- data/spec/fixtures/vcr_cassettes/OrcidClient/notifications/get/should_get_notification.yml +10 -15
- data/spec/fixtures/vcr_cassettes/OrcidClient/notifications/post/should_create_notification.yml +48 -57
- data/spec/fixtures/vcr_cassettes/OrcidClient/works/delete/should_delete_work.yml +6 -6
- data/spec/fixtures/vcr_cassettes/OrcidClient/works/get/should_get_works.yml +6 -614
- data/spec/fixtures/vcr_cassettes/OrcidClient/works/post/should_create_work.yml +48 -55
- data/spec/fixtures/vcr_cassettes/OrcidClient/works/put/should_update_work.yml +51 -62
- data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/data.yml +41 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/schema/validates_data.yml +41 -50
- data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/schema/validates_item_type_work.yml +51 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/literal.yml +41 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/multiple_titles.yml +51 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/valid.yml +41 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/with_ORCID_IDs.yml +55 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/data.yml +41 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/publication_date.yml +41 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_ORCID_IDs_for_contributors.yml +55 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_data.yml +41 -52
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_from_DataCite_test_system.yml +41 -60
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_type_data-set.yml +51 -52
- data/spec/fixtures/work.xml +1 -1
- data/spec/notification_spec.rb +3 -3
- data/spec/work_spec.rb +16 -17
- metadata +100 -103
@@ -2,12 +2,12 @@
|
|
2
2
|
<other-name:other-name visibility="public"
|
3
3
|
put-code="1" xmlns:other-name="http://www.orcid.org/ns/other-name"
|
4
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/other-name ../other-name-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/other-name ../other-name-2.1.xsd ">
|
6
6
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
7
7
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
8
8
|
<common:source>
|
9
9
|
<common:source-orcid>
|
10
|
-
<common:uri>
|
10
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
11
11
|
<common:path>8888-8888-8888-8880</common:path>
|
12
12
|
<common:host>orcid.org</common:host>
|
13
13
|
</common:source-orcid>
|
@@ -1,13 +1,13 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<other-name:other-names xmlns:other-name="http://www.orcid.org/ns/other-name"
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4
|
-
xsi:schemaLocation="http://www.orcid.org/ns/other-name ../other-name-2.
|
4
|
+
xsi:schemaLocation="http://www.orcid.org/ns/other-name ../other-name-2.1.xsd ">
|
5
5
|
<other-name:other-name visibility="public" put-code="1">
|
6
6
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
7
7
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
8
8
|
<common:source>
|
9
9
|
<common:source-orcid>
|
10
|
-
<common:uri>
|
10
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
11
11
|
<common:path>8888-8888-8888-8880</common:path>
|
12
12
|
<common:host>orcid.org</common:host>
|
13
13
|
</common:source-orcid>
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
21
21
|
<common:source>
|
22
22
|
<common:source-orcid>
|
23
|
-
<common:uri>
|
23
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
24
24
|
<common:path>8888-8888-8888-8880</common:path>
|
25
25
|
<common:host>orcid.org</common:host>
|
26
26
|
</common:source-orcid>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
visibility="private" xmlns:common="http://www.orcid.org/ns/common"
|
4
4
|
xmlns:peer-review="http://www.orcid.org/ns/peer-review" xmlns:work="http://www.orcid.org/ns/work"
|
5
5
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6
|
-
xsi:schemaLocation="http://www.orcid.org/ns/peer-review ../peer-review-2.
|
6
|
+
xsi:schemaLocation="http://www.orcid.org/ns/peer-review ../peer-review-2.1.xsd ">
|
7
7
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
8
8
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
9
9
|
<common:source>
|
10
10
|
<common:source-orcid>
|
11
|
-
<common:uri>
|
11
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
12
12
|
<common:path>8888-8888-8888-8880</common:path>
|
13
13
|
<common:host>orcid.org</common:host>
|
14
14
|
</common:source-orcid>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
visibility="private" xmlns:common="http://www.orcid.org/ns/common"
|
4
4
|
xmlns:peer-review="http://www.orcid.org/ns/peer-review" xmlns:work="http://www.orcid.org/ns/work"
|
5
5
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6
|
-
xsi:schemaLocation="http://www.orcid.org/ns/peer-review ../peer-review-2.
|
6
|
+
xsi:schemaLocation="http://www.orcid.org/ns/peer-review ../peer-review-2.1.xsd ">
|
7
7
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
8
8
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
9
9
|
<common:source>
|
10
10
|
<common:source-orcid>
|
11
|
-
<common:uri>
|
11
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
12
12
|
<common:path>8888-8888-8888-8880</common:path>
|
13
13
|
<common:host>orcid.org</common:host>
|
14
14
|
</common:source-orcid>
|
@@ -12,7 +12,7 @@
|
|
12
12
|
xmlns:personal-details="http://www.orcid.org/ns/personal-details"
|
13
13
|
xmlns:keyword="http://www.orcid.org/ns/keyword" xmlns:email="http://www.orcid.org/ns/email"
|
14
14
|
xmlns:external-identifier="http://www.orcid.org/ns/external-identifier" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
15
|
-
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-2.
|
15
|
+
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-2.1.xsd ">
|
16
16
|
<common:last-modified-date>2017-01-17T11:55:44.542-06:00
|
17
17
|
</common:last-modified-date>
|
18
18
|
<activities:group>
|
@@ -34,7 +34,7 @@
|
|
34
34
|
</common:last-modified-date>
|
35
35
|
<common:source>
|
36
36
|
<common:source-client-id>
|
37
|
-
<common:uri>
|
37
|
+
<common:uri>https://orcid.org/client/APP-9999999999999902</common:uri>
|
38
38
|
<common:path>APP-9999999999999902</common:path>
|
39
39
|
<common:host>orcid.org</common:host>
|
40
40
|
</common:source-client-id>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
xmlns:keyword="http://www.orcid.org/ns/keyword"
|
9
9
|
xmlns:external-identifier="http://www.orcid.org/ns/external-identifier"
|
10
10
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
11
|
-
xsi:schemaLocation="http://www.orcid.org/ns/person ../person-2.
|
11
|
+
xsi:schemaLocation="http://www.orcid.org/ns/person ../person-2.1.xsd">
|
12
12
|
<common:last-modified-date>2016-04-14T20:56:22.279Z</common:last-modified-date>
|
13
13
|
<person:name visibility="public">
|
14
14
|
<common:created-date>2016-04-14T20:56:22.279Z</common:created-date>
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
26
26
|
<common:source>
|
27
27
|
<common:source-orcid>
|
28
|
-
<common:uri>
|
28
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
29
29
|
<common:path>8888-8888-8888-8880</common:path>
|
30
30
|
<common:host>orcid.org</common:host>
|
31
31
|
</common:source-orcid>
|
@@ -47,7 +47,7 @@
|
|
47
47
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
48
48
|
<common:source>
|
49
49
|
<common:source-orcid>
|
50
|
-
<common:uri>
|
50
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
51
51
|
<common:path>8888-8888-8888-8880</common:path>
|
52
52
|
<common:host>orcid.org</common:host>
|
53
53
|
</common:source-orcid>
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
64
64
|
<common:source>
|
65
65
|
<common:source-orcid>
|
66
|
-
<common:uri>
|
66
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
67
67
|
<common:path>8888-8888-8888-8880</common:path>
|
68
68
|
<common:host>orcid.org</common:host>
|
69
69
|
</common:source-orcid>
|
@@ -78,7 +78,7 @@
|
|
78
78
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
79
79
|
<common:source>
|
80
80
|
<common:source-orcid>
|
81
|
-
<common:uri>
|
81
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
82
82
|
<common:path>8888-8888-8888-8880</common:path>
|
83
83
|
<common:host>orcid.org</common:host>
|
84
84
|
</common:source-orcid>
|
@@ -93,7 +93,7 @@
|
|
93
93
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
94
94
|
<common:source>
|
95
95
|
<common:source-orcid>
|
96
|
-
<common:uri>
|
96
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
97
97
|
<common:path>8888-8888-8888-8880</common:path>
|
98
98
|
<common:host>orcid.org</common:host>
|
99
99
|
</common:source-orcid>
|
@@ -108,7 +108,7 @@
|
|
108
108
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
109
109
|
<common:source>
|
110
110
|
<common:source-orcid>
|
111
|
-
<common:uri>
|
111
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
112
112
|
<common:path>8888-8888-8888-8880</common:path>
|
113
113
|
<common:host>orcid.org</common:host>
|
114
114
|
</common:source-orcid>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
xmlns:personal-details="http://www.orcid.org/ns/personal-details"
|
4
4
|
xmlns:other-name="http://www.orcid.org/ns/other-name" xmlns:common="http://www.orcid.org/ns/common"
|
5
5
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6
|
-
xsi:schemaLocation="http://www.orcid.org/ns/personal-details ../personal-details-2.
|
6
|
+
xsi:schemaLocation="http://www.orcid.org/ns/personal-details ../personal-details-2.1.xsd">
|
7
7
|
<personal-details:name visibility="public">
|
8
8
|
<personal-details:given-names>Give Names</personal-details:given-names>
|
9
9
|
<personal-details:family-name>Family Name</personal-details:family-name>
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
17
17
|
<common:source>
|
18
18
|
<common:source-orcid>
|
19
|
-
<common:uri>
|
19
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
20
20
|
<common:path>8888-8888-8888-8880</common:path>
|
21
21
|
<common:host>orcid.org</common:host>
|
22
22
|
</common:source-orcid>
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
31
31
|
<common:source>
|
32
32
|
<common:source-orcid>
|
33
|
-
<common:uri>
|
33
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
34
34
|
<common:path>8888-8888-8888-8880</common:path>
|
35
35
|
<common:host>orcid.org</common:host>
|
36
36
|
</common:source-orcid>
|
@@ -1,4 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<preferences:preferences xmlns:common="http://www.orcid.org/ns/common" xmlns:preferences="http://www.orcid.org/ns/preferences" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.orcid.org/ns/preferences ../preferences-2.
|
2
|
+
<preferences:preferences xmlns:common="http://www.orcid.org/ns/common" xmlns:preferences="http://www.orcid.org/ns/preferences" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.orcid.org/ns/preferences ../preferences-2.1.xsd ">
|
3
3
|
<preferences:locale>en</preferences:locale>
|
4
4
|
</preferences:preferences>
|
@@ -12,9 +12,9 @@
|
|
12
12
|
xmlns:preferences="http://www.orcid.org/ns/preferences" xmlns:record="http://www.orcid.org/ns/record"
|
13
13
|
xmlns:peer-review="http://www.orcid.org/ns/peer-review" xmlns:work="http://www.orcid.org/ns/work"
|
14
14
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
15
|
-
xsi:schemaLocation="http://www.orcid.org/ns/record ../record-2.
|
15
|
+
xsi:schemaLocation="http://www.orcid.org/ns/record ../record-2.1.xsd ">
|
16
16
|
<common:orcid-identifier>
|
17
|
-
<common:uri>
|
17
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
18
18
|
<common:path>8888-8888-8888-8880</common:path>
|
19
19
|
<common:host>orcid.org</common:host>
|
20
20
|
</common:orcid-identifier>
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<history:claimed>true</history:claimed>
|
30
30
|
<common:source>
|
31
31
|
<common:source-orcid>
|
32
|
-
<common:uri>
|
32
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
33
33
|
<common:path>8888-8888-8888-8880</common:path>
|
34
34
|
<common:host>orcid.org</common:host>
|
35
35
|
|
@@ -58,7 +58,7 @@
|
|
58
58
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
59
59
|
<common:source>
|
60
60
|
<common:source-orcid>
|
61
|
-
<common:uri>
|
61
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
62
62
|
<common:path>8888-8888-8888-8880</common:path>
|
63
63
|
<common:host>orcid.org</common:host>
|
64
64
|
</common:source-orcid>
|
@@ -82,7 +82,7 @@
|
|
82
82
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
83
83
|
<common:source>
|
84
84
|
<common:source-orcid>
|
85
|
-
<common:uri>
|
85
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
86
86
|
<common:path>8888-8888-8888-8880</common:path>
|
87
87
|
<common:host>orcid.org</common:host>
|
88
88
|
</common:source-orcid>
|
@@ -99,7 +99,7 @@
|
|
99
99
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
100
100
|
<common:source>
|
101
101
|
<common:source-orcid>
|
102
|
-
<common:uri>
|
102
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
103
103
|
<common:path>8888-8888-8888-8880</common:path>
|
104
104
|
<common:host>orcid.org</common:host>
|
105
105
|
</common:source-orcid>
|
@@ -116,7 +116,7 @@
|
|
116
116
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
117
117
|
<common:source>
|
118
118
|
<common:source-orcid>
|
119
|
-
<common:uri>
|
119
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
120
120
|
<common:path>8888-8888-8888-8880</common:path>
|
121
121
|
<common:host>orcid.org</common:host>
|
122
122
|
</common:source-orcid>
|
@@ -133,7 +133,7 @@
|
|
133
133
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
134
134
|
<common:source>
|
135
135
|
<common:source-orcid>
|
136
|
-
<common:uri>
|
136
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
137
137
|
<common:path>8888-8888-8888-8880</common:path>
|
138
138
|
<common:host>orcid.org</common:host>
|
139
139
|
</common:source-orcid>
|
@@ -151,7 +151,7 @@
|
|
151
151
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
152
152
|
<common:source>
|
153
153
|
<common:source-orcid>
|
154
|
-
<common:uri>
|
154
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
155
155
|
<common:path>8888-8888-8888-8880</common:path>
|
156
156
|
<common:host>orcid.org</common:host>
|
157
157
|
</common:source-orcid>
|
@@ -174,7 +174,7 @@
|
|
174
174
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
175
175
|
<common:source>
|
176
176
|
<common:source-orcid>
|
177
|
-
<common:uri>
|
177
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
178
178
|
<common:path>8888-8888-8888-8880</common:path>
|
179
179
|
<common:host>orcid.org</common:host>
|
180
180
|
</common:source-orcid>
|
@@ -214,7 +214,7 @@
|
|
214
214
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
215
215
|
<common:source>
|
216
216
|
<common:source-orcid>
|
217
|
-
<common:uri>
|
217
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
218
218
|
<common:path>8888-8888-8888-8880</common:path>
|
219
219
|
<common:host>orcid.org</common:host>
|
220
220
|
|
@@ -262,7 +262,7 @@
|
|
262
262
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
263
263
|
<common:source>
|
264
264
|
<common:source-orcid>
|
265
|
-
<common:uri>
|
265
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
266
266
|
<common:path>8888-8888-8888-8880</common:path>
|
267
267
|
<common:host>orcid.org</common:host>
|
268
268
|
</common:source-orcid>
|
@@ -324,7 +324,7 @@
|
|
324
324
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
325
325
|
<common:source>
|
326
326
|
<common:source-client-id>
|
327
|
-
<common:uri>
|
327
|
+
<common:uri>https://orcid.org/client/APP-9999999999999901</common:uri>
|
328
328
|
<common:path>APP-9999999999999901</common:path>
|
329
329
|
<common:host>orcid.org</common:host>
|
330
330
|
</common:source-client-id>
|
@@ -376,7 +376,7 @@
|
|
376
376
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
377
377
|
<common:source>
|
378
378
|
<common:source-client-id>
|
379
|
-
<common:uri>
|
379
|
+
<common:uri>https://orcid.org/client/8888-8888-8888-8880</common:uri>
|
380
380
|
<common:path>8888-8888-8888-8880</common:path>
|
381
381
|
<common:host>orcid.org</common:host>
|
382
382
|
</common:source-client-id>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<researcher-url:researcher-url put-code="1248"
|
3
3
|
visibility="public" xmlns:researcher-url="http://www.orcid.org/ns/researcher-url"
|
4
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-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/researcher-url ../researcher-url-2.1.xsd">
|
6
6
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
7
7
|
<common:last-modified-date>2001-12-31T12:00:00
|
8
8
|
</common:last-modified-date>
|
9
9
|
<common:source>
|
10
10
|
<common:source-orcid>
|
11
|
-
<common:uri>
|
11
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
12
12
|
<common:path>8888-8888-8888-8880</common:path>
|
13
13
|
<common:host>orcid.org</common:host>
|
14
14
|
</common:source-orcid>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<researcher-url:researcher-urls
|
3
3
|
xmlns:researcher-url="http://www.orcid.org/ns/researcher-url"
|
4
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-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/researcher-url ../researcher-url-2.1.xsd ">
|
6
6
|
<researcher-url:researcher-url put-code="1248"
|
7
7
|
visibility="public">
|
8
8
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
9
9
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
10
10
|
<common:source>
|
11
11
|
<common:source-orcid>
|
12
|
-
<common:uri>
|
12
|
+
<common:uri>https://www.orcid.org/8888-8888-8888-8880</common:uri>
|
13
13
|
<common:path>8888-8888-8888-8880</common:path>
|
14
14
|
<common:host>orcid.org</common:host>
|
15
15
|
</common:source-orcid>
|
@@ -3,10 +3,10 @@
|
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common"
|
4
4
|
xmlns:search="http://www.orcid.org/ns/search"
|
5
5
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6
|
-
xsi:schemaLocation="http://www.orcid.org/ns/search ../search-2.
|
6
|
+
xsi:schemaLocation="http://www.orcid.org/ns/search ../search-2.1.xsd ">
|
7
7
|
<search:result>
|
8
8
|
<common:orcid-identifier>
|
9
|
-
<common:uri>
|
9
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
10
10
|
<common:path>8888-8888-8888-8880</common:path>
|
11
11
|
<common:host>orcid.org</common:host>
|
12
12
|
</common:orcid-identifier>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<work:work put-code="123" visibility="private"
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:work="http://www.orcid.org/ns/work"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/work ../work-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/work ../work-2.1.xsd ">
|
6
6
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
7
7
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
8
8
|
<common:source>
|
9
9
|
<common:source-orcid>
|
10
|
-
<common:uri>
|
10
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
11
11
|
<common:path>8888-8888-8888-8880</common:path>
|
12
12
|
<common:host>orcid.org</common:host>
|
13
13
|
</common:source-orcid>
|
@@ -42,7 +42,7 @@
|
|
42
42
|
<work:contributors>
|
43
43
|
<work:contributor>
|
44
44
|
<common:contributor-orcid>
|
45
|
-
<common:uri>
|
45
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
46
46
|
<common:path>8888-8888-8888-8880</common:path>
|
47
47
|
<common:host>orcid.org</common:host>
|
48
48
|
</common:contributor-orcid>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<work:work put-code="123" visibility="private"
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:work="http://www.orcid.org/ns/work"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/work ../work-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/work ../work-2.1.xsd ">
|
6
6
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
7
7
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
8
8
|
<common:source>
|
9
9
|
<common:source-orcid>
|
10
|
-
<common:uri>
|
10
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
11
11
|
<common:path>8888-8888-8888-8880</common:path>
|
12
12
|
<common:host>orcid.org</common:host>
|
13
13
|
</common:source-orcid>
|
@@ -42,7 +42,7 @@
|
|
42
42
|
<work:contributors>
|
43
43
|
<work:contributor>
|
44
44
|
<common:contributor-orcid>
|
45
|
-
<common:uri>
|
45
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
46
46
|
<common:path>8888-8888-8888-8880</common:path>
|
47
47
|
<common:host>orcid.org</common:host>
|
48
48
|
</common:contributor-orcid>
|
@@ -12,7 +12,7 @@
|
|
12
12
|
xmlns:personal-details="http://www.orcid.org/ns/personal-details"
|
13
13
|
xmlns:keyword="http://www.orcid.org/ns/keyword" xmlns:email="http://www.orcid.org/ns/email"
|
14
14
|
xmlns:external-identifier="http://www.orcid.org/ns/external-identifier" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
15
|
-
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-2.
|
15
|
+
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-2.1.xsd ">
|
16
16
|
<common:last-modified-date>2017-01-18T15:06:05.147-06:00
|
17
17
|
</common:last-modified-date>
|
18
18
|
<activities:group>
|
@@ -28,7 +28,7 @@
|
|
28
28
|
</common:last-modified-date>
|
29
29
|
<common:source>
|
30
30
|
<common:source-orcid>
|
31
|
-
<common:uri>
|
31
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
32
32
|
<common:path>8888-8888-8888-8880</common:path>
|
33
33
|
<common:host>orcid.org</common:host>
|
34
34
|
</common:source-orcid>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
</common:last-modified-date>
|
74
74
|
<common:source>
|
75
75
|
<common:source-orcid>
|
76
|
-
<common:uri>
|
76
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
77
77
|
<common:path>8888-8888-8888-8880</common:path>
|
78
78
|
<common:host>orcid.org</common:host>
|
79
79
|
</common:source-orcid>
|
@@ -118,7 +118,7 @@
|
|
118
118
|
</common:last-modified-date>
|
119
119
|
<common:source>
|
120
120
|
<common:source-orcid>
|
121
|
-
<common:uri>
|
121
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
122
122
|
<common:path>8888-8888-8888-8880</common:path>
|
123
123
|
<common:host>orcid.org</common:host>
|
124
124
|
</common:source-orcid>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<address:address xmlns:address="http://www.orcid.org/ns/address"
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4
|
-
xsi:schemaLocation="http://www.orcid.org/ns/address ../address-2.
|
4
|
+
xsi:schemaLocation="http://www.orcid.org/ns/address ../address-2.1.xsd ">
|
5
5
|
<address:country>US</address:country>
|
6
6
|
</address:address>
|
File without changes
|
@@ -4,7 +4,7 @@
|
|
4
4
|
xmlns:work="http://www.orcid.org/ns/work"
|
5
5
|
xmlns:bulk="http://www.orcid.org/ns/bulk"
|
6
6
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
7
|
-
xsi:schemaLocation="http://www.orcid.org/ns/bulk ../bulk-2.
|
7
|
+
xsi:schemaLocation="http://www.orcid.org/ns/bulk ../bulk-2.1.xsd">
|
8
8
|
<error:error>
|
9
9
|
<error:response-code>1</error:response-code>
|
10
10
|
<error:developer-message>developer-message</error:developer-message>
|