datacite-mapping 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +5 -5
  2. data/.rubocop.yml +4 -0
  3. data/CHANGES.md +15 -0
  4. data/README.md +8 -3
  5. data/datacite-mapping.gemspec +2 -3
  6. data/lib/datacite/mapping.rb +1 -1
  7. data/lib/datacite/mapping/affiliation.rb +44 -0
  8. data/lib/datacite/mapping/alternate_identifier.rb +2 -0
  9. data/lib/datacite/mapping/contributor.rb +32 -6
  10. data/lib/datacite/mapping/contributor_name.rb +42 -0
  11. data/lib/datacite/mapping/creator.rb +39 -7
  12. data/lib/datacite/mapping/creator_name.rb +42 -0
  13. data/lib/datacite/mapping/date.rb +12 -0
  14. data/lib/datacite/mapping/date_value.rb +6 -0
  15. data/lib/datacite/mapping/description.rb +6 -2
  16. data/lib/datacite/mapping/empty_filtering_nodes.rb +1 -0
  17. data/lib/datacite/mapping/funding_reference.rb +14 -1
  18. data/lib/datacite/mapping/geo_location.rb +6 -1
  19. data/lib/datacite/mapping/geo_location_box.rb +5 -0
  20. data/lib/datacite/mapping/geo_location_node.rb +4 -2
  21. data/lib/datacite/mapping/geo_location_point.rb +3 -0
  22. data/lib/datacite/mapping/geo_location_polygon.rb +10 -1
  23. data/lib/datacite/mapping/identifier.rb +11 -9
  24. data/lib/datacite/mapping/module_info.rb +2 -2
  25. data/lib/datacite/mapping/name_identifier.rb +10 -6
  26. data/lib/datacite/mapping/name_type.rb +18 -0
  27. data/lib/datacite/mapping/publisher.rb +42 -0
  28. data/lib/datacite/mapping/read_only_nodes.rb +4 -0
  29. data/lib/datacite/mapping/related_identifier.rb +38 -1
  30. data/lib/datacite/mapping/resource.rb +25 -11
  31. data/lib/datacite/mapping/resource_type.rb +4 -0
  32. data/lib/datacite/mapping/rights.rb +33 -6
  33. data/lib/datacite/mapping/subject.rb +3 -2
  34. data/lib/datacite/mapping/title.rb +3 -2
  35. data/spec/data/datacite4/{datacite-example-Box_dateCollected_DataCollector-v4.0.xml → datacite-example-Box_dateCollected_DataCollector-v4.xml} +9 -11
  36. data/spec/data/datacite4/{datacite-example-GeoLocation-v4.0.xml → datacite-example-GeoLocation-v4.xml} +11 -10
  37. data/spec/data/datacite4/{datacite-example-HasMetadata-v4.0.xml → datacite-example-HasMetadata-v4.xml} +18 -13
  38. data/spec/data/datacite4/{datacite-example-ResearchGroup_Methods-v4.0.xml → datacite-example-ResearchGroup_Methods-v4.xml} +14 -12
  39. data/spec/data/datacite4/{datacite-example-ResourceTypeGeneral_Collection-v4.0.xml → datacite-example-ResourceTypeGeneral_Collection-v4.xml} +9 -9
  40. data/spec/data/datacite4/datacite-example-affiliation-v4.xml +114 -0
  41. data/spec/data/datacite4/{datacite-example-complicated-v4.0.xml → datacite-example-complicated-v4.xml} +14 -11
  42. data/spec/data/datacite4/datacite-example-datapaper-v4.xml +32 -0
  43. data/spec/data/datacite4/{datacite-example-dataset-v4.0.xml → datacite-example-dataset-v4.xml} +20 -14
  44. data/spec/data/datacite4/datacite-example-full-v4.xml +114 -0
  45. data/spec/data/datacite4/{datacite-example-fundingReference-v.4.0.xml → datacite-example-fundingReference-v4.xml} +16 -13
  46. data/spec/data/datacite4/datacite-example-polygon-advanced-v4.xml +141 -0
  47. data/spec/data/datacite4/datacite-example-polygon-v4.xml +161 -0
  48. data/spec/data/datacite4/{datacite-example-relationTypeIsIdenticalTo-v4.0.xml → datacite-example-relationTypeIsIdenticalTo-v4.xml} +17 -17
  49. data/spec/data/datacite4/datacite-example-software-v4.xml +66 -0
  50. data/spec/data/datacite4/{datacite-example-video-v4.0.xml → datacite-example-video-v4.xml} +7 -7
  51. data/spec/data/datacite4/{datacite-example-workflow-v4.0.xml → datacite-example-workflow-v4.xml} +13 -11
  52. data/spec/data/datacite4/metadata.xsd +102 -57
  53. data/spec/rspec_custom_matchers.rb +3 -0
  54. data/spec/unit/datacite/mapping/contributor_spec.rb +7 -1
  55. data/spec/unit/datacite/mapping/creator_spec.rb +9 -3
  56. data/spec/unit/datacite/mapping/resource_spec.rb +14 -17
  57. data/spec/unit/datacite/mapping/rights_spec.rb +0 -13
  58. metadata +42 -28
  59. data/spec/data/datacite4/datacite-example-full-v4.0.xml +0 -71
