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,144 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:sch="http://purl.oclc.org/dsdl/schematron" elementFormDefault="qualified"
4
+ targetNamespace="http://www.orcid.org/ns/research-resource" xmlns:research-resource="http://www.orcid.org/ns/research-resource"
5
+ xmlns:common="http://www.orcid.org/ns/common">
6
+ <xs:annotation>
7
+ <xs:documentation>
8
+ =============================================================================
9
+
10
+ ORCID (R) Open Source
11
+ http://orcid.org
12
+
13
+ Copyright (c) 2012-2018 ORCID,
14
+ Inc.
15
+ Licensed under an MIT-Style License (MIT)
16
+ http://orcid.org/open-source-license
17
+
18
+ This copyright and license
19
+ information (including a link to the full
20
+ license)
21
+ shall be included in
22
+ its entirety in all copies or substantial portion of
23
+ the software.
24
+
25
+ =============================================================================
26
+ The schema describes the message format used for ORCID API requests
27
+ and responses.
28
+ The top level element is orcid-message.
29
+ </xs:documentation>
30
+ <xs:appinfo>
31
+ <sch:title>Schematron validation</sch:title>
32
+ <sch:ns prefix="research-resource" uri="http://www.orcid.org/ns/research-resource" />
33
+ </xs:appinfo>
34
+ </xs:annotation>
35
+
36
+ <xs:import namespace="http://www.orcid.org/ns/common"
37
+ schemaLocation="../common_3.0/common-3.0.xsd" />
38
+
39
+ <xs:element name="research-resource">
40
+ <xs:annotation>
41
+ <xs:documentation>research-resource utilized by the researcher.
42
+ * The put-code attribute is used only when reading this element. When
43
+ updating the item, the put-code attribut must be included to
44
+ indicate the specific record to be updated.
45
+ </xs:documentation>
46
+ </xs:annotation>
47
+ <xs:complexType>
48
+ <xs:complexContent>
49
+ <xs:extension base="common:element-summary">
50
+ <xs:sequence>
51
+ <xs:element name="proposal" type="research-resource:proposal" minOccurs="1" maxOccurs="1" />
52
+ <xs:element name="resource-items" type="research-resource:resource-items" minOccurs="1" maxOccurs="1" />
53
+ </xs:sequence>
54
+ </xs:extension>
55
+ </xs:complexContent>
56
+ </xs:complexType>
57
+ </xs:element>
58
+
59
+ <xs:element name="research-resource-summary">
60
+ <xs:complexType>
61
+ <xs:complexContent>
62
+ <xs:extension base="common:element-summary">
63
+ <xs:sequence>
64
+ <xs:element name="proposal" type="research-resource:proposal" minOccurs="1" maxOccurs="1" />
65
+ </xs:sequence>
66
+ </xs:extension>
67
+ </xs:complexContent>
68
+ </xs:complexType>
69
+ </xs:element>
70
+
71
+ <xs:complexType name="proposal">
72
+ <xs:annotation>
73
+ <xs:documentation>Container for proposal that led to access
74
+ </xs:documentation>
75
+ </xs:annotation>
76
+ <xs:sequence>
77
+ <xs:element name="title" type="research-resource:research-resource-title" minOccurs="1" />
78
+ <xs:element name="hosts" type="research-resource:hosts" minOccurs="1" maxOccurs="1" />
79
+ <xs:element ref="common:external-ids" minOccurs="1" maxOccurs="1"/>
80
+ <xs:element ref="common:start-date" minOccurs="0" maxOccurs="1"/>
81
+ <xs:element ref="common:end-date" minOccurs="0" maxOccurs="1"/>
82
+ <xs:element ref="common:url" minOccurs="0" maxOccurs="1" />
83
+ </xs:sequence>
84
+ </xs:complexType>
85
+
86
+ <xs:complexType name="resource-items">
87
+ <xs:annotation>
88
+ <xs:documentation>Container for resources
89
+ </xs:documentation>
90
+ </xs:annotation>
91
+ <xs:sequence>
92
+ <xs:element name="resource-item" type="research-resource:resource-item" minOccurs="1" maxOccurs="unbounded" />
93
+ </xs:sequence>
94
+ </xs:complexType>
95
+
96
+ <xs:complexType name="resource-item">
97
+ <xs:annotation>
98
+ <xs:documentation>Actual resources used
99
+ </xs:documentation>
100
+ </xs:annotation>
101
+ <xs:sequence>
102
+ <xs:element name="resource-name" type="common:string-1000" minOccurs="1" maxOccurs="1"/>
103
+ <xs:element name="resource-type" type="research-resource:resource-type" minOccurs="1" maxOccurs="1" />
104
+ <xs:element name="hosts" type="research-resource:hosts" minOccurs="1" maxOccurs="1" />
105
+ <xs:element ref="common:external-ids" minOccurs="1" maxOccurs="1"/>
106
+ <xs:element ref="common:url" minOccurs="0" maxOccurs="1" />
107
+ </xs:sequence>
108
+ </xs:complexType>
109
+
110
+ <xs:complexType name="hosts">
111
+ <xs:annotation>
112
+ <xs:documentation>Container for host and proposal organisations
113
+ </xs:documentation>
114
+ </xs:annotation>
115
+ <xs:sequence>
116
+ <xs:element ref="common:organization" minOccurs="1" maxOccurs="10"/>
117
+ </xs:sequence>
118
+ </xs:complexType>
119
+
120
+ <xs:simpleType name="resource-type">
121
+ <xs:annotation>
122
+ <xs:documentation>The type of research resource, selected from the following options:
123
+ * collections: An object or group of objects used for research purposes; can be tangible or digital. Examples include ocean mission, field campaign, data sets, rare book collections, museum collections, biological specimen collections
124
+ * equipment: Hardware used for research purposes. Examples include microscopes, telescopes, computers, glassware, samples, materials
125
+ * infrastructures: A facility, building, or other physical space used to perform research. Examples incldue a neutron spallation source, animal facility, data enclave, archaeological site, telescope array, ship, plane, farm, laboratory
126
+ * services: Services used for research purposes. Examples include data analysis, computing services, logistical support, legal services, copyediting, expert or staff advisement.
127
+ ORCID will validate this value against the enumeration
128
+ https://github.com/ORCID/orcid-model/blob/master/src/main/java/org/orcid/jaxb/model/common/ResourceType.java and other rules when necessary
129
+ </xs:documentation>
130
+ </xs:annotation>
131
+ <xs:restriction base="xs:string" />
132
+ </xs:simpleType>
133
+
134
+ <xs:complexType name="research-resource-title">
135
+ <xs:annotation>
136
+ <xs:documentation>Container for titles of the proposal or resource-item.
137
+ </xs:documentation>
138
+ </xs:annotation>
139
+ <xs:sequence>
140
+ <xs:element ref="common:title"/>
141
+ <xs:element ref="common:translated-title" minOccurs="0" />
142
+ </xs:sequence>
143
+ </xs:complexType>
144
+ </xs:schema>
@@ -0,0 +1,86 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:sch="http://purl.oclc.org/dsdl/schematron" elementFormDefault="qualified"
4
+ targetNamespace="http://www.orcid.org/ns/researcher-url"
5
+ xmlns:researcher-url="http://www.orcid.org/ns/researcher-url"
6
+ xmlns:common="http://www.orcid.org/ns/common">
7
+ <xs:annotation>
8
+ <xs:documentation>
9
+ =============================================================================
10
+
11
+ ORCID (R) Open Source
12
+ http://orcid.org
13
+
14
+ Copyright (c) 2012-2018 ORCID,
15
+ Inc.
16
+ Licensed under an MIT-Style License (MIT)
17
+ http://orcid.org/open-source-license
18
+
19
+ This copyright and license
20
+ information (including a link to the full
21
+ license)
22
+ shall be included in
23
+ its entirety in all copies or substantial portion of
24
+ the software.
25
+
26
+ =============================================================================
27
+ The schema describes the message format used for ORCID API requests
28
+ and responses.
29
+ </xs:documentation>
30
+ <xs:appinfo>
31
+ <sch:title>Schematron validation</sch:title>
32
+ <sch:ns prefix="researcher-url" uri="http://www.orcid.org/ns/researcher-url" />
33
+ </xs:appinfo>
34
+ </xs:annotation>
35
+ <xs:import namespace="http://www.orcid.org/ns/common"
36
+ schemaLocation="../common_3.0/common-3.0.xsd" />
37
+ <xs:element name="researcher-urls">
38
+ <xs:complexType>
39
+ <xs:annotation>
40
+ <xs:documentation>Container for URLs of websites about or related to the researcher.
41
+ </xs:documentation>
42
+ </xs:annotation>
43
+ <xs:sequence>
44
+ <xs:element ref="common:last-modified-date" minOccurs="0" maxOccurs="1" />
45
+ <xs:element name="researcher-url" type="researcher-url:researcher-url"
46
+ minOccurs="0" maxOccurs="unbounded" />
47
+ </xs:sequence>
48
+ <xs:attribute name="path" type="common:element-path" use="optional" />
49
+ </xs:complexType>
50
+ </xs:element>
51
+
52
+ <xs:element name="researcher-url">
53
+ <xs:annotation>
54
+ <xs:documentation>The display name and URL for one of the researcher's sites.
55
+ </xs:documentation>
56
+ </xs:annotation>
57
+ <xs:complexType>
58
+ <xs:complexContent>
59
+ <xs:extension base="researcher-url:researcher-url"></xs:extension>
60
+ </xs:complexContent>
61
+ </xs:complexType>
62
+ </xs:element>
63
+
64
+ <xs:complexType name="researcher-url">
65
+ <xs:complexContent>
66
+ <xs:extension base="common:element-summary">
67
+ <xs:sequence>
68
+ <xs:element minOccurs="0" maxOccurs="1" name="url-name"
69
+ type="common:string-350">
70
+ <xs:annotation>
71
+ <xs:documentation>A short display name describing the URL. Max length is 355 characters.
72
+ </xs:documentation>
73
+ </xs:annotation>
74
+ </xs:element>
75
+ <xs:element name="url" type="common:url" minOccurs="1"
76
+ maxOccurs="1">
77
+ <xs:annotation>
78
+ <xs:documentation>The URL (including http:// or https://). Max length is 2000 characters.
79
+ </xs:documentation>
80
+ </xs:annotation>
81
+ </xs:element>
82
+ </xs:sequence>
83
+ </xs:extension>
84
+ </xs:complexContent>
85
+ </xs:complexType>
86
+ </xs:schema>
@@ -0,0 +1,742 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <activities:activities-summary
3
+ path="/8888-8888-8888-8880/activities"
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"
8
+ xmlns:distinction="http://www.orcid.org/ns/distinction"
9
+ xmlns:invited-position="http://www.orcid.org/ns/invited-position"
10
+ xmlns:membership="http://www.orcid.org/ns/membership"
11
+ xmlns:qualification="http://www.orcid.org/ns/qualification"
12
+ xmlns:service="http://www.orcid.org/ns/service"
13
+ xmlns:research-resource="http://www.orcid.org/ns/research-resource"
14
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15
+ xsi:schemaLocation="http://www.orcid.org/ns/activities ../activities-3.0.xsd ">
16
+ <common:last-modified-date>2001-12-31T12:00:00
17
+ </common:last-modified-date>
18
+
19
+ <activities:distinctions
20
+ path="/8888-8888-8888-8880/distinctions">
21
+ <common:last-modified-date>2001-12-31T12:00:00
22
+ </common:last-modified-date>
23
+ <activities:affiliation-group>
24
+ <common:last-modified-date>2001-12-31T12:00:00
25
+ </common:last-modified-date>
26
+ <common:external-ids>
27
+ <common:external-id>
28
+ <common:external-id-type>agr</common:external-id-type>
29
+ <common:external-id-value>external-id-value</common:external-id-value>
30
+ <common:external-id-url>http://orcid.org</common:external-id-url>
31
+ <common:external-id-relationship>part-of</common:external-id-relationship>
32
+ </common:external-id>
33
+ </common:external-ids>
34
+ <distinction:distinction-summary put-code="0" visibility="private" display-index="0">
35
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
36
+ <common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
37
+ <common:source>
38
+ <common:source-orcid>
39
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
40
+ <common:path>8888-8888-8888-8880</common:path>
41
+ <common:host>orcid.org</common:host>
42
+ </common:source-orcid>
43
+ <common:source-name />
44
+ </common:source>
45
+ <common:department-name>distinction:department-name
46
+ </common:department-name>
47
+ <common:role-title>distinction:role-title</common:role-title>
48
+ <common:start-date>
49
+ <common:year>2014</common:year>
50
+ <common:month>12</common:month>
51
+ <common:day>20</common:day>
52
+ </common:start-date>
53
+ <common:end-date>
54
+ <common:year>2014</common:year>
55
+ <common:month>12</common:month>
56
+ <common:day>20</common:day>
57
+ </common:end-date>
58
+ <common:organization>
59
+ <common:name>common:name</common:name>
60
+ <common:address>
61
+ <common:city>common:city</common:city>
62
+ <common:region>common:region</common:region>
63
+ <common:country>AF</common:country>
64
+ </common:address>
65
+ <common:disambiguated-organization>
66
+ <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier
67
+ </common:disambiguated-organization-identifier>
68
+ <common:disambiguation-source>common:disambiguation-source
69
+ </common:disambiguation-source>
70
+ </common:disambiguated-organization>
71
+ </common:organization>
72
+ <common:url>http://tempuri.org</common:url>
73
+ <common:external-ids>
74
+ <common:external-id>
75
+ <common:external-id-type>agr</common:external-id-type>
76
+ <common:external-id-value>external-id-value</common:external-id-value>
77
+ <common:external-id-url>http://orcid.org</common:external-id-url>
78
+ <common:external-id-relationship>part-of</common:external-id-relationship>
79
+ </common:external-id>
80
+ </common:external-ids>
81
+ </distinction:distinction-summary>
82
+ </activities:affiliation-group>
83
+ </activities:distinctions>
84
+ <activities:educations>
85
+ <common:last-modified-date>2001-12-31T12:00:00
86
+ </common:last-modified-date>
87
+ <activities:affiliation-group>
88
+ <common:last-modified-date>2001-12-31T12:00:00
89
+ </common:last-modified-date>
90
+ <common:external-ids>
91
+ <common:external-id>
92
+ <common:external-id-type>agr</common:external-id-type>
93
+ <common:external-id-value>external-id-value</common:external-id-value>
94
+ <common:external-id-url>http://orcid.org</common:external-id-url>
95
+ <common:external-id-relationship>part-of</common:external-id-relationship>
96
+ </common:external-id>
97
+ </common:external-ids>
98
+ <education:education-summary put-code="0"
99
+ visibility="private">
100
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
101
+ <common:last-modified-date>2001-12-31T12:00:00
102
+ </common:last-modified-date>
103
+ <common:source>
104
+ <common:source-orcid>
105
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
106
+ <common:path>8888-8888-8888-8880</common:path>
107
+ <common:host>orcid.org</common:host>
108
+ </common:source-orcid>
109
+ <common:source-name />
110
+ </common:source>
111
+ <common:department-name>education:department-name
112
+ </common:department-name>
113
+ <common:role-title>education:role-title</common:role-title>
114
+ <common:start-date>
115
+ <common:year>1948</common:year>
116
+ <common:month>02</common:month>
117
+ <common:day>02</common:day>
118
+ </common:start-date>
119
+ <common:end-date>
120
+ <common:year>1948</common:year>
121
+ <common:month>02</common:month>
122
+ <common:day>02</common:day>
123
+ </common:end-date>
124
+ <common:organization>
125
+ <common:name>common:name</common:name>
126
+ <common:address>
127
+ <common:city>common:city</common:city>
128
+ <common:region>common:region</common:region>
129
+ <common:country>AF</common:country>
130
+ </common:address>
131
+ <common:disambiguated-organization>
132
+ <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier
133
+ </common:disambiguated-organization-identifier>
134
+ <common:disambiguation-source>common:disambiguation-source
135
+ </common:disambiguation-source>
136
+ </common:disambiguated-organization>
137
+ </common:organization>
138
+ <common:url>http://tempuri.org</common:url>
139
+ <common:external-ids>
140
+ <common:external-id>
141
+ <common:external-id-type>agr</common:external-id-type>
142
+ <common:external-id-value>external-id-value</common:external-id-value>
143
+ <common:external-id-url>http://orcid.org</common:external-id-url>
144
+ <common:external-id-relationship>part-of</common:external-id-relationship>
145
+ </common:external-id>
146
+ </common:external-ids>
147
+ </education:education-summary>
148
+ </activities:affiliation-group>
149
+ </activities:educations>
150
+ <activities:employments>
151
+ <common:last-modified-date>2001-12-31T12:00:00
152
+ </common:last-modified-date>
153
+ <activities:affiliation-group>
154
+ <common:last-modified-date>2001-12-31T12:00:00
155
+ </common:last-modified-date>
156
+ <common:external-ids>
157
+ <common:external-id>
158
+ <common:external-id-type>agr</common:external-id-type>
159
+ <common:external-id-value>external-id-value</common:external-id-value>
160
+ <common:external-id-url>http://orcid.org</common:external-id-url>
161
+ <common:external-id-relationship>part-of</common:external-id-relationship>
162
+ </common:external-id>
163
+ </common:external-ids>
164
+ <employment:employment-summary put-code="0"
165
+ visibility="private">
166
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
167
+ <common:last-modified-date>2001-12-31T12:00:00
168
+ </common:last-modified-date>
169
+ <common:source>
170
+ <common:source-orcid>
171
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
172
+ <common:path>8888-8888-8888-8880</common:path>
173
+ <common:host>orcid.org</common:host>
174
+
175
+ </common:source-orcid>
176
+ <common:source-name />
177
+ </common:source>
178
+ <common:department-name>employment:department-name
179
+ </common:department-name>
180
+ <common:role-title>employment:role-title</common:role-title>
181
+ <common:start-date>
182
+ <common:year>1948</common:year>
183
+ <common:month>02</common:month>
184
+ <common:day>02</common:day>
185
+ </common:start-date>
186
+ <common:end-date>
187
+ <common:year>1948</common:year>
188
+ <common:month>02</common:month>
189
+ <common:day>02</common:day>
190
+ </common:end-date>
191
+ <common:organization>
192
+ <common:name>common:name</common:name>
193
+ <common:address>
194
+ <common:city>common:city</common:city>
195
+ <common:region>common:region</common:region>
196
+ <common:country>AF</common:country>
197
+ </common:address>
198
+ <common:disambiguated-organization>
199
+ <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier
200
+ </common:disambiguated-organization-identifier>
201
+ <common:disambiguation-source>common:disambiguation-source
202
+ </common:disambiguation-source>
203
+ </common:disambiguated-organization>
204
+ </common:organization>
205
+ <common:url>http://tempuri.org</common:url>
206
+ <common:external-ids>
207
+ <common:external-id>
208
+ <common:external-id-type>agr</common:external-id-type>
209
+ <common:external-id-value>external-id-value</common:external-id-value>
210
+ <common:external-id-url>http://orcid.org</common:external-id-url>
211
+ <common:external-id-relationship>part-of</common:external-id-relationship>
212
+ </common:external-id>
213
+ </common:external-ids>
214
+ </employment:employment-summary>
215
+ </activities:affiliation-group>
216
+ </activities:employments>
217
+ <activities:fundings>
218
+ <common:last-modified-date>2001-12-31T12:00:00
219
+ </common:last-modified-date>
220
+ <activities:group>
221
+ <common:last-modified-date>2001-12-31T12:00:00
222
+ </common:last-modified-date>
223
+ <common:external-ids>
224
+ <common:external-id>
225
+ <common:external-id-type>grant_number</common:external-id-type>
226
+ <common:external-id-value>external-id-value</common:external-id-value>
227
+ <common:external-id-url>http://tempuri.org</common:external-id-url>
228
+ <common:external-id-relationship>self</common:external-id-relationship>
229
+ </common:external-id>
230
+ </common:external-ids>
231
+ <funding:funding-summary put-code="0"
232
+ visibility="private" display-index="0">
233
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
234
+ <common:last-modified-date>2001-12-31T12:00:00
235
+ </common:last-modified-date>
236
+ <common:source>
237
+ <common:source-orcid>
238
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
239
+ <common:path>8888-8888-8888-8880</common:path>
240
+ <common:host>orcid.org</common:host>
241
+ </common:source-orcid>
242
+ <common:source-name />
243
+ </common:source>
244
+ <funding:title>
245
+ <common:title>common:title</common:title>
246
+ <common:translated-title language-code="en">common:translated-title
247
+ </common:translated-title>
248
+ </funding:title>
249
+ <common:external-ids>
250
+ <common:external-id>
251
+ <common:external-id-type>grant_number</common:external-id-type>
252
+ <common:external-id-value>external-id-value</common:external-id-value>
253
+ <common:external-id-url>http://tempuri.org
254
+ </common:external-id-url>
255
+ <common:external-id-relationship>self</common:external-id-relationship>
256
+ </common:external-id>
257
+ </common:external-ids>
258
+ <funding:type>grant</funding:type>
259
+ <common:start-date>
260
+ <common:year>1948</common:year>
261
+ <common:month>02</common:month>
262
+ <common:day>02</common:day>
263
+ </common:start-date>
264
+ <common:end-date>
265
+ <common:year>1948</common:year>
266
+ <common:month>02</common:month>
267
+ <common:day>02</common:day>
268
+ </common:end-date>
269
+ <common:organization>
270
+ <common:name>common:name</common:name>
271
+ <common:address>
272
+ <common:city>common:city</common:city>
273
+ <common:region>common:region</common:region>
274
+ <common:country>AF</common:country>
275
+ </common:address>
276
+ <common:disambiguated-organization>
277
+ <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier
278
+ </common:disambiguated-organization-identifier>
279
+ <common:disambiguation-source>common:disambiguation-source
280
+ </common:disambiguation-source>
281
+ </common:disambiguated-organization>
282
+ </common:organization>
283
+ </funding:funding-summary>
284
+ </activities:group>
285
+ </activities:fundings>
286
+ <activities:invited-positions
287
+ path="/8888-8888-8888-8880/invited-positions">
288
+ <common:last-modified-date>2001-12-31T12:00:00
289
+ </common:last-modified-date>
290
+ <activities:affiliation-group>
291
+ <common:last-modified-date>2001-12-31T12:00:00
292
+ </common:last-modified-date>
293
+ <common:external-ids>
294
+ <common:external-id>
295
+ <common:external-id-type>agr</common:external-id-type>
296
+ <common:external-id-value>external-id-value</common:external-id-value>
297
+ <common:external-id-url>http://orcid.org</common:external-id-url>
298
+ <common:external-id-relationship>part-of</common:external-id-relationship>
299
+ </common:external-id>
300
+ </common:external-ids>
301
+ <invited-position:invited-position-summary
302
+ put-code="0" visibility="private" display-index="0">
303
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
304
+ <common:last-modified-date>2001-12-31T12:00:00
305
+ </common:last-modified-date>
306
+ <common:source>
307
+ <common:source-orcid>
308
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
309
+ <common:path>8888-8888-8888-8880</common:path>
310
+ <common:host>orcid.org</common:host>
311
+ </common:source-orcid>
312
+ <common:source-name />
313
+ </common:source>
314
+ <common:department-name>invited-position:department-name
315
+ </common:department-name>
316
+ <common:role-title>invited-position:role-title</common:role-title>
317
+ <common:start-date>
318
+ <common:year>2014</common:year>
319
+ <common:month>12</common:month>
320
+ <common:day>20</common:day>
321
+ </common:start-date>
322
+ <common:end-date>
323
+ <common:year>2014</common:year>
324
+ <common:month>12</common:month>
325
+ <common:day>20</common:day>
326
+ </common:end-date>
327
+ <common:organization>
328
+ <common:name>common:name</common:name>
329
+ <common:address>
330
+ <common:city>common:city</common:city>
331
+ <common:region>common:region</common:region>
332
+ <common:country>AF</common:country>
333
+ </common:address>
334
+ <common:disambiguated-organization>
335
+ <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier
336
+ </common:disambiguated-organization-identifier>
337
+ <common:disambiguation-source>common:disambiguation-source
338
+ </common:disambiguation-source>
339
+ </common:disambiguated-organization>
340
+ </common:organization>
341
+ <common:url>http://tempuri.org</common:url>
342
+ <common:external-ids>
343
+ <common:external-id>
344
+ <common:external-id-type>agr</common:external-id-type>
345
+ <common:external-id-value>external-id-value</common:external-id-value>
346
+ <common:external-id-url>http://orcid.org</common:external-id-url>
347
+ <common:external-id-relationship>part-of</common:external-id-relationship>
348
+ </common:external-id>
349
+ </common:external-ids>
350
+ </invited-position:invited-position-summary>
351
+ </activities:affiliation-group>
352
+ </activities:invited-positions>
353
+ <activities:memberships
354
+ path="/8888-8888-8888-8880/memberships">
355
+ <common:last-modified-date>2001-12-31T12:00:00
356
+ </common:last-modified-date>
357
+ <activities:affiliation-group>
358
+ <common:last-modified-date>2001-12-31T12:00:00
359
+ </common:last-modified-date>
360
+ <common:external-ids>
361
+ <common:external-id>
362
+ <common:external-id-type>agr</common:external-id-type>
363
+ <common:external-id-value>external-id-value</common:external-id-value>
364
+ <common:external-id-url>http://orcid.org</common:external-id-url>
365
+ <common:external-id-relationship>part-of</common:external-id-relationship>
366
+ </common:external-id>
367
+ </common:external-ids>
368
+ <membership:membership-summary put-code="0"
369
+ visibility="private" display-index="0">
370
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
371
+ <common:last-modified-date>2001-12-31T12:00:00
372
+ </common:last-modified-date>
373
+ <common:source>
374
+ <common:source-orcid>
375
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
376
+ <common:path>8888-8888-8888-8880</common:path>
377
+ <common:host>orcid.org</common:host>
378
+ </common:source-orcid>
379
+ <common:source-name />
380
+ </common:source>
381
+ <common:department-name>membership:department-name
382
+ </common:department-name>
383
+ <common:role-title>membership:role-title</common:role-title>
384
+ <common:start-date>
385
+ <common:year>2014</common:year>
386
+ <common:month>12</common:month>
387
+ <common:day>20</common:day>
388
+ </common:start-date>
389
+ <common:end-date>
390
+ <common:year>2014</common:year>
391
+ <common:month>12</common:month>
392
+ <common:day>20</common:day>
393
+ </common:end-date>
394
+ <common:organization>
395
+ <common:name>common:name</common:name>
396
+ <common:address>
397
+ <common:city>common:city</common:city>
398
+ <common:region>common:region</common:region>
399
+ <common:country>AF</common:country>
400
+ </common:address>
401
+ <common:disambiguated-organization>
402
+ <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier
403
+ </common:disambiguated-organization-identifier>
404
+ <common:disambiguation-source>common:disambiguation-source
405
+ </common:disambiguation-source>
406
+ </common:disambiguated-organization>
407
+ </common:organization>
408
+ <common:url>http://tempuri.org</common:url>
409
+ <common:external-ids>
410
+ <common:external-id>
411
+ <common:external-id-type>agr</common:external-id-type>
412
+ <common:external-id-value>external-id-value</common:external-id-value>
413
+ <common:external-id-url>http://orcid.org</common:external-id-url>
414
+ <common:external-id-relationship>part-of</common:external-id-relationship>
415
+ </common:external-id>
416
+ </common:external-ids>
417
+ </membership:membership-summary>
418
+ </activities:affiliation-group>
419
+ </activities:memberships>
420
+ <activities:peer-reviews>
421
+ <common:last-modified-date>2001-12-31T12:00:00
422
+ </common:last-modified-date>
423
+ <activities:group>
424
+ <common:last-modified-date>2001-12-31T12:00:00
425
+ </common:last-modified-date>
426
+ <common:external-ids>
427
+ <common:external-id>
428
+ <common:external-id-type>something</common:external-id-type>
429
+ <common:external-id-value>external-id-value</common:external-id-value>
430
+ <common:external-id-url>http://orcid.org</common:external-id-url>
431
+ <common:external-id-relationship>self</common:external-id-relationship>
432
+ </common:external-id>
433
+ </common:external-ids>
434
+ <activities:peer-review-group>
435
+ <common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
436
+ <common:external-ids>
437
+ <common:external-id>
438
+ <common:external-id-type>something</common:external-id-type>
439
+ <common:external-id-value>external-id-value</common:external-id-value>
440
+ <common:external-id-url>http://orcid.org</common:external-id-url>
441
+ <common:external-id-relationship>self</common:external-id-relationship>
442
+ </common:external-id>
443
+ </common:external-ids>
444
+ <peer-review:peer-review-summary
445
+ put-code="12345" visibility="private" display-index="0">
446
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
447
+ <common:last-modified-date>2001-12-31T12:00:00
448
+ </common:last-modified-date>
449
+ <common:source>
450
+ <common:source-client-id>
451
+ <common:uri>https://orcid.org/client/APP-9999999999999901</common:uri>
452
+ <common:path>APP-9999999999999901</common:path>
453
+ <common:host>orcid.org</common:host>
454
+ </common:source-client-id>
455
+ <common:source-name />
456
+ </common:source>
457
+ <peer-review:reviewer-role>reviewer</peer-review:reviewer-role>
458
+ <common:external-ids>
459
+ <common:external-id>
460
+ <common:external-id-type>something</common:external-id-type>
461
+ <common:external-id-value>external-id-value</common:external-id-value>
462
+ <common:external-id-url>http://orcid.org</common:external-id-url>
463
+ <common:external-id-relationship>self</common:external-id-relationship>
464
+ </common:external-id>
465
+ </common:external-ids>
466
+ <peer-review:review-url>http://orcid.org</peer-review:review-url>
467
+ <peer-review:review-type>review</peer-review:review-type>
468
+ <peer-review:completion-date>
469
+ <common:year>1948</common:year>
470
+ <common:month>02</common:month>
471
+ <common:day>02</common:day>
472
+ </peer-review:completion-date>
473
+ <peer-review:review-group-id>orcid-generated:12345</peer-review:review-group-id>
474
+ <peer-review:convening-organization>
475
+ <common:name>common:name</common:name>
476
+ <common:address>
477
+ <common:city>common:city</common:city>
478
+ <common:region>common:region</common:region>
479
+ <common:country>AF</common:country>
480
+ </common:address>
481
+ <common:disambiguated-organization>
482
+ <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier
483
+ </common:disambiguated-organization-identifier>
484
+ <common:disambiguation-source>common:disambiguation-source
485
+ </common:disambiguation-source>
486
+ </common:disambiguated-organization>
487
+ </peer-review:convening-organization>
488
+ </peer-review:peer-review-summary>
489
+ </activities:peer-review-group>
490
+ </activities:group>
491
+ </activities:peer-reviews>
492
+ <activities:qualifications
493
+ path="/8888-8888-8888-8880/qualifications">
494
+ <common:last-modified-date>2001-12-31T12:00:00
495
+ </common:last-modified-date>
496
+ <activities:affiliation-group>
497
+ <common:last-modified-date>2001-12-31T12:00:00
498
+ </common:last-modified-date>
499
+ <common:external-ids>
500
+ <common:external-id>
501
+ <common:external-id-type>agr</common:external-id-type>
502
+ <common:external-id-value>external-id-value</common:external-id-value>
503
+ <common:external-id-url>http://orcid.org</common:external-id-url>
504
+ <common:external-id-relationship>part-of</common:external-id-relationship>
505
+ </common:external-id>
506
+ </common:external-ids>
507
+ <qualification:qualification-summary
508
+ put-code="0" visibility="private" display-index="0">
509
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
510
+ <common:last-modified-date>2001-12-31T12:00:00
511
+ </common:last-modified-date>
512
+ <common:source>
513
+ <common:source-orcid>
514
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
515
+ <common:path>8888-8888-8888-8880</common:path>
516
+ <common:host>orcid.org</common:host>
517
+ </common:source-orcid>
518
+ <common:source-name />
519
+ </common:source>
520
+ <common:department-name>qualification:department-name
521
+ </common:department-name>
522
+ <common:role-title>qualification:role-title</common:role-title>
523
+ <common:start-date>
524
+ <common:year>2014</common:year>
525
+ <common:month>12</common:month>
526
+ <common:day>20</common:day>
527
+ </common:start-date>
528
+ <common:end-date>
529
+ <common:year>2014</common:year>
530
+ <common:month>12</common:month>
531
+ <common:day>20</common:day>
532
+ </common:end-date>
533
+ <common:organization>
534
+ <common:name>common:name</common:name>
535
+ <common:address>
536
+ <common:city>common:city</common:city>
537
+ <common:region>common:region</common:region>
538
+ <common:country>AF</common:country>
539
+ </common:address>
540
+ <common:disambiguated-organization>
541
+ <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier
542
+ </common:disambiguated-organization-identifier>
543
+ <common:disambiguation-source>common:disambiguation-source
544
+ </common:disambiguation-source>
545
+ </common:disambiguated-organization>
546
+ </common:organization>
547
+ <common:url>http://tempuri.org</common:url>
548
+ <common:external-ids>
549
+ <common:external-id>
550
+ <common:external-id-type>agr</common:external-id-type>
551
+ <common:external-id-value>external-id-value</common:external-id-value>
552
+ <common:external-id-url>http://orcid.org</common:external-id-url>
553
+ <common:external-id-relationship>part-of</common:external-id-relationship>
554
+ </common:external-id>
555
+ </common:external-ids>
556
+ </qualification:qualification-summary>
557
+ </activities:affiliation-group>
558
+ </activities:qualifications>
559
+ <activities:research-resources path="/8888-8888-8888-8880/research-resources">
560
+ <common:last-modified-date>2017-01-18T15:06:05.147-06:00</common:last-modified-date>
561
+ <activities:group>
562
+ <common:last-modified-date>2017-01-18T15:03:56.856-06:00</common:last-modified-date>
563
+ <common:external-ids>
564
+ <common:external-id>
565
+ <common:external-id-type>proposal_id</common:external-id-type>
566
+ <common:external-id-value>123456</common:external-id-value>
567
+ <common:external-id-relationship>self</common:external-id-relationship>
568
+ </common:external-id>
569
+ </common:external-ids>
570
+ <research-resource:research-resource-summary
571
+ put-code="1234" path="/0000-0003-0902-4386/research-resource/1234" visibility="public">
572
+ <!-- common metadata -->
573
+ <common:created-date>2015-06-25T16:01:12.718Z</common:created-date>
574
+ <common:last-modified-date>2017-09-08T13:31:19.987Z
575
+ </common:last-modified-date>
576
+ <common:source>
577
+ <common:source-orcid>
578
+ <common:uri>https://orcid.org/0000-0000-0000-0000</common:uri>
579
+ <common:path>0000-0000-0000-0000</common:path>
580
+ <common:host>orcid.org</common:host>
581
+ </common:source-orcid>
582
+ <common:source-name>XSEDE ORCID integration</common:source-name>
583
+ </common:source>
584
+ <!-- proposal title and host(s) -->
585
+ <research-resource:proposal> <!-- proposal/award/credential section -->
586
+ <research-resource:title>
587
+ <common:title>Giant Laser Award</common:title>
588
+ </research-resource:title>
589
+ <research-resource:hosts>
590
+ <common:organization>
591
+ <common:name>XSEDE</common:name>
592
+ <common:address>
593
+ <common:city>city</common:city>
594
+ <common:region>region</common:region>
595
+ <common:country>US</common:country>
596
+ </common:address>
597
+ <common:disambiguated-organization>
598
+ <common:disambiguated-organization-identifier>XX</common:disambiguated-organization-identifier>
599
+ <common:disambiguation-source>grid</common:disambiguation-source>
600
+ </common:disambiguated-organization>
601
+ </common:organization>
602
+ </research-resource:hosts>
603
+ <common:external-ids>
604
+ <common:external-id>
605
+ <common:external-id-type>proposal_id</common:external-id-type>
606
+ <common:external-id-value>123456</common:external-id-value>
607
+ <common:external-id-relationship>self</common:external-id-relationship>
608
+ </common:external-id>
609
+ </common:external-ids>
610
+ <common:start-date>
611
+ <common:year>1999</common:year>
612
+ <common:month>02</common:month>
613
+ <common:day>02</common:day>
614
+ </common:start-date>
615
+ <common:end-date>
616
+ <common:year>2012</common:year>
617
+ <common:month>02</common:month>
618
+ <common:day>02</common:day>
619
+ </common:end-date>
620
+ <common:url>http://xsede.org/GiantLaserAward</common:url>
621
+ </research-resource:proposal>
622
+ </research-resource:research-resource-summary>
623
+ </activities:group>
624
+ </activities:research-resources>
625
+ <activities:services
626
+ path="/8888-8888-8888-8880/services">
627
+ <common:last-modified-date>2001-12-31T12:00:00
628
+ </common:last-modified-date>
629
+ <activities:affiliation-group>
630
+ <common:last-modified-date>2001-12-31T12:00:00
631
+ </common:last-modified-date>
632
+ <common:external-ids>
633
+ <common:external-id>
634
+ <common:external-id-type>agr</common:external-id-type>
635
+ <common:external-id-value>external-id-value</common:external-id-value>
636
+ <common:external-id-url>http://orcid.org</common:external-id-url>
637
+ <common:external-id-relationship>part-of</common:external-id-relationship>
638
+ </common:external-id>
639
+ </common:external-ids>
640
+ <service:service-summary put-code="0"
641
+ visibility="private" display-index="0">
642
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
643
+ <common:last-modified-date>2001-12-31T12:00:00
644
+ </common:last-modified-date>
645
+ <common:source>
646
+ <common:source-orcid>
647
+ <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
648
+ <common:path>8888-8888-8888-8880</common:path>
649
+ <common:host>orcid.org</common:host>
650
+ </common:source-orcid>
651
+ <common:source-name />
652
+ </common:source>
653
+ <common:department-name>service:department-name
654
+ </common:department-name>
655
+ <common:role-title>service:role-title</common:role-title>
656
+ <common:start-date>
657
+ <common:year>2014</common:year>
658
+ <common:month>12</common:month>
659
+ <common:day>20</common:day>
660
+ </common:start-date>
661
+ <common:end-date>
662
+ <common:year>2014</common:year>
663
+ <common:month>12</common:month>
664
+ <common:day>20</common:day>
665
+ </common:end-date>
666
+ <common:organization>
667
+ <common:name>common:name</common:name>
668
+ <common:address>
669
+ <common:city>common:city</common:city>
670
+ <common:region>common:region</common:region>
671
+ <common:country>AF</common:country>
672
+ </common:address>
673
+ <common:disambiguated-organization>
674
+ <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier
675
+ </common:disambiguated-organization-identifier>
676
+ <common:disambiguation-source>common:disambiguation-source
677
+ </common:disambiguation-source>
678
+ </common:disambiguated-organization>
679
+ </common:organization>
680
+ <common:url>http://tempuri.org</common:url>
681
+ <common:external-ids>
682
+ <common:external-id>
683
+ <common:external-id-type>agr</common:external-id-type>
684
+ <common:external-id-value>external-id-value</common:external-id-value>
685
+ <common:external-id-url>http://orcid.org</common:external-id-url>
686
+ <common:external-id-relationship>part-of</common:external-id-relationship>
687
+ </common:external-id>
688
+ </common:external-ids>
689
+ </service:service-summary>
690
+ </activities:affiliation-group>
691
+ </activities:services>
692
+ <activities:works>
693
+ <common:last-modified-date>2001-12-31T12:00:00
694
+ </common:last-modified-date>
695
+ <activities:group>
696
+ <common:last-modified-date>2001-12-31T12:00:00
697
+ </common:last-modified-date>
698
+ <common:external-ids>
699
+ <common:external-id>
700
+ <common:external-id-type>agr</common:external-id-type>
701
+ <common:external-id-value>external-id-value</common:external-id-value>
702
+ <common:external-id-url>http://orcid.org</common:external-id-url>
703
+ <common:external-id-relationship>part-of</common:external-id-relationship>
704
+ </common:external-id>
705
+ </common:external-ids>
706
+ <work:work-summary put-code="0" visibility="private" display-index="0">
707
+ <common:created-date>2001-12-31T12:00:00</common:created-date>
708
+ <common:last-modified-date>2001-12-31T12:00:00
709
+ </common:last-modified-date>
710
+ <common:source>
711
+ <common:source-client-id>
712
+ <common:uri>https://orcid.org/client/8888-8888-8888-8880</common:uri>
713
+ <common:path>8888-8888-8888-8880</common:path>
714
+ <common:host>orcid.org</common:host>
715
+ </common:source-client-id>
716
+ <common:source-name />
717
+ </common:source>
718
+ <work:title>
719
+ <common:title>common:title</common:title>
720
+ <common:subtitle />
721
+ <common:translated-title language-code="en">common:translated-title
722
+ </common:translated-title>
723
+ </work:title>
724
+ <common:external-ids>
725
+ <common:external-id>
726
+ <common:external-id-type>agr</common:external-id-type>
727
+ <common:external-id-value>external-id-value</common:external-id-value>
728
+ <common:external-id-url>http://tempuri.org
729
+ </common:external-id-url>
730
+ <common:external-id-relationship>self</common:external-id-relationship>
731
+ </common:external-id>
732
+ </common:external-ids>
733
+ <work:type>artistic-performance</work:type>
734
+ <common:publication-date>
735
+ <common:year>1948</common:year>
736
+ <common:month>02</common:month>
737
+ <common:day>02</common:day>
738
+ </common:publication-date>
739
+ </work:work-summary>
740
+ </activities:group>
741
+ </activities:works>
742
+ </activities:activities-summary>