orcid_client 0.8 → 0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +39 -0
  3. data/.github/workflows/changelog.yml +36 -0
  4. data/.github/workflows/release.yml +49 -0
  5. data/Gemfile.lock +124 -104
  6. data/lib/orcid_client/api.rb +1 -1
  7. data/lib/orcid_client/external_identifier.rb +1 -1
  8. data/lib/orcid_client/version.rb +1 -1
  9. data/lib/orcid_client/work.rb +1 -1
  10. data/orcid_client.gemspec +1 -1
  11. data/resources/README.md +48 -43
  12. data/resources/common_3.0/common-3.0.xsd +998 -0
  13. data/resources/common_3.0/samples/common-3.0.xml +8 -0
  14. data/resources/common_3.0/samples/common-3.0_external-identifier.xml +11 -0
  15. data/resources/notification_3.0/README.md +130 -0
  16. data/resources/notification_3.0/images/notification-intro.jpg +0 -0
  17. data/resources/notification_3.0/images/notification-subject.jpg +0 -0
  18. data/resources/notification_3.0/notification-custom-3.0.xsd +38 -0
  19. data/resources/notification_3.0/notification-permission-3.0.xsd +134 -0
  20. data/resources/notification_3.0/samples/notification-custom-3.0.xml +27 -0
  21. data/resources/notification_3.0/samples/notification-permission-3.0.xml +58 -0
  22. data/resources/record_3.0/README.md +408 -0
  23. data/resources/record_3.0/activities-3.0.xsd +456 -0
  24. data/resources/record_3.0/address-3.0.xsd +73 -0
  25. data/resources/record_3.0/bulk-3.0.xsd +57 -0
  26. data/resources/record_3.0/distinction-3.0.xsd +51 -0
  27. data/resources/record_3.0/education-3.0.xsd +51 -0
  28. data/resources/record_3.0/email-3.0.xsd +76 -0
  29. data/resources/record_3.0/employment-3.0.xsd +51 -0
  30. data/resources/record_3.0/error-3.0.xsd +84 -0
  31. data/resources/record_3.0/expanded-search-3.0.xsd +114 -0
  32. data/resources/record_3.0/funding-3.0.xsd +204 -0
  33. data/resources/record_3.0/history-3.0.xsd +185 -0
  34. data/resources/record_3.0/invited-position-3.0.xsd +50 -0
  35. data/resources/record_3.0/keyword-3.0.xsd +72 -0
  36. data/resources/record_3.0/membership-3.0.xsd +51 -0
  37. data/resources/record_3.0/other-name-3.0.xsd +78 -0
  38. data/resources/record_3.0/peer-review-3.0.xsd +263 -0
  39. data/resources/record_3.0/person-3.0.xsd +85 -0
  40. data/resources/record_3.0/person-external-identifier-3.0.xsd +63 -0
  41. data/resources/record_3.0/personal-details-3.0.xsd +162 -0
  42. data/resources/record_3.0/preferences-3.0.xsd +50 -0
  43. data/resources/record_3.0/qualification-3.0.xsd +50 -0
  44. data/resources/record_3.0/record-3.0.xsd +91 -0
  45. data/resources/record_3.0/research-resource-3.0.xsd +144 -0
  46. data/resources/record_3.0/researcher-url-3.0.xsd +86 -0
  47. data/resources/record_3.0/samples/read_samples/activities-3.0.xml +742 -0
  48. data/resources/record_3.0/samples/read_samples/address-3.0.xml +16 -0
  49. data/resources/record_3.0/samples/read_samples/addresses-3.0.xml +32 -0
  50. data/resources/record_3.0/samples/read_samples/biography-3.0.xml +10 -0
  51. data/resources/record_3.0/samples/read_samples/bulk-work-err.xml +45 -0
  52. data/resources/record_3.0/samples/read_samples/credit-name-3.0.xml +5 -0
  53. data/resources/record_3.0/samples/read_samples/distinction-3.0.xml +55 -0
  54. data/resources/record_3.0/samples/read_samples/distinctions-3.0.xml +106 -0
  55. data/resources/record_3.0/samples/read_samples/education-3.0.xml +55 -0
  56. data/resources/record_3.0/samples/read_samples/education-full-3.0.xml +55 -0
  57. data/resources/record_3.0/samples/read_samples/educations-3.0.xml +118 -0
  58. data/resources/record_3.0/samples/read_samples/email-3.0.xml +16 -0
  59. data/resources/record_3.0/samples/read_samples/emails-3.0.xml +31 -0
  60. data/resources/record_3.0/samples/read_samples/employment-3.0.xml +55 -0
  61. data/resources/record_3.0/samples/read_samples/employment-full-3.0.xml +55 -0
  62. data/resources/record_3.0/samples/read_samples/employments-3.0.xml +108 -0
  63. data/resources/record_3.0/samples/read_samples/error-3.0.xml +8 -0
  64. data/resources/record_3.0/samples/read_samples/external-identifier-3.0.xml +21 -0
  65. data/resources/record_3.0/samples/read_samples/external-identifiers-3.0.xml +38 -0
  66. data/resources/record_3.0/samples/read_samples/full-record-3.0.json +2332 -0
  67. data/resources/record_3.0/samples/read_samples/funding-3.0.xml +75 -0
  68. data/resources/record_3.0/samples/read_samples/funding-full-3.0.xml +75 -0
  69. data/resources/record_3.0/samples/read_samples/fundings-3.0.xml +139 -0
  70. data/resources/record_3.0/samples/read_samples/history-3.0.xml +22 -0
  71. data/resources/record_3.0/samples/read_samples/invited-position-3.0.xml +55 -0
  72. data/resources/record_3.0/samples/read_samples/invited-positions-3.0.xml +106 -0
  73. data/resources/record_3.0/samples/read_samples/keyword-3.0.xml +18 -0
  74. data/resources/record_3.0/samples/read_samples/keywords-3.0.xml +34 -0
  75. data/resources/record_3.0/samples/read_samples/membership-3.0.xml +55 -0
  76. data/resources/record_3.0/samples/read_samples/memberships-3.0.xml +106 -0
  77. data/resources/record_3.0/samples/read_samples/name-3.0.xml +12 -0
  78. data/resources/record_3.0/samples/read_samples/other-name-3.0.xml +16 -0
  79. data/resources/record_3.0/samples/read_samples/other-names-3.0.xml +31 -0
  80. data/resources/record_3.0/samples/read_samples/peer-review-3.0.xml +59 -0
  81. data/resources/record_3.0/samples/read_samples/peer-review-full-3.0.xml +59 -0
  82. data/resources/record_3.0/samples/read_samples/peer-reviews-3.0.xml +76 -0
  83. data/resources/record_3.0/samples/read_samples/person-3.0.xml +122 -0
  84. data/resources/record_3.0/samples/read_samples/personal-details-3.0.xml +47 -0
  85. data/resources/record_3.0/samples/read_samples/preferences-3.0.xml +4 -0
  86. data/resources/record_3.0/samples/read_samples/qualification-3.0.xml +55 -0
  87. data/resources/record_3.0/samples/read_samples/qualifications-3.0.xml +106 -0
  88. data/resources/record_3.0/samples/read_samples/record-3.0.xml +770 -0
  89. data/resources/record_3.0/samples/read_samples/research-resource-3.0.xml +138 -0
  90. data/resources/record_3.0/samples/read_samples/research-resources-3.0.xml +143 -0
  91. data/resources/record_3.0/samples/read_samples/researcher-url-3.0.xml +19 -0
  92. data/resources/record_3.0/samples/read_samples/researcher-urls-3.0.xml +21 -0
  93. data/resources/record_3.0/samples/read_samples/search-3.0.xml +14 -0
  94. data/resources/record_3.0/samples/read_samples/service-3.0.xml +55 -0
  95. data/resources/record_3.0/samples/read_samples/services-3.0.xml +106 -0
  96. data/resources/record_3.0/samples/read_samples/work-3.0.xml +65 -0
  97. data/resources/record_3.0/samples/read_samples/work-full-3.0.xml +65 -0
  98. data/resources/record_3.0/samples/read_samples/works-3.0.xml +148 -0
  99. data/resources/record_3.0/samples/write_samples/address-3.0.xml +6 -0
  100. data/resources/record_3.0/samples/write_samples/bulk-work-3.0.json +53 -0
  101. data/resources/record_3.0/samples/write_samples/bulk-work-3.0.xml +47 -0
  102. data/resources/record_3.0/samples/write_samples/distinction-3.0.xml +46 -0
  103. data/resources/record_3.0/samples/write_samples/education-3.0.xml +45 -0
  104. data/resources/record_3.0/samples/write_samples/employment-3.0.xml +45 -0
  105. data/resources/record_3.0/samples/write_samples/external-identifier-3.0.xml +11 -0
  106. data/resources/record_3.0/samples/write_samples/funding-3.0.xml +44 -0
  107. data/resources/record_3.0/samples/write_samples/invited-position-3.0.xml +45 -0
  108. data/resources/record_3.0/samples/write_samples/keyword-3.0.xml +7 -0
  109. data/resources/record_3.0/samples/write_samples/membership-3.0.xml +45 -0
  110. data/resources/record_3.0/samples/write_samples/other-name-3.0.xml +6 -0
  111. data/resources/record_3.0/samples/write_samples/peer-review-full-3.0.xml +48 -0
  112. data/resources/record_3.0/samples/write_samples/peer-review-full-award-subject-type-3.0.xml +48 -0
  113. data/resources/record_3.0/samples/write_samples/peer-review-simple-3.0.xml +32 -0
  114. data/resources/record_3.0/samples/write_samples/qualification-3.0.xml +45 -0
  115. data/resources/record_3.0/samples/write_samples/research-resource-3.0.xml +110 -0
  116. data/resources/record_3.0/samples/write_samples/researcher-url-3.0-no-name.xml +6 -0
  117. data/resources/record_3.0/samples/write_samples/researcher-url-3.0.xml +7 -0
  118. data/resources/record_3.0/samples/write_samples/service-3.0.xml +45 -0
  119. data/resources/record_3.0/samples/write_samples/work-full-3.0.xml +60 -0
  120. data/resources/record_3.0/samples/write_samples/work-simple-3.0.xml +18 -0
  121. data/resources/record_3.0/search-3.0.xsd +62 -0
  122. data/resources/record_3.0/service-3.0.xsd +51 -0
  123. data/resources/record_3.0/work-3.0.xsd +269 -0
  124. data/spec/api_spec.rb +2 -2
  125. data/spec/external_identifier_spec.rb +2 -2
  126. data/spec/fixtures/external_identifier.xml +1 -1
  127. data/spec/fixtures/vcr_cassettes/OrcidClient/works/get/should_get_works.yml +19 -10
  128. data/spec/fixtures/vcr_cassettes/OrcidClient/works/post/should_create_work.yml +52 -38
  129. data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/data.yml +35 -28
  130. data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/schema/validates_data.yml +34 -27
  131. data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/schema/validates_item_type_work.yml +29 -37
  132. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/literal.yml +45 -32
  133. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/multiple_titles.yml +35 -28
  134. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/valid.yml +35 -28
  135. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/with_ORCID_IDs.yml +28 -22
  136. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/data.yml +34 -27
  137. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/publication_date.yml +35 -28
  138. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_ORCID_IDs_for_contributors.yml +29 -23
  139. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_data.yml +34 -27
  140. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_from_DataCite_test_system.yml +28 -22
  141. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_type_data-set.yml +29 -37
  142. data/spec/fixtures/vcr_cassettes/OrcidClient_Work/user_example/fail/valid.yml +28 -22
  143. data/spec/fixtures/work.xml +1 -1
  144. data/spec/notification_spec.rb +2 -2
  145. data/spec/work_spec.rb +2 -2
  146. metadata +126 -6
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <address:address visibility="public" put-code="1" xmlns:address="http://www.orcid.org/ns/address"
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-3.0.xsd ">
5
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
6
+ <common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
7
+ <common:source>
8
+ <common:source-orcid>
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:source-orcid>
13
+ <common:source-name />
14
+ </common:source>
15
+ <address:country>US</address:country>
16
+ </address:address>
@@ -0,0 +1,32 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <address:addresses xmlns:address="http://www.orcid.org/ns/address"
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-3.0.xsd ">
5
+ <common:last-modified-date>2002-11-30T12:00:00</common:last-modified-date>
6
+ <address:address visibility="public" put-code="1">
7
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
8
+ <common:last-modified-date>2001-12-31T12:00:00</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
+ <address:country>US</address:country>
18
+ </address:address>
19
+ <address:address visibility="limited" put-code="2">
20
+ <common:created-date>2002-11-30T12:00:00</common:created-date>
21
+ <common:last-modified-date>2002-11-30T12:00:00</common:last-modified-date>
22
+ <common:source>
23
+ <common:source-orcid>
24
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
25
+ <common:path>8888-8888-8888-8880</common:path>
26
+ <common:host>orcid.org</common:host>
27
+ </common:source-orcid>
28
+ <common:source-name />
29
+ </common:source>
30
+ <address:country>CR</address:country>
31
+ </address:address>
32
+ </address:addresses>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <personal-details:biography visibility="public"
3
+ xmlns:personal-details="http://www.orcid.org/ns/personal-details"
4
+ xmlns:common="http://www.orcid.org/ns/common"
5
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
+ xsi:schemaLocation="http://www.orcid.org/ns/personal-details ../personal-details-3.0.xsd">
7
+ <common:created-date>2016-04-27T13:22:53.471-06:00</common:created-date>
8
+ <common:last-modified-date>2016-04-27T13:22:53.471-06:00</common:last-modified-date>
9
+ <personal-details:content>biography V3.0</personal-details:content>
10
+ </personal-details:biography>
@@ -0,0 +1,45 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bulk:bulk xmlns:common="http://www.orcid.org/ns/common"
3
+ xmlns:error="http://www.orcid.org/ns/error"
4
+ xmlns:work="http://www.orcid.org/ns/work"
5
+ xmlns:bulk="http://www.orcid.org/ns/bulk"
6
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7
+ xsi:schemaLocation="http://www.orcid.org/ns/bulk ../bulk-2.1.xsd">
8
+ <work:work put-code="156043" visibility="public">
9
+ <common:created-date>2017-02-16T22:06:56.222Z</common:created-date>
10
+ <common:last-modified-date>2017-02-16T22:06:56.222Z</common:last-modified-date>
11
+ <common:source>
12
+ <common:source-orcid>
13
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
14
+ <common:path>8888-8888-8888-8880</common:path>
15
+ <common:host>orcid.org</common:host>
16
+ </common:source-orcid>
17
+ <common:source-name />
18
+ </common:source>
19
+ <work:title>
20
+ <common:title>Current treatment of left main coronary artery disease # 1</common:title>
21
+ </work:title>
22
+ <work:journal-title>Cor et Vasa</work:journal-title>
23
+ <work:type>journal-article</work:type>
24
+ <common:publication-date>
25
+ <common:year>2015</common:year>
26
+ <common:month>06</common:month>
27
+ <common:day>01</common:day>
28
+ </common:publication-date>
29
+ <common:external-ids>
30
+ <common:external-id>
31
+ <common:external-id-type>doi</common:external-id-type>
32
+ <common:external-id-value>10.1016/j.crvasa.2015.05.007</common:external-id-value>
33
+ <common:external-id-url>http://extId/1</common:external-id-url>
34
+ <common:external-id-relationship>self</common:external-id-relationship>
35
+ </common:external-id>
36
+ </common:external-ids>
37
+ </work:work>
38
+ <error:error>
39
+ <error:response-code>400</error:response-code>
40
+ <error:developer-message>Invalid work type, valid values are: artistic-performance, book-chapter, book-review, book, conference-abstract, conference-paper, conference-poster, data-set, dictionary-entry, disclosure, dissertation, edited-book, encyclopedia-entry, invention, journal-article, journal-issue, lecture-speech, license, magazine-article, manual, newsletter-article, newspaper-article, online-resource, other, patent, registered-copyright, report, research-technique, research-tool, spin-off-company, standards-and-policy, supervised-student-publication, technical-standard, test, trademark, translation, website, working-paper, undefined.</error:developer-message>
41
+ <error:user-message>Please specify a work type.</error:user-message>
42
+ <error:error-code>9037</error:error-code>
43
+ <error:more-info>http://members.orcid.org/api/api-error-codes</error:more-info>
44
+ </error:error>
45
+ </bulk:bulk>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <personal-details:credit-name
3
+ xmlns:personal-details="http://www.orcid.org/ns/personal-details"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.orcid.org/ns/personal-details ../personal-details-3.0.xsd">credit-name</personal-details:credit-name>
@@ -0,0 +1,55 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <distinction:distinction put-code="0" visibility="private"
3
+ xmlns:common="http://www.orcid.org/ns/common" xmlns:distinction="http://www.orcid.org/ns/distinction"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.orcid.org/ns/distinction ../distinction-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
+ </distinction:distinction>
@@ -0,0 +1,106 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <activities:distinctions
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:distinction="http://www.orcid.org/ns/distinction"
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
+ <distinction:distinction-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>distinction</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>distinction</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
+ </distinction:distinction-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
+ <distinction:distinction-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>distinction</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>distinction</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
+ </distinction:distinction-summary>
105
+ </activities:affiliation-group>
106
+ </activities:distinctions>
@@ -0,0 +1,55 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <education:education put-code="0" visibility="private"
3
+ xmlns:common="http://www.orcid.org/ns/common" xmlns:education="http://www.orcid.org/ns/education"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.orcid.org/ns/education ../education-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
+ </education:education>
@@ -0,0 +1,55 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <education:education put-code="0" visibility="private"
3
+ xmlns:common="http://www.orcid.org/ns/common" xmlns:education="http://www.orcid.org/ns/education"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.orcid.org/ns/education ../education-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>education:department-name</common:department-name>
17
+ <common:role-title>education: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>common:disambiguated-organization-identifier</common:disambiguated-organization-identifier>
37
+ <common:disambiguation-source>common:disambiguation-source</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
+ </education:education>
@@ -0,0 +1,118 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <activities:educations
3
+ path="/8888-8888-8888-8880/educations"
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:education="http://www.orcid.org/ns/education"
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
+ <education:education-summary put-code="1"
23
+ path="/8888-8888-8888-8888/education/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>education</common:department-name>
35
+ <common:role-title>employment:role-title</common:role-title>
36
+ <common:start-date>
37
+ <common:year>1948</common:year>
38
+ <common:month>02</common:month>
39
+ <common:day>02</common:day>
40
+ </common:start-date>
41
+ <common:end-date>
42
+ <common:year>1948</common:year>
43
+ <common:month>02</common:month>
44
+ <common:day>02</common:day>
45
+ </common:end-date>
46
+ <common:organization>
47
+ <common:name>education</common:name>
48
+ <common:address>
49
+ <common:city>x</common:city>
50
+ <common:country>AS</common:country>
51
+ </common:address>
52
+ </common:organization>
53
+ <common:url>http://tempuri.org</common:url>
54
+ <common:external-ids>
55
+ <common:external-id>
56
+ <common:external-id-type>agr</common:external-id-type>
57
+ <common:external-id-value>external-id-value
58
+ </common:external-id-value>
59
+ <common:external-id-url>http://orcid.org</common:external-id-url>
60
+ <common:external-id-relationship>part-of</common:external-id-relationship>
61
+ </common:external-id>
62
+ </common:external-ids>
63
+ </education:education-summary>
64
+ </activities:affiliation-group>
65
+ <activities:affiliation-group>
66
+ <common:last-modified-date>2001-12-31T12:00:00
67
+ </common:last-modified-date>
68
+ <common:external-ids>
69
+ <common:external-id>
70
+ <common:external-id-type>agr</common:external-id-type>
71
+ <common:external-id-value>external-id-value2</common:external-id-value>
72
+ <common:external-id-url>http://orcid.org</common:external-id-url>
73
+ <common:external-id-relationship>part-of</common:external-id-relationship>
74
+ </common:external-id>
75
+ </common:external-ids>
76
+ <education:education-summary put-code="1"
77
+ path="/8888-8888-8888-8888/education/1" visibility="public">
78
+ <common:created-date>2017-01-18T13:32:45.500-06:00</common:created-date>
79
+ <common:last-modified-date>2017-01-18T13:32:45.500-06:00</common:last-modified-date>
80
+ <common:source>
81
+ <common:source-orcid>
82
+ <common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
83
+ <common:path>8888-8888-8888-8888</common:path>
84
+ <common:host>orcid.org</common:host>
85
+ </common:source-orcid>
86
+ <common:source-name>User One Credit name</common:source-name>
87
+ </common:source>
88
+ <common:department-name>education</common:department-name>
89
+ <common:role-title>employment:role-title</common:role-title>
90
+ <common:start-date>
91
+ <common:year>1948</common:year>
92
+ <common:month>02</common:month>
93
+ <common:day>02</common:day>
94
+ </common:start-date>
95
+ <common:end-date>
96
+ <common:year>1948</common:year>
97
+ <common:month>02</common:month>
98
+ <common:day>02</common:day>
99
+ </common:end-date>
100
+ <common:organization>
101
+ <common:name>education</common:name>
102
+ <common:address>
103
+ <common:city>x</common:city>
104
+ <common:country>AS</common:country>
105
+ </common:address>
106
+ </common:organization>
107
+ <common:url>http://tempuri.org</common:url>
108
+ <common:external-ids>
109
+ <common:external-id>
110
+ <common:external-id-type>agr</common:external-id-type>
111
+ <common:external-id-value>external-id-value2</common:external-id-value>
112
+ <common:external-id-url>http://orcid.org</common:external-id-url>
113
+ <common:external-id-relationship>part-of</common:external-id-relationship>
114
+ </common:external-id>
115
+ </common:external-ids>
116
+ </education:education-summary>
117
+ </activities:affiliation-group>
118
+ </activities:educations>