@@ -1,35 +1,38 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
1
2
  <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
2
3
  <identifier identifierType="DOI">10.5281/zenodo.47394</identifier>
3
4
  <creators>
4
5
  <creator>
5
- <creatorName>Dedeurwaerdere Tom</creatorName>
6
- <affiliation>Université catholique de Louvain</affiliation>
6
+ <creatorName nameType="Personal">Dedeurwaerdere, Tom</creatorName>
7
+ <givenName>Tom</givenName>
8
+ <familyName>Dedeurwaerdere</familyName>
9
+ <affiliation affiliationIdentifier="https://ror.org/02495e989" affiliationIdentifierScheme="ROR">Université catholique de Louvain</affiliation>
7
10
  </creator>
8
11
  </creators>
9
12
  <titles>
10
- <title>Combining internal and external motivations in multi-actor governance arrangements for biodiversity and ecosystem services</title>
13
+ <title xml:lang="en">Combining internal and external motivations in multi-actor governance arrangements for biodiversity and ecosystem services</title>
11
14
  </titles>
12
- <publisher>Zenodo</publisher>
15
+ <publisher xml:lang="en">Zenodo</publisher>
13
16
  <publicationYear>2016</publicationYear>
14
17
  <subjects>
15
- <subject>Internal motivations</subject>
16
- <subject>Biodiversity</subject>
17
- <subject>Multi-actor governance</subject>
18
- <subject>Payment for ecosystem services</subject>
19
- <subject>Crowding out</subject>
18
+ <subject xml:lang="en">Internal motivations</subject>
19
+ <subject xml:lang="en">Biodiversity</subject>
20
+ <subject xml:lang="en">Multi-actor governance</subject>
21
+ <subject xml:lang="en">Payment for ecosystem services</subject>
22
+ <subject xml:lang="en">Crowding out</subject>
20
23
  </subjects>
21
24
  <fundingReferences>
22
25
  <fundingReference>
23
26
  <funderName>European Commission</funderName>
24
- <funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/501100000780</funderIdentifier>
27
+ <funderIdentifier funderIdentifierType="Crossref Funder ID" schemeURI="http://doi.org/">http://doi.org/10.13039/501100000780</funderIdentifier>
25
28
  <awardNumber awardURI="http://cordis.europa.eu/project/rcn/100180_en.html">282625</awardNumber>
26
29
  <awardTitle>MOTivational strength of ecosystem services and alternative ways to express the value of BIOdiversity</awardTitle>
27
30
  </fundingReference>
28
31
  <fundingReference>
29
32
  <funderName>European Commission</funderName>
30
- <funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/501100000780</funderIdentifier>
33
+ <funderIdentifier funderIdentifierType="ROR" schemeURI="http://ror.org/">https://ror.org/00k4n6c32</funderIdentifier>
31
34
  <awardNumber awardURI="http://cordis.europa.eu/project/rcn/100603_en.html">284382</awardNumber>
32
- <awardTitle>Institutionalizing global genetic-resource commons. Global Strategies for accessingand using essential public knowledge assets in the life science</awardTitle>
35
+ <awardTitle>Institutionalizing global genetic-resource commons. Global Strategies for accessing and using essential public knowledge assets in the life sciences</awardTitle>
33
36
  </fundingReference>
