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
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<address:address visibility="public" put-code="1" 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
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
6
6
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
7
7
|
<common:source>
|
8
8
|
<common:source-orcid>
|
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:source-orcid>
|
@@ -1,14 +1,14 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<address:addresses 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
|
<common:last-modified-date>2002-11-30T12:00:00</common:last-modified-date>
|
6
6
|
<address:address visibility="public" put-code="1">
|
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>
|
@@ -21,7 +21,7 @@
|
|
21
21
|
<common:last-modified-date>2002-11-30T12:00:00</common:last-modified-date>
|
22
22
|
<common:source>
|
23
23
|
<common:source-orcid>
|
24
|
-
<common:uri>
|
24
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
25
25
|
<common:path>8888-8888-8888-8880</common:path>
|
26
26
|
<common:host>orcid.org</common:host>
|
27
27
|
</common:source-orcid>
|
@@ -3,8 +3,8 @@
|
|
3
3
|
xmlns:personal-details="http://www.orcid.org/ns/personal-details"
|
4
4
|
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
|
<common:created-date>2016-04-27T13:22:53.471-06:00</common:created-date>
|
8
8
|
<common:last-modified-date>2016-04-27T13:22:53.471-06:00</common:last-modified-date>
|
9
|
-
<personal-details:content>biography V2.
|
9
|
+
<personal-details:content>biography V2.1</personal-details:content>
|
10
10
|
</personal-details:biography>
|
@@ -4,13 +4,13 @@
|
|
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
|
<work:work put-code="156043" visibility="public">
|
9
9
|
<common:created-date>2017-02-16T22:06:56.222Z</common:created-date>
|
10
10
|
<common:last-modified-date>2017-02-16T22:06:56.222Z</common:last-modified-date>
|
11
11
|
<common:source>
|
12
12
|
<common:source-orcid>
|
13
|
-
<common:uri>
|
13
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
14
14
|
<common:path>8888-8888-8888-8880</common:path>
|
15
15
|
<common:host>orcid.org</common:host>
|
16
16
|
</common:source-orcid>
|
@@ -2,4 +2,4 @@
|
|
2
2
|
<personal-details:credit-name
|
3
3
|
xmlns:personal-details="http://www.orcid.org/ns/personal-details"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/personal-details ../personal-details-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/personal-details ../personal-details-2.1.xsd">credit-name</personal-details:credit-name>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<education:education put-code="0" visibility="private"
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:education="http://www.orcid.org/ns/education"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/education ../education-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/education ../education-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>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<education:education put-code="0" visibility="private"
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:education="http://www.orcid.org/ns/education"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/education ../education-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/education ../education-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,11 +1,11 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<activities:educations
|
3
|
-
path="http://orcid.org/v2.
|
3
|
+
path="http://orcid.org/v2.1/8888-8888-8888-8880/employments"
|
4
4
|
xmlns:activities="http://www.orcid.org/ns/activities" xmlns:employment="http://www.orcid.org/ns/employment"
|
5
5
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:education="http://www.orcid.org/ns/education"
|
6
6
|
xmlns:funding="http://www.orcid.org/ns/funding" xmlns:work="http://www.orcid.org/ns/work"
|
7
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-2.
|
8
|
+
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-2.1.xsd ">
|
9
9
|
<common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
|
10
10
|
<education:education-summary put-code="1"
|
11
11
|
path="/8888-8888-8888-8888/employment/1" visibility="public">
|
@@ -13,7 +13,7 @@
|
|
13
13
|
<common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
|
14
14
|
<common:source>
|
15
15
|
<common:source-orcid>
|
16
|
-
<common:uri>
|
16
|
+
<common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
|
17
17
|
<common:path>8888-8888-8888-8888</common:path>
|
18
18
|
<common:host>orcid.org</common:host>
|
19
19
|
</common:source-orcid>
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
|
35
35
|
<common:source>
|
36
36
|
<common:source-orcid>
|
37
|
-
<common:uri>
|
37
|
+
<common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
|
38
38
|
<common:path>8888-8888-8888-8888</common:path>
|
39
39
|
<common:host>orcid.org</common:host>
|
40
40
|
</common:source-orcid>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<email:email primary="true" verified="false" visibility="public" put-code="1" xmlns:email="http://www.orcid.org/ns/email"
|
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/email ../email-2.
|
4
|
+
xsi:schemaLocation="http://www.orcid.org/ns/email ../email-2.1.xsd ">
|
5
5
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
6
6
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
7
7
|
<common:source>
|
8
8
|
<common:source-orcid>
|
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:source-orcid>
|
@@ -1,13 +1,13 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<email:emails xmlns:email="http://www.orcid.org/ns/email"
|
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/email ../email-2.
|
4
|
+
xsi:schemaLocation="http://www.orcid.org/ns/email ../email-2.1.xsd ">
|
5
5
|
<email:email primary="true" verified="true" 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>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<employment:employment put-code="0" visibility="private"
|
3
3
|
xmlns:employment="http://www.orcid.org/ns/employment" xmlns:common="http://www.orcid.org/ns/common"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/employment ../employment-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/employment ../employment-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>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<employment:employment put-code="0" visibility="private"
|
3
3
|
xmlns:employment="http://www.orcid.org/ns/employment" xmlns:common="http://www.orcid.org/ns/common"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/employment ../employment-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/employment ../employment-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,11 +1,11 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<activities:employments
|
3
|
-
path="http://orcid.org/v2.
|
3
|
+
path="http://orcid.org/v2.1/8888-8888-8888-8880/employments"
|
4
4
|
xmlns:activities="http://www.orcid.org/ns/activities" xmlns:employment="http://www.orcid.org/ns/employment"
|
5
5
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:education="http://www.orcid.org/ns/education"
|
6
6
|
xmlns:funding="http://www.orcid.org/ns/funding" xmlns:work="http://www.orcid.org/ns/work"
|
7
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-2.
|
8
|
+
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-2.1.xsd ">
|
9
9
|
<common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
|
10
10
|
<employment:employment-summary put-code="1"
|
11
11
|
path="/8888-8888-8888-8888/employment/1" visibility="public">
|
@@ -13,7 +13,7 @@
|
|
13
13
|
<common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
|
14
14
|
<common:source>
|
15
15
|
<common:source-orcid>
|
16
|
-
<common:uri>
|
16
|
+
<common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
|
17
17
|
<common:path>8888-8888-8888-8888</common:path>
|
18
18
|
<common:host>orcid.org</common:host>
|
19
19
|
</common:source-orcid>
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
|
35
35
|
<common:source>
|
36
36
|
<common:source-orcid>
|
37
|
-
<common:uri>
|
37
|
+
<common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
|
38
38
|
<common:path>8888-8888-8888-8888</common:path>
|
39
39
|
<common:host>orcid.org</common:host>
|
40
40
|
</common:source-orcid>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<error:error xmlns:error="http://www.orcid.org/ns/error" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.orcid.org/ns/error ../error-2.
|
2
|
+
<error:error xmlns:error="http://www.orcid.org/ns/error" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.orcid.org/ns/error ../error-2.1.xsd ">
|
3
3
|
<error:response-code>0</error:response-code>
|
4
4
|
<error:developer-message>error:developer-message</error:developer-message>
|
5
5
|
<error:user-message>error:user-message</error:user-message>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<external-identifier:external-identifier visibility="public" put-code="1"
|
3
3
|
xmlns:external-identifier="http://www.orcid.org/ns/external-identifier"
|
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/external-identifier ../person-external-identifier-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/external-identifier ../person-external-identifier-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>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<external-identifier:external-identifiers
|
3
3
|
xmlns:external-identifier="http://www.orcid.org/ns/external-identifier"
|
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/external-identifier ../person-external-identifier-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/external-identifier ../person-external-identifier-2.1.xsd ">
|
6
6
|
<external-identifier:external-identifier visibility="public" put-code="1">
|
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>
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
25
25
|
<common:source>
|
26
26
|
<common:source-orcid>
|
27
|
-
<common:uri>
|
27
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
28
28
|
<common:path>8888-8888-8888-8880</common:path>
|
29
29
|
<common:host>orcid.org</common:host>
|
30
30
|
</common:source-orcid>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<funding:funding put-code="0" visibility="private"
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:funding="http://www.orcid.org/ns/funding"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/funding ../funding-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/funding ../funding-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>
|
@@ -49,7 +49,7 @@
|
|
49
49
|
<funding:contributors>
|
50
50
|
<funding:contributor>
|
51
51
|
<common:contributor-orcid>
|
52
|
-
<common:uri>
|
52
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
53
53
|
<common:path>8888-8888-8888-8880</common:path>
|
54
54
|
<common:host>orcid.org</common:host>
|
55
55
|
</common:contributor-orcid>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<funding:funding put-code="0" visibility="private"
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:funding="http://www.orcid.org/ns/funding"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/funding ../funding-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/funding ../funding-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>
|
@@ -49,7 +49,7 @@
|
|
49
49
|
<funding:contributors>
|
50
50
|
<funding:contributor>
|
51
51
|
<common:contributor-orcid>
|
52
|
-
<common:uri>
|
52
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
53
53
|
<common:path>8888-8888-8888-8880</common:path>
|
54
54
|
<common:host>orcid.org</common:host>
|
55
55
|
</common:contributor-orcid>
|
@@ -13,7 +13,7 @@
|
|
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"
|
15
15
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
16
|
-
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-2.
|
16
|
+
xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-2.1.xsd ">
|
17
17
|
<common:last-modified-date>2017-01-18T15:10:27.247-06:00</common:last-modified-date>
|
18
18
|
<activities:group>
|
19
19
|
<common:last-modified-date>2017-01-18T15:09:59.455-06:00</common:last-modified-date>
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<common:last-modified-date>2017-01-18T15:09:59.455-06: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-8888</common:uri>
|
29
29
|
<common:path>8888-8888-8888-8888</common:path>
|
30
30
|
<common:host>orcid.org</common:host>
|
31
31
|
</common:source-orcid>
|
@@ -67,7 +67,7 @@
|
|
67
67
|
<common:last-modified-date>2017-01-18T15:09:59.455-06:00</common:last-modified-date>
|
68
68
|
<common:source>
|
69
69
|
<common:source-orcid>
|
70
|
-
<common:uri>
|
70
|
+
<common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
|
71
71
|
<common:path>8888-8888-8888-8888</common:path>
|
72
72
|
<common:host>orcid.org</common:host>
|
73
73
|
</common:source-orcid>
|
@@ -109,7 +109,7 @@
|
|
109
109
|
<common:last-modified-date>2017-01-18T15:10:27.247-06:00</common:last-modified-date>
|
110
110
|
<common:source>
|
111
111
|
<common:source-orcid>
|
112
|
-
<common:uri>
|
112
|
+
<common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
|
113
113
|
<common:path>8888-8888-8888-8888</common:path>
|
114
114
|
<common:host>orcid.org</common:host>
|
115
115
|
</common:source-orcid>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<history:history visibility="private"
|
3
3
|
xmlns:common="http://www.orcid.org/ns/common" xmlns:history="http://www.orcid.org/ns/history"
|
4
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
-
xsi:schemaLocation="http://www.orcid.org/ns/history ../history-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/history ../history-2.1.xsd ">
|
6
6
|
<history:creation-method>API</history:creation-method>
|
7
7
|
<history:completion-date>2001-12-31T12:00:00</history:completion-date>
|
8
8
|
<history:submission-date>2001-12-31T12:00:00</history:submission-date>
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<history:claimed>true</history:claimed>
|
11
11
|
<common:source>
|
12
12
|
<common:source-orcid>
|
13
|
-
<common:uri>
|
13
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
14
14
|
<common:path>8888-8888-8888-8880</common:path>
|
15
15
|
<common:host>orcid.org</common:host>
|
16
16
|
</common:source-orcid>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<keyword:keyword visibility="public" put-code="1"
|
3
3
|
xmlns:keyword="http://www.orcid.org/ns/keyword"
|
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/keyword ../keyword-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/keyword ../keyword-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
|
<keyword:keywords
|
3
3
|
xmlns:keyword="http://www.orcid.org/ns/keyword"
|
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/keyword ../keyword-2.
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/keyword ../keyword-2.1.xsd ">
|
6
6
|
<keyword:keyword visibility="public" put-code="1">
|
7
7
|
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
8
8
|
<common:last-modified-date>2001-12-31T12:00:00
|
9
9
|
</common:last-modified-date>
|
10
10
|
<common:source>
|
11
11
|
<common:source-orcid>
|
12
|
-
<common:uri>
|
12
|
+
<common:uri>https://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>
|
@@ -23,7 +23,7 @@
|
|
23
23
|
</common:last-modified-date>
|
24
24
|
<common:source>
|
25
25
|
<common:source-orcid>
|
26
|
-
<common:uri>
|
26
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
27
27
|
<common:path>8888-8888-8888-8880</common:path>
|
28
28
|
<common:host>orcid.org</common:host>
|
29
29
|
</common:source-orcid>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
xmlns:personal-details="http://www.orcid.org/ns/personal-details"
|
4
4
|
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
|
<common:created-date>2016-04-27T13:22:53.471-06:00</common:created-date>
|
8
8
|
<common:last-modified-date>2016-04-27T13:22:53.471-06:00</common:last-modified-date>
|
9
9
|
<personal-details:given-names>given-names</personal-details:given-names>
|