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,75 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <funding:funding put-code="0" visibility="private"
3
+ xmlns:common="http://www.orcid.org/ns/common" xmlns:funding="http://www.orcid.org/ns/funding"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.orcid.org/ns/funding ../funding-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
+ <funding:type>grant</funding:type>
17
+ <funding:organization-defined-type>funding:organization-defined-type</funding:organization-defined-type>
18
+ <funding:title>
19
+ <common:title>common:title</common:title>
20
+ <common:translated-title language-code="en">common:translated-title</common:translated-title>
21
+ </funding:title>
22
+ <funding:short-description>funding:short-description</funding:short-description>
23
+ <funding:amount currency-code="ADP">1234</funding:amount>
24
+ <common:url>http://tempuri.org</common:url>
25
+ <common:start-date>
26
+ <common:year>1948</common:year>
27
+ <common:month>02</common:month>
28
+ <common:day>02</common:day>
29
+ </common:start-date>
30
+ <common:end-date>
31
+ <common:year>1948</common:year>
32
+ <common:month>02</common:month>
33
+ <common:day>02</common:day>
34
+ </common:end-date>
35
+ <common:external-ids>
36
+ <common:external-id>
37
+ <common:external-id-type>grant_number</common:external-id-type>
38
+ <common:external-id-value>funding:external-identifier-value</common:external-id-value>
39
+ <common:external-id-url>http://tempuri.org</common:external-id-url>
40
+ <common:external-id-relationship>self</common:external-id-relationship>
41
+ </common:external-id>
42
+ <common:external-id>
43
+ <common:external-id-type>grant_number</common:external-id-type>
44
+ <common:external-id-value>funding:external-identifier-value2</common:external-id-value>
45
+ <common:external-id-url>http://tempuri.org/2</common:external-id-url>
46
+ <common:external-id-relationship>self</common:external-id-relationship>
47
+ </common:external-id>
48
+ </common:external-ids>
49
+ <funding:contributors>
50
+ <funding:contributor>
51
+ <common:contributor-orcid>
52
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
53
+ <common:path>8888-8888-8888-8880</common:path>
54
+ <common:host>orcid.org</common:host>
55
+ </common:contributor-orcid>
56
+ <funding:credit-name>funding:credit-name</funding:credit-name>
57
+ <funding:contributor-email>funding@contributor.email</funding:contributor-email>
58
+ <funding:contributor-attributes>
59
+ <funding:contributor-role>lead</funding:contributor-role>
60
+ </funding:contributor-attributes>
61
+ </funding:contributor>
62
+ </funding:contributors>
63
+ <common:organization>
64
+ <common:name>common:name</common:name>
65
+ <common:address>
66
+ <common:city>common:city</common:city>
67
+ <common:region>common:region</common:region>
68
+ <common:country>AF</common:country>
69
+ </common:address>
70
+ <common:disambiguated-organization>
71
+ <common:disambiguated-organization-identifier>http://dx.doi.org/10.13039/100000001</common:disambiguated-organization-identifier>
72
+ <common:disambiguation-source>FUNDREF</common:disambiguation-source>
73
+ </common:disambiguated-organization>
74
+ </common:organization>
75
+ </funding:funding>
@@ -0,0 +1,75 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <funding:funding put-code="0" visibility="private"
3
+ xmlns:common="http://www.orcid.org/ns/common" xmlns:funding="http://www.orcid.org/ns/funding"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.orcid.org/ns/funding ../funding-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
+ <funding:type>grant</funding:type>
17
+ <funding:organization-defined-type>common:organization-defined-type</funding:organization-defined-type>
18
+ <funding:title>
19
+ <common:title>common:title</common:title>
20
+ <common:translated-title language-code="en">common:translated-title</common:translated-title>
21
+ </funding:title>
22
+ <funding:short-description>funding:short-description</funding:short-description>
23
+ <funding:amount currency-code="ADP">1234</funding:amount>
24
+ <common:url>http://tempuri.org</common:url>
25
+ <common:start-date>
26
+ <common:year>1948</common:year>
27
+ <common:month>02</common:month>
28
+ <common:day>02</common:day>
29
+ </common:start-date>
30
+ <common:end-date>
31
+ <common:year>1948</common:year>
32
+ <common:month>02</common:month>
33
+ <common:day>02</common:day>
34
+ </common:end-date>
35
+ <common:external-ids>
36
+ <common:external-id>
37
+ <common:external-id-type>grant_number</common:external-id-type>
38
+ <common:external-id-value>funding:external-identifier-value</common:external-id-value>
39
+ <common:external-id-url>http://tempuri.org</common:external-id-url>
40
+ <common:external-id-relationship>self</common:external-id-relationship>
41
+ </common:external-id>
42
+ <common:external-id>
43
+ <common:external-id-type>grant_number</common:external-id-type>
44
+ <common:external-id-value>funding:external-identifier-value2</common:external-id-value>
45
+ <common:external-id-url>http://tempuri.org/2</common:external-id-url>
46
+ <common:external-id-relationship>self</common:external-id-relationship>
47
+ </common:external-id>
48
+ </common:external-ids>
49
+ <funding:contributors>
50
+ <funding:contributor>
51
+ <common:contributor-orcid>
52
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
53
+ <common:path>8888-8888-8888-8880</common:path>
54
+ <common:host>orcid.org</common:host>
55
+ </common:contributor-orcid>
56
+ <funding:credit-name>funding:credit-name</funding:credit-name>
57
+ <funding:contributor-email>funding@contributor.email</funding:contributor-email>
58
+ <funding:contributor-attributes>
59
+ <funding:contributor-role>lead</funding:contributor-role>
60
+ </funding:contributor-attributes>
61
+ </funding:contributor>
62
+ </funding:contributors>
63
+ <common:organization>
64
+ <common:name>common:name</common:name>
65
+ <common:address>
66
+ <common:city>common:city</common:city>
67
+ <common:region>common:region</common:region>
68
+ <common:country>AF</common:country>
69
+ </common:address>
70
+ <common:disambiguated-organization>
71
+ <common:disambiguated-organization-identifier>http://dx.doi.org/10.13039/100000001</common:disambiguated-organization-identifier>
72
+ <common:disambiguation-source>FUNDREF</common:disambiguation-source>
73
+ </common:disambiguated-organization>
74
+ </common:organization>
75
+ </funding:funding>
@@ -0,0 +1,139 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <activities:fundings path="/8888-8888-8888-8888/fundings"
3
+ xmlns:internal="http://www.orcid.org/ns/internal" xmlns:funding="http://www.orcid.org/ns/funding"
4
+ xmlns:preferences="http://www.orcid.org/ns/preferences" xmlns:address="http://www.orcid.org/ns/address"
5
+ xmlns:education="http://www.orcid.org/ns/education" xmlns:work="http://www.orcid.org/ns/work"
6
+ xmlns:deprecated="http://www.orcid.org/ns/deprecated" xmlns:other-name="http://www.orcid.org/ns/other-name"
7
+ xmlns:history="http://www.orcid.org/ns/history" xmlns:employment="http://www.orcid.org/ns/employment"
8
+ xmlns:error="http://www.orcid.org/ns/error" xmlns:common="http://www.orcid.org/ns/common"
9
+ xmlns:person="http://www.orcid.org/ns/person" xmlns:activities="http://www.orcid.org/ns/activities"
10
+ xmlns:record="http://www.orcid.org/ns/record" xmlns:researcher-url="http://www.orcid.org/ns/researcher-url"
11
+ xmlns:peer-review="http://www.orcid.org/ns/peer-review"
12
+ xmlns:personal-details="http://www.orcid.org/ns/personal-details"
13
+ xmlns:keyword="http://www.orcid.org/ns/keyword" xmlns:email="http://www.orcid.org/ns/email"
14
+ xmlns:external-identifier="http://www.orcid.org/ns/external-identifier"
15
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16
+ xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-3.0.xsd ">
17
+ <common:last-modified-date>2017-01-18T15:10:27.247-06:00</common:last-modified-date>
18
+ <activities:group>
19
+ <common:last-modified-date>2017-01-18T15:09:59.455-06:00</common:last-modified-date>
20
+ <common:external-ids />
21
+ <funding:funding-summary put-code="2020"
22
+ path="/8888-8888-8888-8888/funding/2020" visibility="public"
23
+ display-index="1">
24
+ <common:created-date>2017-01-18T13:32:28.446-06:00</common:created-date>
25
+ <common:last-modified-date>2017-01-18T15:09:59.455-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
+ <funding:title>
35
+ <common:title>Funding # 1</common:title>
36
+ </funding:title>
37
+ <common:external-ids>
38
+ <common:external-id>
39
+ <common:external-id-type>grant_number</common:external-id-type>
40
+ <common:external-id-value>1234</common:external-id-value>
41
+ <common:external-id-relationship>part-of</common:external-id-relationship>
42
+ </common:external-id>
43
+ </common:external-ids>
44
+ <common:url>http://tempuri.org</common:url>
45
+ <funding:type>award</funding:type>
46
+ <common:organization>
47
+ <common:name>a</common:name>
48
+ <common:address>
49
+ <common:city>a</common:city>
50
+ <common:country>DZ</common:country>
51
+ </common:address>
52
+ </common:organization>
53
+ </funding:funding-summary>
54
+ </activities:group>
55
+ <activities:group>
56
+ <common:last-modified-date>2017-01-18T15:09:59.455-06:00</common:last-modified-date>
57
+ <common:external-ids>
58
+ <common:external-id>
59
+ <common:external-id-type>grant_number</common:external-id-type>
60
+ <common:external-id-value>1234</common:external-id-value>
61
+ <common:external-id-relationship>self</common:external-id-relationship>
62
+ </common:external-id>
63
+ </common:external-ids>
64
+ <funding:funding-summary put-code="2020"
65
+ path="/8888-8888-8888-8888/funding/2020" visibility="public"
66
+ display-index="1">
67
+ <common:created-date>2017-01-18T13:32:28.446-06:00</common:created-date>
68
+ <common:last-modified-date>2017-01-18T15:09:59.455-06:00</common:last-modified-date>
69
+ <common:source>
70
+ <common:source-orcid>
71
+ <common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
72
+ <common:path>8888-8888-8888-8888</common:path>
73
+ <common:host>orcid.org</common:host>
74
+ </common:source-orcid>
75
+ <common:source-name>User One Credit name</common:source-name>
76
+ </common:source>
77
+ <funding:title>
78
+ <common:title>Funding # 1</common:title>
79
+ </funding:title>
80
+ <common:external-ids>
81
+ <common:external-id>
82
+ <common:external-id-type>grant_number</common:external-id-type>
83
+ <common:external-id-value>1234</common:external-id-value>
84
+ <common:external-id-relationship>self</common:external-id-relationship>
85
+ </common:external-id>
86
+ </common:external-ids>
87
+ <funding:type>award</funding:type>
88
+ <common:organization>
89
+ <common:name>a</common:name>
90
+ <common:address>
91
+ <common:city>a</common:city>
92
+ <common:country>DZ</common:country>
93
+ </common:address>
94
+ </common:organization>
95
+ </funding:funding-summary>
96
+ </activities:group>
97
+ <activities:group>
98
+ <common:last-modified-date>2017-01-18T15:10:27.247-06:00</common:last-modified-date>
99
+ <common:external-ids>
100
+ <common:external-id>
101
+ <common:external-id-type>grant_number</common:external-id-type>
102
+ <common:external-id-value>456</common:external-id-value>
103
+ <common:external-id-relationship>self</common:external-id-relationship>
104
+ </common:external-id>
105
+ </common:external-ids>
106
+ <funding:funding-summary put-code="2021"
107
+ path="/8888-8888-8888-8888/funding/2021" visibility="public"
108
+ display-index="1">
109
+ <common:created-date>2017-01-18T13:32:28.446-06:00</common:created-date>
110
+ <common:last-modified-date>2017-01-18T15:10:27.247-06:00</common:last-modified-date>
111
+ <common:source>
112
+ <common:source-orcid>
113
+ <common:uri>https://orcid.org/8888-8888-8888-8888</common:uri>
114
+ <common:path>8888-8888-8888-8888</common:path>
115
+ <common:host>orcid.org</common:host>
116
+ </common:source-orcid>
117
+ <common:source-name>User One Credit name</common:source-name>
118
+ </common:source>
119
+ <funding:title>
120
+ <common:title>Funding # 2</common:title>
121
+ </funding:title>
122
+ <common:external-ids>
123
+ <common:external-id>
124
+ <common:external-id-type>grant_number</common:external-id-type>
125
+ <common:external-id-value>456</common:external-id-value>
126
+ <common:external-id-relationship>self</common:external-id-relationship>
127
+ </common:external-id>
128
+ </common:external-ids>
129
+ <funding:type>award</funding:type>
130
+ <common:organization>
131
+ <common:name>funding</common:name>
132
+ <common:address>
133
+ <common:city>x</common:city>
134
+ <common:country>AO</common:country>
135
+ </common:address>
136
+ </common:organization>
137
+ </funding:funding-summary>
138
+ </activities:group>
139
+ </activities:fundings>
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <history:history visibility="private"
3
+ xmlns:common="http://www.orcid.org/ns/common" xmlns:history="http://www.orcid.org/ns/history"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.orcid.org/ns/history ../history-3.0.xsd ">
6
+ <history:creation-method>API</history:creation-method>
7
+ <history:completion-date>2001-12-31T12:00:00</history:completion-date>
8
+ <history:submission-date>2001-12-31T12:00:00</history:submission-date>
9
+ <common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
10
+ <history:claimed>true</history:claimed>
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
+ <history:deactivation-date>2001-12-31T12:00:00</history:deactivation-date>
20
+ <history:verified-email>true</history:verified-email>
21
+ <history:verified-primary-email>true</history:verified-primary-email>
22
+ </history:history>
@@ -0,0 +1,55 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <invited-position:invited-position put-code="0" visibility="private"
3
+ xmlns:common="http://www.orcid.org/ns/common" xmlns:invited-position="http://www.orcid.org/ns/invited-position"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.orcid.org/ns/invited-position ../invited-position-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
+ </invited-position:invited-position>
@@ -0,0 +1,106 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <activities:invited-positions
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:invited-position="http://www.orcid.org/ns/invited-position"
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
+ <invited-position:invited-position-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>invited-position</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>invited-position</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
+ </invited-position:invited-position-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
+ <invited-position:invited-position-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>invited-position</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>invited-position</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
+ </invited-position:invited-position-summary>
105
+ </activities:affiliation-group>
106
+ </activities:invited-positions>