34
37
  </fundingReferences>
35
38
  <dates>
@@ -48,7 +51,7 @@
48
51
  <rights rightsURI="http://creativecommons.org/publicdomain/zero/1.0/">Creative Commons Zero 1.0 Universal</rights>
49
52
  </rightsList>
50
53
  <descriptions>
51
- <description descriptionType="Abstract">&lt;p&gt;These files provide the original survey data of the paper on motivations for biodiversity conservation in Europe. This paper analyses the possibility of building a mutually supportive dynamics between
54
+ <description xml:lang="en" descriptionType="Abstract">&lt;p&gt;These files provide the original survey data of the paper on motivations for biodiversity conservation in Europe. This paper analyses the possibility of building a mutually supportive dynamics between
52
55
  internally and&lt;br /&gt; externally motivated behaviour for biodiversity conservation and ecosystem services provision. To this&lt;br /&gt; purpose a face to face survey amongst 169 key actors of 34 highly successful and prominent
53
56
  biodiversity&lt;br /&gt; arrangements in seven EU countries was conducted. The main&lt;br /&gt; finding of the paper is the feasibility of&lt;br /&gt; combining inherently intrinsically motivated behaviours (providing enjoyment, pleasure from&lt;br
54
57
  /&gt; experimentation and learning, aesthetic satisfaction) and internalized extrinsic motivations (related&lt;br /&gt; to the identification with the collective goals of conservation policy) through a common set of governance&lt;br /&gt; features.
