orcid_client 0.8 → 0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +39 -0
- data/.github/workflows/changelog.yml +36 -0
- data/.github/workflows/release.yml +49 -0
- data/Gemfile.lock +124 -104
- data/lib/orcid_client/api.rb +1 -1
- data/lib/orcid_client/external_identifier.rb +1 -1
- data/lib/orcid_client/version.rb +1 -1
- data/lib/orcid_client/work.rb +1 -1
- data/orcid_client.gemspec +1 -1
- data/resources/README.md +48 -43
- data/resources/common_3.0/common-3.0.xsd +998 -0
- data/resources/common_3.0/samples/common-3.0.xml +8 -0
- data/resources/common_3.0/samples/common-3.0_external-identifier.xml +11 -0
- data/resources/notification_3.0/README.md +130 -0
- data/resources/notification_3.0/images/notification-intro.jpg +0 -0
- data/resources/notification_3.0/images/notification-subject.jpg +0 -0
- data/resources/notification_3.0/notification-custom-3.0.xsd +38 -0
- data/resources/notification_3.0/notification-permission-3.0.xsd +134 -0
- data/resources/notification_3.0/samples/notification-custom-3.0.xml +27 -0
- data/resources/notification_3.0/samples/notification-permission-3.0.xml +58 -0
- data/resources/record_3.0/README.md +408 -0
- data/resources/record_3.0/activities-3.0.xsd +456 -0
- data/resources/record_3.0/address-3.0.xsd +73 -0
- data/resources/record_3.0/bulk-3.0.xsd +57 -0
- data/resources/record_3.0/distinction-3.0.xsd +51 -0
- data/resources/record_3.0/education-3.0.xsd +51 -0
- data/resources/record_3.0/email-3.0.xsd +76 -0
- data/resources/record_3.0/employment-3.0.xsd +51 -0
- data/resources/record_3.0/error-3.0.xsd +84 -0
- data/resources/record_3.0/expanded-search-3.0.xsd +114 -0
- data/resources/record_3.0/funding-3.0.xsd +204 -0
- data/resources/record_3.0/history-3.0.xsd +185 -0
- data/resources/record_3.0/invited-position-3.0.xsd +50 -0
- data/resources/record_3.0/keyword-3.0.xsd +72 -0
- data/resources/record_3.0/membership-3.0.xsd +51 -0
- data/resources/record_3.0/other-name-3.0.xsd +78 -0
- data/resources/record_3.0/peer-review-3.0.xsd +263 -0
- data/resources/record_3.0/person-3.0.xsd +85 -0
- data/resources/record_3.0/person-external-identifier-3.0.xsd +63 -0
- data/resources/record_3.0/personal-details-3.0.xsd +162 -0
- data/resources/record_3.0/preferences-3.0.xsd +50 -0
- data/resources/record_3.0/qualification-3.0.xsd +50 -0
- data/resources/record_3.0/record-3.0.xsd +91 -0
- data/resources/record_3.0/research-resource-3.0.xsd +144 -0
- data/resources/record_3.0/researcher-url-3.0.xsd +86 -0
- data/resources/record_3.0/samples/read_samples/activities-3.0.xml +742 -0
- data/resources/record_3.0/samples/read_samples/address-3.0.xml +16 -0
- data/resources/record_3.0/samples/read_samples/addresses-3.0.xml +32 -0
- data/resources/record_3.0/samples/read_samples/biography-3.0.xml +10 -0
- data/resources/record_3.0/samples/read_samples/bulk-work-err.xml +45 -0
- data/resources/record_3.0/samples/read_samples/credit-name-3.0.xml +5 -0
- data/resources/record_3.0/samples/read_samples/distinction-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/distinctions-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/education-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/education-full-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/educations-3.0.xml +118 -0
- data/resources/record_3.0/samples/read_samples/email-3.0.xml +16 -0
- data/resources/record_3.0/samples/read_samples/emails-3.0.xml +31 -0
- data/resources/record_3.0/samples/read_samples/employment-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/employment-full-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/employments-3.0.xml +108 -0
- data/resources/record_3.0/samples/read_samples/error-3.0.xml +8 -0
- data/resources/record_3.0/samples/read_samples/external-identifier-3.0.xml +21 -0
- data/resources/record_3.0/samples/read_samples/external-identifiers-3.0.xml +38 -0
- data/resources/record_3.0/samples/read_samples/full-record-3.0.json +2332 -0
- data/resources/record_3.0/samples/read_samples/funding-3.0.xml +75 -0
- data/resources/record_3.0/samples/read_samples/funding-full-3.0.xml +75 -0
- data/resources/record_3.0/samples/read_samples/fundings-3.0.xml +139 -0
- data/resources/record_3.0/samples/read_samples/history-3.0.xml +22 -0
- data/resources/record_3.0/samples/read_samples/invited-position-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/invited-positions-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/keyword-3.0.xml +18 -0
- data/resources/record_3.0/samples/read_samples/keywords-3.0.xml +34 -0
- data/resources/record_3.0/samples/read_samples/membership-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/memberships-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/name-3.0.xml +12 -0
- data/resources/record_3.0/samples/read_samples/other-name-3.0.xml +16 -0
- data/resources/record_3.0/samples/read_samples/other-names-3.0.xml +31 -0
- data/resources/record_3.0/samples/read_samples/peer-review-3.0.xml +59 -0
- data/resources/record_3.0/samples/read_samples/peer-review-full-3.0.xml +59 -0
- data/resources/record_3.0/samples/read_samples/peer-reviews-3.0.xml +76 -0
- data/resources/record_3.0/samples/read_samples/person-3.0.xml +122 -0
- data/resources/record_3.0/samples/read_samples/personal-details-3.0.xml +47 -0
- data/resources/record_3.0/samples/read_samples/preferences-3.0.xml +4 -0
- data/resources/record_3.0/samples/read_samples/qualification-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/qualifications-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/record-3.0.xml +770 -0
- data/resources/record_3.0/samples/read_samples/research-resource-3.0.xml +138 -0
- data/resources/record_3.0/samples/read_samples/research-resources-3.0.xml +143 -0
- data/resources/record_3.0/samples/read_samples/researcher-url-3.0.xml +19 -0
- data/resources/record_3.0/samples/read_samples/researcher-urls-3.0.xml +21 -0
- data/resources/record_3.0/samples/read_samples/search-3.0.xml +14 -0
- data/resources/record_3.0/samples/read_samples/service-3.0.xml +55 -0
- data/resources/record_3.0/samples/read_samples/services-3.0.xml +106 -0
- data/resources/record_3.0/samples/read_samples/work-3.0.xml +65 -0
- data/resources/record_3.0/samples/read_samples/work-full-3.0.xml +65 -0
- data/resources/record_3.0/samples/read_samples/works-3.0.xml +148 -0
- data/resources/record_3.0/samples/write_samples/address-3.0.xml +6 -0
- data/resources/record_3.0/samples/write_samples/bulk-work-3.0.json +53 -0
- data/resources/record_3.0/samples/write_samples/bulk-work-3.0.xml +47 -0
- data/resources/record_3.0/samples/write_samples/distinction-3.0.xml +46 -0
- data/resources/record_3.0/samples/write_samples/education-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/employment-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/external-identifier-3.0.xml +11 -0
- data/resources/record_3.0/samples/write_samples/funding-3.0.xml +44 -0
- data/resources/record_3.0/samples/write_samples/invited-position-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/keyword-3.0.xml +7 -0
- data/resources/record_3.0/samples/write_samples/membership-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/other-name-3.0.xml +6 -0
- data/resources/record_3.0/samples/write_samples/peer-review-full-3.0.xml +48 -0
- data/resources/record_3.0/samples/write_samples/peer-review-full-award-subject-type-3.0.xml +48 -0
- data/resources/record_3.0/samples/write_samples/peer-review-simple-3.0.xml +32 -0
- data/resources/record_3.0/samples/write_samples/qualification-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/research-resource-3.0.xml +110 -0
- data/resources/record_3.0/samples/write_samples/researcher-url-3.0-no-name.xml +6 -0
- data/resources/record_3.0/samples/write_samples/researcher-url-3.0.xml +7 -0
- data/resources/record_3.0/samples/write_samples/service-3.0.xml +45 -0
- data/resources/record_3.0/samples/write_samples/work-full-3.0.xml +60 -0
- data/resources/record_3.0/samples/write_samples/work-simple-3.0.xml +18 -0
- data/resources/record_3.0/search-3.0.xsd +62 -0
- data/resources/record_3.0/service-3.0.xsd +51 -0
- data/resources/record_3.0/work-3.0.xsd +269 -0
- data/spec/api_spec.rb +2 -2
- data/spec/external_identifier_spec.rb +2 -2
- data/spec/fixtures/external_identifier.xml +1 -1
- data/spec/fixtures/vcr_cassettes/OrcidClient/works/get/should_get_works.yml +19 -10
- data/spec/fixtures/vcr_cassettes/OrcidClient/works/post/should_create_work.yml +52 -38
- data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/data.yml +35 -28
- data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/schema/validates_data.yml +34 -27
- data/spec/fixtures/vcr_cassettes/OrcidClient_Notification/schema/validates_item_type_work.yml +29 -37
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/literal.yml +45 -32
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/multiple_titles.yml +35 -28
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/valid.yml +35 -28
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/contributors/with_ORCID_IDs.yml +28 -22
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/data.yml +34 -27
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/publication_date.yml +35 -28
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_ORCID_IDs_for_contributors.yml +29 -23
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_data.yml +34 -27
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_from_DataCite_test_system.yml +28 -22
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_type_data-set.yml +29 -37
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/user_example/fail/valid.yml +28 -22
- data/spec/fixtures/work.xml +1 -1
- data/spec/notification_spec.rb +2 -2
- data/spec/work_spec.rb +2 -2
- metadata +126 -6
@@ -0,0 +1,122 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<person:person xmlns:common="http://www.orcid.org/ns/common"
|
3
|
+
xmlns:person="http://www.orcid.org/ns/person" xmlns:personal-details="http://www.orcid.org/ns/personal-details"
|
4
|
+
xmlns:other-name="http://www.orcid.org/ns/other-name"
|
5
|
+
xmlns:researcher-url="http://www.orcid.org/ns/researcher-url"
|
6
|
+
xmlns:email="http://www.orcid.org/ns/email"
|
7
|
+
xmlns:address="http://www.orcid.org/ns/address"
|
8
|
+
xmlns:keyword="http://www.orcid.org/ns/keyword"
|
9
|
+
xmlns:external-identifier="http://www.orcid.org/ns/external-identifier"
|
10
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
11
|
+
xsi:schemaLocation="http://www.orcid.org/ns/person ../person-3.0.xsd">
|
12
|
+
<common:last-modified-date>2016-04-14T20:56:22.279Z</common:last-modified-date>
|
13
|
+
<person:name visibility="public">
|
14
|
+
<common:created-date>2016-04-14T20:56:22.279Z</common:created-date>
|
15
|
+
<common:last-modified-date>2016-04-14T20:56:22.279Z</common:last-modified-date>
|
16
|
+
<personal-details:given-names>give-names</personal-details:given-names>
|
17
|
+
<personal-details:family-name>family-name</personal-details:family-name>
|
18
|
+
<personal-details:credit-name>credit-name</personal-details:credit-name>
|
19
|
+
</person:name>
|
20
|
+
<other-name:other-names>
|
21
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
22
|
+
<other-name:other-name visibility="public"
|
23
|
+
put-code="1">
|
24
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
25
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
26
|
+
<common:source>
|
27
|
+
<common:source-orcid>
|
28
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
29
|
+
<common:path>8888-8888-8888-8880</common:path>
|
30
|
+
<common:host>orcid.org</common:host>
|
31
|
+
</common:source-orcid>
|
32
|
+
<common:source-name />
|
33
|
+
</common:source>
|
34
|
+
<other-name:content>other-name-1</other-name:content>
|
35
|
+
</other-name:other-name>
|
36
|
+
</other-name:other-names>
|
37
|
+
<person:biography visibility="public">
|
38
|
+
<common:created-date>2016-04-14T20:56:22.279Z</common:created-date>
|
39
|
+
<common:last-modified-date>2016-04-14T20:56:22.279Z</common:last-modified-date>
|
40
|
+
<personal-details:content>biography</personal-details:content>
|
41
|
+
</person:biography>
|
42
|
+
<researcher-url:researcher-urls>
|
43
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
44
|
+
<researcher-url:researcher-url put-code="1248"
|
45
|
+
visibility="public">
|
46
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
47
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
48
|
+
<common:source>
|
49
|
+
<common:source-orcid>
|
50
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
51
|
+
<common:path>8888-8888-8888-8880</common:path>
|
52
|
+
<common:host>orcid.org</common:host>
|
53
|
+
</common:source-orcid>
|
54
|
+
<common:source-name />
|
55
|
+
</common:source>
|
56
|
+
<researcher-url:url-name>url-name-1</researcher-url:url-name>
|
57
|
+
<researcher-url:url>http://url.com/</researcher-url:url>
|
58
|
+
</researcher-url:researcher-url>
|
59
|
+
</researcher-url:researcher-urls>
|
60
|
+
<email:emails>
|
61
|
+
<email:email visibility="public">
|
62
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
63
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
64
|
+
<common:source>
|
65
|
+
<common:source-orcid>
|
66
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
67
|
+
<common:path>8888-8888-8888-8880</common:path>
|
68
|
+
<common:host>orcid.org</common:host>
|
69
|
+
</common:source-orcid>
|
70
|
+
<common:source-name />
|
71
|
+
</common:source>
|
72
|
+
<email:email>user1@email.com</email:email>
|
73
|
+
</email:email>
|
74
|
+
</email:emails>
|
75
|
+
<address:addresses>
|
76
|
+
<address:address visibility="public" put-code="1">
|
77
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
78
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
79
|
+
<common:source>
|
80
|
+
<common:source-orcid>
|
81
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
82
|
+
<common:path>8888-8888-8888-8880</common:path>
|
83
|
+
<common:host>orcid.org</common:host>
|
84
|
+
</common:source-orcid>
|
85
|
+
<common:source-name />
|
86
|
+
</common:source>
|
87
|
+
<address:country>US</address:country>
|
88
|
+
</address:address>
|
89
|
+
</address:addresses>
|
90
|
+
<keyword:keywords>
|
91
|
+
<keyword:keyword visibility="public" put-code="1">
|
92
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
93
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
94
|
+
<common:source>
|
95
|
+
<common:source-orcid>
|
96
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
97
|
+
<common:path>8888-8888-8888-8880</common:path>
|
98
|
+
<common:host>orcid.org</common:host>
|
99
|
+
</common:source-orcid>
|
100
|
+
<common:source-name />
|
101
|
+
</common:source>
|
102
|
+
<keyword:content>keyword1</keyword:content>
|
103
|
+
</keyword:keyword>
|
104
|
+
</keyword:keywords>
|
105
|
+
<external-identifier:external-identifiers>
|
106
|
+
<external-identifier:external-identifier visibility="public" put-code="1">
|
107
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
108
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
109
|
+
<common:source>
|
110
|
+
<common:source-orcid>
|
111
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
112
|
+
<common:path>8888-8888-8888-8880</common:path>
|
113
|
+
<common:host>orcid.org</common:host>
|
114
|
+
</common:source-orcid>
|
115
|
+
<common:source-name />
|
116
|
+
</common:source>
|
117
|
+
<common:external-id-type>type-1</common:external-id-type>
|
118
|
+
<common:external-id-value>value-1</common:external-id-value>
|
119
|
+
<common:external-id-url>http://url.com/1</common:external-id-url>
|
120
|
+
</external-identifier:external-identifier>
|
121
|
+
</external-identifier:external-identifiers>
|
122
|
+
</person:person>
|
@@ -0,0 +1,47 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<personal-details:personal-details
|
3
|
+
xmlns:personal-details="http://www.orcid.org/ns/personal-details"
|
4
|
+
xmlns:other-name="http://www.orcid.org/ns/other-name" 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
|
+
<personal-details:name visibility="public">
|
8
|
+
<personal-details:given-names>Give Names</personal-details:given-names>
|
9
|
+
<personal-details:family-name>Family Name</personal-details:family-name>
|
10
|
+
<personal-details:credit-name>Credit Name</personal-details:credit-name>
|
11
|
+
</personal-details:name>
|
12
|
+
<other-name:other-names>
|
13
|
+
<other-name:other-name visibility="public"
|
14
|
+
put-code="1">
|
15
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
16
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
17
|
+
<common:source>
|
18
|
+
<common:source-orcid>
|
19
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
20
|
+
<common:path>8888-8888-8888-8880</common:path>
|
21
|
+
<common:host>orcid.org</common:host>
|
22
|
+
</common:source-orcid>
|
23
|
+
<common:source-name />
|
24
|
+
</common:source>
|
25
|
+
<other-name:content>Other Name #1</other-name:content>
|
26
|
+
</other-name:other-name>
|
27
|
+
<other-name:other-name visibility="limited"
|
28
|
+
put-code="2">
|
29
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
30
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
31
|
+
<common:source>
|
32
|
+
<common:source-orcid>
|
33
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
34
|
+
<common:path>8888-8888-8888-8880</common:path>
|
35
|
+
<common:host>orcid.org</common:host>
|
36
|
+
</common:source-orcid>
|
37
|
+
<common:source-name />
|
38
|
+
</common:source>
|
39
|
+
<other-name:content>Other Name #2</other-name:content>
|
40
|
+
</other-name:other-name>
|
41
|
+
</other-name:other-names>
|
42
|
+
<personal-details:biography visibility="public">
|
43
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
44
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
45
|
+
<personal-details:content>Biography</personal-details:content>
|
46
|
+
</personal-details:biography>
|
47
|
+
</personal-details:personal-details>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<preferences:preferences xmlns:common="http://www.orcid.org/ns/common" xmlns:preferences="http://www.orcid.org/ns/preferences" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.orcid.org/ns/preferences ../preferences-3.0.xsd ">
|
3
|
+
<preferences:locale>en</preferences:locale>
|
4
|
+
</preferences:preferences>
|
@@ -0,0 +1,55 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<qualification:qualification put-code="0" visibility="private"
|
3
|
+
xmlns:common="http://www.orcid.org/ns/common" xmlns:qualification="http://www.orcid.org/ns/qualification"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="http://www.orcid.org/ns/qualification ../qualification-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
|
+
</qualification:qualification>
|
@@ -0,0 +1,106 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<activities:qualifications
|
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:qualification="http://www.orcid.org/ns/qualification"
|
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
|
+
<qualification:qualification-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>qualification</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>qualification</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
|
+
</qualification:qualification-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
|
+
<qualification:qualification-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>qualification</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>qualification</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
|
+
</qualification:qualification-summary>
|
105
|
+
</activities:affiliation-group>
|
106
|
+
</activities:qualifications>
|
@@ -0,0 +1,770 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<record:record path="/8888-8888-8888-8880" xmlns:activities="http://www.orcid.org/ns/activities"
|
3
|
+
xmlns:personal-details="http://www.orcid.org/ns/personal-details"
|
4
|
+
xmlns:other-name="http://www.orcid.org/ns/other-name"
|
5
|
+
xmlns:researcher-url="http://www.orcid.org/ns/researcher-url"
|
6
|
+
xmlns:email="http://www.orcid.org/ns/email" xmlns:address="http://www.orcid.org/ns/address"
|
7
|
+
xmlns:keyword="http://www.orcid.org/ns/keyword"
|
8
|
+
xmlns:external-identifier="http://www.orcid.org/ns/external-identifier"
|
9
|
+
xmlns:employment="http://www.orcid.org/ns/employment" xmlns:common="http://www.orcid.org/ns/common"
|
10
|
+
xmlns:education="http://www.orcid.org/ns/education" xmlns:funding="http://www.orcid.org/ns/funding"
|
11
|
+
xmlns:history="http://www.orcid.org/ns/history" xmlns:person="http://www.orcid.org/ns/person"
|
12
|
+
xmlns:preferences="http://www.orcid.org/ns/preferences" xmlns:record="http://www.orcid.org/ns/record"
|
13
|
+
xmlns:peer-review="http://www.orcid.org/ns/peer-review" xmlns:work="http://www.orcid.org/ns/work"
|
14
|
+
xmlns:distinction="http://www.orcid.org/ns/distinction" xmlns:invited-position="http://www.orcid.org/ns/invited-position"
|
15
|
+
xmlns:membership="http://www.orcid.org/ns/membership" xmlns:qualification="http://www.orcid.org/ns/qualification"
|
16
|
+
xmlns:service="http://www.orcid.org/ns/service"
|
17
|
+
xmlns:research-resource="http://www.orcid.org/ns/research-resource"
|
18
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
19
|
+
xsi:schemaLocation="http://www.orcid.org/ns/record ../record-3.0.xsd ">
|
20
|
+
<common:orcid-identifier>
|
21
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
22
|
+
<common:path>8888-8888-8888-8880</common:path>
|
23
|
+
<common:host>orcid.org</common:host>
|
24
|
+
</common:orcid-identifier>
|
25
|
+
<preferences:preferences>
|
26
|
+
<preferences:locale>zh_CN</preferences:locale>
|
27
|
+
</preferences:preferences>
|
28
|
+
<history:history visibility="private">
|
29
|
+
<history:creation-method>API</history:creation-method>
|
30
|
+
<history:completion-date>2001-12-31T12:00:00</history:completion-date>
|
31
|
+
<history:submission-date>2001-12-31T12:00:00</history:submission-date>
|
32
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
33
|
+
<history:claimed>true</history:claimed>
|
34
|
+
<common:source>
|
35
|
+
<common:source-orcid>
|
36
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
37
|
+
<common:path>8888-8888-8888-8880</common:path>
|
38
|
+
<common:host>orcid.org</common:host>
|
39
|
+
</common:source-orcid>
|
40
|
+
<common:source-name />
|
41
|
+
</common:source>
|
42
|
+
<history:deactivation-date>2001-12-31T12:00:00</history:deactivation-date>
|
43
|
+
<history:verified-email>true</history:verified-email>
|
44
|
+
<history:verified-primary-email>true</history:verified-primary-email>
|
45
|
+
</history:history>
|
46
|
+
<person:person path="/8888-8888-8888-8880">
|
47
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
48
|
+
<person:name visibility="public"
|
49
|
+
path="/8888-8888-8888-8880/personal-details">
|
50
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
51
|
+
<personal-details:given-names>give-names</personal-details:given-names>
|
52
|
+
<personal-details:family-name>family-name</personal-details:family-name>
|
53
|
+
<personal-details:credit-name>credit-name</personal-details:credit-name>
|
54
|
+
</person:name>
|
55
|
+
<other-name:other-names
|
56
|
+
path="/8888-8888-8888-8880/other-names">
|
57
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
58
|
+
<other-name:other-name visibility="public"
|
59
|
+
put-code="1" display-index="0">
|
60
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
61
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
62
|
+
<common:source>
|
63
|
+
<common:source-orcid>
|
64
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
65
|
+
<common:path>8888-8888-8888-8880</common:path>
|
66
|
+
<common:host>orcid.org</common:host>
|
67
|
+
</common:source-orcid>
|
68
|
+
<common:source-name />
|
69
|
+
</common:source>
|
70
|
+
<other-name:content>other-name-1</other-name:content>
|
71
|
+
</other-name:other-name>
|
72
|
+
</other-name:other-names>
|
73
|
+
<person:biography visibility="public"
|
74
|
+
path="/8888-8888-8888-8880/biography">
|
75
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
76
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
77
|
+
<personal-details:content>biography</personal-details:content>
|
78
|
+
</person:biography>
|
79
|
+
<researcher-url:researcher-urls
|
80
|
+
path="/8888-8888-8888-8880/researcher-urls">
|
81
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
82
|
+
<researcher-url:researcher-url
|
83
|
+
put-code="1248" visibility="public" display-index="0">
|
84
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
85
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
86
|
+
<common:source>
|
87
|
+
<common:source-orcid>
|
88
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
89
|
+
<common:path>8888-8888-8888-8880</common:path>
|
90
|
+
<common:host>orcid.org</common:host>
|
91
|
+
</common:source-orcid>
|
92
|
+
<common:source-name />
|
93
|
+
</common:source>
|
94
|
+
<researcher-url:url-name>url-name-1</researcher-url:url-name>
|
95
|
+
<researcher-url:url>http://url.com/</researcher-url:url>
|
96
|
+
</researcher-url:researcher-url>
|
97
|
+
</researcher-url:researcher-urls>
|
98
|
+
<email:emails path="/8888-8888-8888-8880/email">
|
99
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
100
|
+
<email:email visibility="public" put-code="0">
|
101
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
102
|
+
<common:last-modified-date>2001-12-31T12:00:00</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
|
+
<email:email>user1@email.com</email:email>
|
112
|
+
</email:email>
|
113
|
+
</email:emails>
|
114
|
+
<address:addresses path="/8888-8888-8888-8880/address">
|
115
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
116
|
+
<address:address visibility="public" put-code="1"
|
117
|
+
display-index="0">
|
118
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
119
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
120
|
+
<common:source>
|
121
|
+
<common:source-orcid>
|
122
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
123
|
+
<common:path>8888-8888-8888-8880</common:path>
|
124
|
+
<common:host>orcid.org</common:host>
|
125
|
+
</common:source-orcid>
|
126
|
+
<common:source-name />
|
127
|
+
</common:source>
|
128
|
+
<address:country>US</address:country>
|
129
|
+
</address:address>
|
130
|
+
</address:addresses>
|
131
|
+
<keyword:keywords path="/8888-8888-8888-8880/keywords">
|
132
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
133
|
+
<keyword:keyword visibility="public" put-code="1"
|
134
|
+
display-index="0">
|
135
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
136
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
137
|
+
<common:source>
|
138
|
+
<common:source-orcid>
|
139
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
140
|
+
<common:path>8888-8888-8888-8880</common:path>
|
141
|
+
<common:host>orcid.org</common:host>
|
142
|
+
</common:source-orcid>
|
143
|
+
<common:source-name />
|
144
|
+
</common:source>
|
145
|
+
<keyword:content>keyword1</keyword:content>
|
146
|
+
</keyword:keyword>
|
147
|
+
</keyword:keywords>
|
148
|
+
<external-identifier:external-identifiers
|
149
|
+
path="/8888-8888-8888-8880/external-identifiers">
|
150
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
151
|
+
<external-identifier:external-identifier
|
152
|
+
visibility="public" put-code="1" display-index="0">
|
153
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
154
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
155
|
+
<common:source>
|
156
|
+
<common:source-orcid>
|
157
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
158
|
+
<common:path>8888-8888-8888-8880</common:path>
|
159
|
+
<common:host>orcid.org</common:host>
|
160
|
+
</common:source-orcid>
|
161
|
+
<common:source-name />
|
162
|
+
</common:source>
|
163
|
+
<common:external-id-type>type-1</common:external-id-type>
|
164
|
+
<common:external-id-value>value-1</common:external-id-value>
|
165
|
+
<common:external-id-url>http://url.com/1</common:external-id-url>
|
166
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
167
|
+
</external-identifier:external-identifier>
|
168
|
+
</external-identifier:external-identifiers>
|
169
|
+
</person:person>
|
170
|
+
<activities:activities-summary>
|
171
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
172
|
+
<activities:distinctions path="/8888-8888-8888-8880/distinctions">
|
173
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
174
|
+
<activities:affiliation-group>
|
175
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
176
|
+
</common:last-modified-date>
|
177
|
+
<common:external-ids>
|
178
|
+
<common:external-id>
|
179
|
+
<common:external-id-type>agr</common:external-id-type>
|
180
|
+
<common:external-id-value>external-id-value
|
181
|
+
</common:external-id-value>
|
182
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
183
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
184
|
+
</common:external-id>
|
185
|
+
</common:external-ids>
|
186
|
+
<distinction:distinction-summary put-code="0"
|
187
|
+
visibility="private" display-index="0">
|
188
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
189
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
190
|
+
<common:source>
|
191
|
+
<common:source-orcid>
|
192
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
193
|
+
<common:path>8888-8888-8888-8880</common:path>
|
194
|
+
<common:host>orcid.org</common:host>
|
195
|
+
</common:source-orcid>
|
196
|
+
<common:source-name />
|
197
|
+
</common:source>
|
198
|
+
<common:department-name>distinction:department-name</common:department-name>
|
199
|
+
<common:role-title>distinction:role-title</common:role-title>
|
200
|
+
<common:start-date>
|
201
|
+
<common:year>1948</common:year>
|
202
|
+
<common:month>02</common:month>
|
203
|
+
<common:day>02</common:day>
|
204
|
+
</common:start-date>
|
205
|
+
<common:end-date>
|
206
|
+
<common:year>1948</common:year>
|
207
|
+
<common:month>02</common:month>
|
208
|
+
<common:day>02</common:day>
|
209
|
+
</common:end-date>
|
210
|
+
<common:organization>
|
211
|
+
<common:name>distinction-org</common:name>
|
212
|
+
<common:address>
|
213
|
+
<common:city>common:city</common:city>
|
214
|
+
<common:region>common:region</common:region>
|
215
|
+
<common:country>AF</common:country>
|
216
|
+
</common:address>
|
217
|
+
<common:disambiguated-organization>
|
218
|
+
<common:disambiguated-organization-identifier>common:disambiguated-organization-identifier-distinction</common:disambiguated-organization-identifier>
|
219
|
+
<common:disambiguation-source>GRID</common:disambiguation-source>
|
220
|
+
</common:disambiguated-organization>
|
221
|
+
</common:organization>
|
222
|
+
</distinction:distinction-summary>
|
223
|
+
</activities:affiliation-group>
|
224
|
+
</activities:distinctions>
|
225
|
+
<activities:educations>
|
226
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
227
|
+
<activities:affiliation-group>
|
228
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
229
|
+
</common:last-modified-date>
|
230
|
+
<common:external-ids>
|
231
|
+
<common:external-id>
|
232
|
+
<common:external-id-type>agr</common:external-id-type>
|
233
|
+
<common:external-id-value>external-id-value
|
234
|
+
</common:external-id-value>
|
235
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
236
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
237
|
+
</common:external-id>
|
238
|
+
</common:external-ids>
|
239
|
+
<education:education-summary put-code="0"
|
240
|
+
visibility="private">
|
241
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
242
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
243
|
+
<common:source>
|
244
|
+
<common:source-orcid>
|
245
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
246
|
+
<common:path>8888-8888-8888-8880</common:path>
|
247
|
+
<common:host>orcid.org</common:host>
|
248
|
+
</common:source-orcid>
|
249
|
+
<common:source-name />
|
250
|
+
</common:source>
|
251
|
+
<common:department-name>education:department-name</common:department-name>
|
252
|
+
<common:role-title>education:role-title</common:role-title>
|
253
|
+
<common:start-date>
|
254
|
+
<common:year>1948</common:year>
|
255
|
+
<common:month>02</common:month>
|
256
|
+
<common:day>02</common:day>
|
257
|
+
</common:start-date>
|
258
|
+
<common:end-date>
|
259
|
+
<common:year>2019</common:year>
|
260
|
+
<common:month>01</common:month>
|
261
|
+
<common:day>01</common:day>
|
262
|
+
</common:end-date>
|
263
|
+
<common:organization>
|
264
|
+
<common:name>education-org</common:name>
|
265
|
+
<common:address>
|
266
|
+
<common:city>common:city</common:city>
|
267
|
+
<common:region>common:region</common:region>
|
268
|
+
<common:country>AF</common:country>
|
269
|
+
</common:address>
|
270
|
+
<common:disambiguated-organization>
|
271
|
+
<common:disambiguated-organization-identifier>common:disambiguated-organization-identifier-education</common:disambiguated-organization-identifier>
|
272
|
+
<common:disambiguation-source>GRID</common:disambiguation-source>
|
273
|
+
</common:disambiguated-organization>
|
274
|
+
</common:organization>
|
275
|
+
</education:education-summary>
|
276
|
+
</activities:affiliation-group>
|
277
|
+
</activities:educations>
|
278
|
+
<activities:employments>
|
279
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
280
|
+
<activities:affiliation-group>
|
281
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
282
|
+
</common:last-modified-date>
|
283
|
+
<common:external-ids>
|
284
|
+
<common:external-id>
|
285
|
+
<common:external-id-type>agr</common:external-id-type>
|
286
|
+
<common:external-id-value>external-id-value
|
287
|
+
</common:external-id-value>
|
288
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
289
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
290
|
+
</common:external-id>
|
291
|
+
</common:external-ids>
|
292
|
+
<employment:employment-summary
|
293
|
+
put-code="0" visibility="private">
|
294
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
295
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
296
|
+
<common:source>
|
297
|
+
<common:source-orcid>
|
298
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
299
|
+
<common:path>8888-8888-8888-8880</common:path>
|
300
|
+
<common:host>orcid.org</common:host>
|
301
|
+
</common:source-orcid>
|
302
|
+
<common:source-name />
|
303
|
+
</common:source>
|
304
|
+
<common:department-name>employment:department-name</common:department-name>
|
305
|
+
<common:role-title>employment:role-title</common:role-title>
|
306
|
+
<common:start-date>
|
307
|
+
<common:year>1948</common:year>
|
308
|
+
<common:month>02</common:month>
|
309
|
+
<common:day>02</common:day>
|
310
|
+
</common:start-date>
|
311
|
+
<common:end-date>
|
312
|
+
<common:year>2025</common:year>
|
313
|
+
</common:end-date>
|
314
|
+
<common:organization>
|
315
|
+
<common:name>employment-org</common:name>
|
316
|
+
<common:address>
|
317
|
+
<common:city>common:city</common:city>
|
318
|
+
<common:region>common:region</common:region>
|
319
|
+
<common:country>AF</common:country>
|
320
|
+
</common:address>
|
321
|
+
<common:disambiguated-organization>
|
322
|
+
<common:disambiguated-organization-identifier>common:disambiguated-organization-identifier-employment</common:disambiguated-organization-identifier>
|
323
|
+
<common:disambiguation-source>GRID</common:disambiguation-source>
|
324
|
+
</common:disambiguated-organization>
|
325
|
+
</common:organization>
|
326
|
+
</employment:employment-summary>
|
327
|
+
</activities:affiliation-group>
|
328
|
+
</activities:employments>
|
329
|
+
<activities:fundings>
|
330
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
331
|
+
<activities:group>
|
332
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
333
|
+
<common:external-ids>
|
334
|
+
<common:external-id>
|
335
|
+
<common:external-id-type>grant_number</common:external-id-type>
|
336
|
+
<common:external-id-value>external-id-value-1</common:external-id-value>
|
337
|
+
</common:external-id>
|
338
|
+
</common:external-ids>
|
339
|
+
<funding:funding-summary put-code="0" visibility="private">
|
340
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
341
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
342
|
+
<common:source>
|
343
|
+
<common:source-orcid>
|
344
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
345
|
+
<common:path>8888-8888-8888-8880</common:path>
|
346
|
+
<common:host>orcid.org</common:host>
|
347
|
+
</common:source-orcid>
|
348
|
+
<common:source-name />
|
349
|
+
</common:source>
|
350
|
+
<funding:title>
|
351
|
+
<common:title>common:title</common:title>
|
352
|
+
<common:translated-title language-code="en">common:translated-title</common:translated-title>
|
353
|
+
</funding:title>
|
354
|
+
<common:external-ids>
|
355
|
+
<common:external-id>
|
356
|
+
<common:external-id-type>grant_number</common:external-id-type>
|
357
|
+
<common:external-id-value>external-id-value-1</common:external-id-value>
|
358
|
+
<common:external-id-url>http://tempuri.org</common:external-id-url>
|
359
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
360
|
+
</common:external-id>
|
361
|
+
</common:external-ids>
|
362
|
+
<funding:type>grant</funding:type>
|
363
|
+
<common:start-date>
|
364
|
+
<common:year>1948</common:year>
|
365
|
+
<common:month>02</common:month>
|
366
|
+
<common:day>02</common:day>
|
367
|
+
</common:start-date>
|
368
|
+
<common:end-date>
|
369
|
+
<common:year>1948</common:year>
|
370
|
+
<common:month>02</common:month>
|
371
|
+
<common:day>02</common:day>
|
372
|
+
</common:end-date>
|
373
|
+
<common:organization>
|
374
|
+
<common:name>common:name</common:name>
|
375
|
+
<common:address>
|
376
|
+
<common:city>common:city</common:city>
|
377
|
+
<common:region>common:region</common:region>
|
378
|
+
<common:country>AF</common:country>
|
379
|
+
</common:address>
|
380
|
+
<common:disambiguated-organization>
|
381
|
+
<common:disambiguated-organization-identifier>common:disambiguated-organization-identifier-funding</common:disambiguated-organization-identifier>
|
382
|
+
<common:disambiguation-source>FUNDREF</common:disambiguation-source>
|
383
|
+
</common:disambiguated-organization>
|
384
|
+
</common:organization>
|
385
|
+
</funding:funding-summary>
|
386
|
+
</activities:group>
|
387
|
+
</activities:fundings>
|
388
|
+
<activities:invited-positions path="/8888-8888-8888-8880/invited-positions">
|
389
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
390
|
+
<activities:affiliation-group>
|
391
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
392
|
+
</common:last-modified-date>
|
393
|
+
<common:external-ids>
|
394
|
+
<common:external-id>
|
395
|
+
<common:external-id-type>agr</common:external-id-type>
|
396
|
+
<common:external-id-value>external-id-value
|
397
|
+
</common:external-id-value>
|
398
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
399
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
400
|
+
</common:external-id>
|
401
|
+
</common:external-ids>
|
402
|
+
<invited-position:invited-position-summary put-code="0"
|
403
|
+
visibility="private" display-index="0">
|
404
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
405
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
406
|
+
<common:source>
|
407
|
+
<common:source-orcid>
|
408
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
409
|
+
<common:path>8888-8888-8888-8880</common:path>
|
410
|
+
<common:host>orcid.org</common:host>
|
411
|
+
</common:source-orcid>
|
412
|
+
<common:source-name />
|
413
|
+
</common:source>
|
414
|
+
<common:department-name>invited-position:department-name</common:department-name>
|
415
|
+
<common:role-title>invited-position:role-title</common:role-title>
|
416
|
+
<common:start-date>
|
417
|
+
<common:year>2019</common:year>
|
418
|
+
<common:month>01</common:month>
|
419
|
+
<common:day>01</common:day>
|
420
|
+
</common:start-date>
|
421
|
+
<common:end-date>
|
422
|
+
<common:year>2025</common:year>
|
423
|
+
<common:month>01</common:month>
|
424
|
+
<common:day>01</common:day>
|
425
|
+
</common:end-date>
|
426
|
+
<common:organization>
|
427
|
+
<common:name>invited-position-org</common:name>
|
428
|
+
<common:address>
|
429
|
+
<common:city>common:city</common:city>
|
430
|
+
<common:region>common:region</common:region>
|
431
|
+
<common:country>AF</common:country>
|
432
|
+
</common:address>
|
433
|
+
<common:disambiguated-organization>
|
434
|
+
<common:disambiguated-organization-identifier>common:disambiguated-organization-identifier-invited-position</common:disambiguated-organization-identifier>
|
435
|
+
<common:disambiguation-source>GRID</common:disambiguation-source>
|
436
|
+
</common:disambiguated-organization>
|
437
|
+
</common:organization>
|
438
|
+
</invited-position:invited-position-summary>
|
439
|
+
</activities:affiliation-group>
|
440
|
+
</activities:invited-positions>
|
441
|
+
<activities:memberships path="/8888-8888-8888-8880/memberships">
|
442
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
443
|
+
<activities:affiliation-group>
|
444
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
445
|
+
</common:last-modified-date>
|
446
|
+
<common:external-ids>
|
447
|
+
<common:external-id>
|
448
|
+
<common:external-id-type>agr</common:external-id-type>
|
449
|
+
<common:external-id-value>external-id-value
|
450
|
+
</common:external-id-value>
|
451
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
452
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
453
|
+
</common:external-id>
|
454
|
+
</common:external-ids>
|
455
|
+
<membership:membership-summary put-code="0"
|
456
|
+
visibility="private" display-index="0">
|
457
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
458
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
459
|
+
<common:source>
|
460
|
+
<common:source-orcid>
|
461
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
462
|
+
<common:path>8888-8888-8888-8880</common:path>
|
463
|
+
<common:host>orcid.org</common:host>
|
464
|
+
</common:source-orcid>
|
465
|
+
<common:source-name />
|
466
|
+
</common:source>
|
467
|
+
<common:department-name>membership:department-name</common:department-name>
|
468
|
+
<common:role-title>membership:role-title</common:role-title>
|
469
|
+
<common:start-date>
|
470
|
+
<common:year>1948</common:year>
|
471
|
+
<common:month>02</common:month>
|
472
|
+
<common:day>02</common:day>
|
473
|
+
</common:start-date>
|
474
|
+
<common:organization>
|
475
|
+
<common:name>membership-org</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-membership</common:disambiguated-organization-identifier>
|
483
|
+
<common:disambiguation-source>RINGGOLD</common:disambiguation-source>
|
484
|
+
</common:disambiguated-organization>
|
485
|
+
</common:organization>
|
486
|
+
</membership:membership-summary>
|
487
|
+
</activities:affiliation-group>
|
488
|
+
</activities:memberships>
|
489
|
+
<activities:peer-reviews>
|
490
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
491
|
+
<activities:group>
|
492
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
493
|
+
<common:external-ids>
|
494
|
+
<common:external-id>
|
495
|
+
<common:external-id-type>something</common:external-id-type>
|
496
|
+
<common:external-id-value>external-id-value</common:external-id-value>
|
497
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
498
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
499
|
+
</common:external-id>
|
500
|
+
</common:external-ids>
|
501
|
+
<activities:peer-review-group>
|
502
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
503
|
+
<common:external-ids>
|
504
|
+
<common:external-id>
|
505
|
+
<common:external-id-type>something</common:external-id-type>
|
506
|
+
<common:external-id-value>external-id-value
|
507
|
+
</common:external-id-value>
|
508
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
509
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
510
|
+
</common:external-id>
|
511
|
+
</common:external-ids>
|
512
|
+
<peer-review:peer-review-summary put-code="12345"
|
513
|
+
visibility="private" display-index="0">
|
514
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
515
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
516
|
+
<common:source>
|
517
|
+
<common:source-client-id>
|
518
|
+
<common:uri>https://orcid.org/client/APP-9999999999999901</common:uri>
|
519
|
+
<common:path>APP-9999999999999901</common:path>
|
520
|
+
<common:host>orcid.org</common:host>
|
521
|
+
</common:source-client-id>
|
522
|
+
<common:source-name />
|
523
|
+
</common:source>
|
524
|
+
<peer-review:reviewer-role>reviewer</peer-review:reviewer-role>
|
525
|
+
<common:external-ids>
|
526
|
+
<common:external-id>
|
527
|
+
<common:external-id-type>something</common:external-id-type>
|
528
|
+
<common:external-id-value>external-id-value</common:external-id-value>
|
529
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
530
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
531
|
+
</common:external-id>
|
532
|
+
</common:external-ids>
|
533
|
+
<peer-review:review-url>http://orcid.org</peer-review:review-url>
|
534
|
+
<peer-review:review-type>review</peer-review:review-type>
|
535
|
+
<peer-review:completion-date>
|
536
|
+
<common:year>1948</common:year>
|
537
|
+
<common:month>02</common:month>
|
538
|
+
<common:day>02</common:day>
|
539
|
+
</peer-review:completion-date>
|
540
|
+
<peer-review:review-group-id>orcid-generated:12345</peer-review:review-group-id>
|
541
|
+
<peer-review:convening-organization>
|
542
|
+
<common:name>common:name</common:name>
|
543
|
+
<common:address>
|
544
|
+
<common:city>common:city</common:city>
|
545
|
+
<common:region>common:region</common:region>
|
546
|
+
<common:country>AF</common:country>
|
547
|
+
</common:address>
|
548
|
+
<common:disambiguated-organization>
|
549
|
+
<common:disambiguated-organization-identifier>common:disambiguated-organization-identifier-peer-review</common:disambiguated-organization-identifier>
|
550
|
+
<common:disambiguation-source>RINGGOLD</common:disambiguation-source>
|
551
|
+
</common:disambiguated-organization>
|
552
|
+
</peer-review:convening-organization>
|
553
|
+
</peer-review:peer-review-summary>
|
554
|
+
</activities:peer-review-group>
|
555
|
+
</activities:group>
|
556
|
+
</activities:peer-reviews>
|
557
|
+
<activities:qualifications path="/8888-8888-8888-8880/qualifications">
|
558
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
559
|
+
<activities:affiliation-group>
|
560
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
561
|
+
</common:last-modified-date>
|
562
|
+
<common:external-ids>
|
563
|
+
<common:external-id>
|
564
|
+
<common:external-id-type>agr</common:external-id-type>
|
565
|
+
<common:external-id-value>external-id-value
|
566
|
+
</common:external-id-value>
|
567
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
568
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
569
|
+
</common:external-id>
|
570
|
+
</common:external-ids>
|
571
|
+
<qualification:qualification-summary put-code="0"
|
572
|
+
visibility="private" display-index="0">
|
573
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
574
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
575
|
+
<common:source>
|
576
|
+
<common:source-orcid>
|
577
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
578
|
+
<common:path>8888-8888-8888-8880</common:path>
|
579
|
+
<common:host>orcid.org</common:host>
|
580
|
+
</common:source-orcid>
|
581
|
+
<common:source-name />
|
582
|
+
</common:source>
|
583
|
+
<common:department-name>qualification:department-name</common:department-name>
|
584
|
+
<common:role-title>qualification:role-title</common:role-title>
|
585
|
+
<common:start-date>
|
586
|
+
<common:year>1948</common:year>
|
587
|
+
<common:month>02</common:month>
|
588
|
+
<common:day>02</common:day>
|
589
|
+
</common:start-date>
|
590
|
+
<common:end-date>
|
591
|
+
<common:year>2025</common:year>
|
592
|
+
<common:month>12</common:month>
|
593
|
+
</common:end-date>
|
594
|
+
<common:organization>
|
595
|
+
<common:name>qualification-org</common:name>
|
596
|
+
<common:address>
|
597
|
+
<common:city>common:city</common:city>
|
598
|
+
<common:region>common:region</common:region>
|
599
|
+
<common:country>AF</common:country>
|
600
|
+
</common:address>
|
601
|
+
<common:disambiguated-organization>
|
602
|
+
<common:disambiguated-organization-identifier>common:disambiguated-organization-identifier-qualification</common:disambiguated-organization-identifier>
|
603
|
+
<common:disambiguation-source>RINGGOLD</common:disambiguation-source>
|
604
|
+
</common:disambiguated-organization>
|
605
|
+
</common:organization>
|
606
|
+
</qualification:qualification-summary>
|
607
|
+
</activities:affiliation-group>
|
608
|
+
</activities:qualifications>
|
609
|
+
<activities:research-resources path="/8888-8888-8888-8880/research-resources">
|
610
|
+
<common:last-modified-date>2017-01-18T15:06:05.147-06:00</common:last-modified-date>
|
611
|
+
<activities:group>
|
612
|
+
<common:last-modified-date>2017-01-18T15:03:56.856-06:00</common:last-modified-date>
|
613
|
+
<common:external-ids>
|
614
|
+
<common:external-id>
|
615
|
+
<common:external-id-type>proposal_id</common:external-id-type>
|
616
|
+
<common:external-id-value>123456</common:external-id-value>
|
617
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
618
|
+
</common:external-id>
|
619
|
+
</common:external-ids>
|
620
|
+
<research-resource:research-resource-summary
|
621
|
+
put-code="1234" path="/0000-0003-0902-4386/research-resource/1234" visibility="public">
|
622
|
+
<!-- common metadata -->
|
623
|
+
<common:created-date>2015-06-25T16:01:12.718Z</common:created-date>
|
624
|
+
<common:last-modified-date>2017-09-08T13:31:19.987Z
|
625
|
+
</common:last-modified-date>
|
626
|
+
<common:source>
|
627
|
+
<common:source-orcid>
|
628
|
+
<common:uri>https://orcid.org/0000-0000-0000-0000</common:uri>
|
629
|
+
<common:path>0000-0000-0000-0000</common:path>
|
630
|
+
<common:host>orcid.org</common:host>
|
631
|
+
</common:source-orcid>
|
632
|
+
<common:source-name>XSEDE ORCID integration</common:source-name>
|
633
|
+
</common:source>
|
634
|
+
<!-- proposal title and host(s) -->
|
635
|
+
<research-resource:proposal> <!-- proposal/award/credential section -->
|
636
|
+
<research-resource:title>
|
637
|
+
<common:title>Giant Laser Award</common:title>
|
638
|
+
</research-resource:title>
|
639
|
+
<research-resource:hosts>
|
640
|
+
<common:organization>
|
641
|
+
<common:name>XSEDE</common:name>
|
642
|
+
<common:address>
|
643
|
+
<common:city>city</common:city>
|
644
|
+
<common:region>region</common:region>
|
645
|
+
<common:country>US</common:country>
|
646
|
+
</common:address>
|
647
|
+
<common:disambiguated-organization>
|
648
|
+
<common:disambiguated-organization-identifier>XX</common:disambiguated-organization-identifier>
|
649
|
+
<common:disambiguation-source>grid</common:disambiguation-source>
|
650
|
+
</common:disambiguated-organization>
|
651
|
+
</common:organization>
|
652
|
+
</research-resource:hosts>
|
653
|
+
<common:external-ids>
|
654
|
+
<common:external-id>
|
655
|
+
<common:external-id-type>proposal_id</common:external-id-type>
|
656
|
+
<common:external-id-value>123456</common:external-id-value>
|
657
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
658
|
+
</common:external-id>
|
659
|
+
</common:external-ids>
|
660
|
+
<common:start-date>
|
661
|
+
<common:year>1999</common:year>
|
662
|
+
<common:month>02</common:month>
|
663
|
+
<common:day>02</common:day>
|
664
|
+
</common:start-date>
|
665
|
+
<common:end-date>
|
666
|
+
<common:year>2012</common:year>
|
667
|
+
<common:month>02</common:month>
|
668
|
+
<common:day>02</common:day>
|
669
|
+
</common:end-date>
|
670
|
+
<common:url>http://xsede.org/GiantLaserAward</common:url>
|
671
|
+
</research-resource:proposal>
|
672
|
+
</research-resource:research-resource-summary>
|
673
|
+
</activities:group>
|
674
|
+
</activities:research-resources>
|
675
|
+
<activities:services path="/8888-8888-8888-8880/services">
|
676
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
677
|
+
<activities:affiliation-group>
|
678
|
+
<common:last-modified-date>2001-12-31T12:00:00
|
679
|
+
</common:last-modified-date>
|
680
|
+
<common:external-ids>
|
681
|
+
<common:external-id>
|
682
|
+
<common:external-id-type>agr</common:external-id-type>
|
683
|
+
<common:external-id-value>external-id-value
|
684
|
+
</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 put-code="0"
|
690
|
+
visibility="private" display-index="0">
|
691
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
692
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
693
|
+
<common:source>
|
694
|
+
<common:source-orcid>
|
695
|
+
<common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
|
696
|
+
<common:path>8888-8888-8888-8880</common:path>
|
697
|
+
<common:host>orcid.org</common:host>
|
698
|
+
</common:source-orcid>
|
699
|
+
<common:source-name />
|
700
|
+
</common:source>
|
701
|
+
<common:department-name>service:department-name</common:department-name>
|
702
|
+
<common:role-title>service:role-title</common:role-title>
|
703
|
+
<common:start-date>
|
704
|
+
<common:year>1948</common:year>
|
705
|
+
<common:month>02</common:month>
|
706
|
+
<common:day>02</common:day>
|
707
|
+
</common:start-date>
|
708
|
+
<common:organization>
|
709
|
+
<common:name>service-org</common:name>
|
710
|
+
<common:address>
|
711
|
+
<common:city>common:city</common:city>
|
712
|
+
<common:region>common:region</common:region>
|
713
|
+
<common:country>AF</common:country>
|
714
|
+
</common:address>
|
715
|
+
<common:disambiguated-organization>
|
716
|
+
<common:disambiguated-organization-identifier>common:disambiguated-organization-identifier-service</common:disambiguated-organization-identifier>
|
717
|
+
<common:disambiguation-source>RINGGOLD</common:disambiguation-source>
|
718
|
+
</common:disambiguated-organization>
|
719
|
+
</common:organization>
|
720
|
+
</service:service-summary>
|
721
|
+
</activities:affiliation-group>
|
722
|
+
</activities:services>
|
723
|
+
<activities:works>
|
724
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
725
|
+
<activities:group>
|
726
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
727
|
+
<common:external-ids>
|
728
|
+
<common:external-id>
|
729
|
+
<common:external-id-type>agr</common:external-id-type>
|
730
|
+
<common:external-id-value>external-id-value</common:external-id-value>
|
731
|
+
<common:external-id-url>http://orcid.org</common:external-id-url>
|
732
|
+
<common:external-id-relationship>part-of</common:external-id-relationship>
|
733
|
+
</common:external-id>
|
734
|
+
</common:external-ids>
|
735
|
+
<work:work-summary put-code="0" visibility="private">
|
736
|
+
<common:created-date>2001-12-31T12:00:00</common:created-date>
|
737
|
+
<common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>
|
738
|
+
<common:source>
|
739
|
+
<common:source-client-id>
|
740
|
+
<common:uri>https://orcid.org/client/8888-8888-8888-8880</common:uri>
|
741
|
+
<common:path>8888-8888-8888-8880</common:path>
|
742
|
+
<common:host>orcid.org</common:host>
|
743
|
+
</common:source-client-id>
|
744
|
+
<common:source-name />
|
745
|
+
</common:source>
|
746
|
+
<work:title>
|
747
|
+
<common:title>common:title</common:title>
|
748
|
+
<common:subtitle />
|
749
|
+
<common:translated-title language-code="en">common:translated-title</common:translated-title>
|
750
|
+
</work:title>
|
751
|
+
<common:external-ids>
|
752
|
+
<common:external-id>
|
753
|
+
<common:external-id-type>agr</common:external-id-type>
|
754
|
+
<common:external-id-value>external-id-value</common:external-id-value>
|
755
|
+
<common:external-id-url>http://tempuri.org</common:external-id-url>
|
756
|
+
<common:external-id-relationship>self</common:external-id-relationship>
|
757
|
+
</common:external-id>
|
758
|
+
</common:external-ids>
|
759
|
+
<work:type>artistic-performance</work:type>
|
760
|
+
<common:publication-date>
|
761
|
+
<common:year>1948</common:year>
|
762
|
+
<common:month>02</common:month>
|
763
|
+
<common:day>02</common:day>
|
764
|
+
</common:publication-date>
|
765
|
+
<work:journal-title>Procedia Computer Science</work:journal-title>
|
766
|
+
</work:work-summary>
|
767
|
+
</activities:group>
|
768
|
+
</activities:works>
|
769
|
+
</activities:activities-summary>
|
770
|
+
</record:record>
|