@@ -0,0 +1,141 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
3
+ <identifier identifierType="DOI">10.5072/example-polygon-advanced</identifier>
4
+ <creators>
5
+ <creator>
6
+ <creatorName nameType="Personal">Stefan Jakobsson</creatorName>
7
+ <givenName>Stefan</givenName>
8
+ <familyName>Jakobsson</familyName>
9
+ <affiliation>Swedish National Data Service</affiliation>
10
+ </creator>
11
+ </creators>
12
+ <titles>
13
+ <title xml:lang="en">Advanced DataCite polygon example</title>
14
+ </titles>
15
+ <publisher>DataCite</publisher>
16
+ <publicationYear>2017</publicationYear>
17
+ <resourceType resourceTypeGeneral="Software">XML</resourceType>
18
+ <version>4.1</version>
19
+ <geoLocations>
20
+ <geoLocation>
21
+ <!--
22
+ Tavenui Island crosses the 180th meridian and is therefore represented by
23
+ two polygons
24
+ -->
25
+ <geoLocationPlace>Taveuni Island</geoLocationPlace>
26
+ <geoLocationPolygons>
27
+ <geoLocationPolygon>
28
+ <polygonPoint>
29
+ <pointLongitude>-179.84834</pointLongitude>
30
+ <pointLatitude>-16.75655</pointLatitude>
31
+ </polygonPoint>
32
+ <polygonPoint>
33
+ <pointLongitude>-179.85125</pointLongitude>
34
+ <pointLatitude>-16.70427</pointLatitude>
35
+ </polygonPoint>
36
+ <polygonPoint>
37
+ <pointLongitude>-179.88026</pointLongitude>
38
+ <pointLatitude>-16.6625</pointLatitude>
39
+ </polygonPoint>
40
+ <polygonPoint>
41
+ <pointLongitude>-179.99999</pointLongitude>
42
+ <pointLatitude>-16.774761</pointLatitude>
43
+ </polygonPoint>
44
+ <polygonPoint>
45
+ <pointLongitude>-179.99999</pointLongitude>
46
+ <pointLatitude>-16.987368</pointLatitude>
47
+ </polygonPoint>
48
+ <polygonPoint>
49
+ <pointLongitude>-179.81332</pointLongitude>
50
+ <pointLatitude>-16.79501</pointLatitude>
51
+ </polygonPoint>
52
+ <polygonPoint>
53
+ <pointLongitude>-179.84834</pointLongitude>
54
+ <pointLatitude>-16.75655</pointLatitude>
55
+ </polygonPoint>
56
+ </geoLocationPolygon>
57
+ <geoLocationPolygon>
58
+ <polygonPoint>
59
+ <pointLongitude>179.99999</pointLongitude>
60
+ <pointLatitude>-16.774761</pointLatitude>
61
+ </polygonPoint>
62
+ <polygonPoint>
63
+ <pointLongitude>179.97324</pointLongitude>
64
+ <pointLatitude>-16.79985</pointLatitude>
65
+ </polygonPoint>
66
+ <polygonPoint>
67
+ <pointLongitude>179.87342</pointLongitude>
68
+ <pointLatitude>-16.97126</pointLatitude>
69
+ </polygonPoint>
70
+ <polygonPoint>
71
+ <pointLongitude>179.91126</pointLongitude>
72
+ <pointLatitude>-17.01977</pointLatitude>
73
+ </polygonPoint>
74
+ <polygonPoint>
75
+ <pointLongitude>179.9858</pointLongitude>
76
+ <pointLatitude>-17.002</pointLatitude>
77
+ </polygonPoint>
78
+ <polygonPoint>
79
+ <pointLongitude>179.99999</pointLongitude>
80
+ <pointLatitude>-16.987368</pointLatitude>
81
+ </polygonPoint>
82
+ <polygonPoint>
83
+ <pointLongitude>179.99999</pointLongitude>
84
+ <pointLatitude>-16.774761</pointLatitude>
85
+ </polygonPoint>
86
+ </geoLocationPolygon>
87
+ </geoLocationPolygons>
88
+ </geoLocation>
89
+ <geoLocation>
90
+ <geoLocationPlace>Almost the entire earth</geoLocationPlace>
91
+ <geoLocationPolygons>
92
+ <!--
93
+ This polygon is larger than half the earth, inPolygonPoint is therefore
94
+ used to indicate the inside of the polygon
95
+ -->
96
+ <geoLocationPolygon>
97
+ <polygonPoint>
98
+ <pointLongitude>-165.01</pointLongitude>
99
+ <pointLatitude>85.01</pointLatitude>
100
+ </polygonPoint>
101
+ <polygonPoint>
102
+ <pointLongitude>-175.01</pointLongitude>
103
+ <pointLatitude>75.01</pointLatitude>
104
+ </polygonPoint>
105
+ <polygonPoint>
106
+ <pointLongitude>-175.01</pointLongitude>
107
+ <pointLatitude>-75.01</pointLatitude>
108
+ </polygonPoint>
109
+ <polygonPoint>
110
+ <pointLongitude>-165.01</pointLongitude>
111
+ <pointLatitude>-85.01</pointLatitude>
112
+ </polygonPoint>
113
+ <polygonPoint>
114
+ <pointLongitude>165.01</pointLongitude>
115
+ <pointLatitude>-85.01</pointLatitude>
116
+ </polygonPoint>
117
+ <polygonPoint>
118
+ <pointLongitude>175.01</pointLongitude>
119
+ <pointLatitude>-75.01</pointLatitude>
120
+ </polygonPoint>
121
+ <polygonPoint>
122
+ <pointLongitude>175.01</pointLongitude>
123
+ <pointLatitude>75.01</pointLatitude>
124
+ </polygonPoint>
125
+ <polygonPoint>
126
+ <pointLongitude>165.01</pointLongitude>
127
+ <pointLatitude>85.01</pointLatitude>
128
+ </polygonPoint>
129
+ <polygonPoint>
130
+ <pointLongitude>-165.01</pointLongitude>
131
+ <pointLatitude>85.01</pointLatitude>
132
+ </polygonPoint>
133
+ <inPolygonPoint>
134
+ <pointLongitude>0.01</pointLongitude>
135
+ <pointLatitude>0.01</pointLatitude>
136
+ </inPolygonPoint>
137
+ </geoLocationPolygon>
138
+ </geoLocationPolygons>
139
+ </geoLocation>
140
+ </geoLocations>
141
+ </resource>
@@ -0,0 +1,161 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
3
+ <identifier identifierType="DOI">10.5072/example-polygon</identifier>
4
+ <creators>
5
+ <creator>
6
+ <creatorName nameType="Personal">den Heijer, C</creatorName>
7
+ </creator>
8
+ </creators>
9
+ <titles>
10
+ <title xml:lang="en">Meteo measurements at the Sand Motor</title>
11
+ </titles>
12
+ <publisher xml:lang="en">4TU.Centre for Research Data</publisher>
13
+ <publicationYear>2017</publicationYear>
14
+ <resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
15
+ <formats>
16
+ <format>application/x-netcdf</format>
17
+ </formats>
18
+ <geoLocations>
19
+ <geoLocation>
20
+ <geoLocationPlace>Zandmotor, sand suppletion area on the Dutch coast.</geoLocationPlace>
21
+ <geoLocationPolygon>
22
+ <polygonPoint>
23
+ <pointLongitude>4.1738852605822</pointLongitude>
24
+ <pointLatitude>52.03913926329928</pointLatitude>
25
+ </polygonPoint>
26
+ <polygonPoint>
27
+ <pointLongitude>4.177180694215117</pointLongitude>
28
+ <pointLatitude>52.04164225918711</pointLatitude>
29
+ </polygonPoint>
30
+ <polygonPoint>
31
+ <pointLongitude>4.180535246850687</pointLongitude>
32
+ <pointLatitude>52.04399625464452</pointLatitude>
33
+ </polygonPoint>
34
+ <polygonPoint>
35
+ <pointLongitude>4.184849833488133</pointLongitude>
36
+ <pointLatitude>52.04692936720903</pointLatitude>
37
+ </polygonPoint>
38
+ <polygonPoint>
39
+ <pointLongitude>4.188676339698225</pointLongitude>
40
+ <pointLatitude>52.04967415251541</pointLatitude>
41
+ </polygonPoint>
42
+ <polygonPoint>
43
+ <pointLongitude>4.191534369184121</pointLongitude>
44
+ <pointLatitude>52.05170714064434</pointLatitude>
45
+ </polygonPoint>
46
+ <polygonPoint>
47
+ <pointLongitude>4.194175770686163</pointLongitude>
48
+ <pointLatitude>52.05334245636797</pointLatitude>
49
+ </polygonPoint>
50
+ <polygonPoint>
51
+ <pointLongitude>4.195777670597483</pointLongitude>
52
+ <pointLatitude>52.05421289062893</pointLatitude>
53
+ </polygonPoint>
54
+ <polygonPoint>
55
+ <pointLongitude>4.197318856770764</pointLongitude>
56
+ <pointLatitude>52.05560708986616</pointLatitude>
57
+ </polygonPoint>
58
+ <polygonPoint>
59
+ <pointLongitude>4.197244535290235</pointLongitude>
60
+ <pointLatitude>52.05647414552436</pointLatitude>
61
+ </polygonPoint>
62
+ <polygonPoint>
63
+ <pointLongitude>4.194878372206108</pointLongitude>
64
+ <pointLatitude>52.05558026532434</pointLatitude>
65
+ </polygonPoint>
66
+ <polygonPoint>
67
+ <pointLongitude>4.192275513207293</pointLongitude>
68
+ <pointLatitude>52.0540037664795</pointLatitude>
69
+ </polygonPoint>
70
+ <polygonPoint>
71
+ <pointLongitude>4.190139539757181</pointLongitude>
72
+ <pointLatitude>52.05338309097328</pointLatitude>
73
+ </polygonPoint>
74
+ <polygonPoint>
75
+ <pointLongitude>4.188563539343029</pointLongitude>
76
+ <pointLatitude>52.05409113125509</pointLatitude>
77
+ </polygonPoint>
78
+ <polygonPoint>
79
+ <pointLongitude>4.188843259016792</pointLongitude>
80
+ <pointLatitude>52.05555708237333</pointLatitude>
81
+ </polygonPoint>
82
+ <polygonPoint>
83
+ <pointLongitude>4.190440325374933</pointLongitude>
84
+ <pointLatitude>52.05648630398393</pointLatitude>
85
+ </polygonPoint>
86
+ <polygonPoint>
87
+ <pointLongitude>4.193486805620985</pointLongitude>
88
+ <pointLatitude>52.05721863750948</pointLatitude>
89
+ </polygonPoint>
90
+ <polygonPoint>
91
+ <pointLongitude>4.195782715369962</pointLongitude>
92
+ <pointLatitude>52.05905125521555</pointLatitude>
93
+ </polygonPoint>
94
+ <polygonPoint>
95
+ <pointLongitude>4.196042562042681</pointLongitude>
96
+ <pointLatitude>52.0603024859894</pointLatitude>
97
+ </polygonPoint>
98
+ <polygonPoint>
99
+ <pointLongitude>4.194522303279684</pointLongitude>
100
+ <pointLatitude>52.06042019458354</pointLatitude>
101
+ </polygonPoint>
102
+ <polygonPoint>
103
+ <pointLongitude>4.191569341305619</pointLongitude>
104
+ <pointLatitude>52.05985079275935</pointLatitude>
105
+ </polygonPoint>
106
+ <polygonPoint>
107
+ <pointLongitude>4.188970128279688</pointLongitude>
108
+ <pointLatitude>52.05933203100292</pointLatitude>
109
+ </polygonPoint>
110
+ <polygonPoint>
111
+ <pointLongitude>4.185846614849885</pointLongitude>
112
+ <pointLatitude>52.05849919443985</pointLatitude>
113
+ </polygonPoint>
114
+ <polygonPoint>
115
+ <pointLongitude>4.183766834165052</pointLongitude>
116
+ <pointLatitude>52.05768273662148</pointLatitude>
117
+ </polygonPoint>
118
+ <polygonPoint>
119
+ <pointLongitude>4.182190558076597</pointLongitude>
120
+ <pointLatitude>52.05665770545129</pointLatitude>
121
+ </polygonPoint>
122
+ <polygonPoint>
123
+ <pointLongitude>4.180730516454513</pointLongitude>
124
+ <pointLatitude>52.05512223937299</pointLatitude>
125
+ </polygonPoint>
126
+ <polygonPoint>
127
+ <pointLongitude>4.179642892536666</pointLongitude>
128
+ <pointLatitude>52.05335222714644</pointLatitude>
129
+ </polygonPoint>
130
+ <polygonPoint>
131
+ <pointLongitude>4.178442502618839</pointLongitude>
132
+ <pointLatitude>52.05152018985662</pointLatitude>
133
+ </polygonPoint>
134
+ <polygonPoint>
135
+ <pointLongitude>4.1774713992764</pointLongitude>
136
+ <pointLatitude>52.04954999812316</pointLatitude>
137
+ </polygonPoint>
138
+ <polygonPoint>
139
+ <pointLongitude>4.176346178024046</pointLongitude>
140
+ <pointLatitude>52.04728138670279</pointLatitude>
141
+ </polygonPoint>
142
+ <polygonPoint>
143
+ <pointLongitude>4.175182683314049</pointLongitude>
144
+ <pointLatitude>52.04497104660534</pointLatitude>
145
+ </polygonPoint>
146
+ <polygonPoint>
147
+ <pointLongitude>4.173373650824841</pointLongitude>
148
+ <pointLatitude>52.04226286332442</pointLatitude>
149
+ </polygonPoint>
150
+ <polygonPoint>
151
+ <pointLongitude>4.173204764844041</pointLongitude>
152
+ <pointLatitude>52.04016615926179</pointLatitude>
153
+ </polygonPoint>
154
+ <polygonPoint>
155
+ <pointLongitude>4.1738852605822</pointLongitude>
156
+ <pointLatitude>52.03913926329928</pointLatitude>
157
+ </polygonPoint>
158
+ </geoLocationPolygon>
159
+ </geoLocation>
160
+ </geoLocations>
161
+ </resource>
@@ -3,46 +3,46 @@
3
3
  <identifier identifierType="DOI">10.5072/10.CPoS-example</identifier>
4
4
  <creators>
5
5
  <creator>
6
- <creatorName>Kreyenfeld, Michaela</creatorName>
6
+ <creatorName nameType="Personal">Kreyenfeld, Michaela</creatorName>
7
7
  <givenName>Michaela</givenName>
8
8
  <familyName>Kreyenfeld</familyName>
9
9
  <nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000117540116</nameIdentifier>
10
10
  </creator>
11
11
  <creator>
12
- <creatorName>Hornung, Anne</creatorName>
12
+ <creatorName nameType="Personal">Hornung, Anne</creatorName>
13
13
  <givenName>Anne</givenName>
14
14
  <familyName>Hornung</familyName>
15
15
  <nameIdentifier nameIdentifierScheme="VIAF" schemeURI="http://viaf.org/viaf/">304639093</nameIdentifier>
16
16
  </creator>
17
17
  <creator>
18
- <creatorName>Kubisch, Karolin</creatorName>
18
+ <creatorName nameType="Personal">Kubisch, Karolin</creatorName>
19
19
  <givenName>Karolin</givenName>
20
20
  <familyName>Kubisch</familyName>
21
21
  <nameIdentifier nameIdentifierScheme="VIAF" schemeURI="http://viaf.org/viaf/">303937450</nameIdentifier>
22
22
  </creator>
23
23
  </creators>
24
24
  <titles>
25
- <title>The German Generations and Gender Survey</title>
25
+ <title xml:lang="en">The German Generations and Gender Survey</title>
26
26
  <title xml:lang="en" titleType="Subtitle">Some Critical Reflections on the Validity of Fertility Histories</title>
27
27
  </titles>
28
- <publisher>Federal Institute for Population Research, Germany</publisher>
28
+ <publisher xml:lang="en">Federal Institute for Population Research, Germany</publisher>
29
29
  <publicationYear>2013</publicationYear>
30
30
  <subjects>
31
- <subject>Fertility</subject>
32
- <subject>Marriage</subject>
33
- <subject>Germany</subject>
34
- <subject>Data validation</subject>
35
- <subject>Mikrozensus</subject>
36
- <subject>Gender survey</subject>
37
- <subject schemeURI="http://www.gesis.org/en/services/research/tools-for-searching/classification" subjectScheme="GESIS">10300 Demography, Population Research</subject>
31
+ <subject xml:lang="en">Fertility</subject>
32
+ <subject xml:lang="en">Marriage</subject>
33
+ <subject xml:lang="en">Germany</subject>
34
+ <subject xml:lang="en">Data validation</subject>
35
+ <subject xml:lang="en">Mikrozensus</subject>
36
+ <subject xml:lang="en">Gender survey</subject>
37
+ <subject xml:lang="en" schemeURI="http://www.gesis.org/en/services/research/tools-for-searching/classification" subjectScheme="GESIS">10300 Demography, Population Research</subject>
38
38
  </subjects>
39
39
  <contributors>
40
40
  <contributor contributorType="Editor">
41
- <contributorName>Federal Institute for Population Research</contributorName>
41
+ <contributorName xml:lang="en" nameType="Organizational">Federal Institute for Population Research</contributorName>
42
42
  <nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000094455866</nameIdentifier>
43
43
  </contributor>
44
44
  </contributors>
45
- <language>eng</language>
45
+ <language>en</language>
46
46
  <resourceType resourceTypeGeneral="Text">Article</resourceType>
47
47
  <alternateIdentifiers>
48
48
  <alternateIdentifier alternateIdentifierType="internal ID">da|ra.14.103</alternateIdentifier>
@@ -56,10 +56,10 @@
56
56
  </formats>
57
57
  <version>1</version>
58
58
  <rightsList>
59
- <rights rightsURI="http://creativecommons.org/licenses/by-nc-nd/3.0/deed">Creative Commons License: Attribution-NonCommercial-NoDerivs 3.0 Unported</rights>
59
+ <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC-BY-NC-ND-3.0" rightsURI="http://creativecommons.org/licenses/by-nc-nd/3.0/deed">Creative Commons License: Attribution-NonCommercial-NoDerivs 3.0 Unported</rights>
60
60
  </rightsList>
61
61
  <descriptions>
62
- <description descriptionType="SeriesInformation">Comparative Population Studies Vol 38, No 1 (2013)</description>
63
- <description descriptionType="Abstract">This paper validates the fertility histories of the German Generations and Gender Survey (GGS). Focusing on the cohorts 1930-69 of West German women, the total number of children, the parity distribution and the parity progression ratios are comparedto external sources. One major result from this validation is that the German GGS understates the fertility for the older cohorts and overstates it for the younger ones.</description>
62
+ <description xml:lang="en" descriptionType="SeriesInformation">Comparative Population Studies Vol 38, No 1 (2013)</description>
63
+ <description xml:lang="en" descriptionType="Abstract">This paper validates the fertility histories of the German Generations and Gender Survey (GGS). Focusing on the cohorts 1930-69 of West German women, the total number of children, the parity distribution and the parity progression ratios are comparedto external sources. One major result from this validation is that the German GGS understates the fertility for the older cohorts and overstates it for the younger ones.</description>
64
64
  </descriptions>
65
65
  </resource>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
3
+ <identifier identifierType="DOI">10.5072/example-software-2.0</identifier>
4
+ <creators>
5
+ <creator>
6
+ <creatorName nameType="Personal">Zielinski, AT</creatorName>
7
+ <nameIdentifier schemeURI="http://orcid.org" nameIdentifierScheme="ORCID">0000-0002-2997-2175</nameIdentifier>
8
+ </creator>
9
+ <creator>
10
+ <creatorName nameType="Personal">Kalberer, M</creatorName>
11
+ </creator>
12
+ <creator>
13
+ <creatorName nameType="Personal">Bortolini, C</creatorName>
14
+ </creator>
15
+ <creator>
16
+ <creatorName nameType="Personal">Giorio, C</creatorName>
17
+ </creator>
18
+ <creator>
19
+ <creatorName nameType="Personal">Fuller, SJ</creatorName>
20
+ </creator>
21
+ <creator>
22
+ <creatorName nameType="Personal">Kourtchev, I</creatorName>
23
+ </creator>
24
+ <creator>
25
+ <creatorName nameType="Personal">Popoola, O</creatorName>
26
+ </creator>
27
+ </creators>
28
+ <titles>
29
+ <title xml:lang="en">Code supporting "A new processing scheme for ultra-high resolution direct infusion mass spectrometry data"</title>
30
+ </titles>
31
+ <publisher>Apollo - University of Cambridge Repository</publisher>
32
+ <publicationYear>2017</publicationYear>
33
+ <subjects>
34
+ <subject>UHRMS</subject>
35
+ <subject>ESI</subject>
36
+ <subject>APPI</subject>
37
+ <subject>Environmental samples</subject>
38
+ <subject>direct infusion</subject>
39
+ <subject>Orbitrap</subject>
40
+ </subjects>
41
+ <contributors>
42
+ <contributor contributorType="HostingInstitution">
43
+ <contributorName xml:lang="en" nameType="Organizational">Apollo - University of Cambridge Repository</contributorName>
44
+ </contributor>
45
+ </contributors>
46
+ <dates>
47
+ <date dateType="Issued">2017-05-08</date>
48
+ <date dateType="Available">2017-05-08</date>
49
+ </dates>
50
+ <language>en</language>
51
+ <resourceType resourceTypeGeneral="Software">Software</resourceType>
52
+ <relatedIdentifiers>
53
+ <relatedIdentifier relationType="IsNewVersionOf" relatedIdentifierType="DOI">doi:10.5072/example-software-1.0</relatedIdentifier>
54
+ <relatedIdentifier relationType="IsVersionOf" relatedIdentifierType="DOI">doi:10.5072/example-software-repository</relatedIdentifier>
55
+ </relatedIdentifiers>
56
+ <formats>
57
+ <format>application/ld+json</format>
58
+ </formats>
59
+ <version>2.0</version>
60
+ <rightsList>
61
+ <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="GPL-3.0-only" rightsURI="https://opensource.org/licenses/GPL-3.0">GNU General Public License version 3</rights></rightsList>
62
+ <descriptions>
63
+ <description xml:lang="en" descriptionType="Abstract">Set of scripts used to process direct infusion mass spectrometry data as described in the associated paper</description>
64
+ <description xml:lang="en" descriptionType="TechnicalInfo">Scripts written and run using Wolfram Mathematica (confirmed with versions 10.2 to 11.1). Assumes raw data matches format produced by a LTQ Orbitrap Velos mass spectrometer and exported by the proprietary software (Xcalibur) to a comma-separated values (.csv) file. The .csv files are the expected input into the Mathematica scripts.</description>
65
+ </descriptions>
66
+ </resource>