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
@@ -3,26 +3,28 @@
3
3
  <identifier identifierType="DOI">10.5072/FK25H7QRS</identifier>
4
4
  <creators>
5
5
  <creator>
6
- <creatorName>Rizk-Jackson, Angela</creatorName>
6
+ <creatorName nameType="Personal">Rizk-Jackson, Angela</creatorName>
7
+ <givenName>Angela</givenName>
8
+ <familyName>Rizk-Jackson</familyName>
7
9
  <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-1732-8550</nameIdentifier>
8
10
  </creator>
9
11
  </creators>
10
12
  <titles>
11
- <title>Analysis of ADNI data: Normal to MCI conversion</title>
13
+ <title xml:lang="en">Analysis of ADNI data: Normal to MCI conversion</title>
12
14
  </titles>
13
- <publisher>University of California, San Francisco</publisher>
15
+ <publisher xml:lang="en">University of California, San Francisco</publisher>
14
16
  <publicationYear>2013</publicationYear>
15
17
  <subjects>
16
- <subject>Aging</subject>
17
- <subject>Cognition</subject>
18
- <subject>Risk-factor</subject>
19
- <subject>Mild Cognitive Impairment</subject>
20
- <subject>Prediction</subject>
21
- <subject>Modeling</subject>
18
+ <subject xml:lang="en">Aging</subject>
19
+ <subject xml:lang="en">Cognition</subject>
20
+ <subject xml:lang="en">Risk-factor</subject>
21
+ <subject xml:lang="en">Mild Cognitive Impairment</subject>
22
+ <subject xml:lang="en">Prediction</subject>
23
+ <subject xml:lang="en">Modeling</subject>
22
24
  </subjects>
23
25
  <contributors>
24
26
  <contributor contributorType="ResearchGroup">
25
- <contributorName>Center for Imaging of Neurodegenerative Disease</contributorName>
27
+ <contributorName xml:lang="en" nameType="Organizational">Center for Imaging of Neurodegenerative Disease</contributorName>
26
28
  </contributor>
27
29
  </contributors>
28
30
  <resourceType resourceTypeGeneral="Dataset"/>
@@ -30,11 +32,11 @@
30
32
  <relatedIdentifier relatedIdentifierType="DOI" relationType="IsReferencedBy">10.5072/j.jalz.2012.05.911</relatedIdentifier>
31
33
  </relatedIdentifiers>
32
34
  <descriptions>
33
- <description descriptionType="Abstract">
35
+ <description xml:lang="en" descriptionType="Abstract">
34
36
  This study replication data resource includes information referencing specific items in the Alzheimer's Disease Neuroimaging Initiative (ADNI) database that were used with the included analysis scripts (R statistical software) to reach conclusions
35
37
  presented in the referenced publication (DOI: 10.1016/j.jalz.2012.05.911).
36
38
  </description>
37
- <description descriptionType="Methods">
39
+ <description xml:lang="en" descriptionType="Methods">
38
40
  Utilizing the ADNI database, we identified 41 individuals who remained stable for 48-months (NC) and 16 who converted to MCI (CNV). Of these 57 subjects, all had available baseline clinical and MRI data, but only 16 NC and 11 CNV had available
39
41
  FDG-PET data. Wilcoxon Rank Sum tests assessed baseline demographic and clinical imbalances between CNV and NC. The effect of conversion status on neuroimaging measures at baseline was tested using linear regression modeling. Finally, linear
40
42
  discriminant analysis (LDA) models were created using features from an a-priori subset of clinical metrics, MRI measures, and FDG-PET measures obtained at baseline to predict which individuals would later convert to MCI and which would remain stable.
@@ -3,24 +3,24 @@
3
3
  <identifier identifierType="DOI">10.5072/1003496</identifier>
4
4
  <creators>
5
5
  <creator>
6
- <creatorName>Barton, T.</creatorName>
6
+ <creatorName nameType="Personal">Barton, T.</creatorName>
7
7
  </creator>
8
8
  <creator>
9
- <creatorName>Bowler, D.</creatorName>
9
+ <creatorName nameType="Personal">Bowler, D.</creatorName>
10
10
  </creator>
11
11
  </creators>
12
12
  <titles>
13
- <title>
13
+ <title xml:lang="en">
14
14
  Archaeological Evaluation, 64 Kenneth Street, Stornoway Isle of Lewis
15
15
  </title>
16
16
  </titles>
17
- <publisher>Scottish Urban Archaeological Trust Ltd.</publisher>
17
+ <publisher xml:lang="en">Scottish Urban Archaeological Trust Ltd.</publisher>
18
18
  <publicationYear>2008</publicationYear>
19
19
  <subjects>
20
- <subject>Archaeology</subject>
21
- <subject>Grey Literature</subject>
20
+ <subject xml:lang="en">Archaeology</subject>
21
+ <subject xml:lang="en">Grey Literature</subject>
22
22
  </subjects>
23
- <language>eng</language>
23
+ <language>en</language>
24
24
  <resourceType resourceTypeGeneral="Collection">Report</resourceType>
25
25
  <alternateIdentifiers>
26
26
  <alternateIdentifier alternateIdentifierType="ADS Grey Lit ID">4335</alternateIdentifier>
@@ -37,10 +37,10 @@
37
37
  <format>image/jpeg</format>
38
38
  </formats>
39
39
  <rightsList>
40
- <rights rightsURI="http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess">Terms of Use and Access to ADS Resources</rights>
40
+ <rights xml:lang="en" rightsURI="http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess">Terms of Use and Access to ADS Resources</rights>
41
41
  </rightsList>
42
42
  <descriptions>
43
- <description descriptionType="Other">
43
+ <description xml:lang="en" descriptionType="Other">
44
44
  Unpublished fieldwork reports (Grey Literature Library)
45
45
  </description>
46
46
  </descriptions>
@@ -0,0 +1,114 @@
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-full</identifier>
4
+ <creators>
5
+ <creator>
6
+ <creatorName nameType="Personal">Miller, Elizabeth</creatorName>
7
+ <givenName>Elizabeth</givenName>
8
+ <familyName>Miller</familyName>
9
+ <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5000-0007</nameIdentifier>
10
+ <affiliation affiliationIdentifier="https://ror.org/04wxnsj81" affiliationIdentifierScheme="ROR">DataCite</affiliation>
11
+ </creator>
12
+ <creator>
13
+ <creatorName nameType="Personal">Carberry, Josiah</creatorName>
14
+ <givenName>Josiah</givenName>
15
+ <familyName>Carberry</familyName>
16
+ <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-1825-0097</nameIdentifier>
17
+ <affiliation affiliationIdentifier="https://ror.org/05gq02987" affiliationIdentifierScheme="ROR">Brown University</affiliation>
18
+ <affiliation affiliationIdentifier="grid.268117.b" affiliationIdentifierScheme="GRID" schemeURI="https://grid.ac/institutes/">Wesleyan University</affiliation>
19
+ </creator>
20
+ <creator>
21
+ <creatorName nameType="Organizational">The Psychoceramics Study Group</creatorName>
22
+ <affiliation affiliationIdentifier="https://ror.org/05gq02987" affiliationIdentifierScheme="ROR">Brown University</affiliation>
23
+ </creator>
24
+ </creators>
25
+ <titles>
26
+ <title xml:lang="en-US">Full DataCite XML Example</title>
27
+ <title xml:lang="en-US" titleType="Subtitle">Demonstration of DataCite Properties.</title>
28
+ </titles>
29
+ <publisher xml:lang="en">DataCite</publisher>
30
+ <publicationYear>2014</publicationYear>
31
+ <subjects>
32
+ <subject xml:lang="en-US" schemeURI="http://dewey.info/" subjectScheme="dewey">000 computer science</subject>
33
+ </subjects>
34
+ <contributors>
35
+ <contributor contributorType="ProjectLeader">
36
+ <contributorName>Starr, Joan</contributorName>
37
+ <givenName>Joan</givenName>
38
+ <familyName>Starr</familyName>
39
+ <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-7285-027X</nameIdentifier>
40
+ <affiliation affiliationIdentifier="https://ror.org/03yrm5c26" affiliationIdentifierScheme="ROR">California Digital Library</affiliation>
41
+ </contributor>
42
+ </contributors>
43
+ <dates>
44
+ <date dateType="Updated" dateInformation="Updated with 4.3 properties">2019-08-02</date>
45
+ </dates>
46
+ <language>en-US</language>
47
+ <resourceType resourceTypeGeneral="Software">XML</resourceType>
48
+ <alternateIdentifiers>
49
+ <alternateIdentifier alternateIdentifierType="URL">https://schema.datacite.org/meta/kernel-4.3/example/datacite-example-full-v4.3.xml</alternateIdentifier>
50
+ </alternateIdentifiers>
51
+ <relatedIdentifiers>
52
+ <relatedIdentifier relatedIdentifierType="URL" relationType="HasMetadata" relatedMetadataScheme="citeproc+json" schemeURI="https://github.com/citation-style-language/schema/raw/master/csl-data.json">https://data.datacite.org/application/citeproc+json/10.5072/example-full</relatedIdentifier>
53
+ <relatedIdentifier relatedIdentifierType="arXiv" relationType="IsReviewedBy" resourceTypeGeneral="Text">arXiv:0706.0001</relatedIdentifier>
54
+ </relatedIdentifiers>
55
+ <sizes>
56
+ <size>4 kB</size>
57
+ </sizes>
58
+ <formats>
59
+ <format>application/xml</format>
60
+ </formats>
61
+ <version>4.2</version>
62
+ <rightsList>
63
+ <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC0 1.0" rightsURI="http://creativecommons.org/publicdomain/zero/1.0/"/> </rightsList>
64
+ <descriptions>
65
+ <description xml:lang="en-US" descriptionType="Abstract">
66
+ XML example of all DataCite Metadata Schema v4.3 properties.
67
+ </description>
68
+ </descriptions>
69
+ <geoLocations>
70
+ <geoLocation>
71
+ <geoLocationPlace>Atlantic Ocean</geoLocationPlace>
72
+ <geoLocationPoint>
73
+ <pointLongitude>-67.302</pointLongitude>
74
+ <pointLatitude>31.233</pointLatitude>
75
+ </geoLocationPoint>
76
+ <geoLocationBox>
77
+ <westBoundLongitude>-71.032</westBoundLongitude>
78
+ <eastBoundLongitude>-68.211</eastBoundLongitude>
79
+ <southBoundLatitude>41.090</southBoundLatitude>
80
+ <northBoundLatitude>42.893</northBoundLatitude>
81
+ </geoLocationBox>
82
+ <geoLocationPolygon>
83
+ <polygonPoint>
84
+ <pointLatitude>41.991</pointLatitude>
85
+ <pointLongitude>-71.032</pointLongitude>
86
+ </polygonPoint>
87
+ <polygonPoint>
88
+ <pointLatitude>42.893</pointLatitude>
89
+ <pointLongitude>-69.622</pointLongitude>
90
+ </polygonPoint>
91
+ <polygonPoint>
92
+ <pointLatitude>41.991</pointLatitude>
93
+ <pointLongitude>-68.211</pointLongitude>
94
+ </polygonPoint>
95
+ <polygonPoint>
96
+ <pointLatitude>41.090</pointLatitude>
97
+ <pointLongitude>-69.622</pointLongitude>
98
+ </polygonPoint>
99
+ <polygonPoint>
100
+ <pointLatitude>41.991</pointLatitude>
101
+ <pointLongitude>-71.032</pointLongitude>
102
+ </polygonPoint>
103
+ </geoLocationPolygon>
104
+ </geoLocation>
105
+ </geoLocations>
106
+ <fundingReferences>
107
+ <fundingReference>
108
+ <funderName>National Science Foundation</funderName>
109
+ <funderIdentifier funderIdentifierType="Crossref Funder ID">https://doi.org/10.13039/100000001</funderIdentifier>
110
+ <awardNumber>CBET-106</awardNumber>
111
+ <awardTitle>Full DataCite XML Example</awardTitle>
112
+ </fundingReference>
113
+ </fundingReferences>
114
+ </resource>
@@ -3,7 +3,9 @@
3
3
  <identifier identifierType="DOI">10.5072/testpub</identifier>
4
4
  <creators>
5
5
  <creator>
6
- <creatorName>Smith, John</creatorName>
6
+ <creatorName nameType="Personal">Smith, John</creatorName>
7
+ <givenName>John</givenName>
8
+ <familyName>Smith</familyName>
7
9
  </creator>
8
10
  <creator>
9
11
  <creatorName>つまらないものですが</creatorName>
@@ -11,22 +13,24 @@
11
13
  </creator>
12
14
  </creators>
13
15
  <titles>
14
- <title>Właściwości rzutowań podprzestrzeniowych</title>
15
- <title titleType="TranslatedTitle">Translation of Polish titles</title>
16
+ <title xml:lang="pl">Właściwości rzutowań podprzestrzeniowych</title>
17
+ <title xml:lang="en" titleType="TranslatedTitle">Translation of Polish titles</title>
16
18
  </titles>
17
- <publisher>Springer</publisher>
19
+ <publisher xml:lang="en">Springer</publisher>
18
20
  <publicationYear>2010</publicationYear>
19
21
  <subjects>
20
- <subject subjectScheme="DDC">830 German &amp; related literatures</subject>
21
- <subject>Polish Literature</subject>
22
+ <subject xml:lang="en" subjectScheme="DDC">830 German &amp; related literatures</subject>
23
+ <subject xml:lang="en">Polish Literature</subject>
22
24
  </subjects>
23
25
  <contributors>
24
26
  <contributor contributorType="DataCollector">
25
- <contributorName>Doe, John</contributorName>
27
+ <contributorName nameType="Personal">Doe, John</contributorName>
28
+ <givenName>John</givenName>
29
+ <familyName>Doe</familyName>
26
30
  <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-5393-1421</nameIdentifier>
27
31
  </contributor>
28
32
  </contributors>
29
- <language>GER</language>
33
+ <language>de</language>
30
34
  <resourceType resourceTypeGeneral="Text">Monograph</resourceType>
31
35
  <alternateIdentifiers>
32
36
  <alternateIdentifier alternateIdentifierType="ISBN">937-0-4523-12357-6</alternateIdentifier>
@@ -42,10 +46,9 @@
42
46
  </formats>
43
47
  <version>2</version>
44
48
  <rightsList>
45
- <rights rightsURI="http://creativecommons.org/licenses/by-nd/2.0/">Creative Commons Attribution-NoDerivs 2.0 Generic</rights>
46
- </rightsList>
49
+ <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC-BY-ND-2.0" rightsURI="http://creativecommons.org/licenses/by-nd/2.0/"/> </rightsList>
47
50
  <descriptions>
48
- <description descriptionType="Abstract">
51
+ <description xml:lang="la" descriptionType="Abstract">
49
52
  Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
50
53
  takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores
51
54
  et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
@@ -0,0 +1,32 @@
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-datapaper</identifier>
4
+ <creators>
5
+ <creator>
6
+ <creatorName nameType="Personal">Hammond, Mark D</creatorName>
7
+ </creator>
8
+ <creator>
9
+ <creatorName nameType="Personal">Jones, Daniel C</creatorName>
10
+ </creator>
11
+ </creators>
12
+ <titles>
13
+ <title xml:lang="en">Freshwater flux from ice sheet melting and iceberg calving in the Southern Ocean</title>
14
+ </titles>
15
+ <publisher xml:lang="en">Royal Meteorological Society</publisher>
16
+ <publicationYear>2016</publicationYear>
17
+ <subjects>
18
+ <subject xml:lang="en">freshwater</subject>
19
+ <subject xml:lang="en">Southern Ocean</subject>
20
+ <subject xml:lang="en">modelling</subject>
21
+ <subject xml:lang="en">Antarctica</subject>
22
+ </subjects>
23
+ <language>en</language>
24
+ <resourceType resourceTypeGeneral="DataPaper">Dataset</resourceType>
25
+ <relatedIdentifiers>
26
+ <relatedIdentifier relationType="Describes" relatedIdentifierType="DOI">doi:10.5072/dataset</relatedIdentifier>
27
+ </relatedIdentifiers>
28
+ <descriptions>
29
+ <description descriptionType="Abstract">This dataset is a multiyear mean Southern Ocean freshwater flux field that uses recently compiled measurements of ice sheet melting, iceberg calving, iceberg tracking, and river runoff</description>
30
+ <description descriptionType="SeriesInformation">Geoscience Data Journal, Volume 3, Issue 2 November 2016 Pages 60–62</description>
31
+ </descriptions>
32
+ </resource>
@@ -3,33 +3,39 @@
3
3
  <identifier identifierType="DOI">10.5072/D3P26Q35R-Test</identifier>
4
4
  <creators>
5
5
  <creator>
6
- <creatorName>Fosmire, Michael</creatorName>
6
+ <creatorName nameType="Personal">Fosmire, Michael</creatorName>
7
+ <givenName>Michael</givenName>
8
+ <familyName>Fosmire</familyName>
7
9
  </creator>
8
10
  <creator>
9
- <creatorName>Wertz, Ruth</creatorName>
11
+ <creatorName nameType="Personal">Wertz, Ruth</creatorName>
12
+ <givenName>Ruth</givenName>
13
+ <familyName>Wertz</familyName>
10
14
  </creator>
11
15
  <creator>
12
- <creatorName>Purzer, Senay</creatorName>
16
+ <creatorName nameType="Personal">Purzer, Senay</creatorName>
17
+ <givenName>Senay</givenName>
18
+ <familyName>Purzer</familyName>
13
19
  </creator>
14
20
  </creators>
15
21
  <titles>
16
- <title>Critical Engineering Literacy Test (CELT)</title>
22
+ <title xml:lang="en">Critical Engineering Literacy Test (CELT)</title>
17
23
  </titles>
18
- <publisher>Purdue University Research Repository (PURR)</publisher>
24
+ <publisher xml:lang="en">Purdue University Research Repository (PURR)</publisher>
19
25
  <publicationYear>2013</publicationYear>
20
26
  <subjects>
21
- <subject>Assessment</subject>
22
- <subject>Information Literacy</subject>
23
- <subject>Engineering</subject>
24
- <subject>Undergraduate Students</subject>
25
- <subject>CELT</subject>
26
- <subject>Purdue University</subject>
27
+ <subject xml:lang="en">Assessment</subject>
28
+ <subject xml:lang="en">Information Literacy</subject>
29
+ <subject xml:lang="en">Engineering</subject>
30
+ <subject xml:lang="en">Undergraduate Students</subject>
31
+ <subject xml:lang="en">CELT</subject>
32
+ <subject xml:lang="en">Purdue University</subject>
27
33
  </subjects>
28
- <language>eng</language>
34
+ <language>en</language>
29
35
  <resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
30
- <version>1</version>
36
+ <version>1.0</version>
31
37
  <descriptions>
32
- <description descriptionType="Abstract">
38
+ <description xml:lang="en" descriptionType="Abstract">
33
39
  We developed an instrument, Critical Engineering Literacy Test (CELT), which is a multiple choice instrument designed to measure undergraduate students’ scientific and information literacy skills. It requires students to first read a technical memo
34
40
  and, based on the memo’s arguments, answer eight multiple choice and six open-ended response questions. We collected data from 143 first-year engineering students and conducted an item analysis. The KR-20 reliability of the instrument was .39. Item
35
41
  difficulties ranged between .17 to .83. The results indicate low reliability index but acceptable levels of item difficulties and item discrimination indices. Students were most challenged when answering items measuring scientific and mathematical
@@ -0,0 +1,114 @@
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-full</identifier>
4
+ <creators>
5
+ <creator>
6
+ <creatorName nameType="Personal">Miller, Elizabeth</creatorName>
7
+ <givenName>Elizabeth</givenName>
8
+ <familyName>Miller</familyName>
9
+ <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5000-0007</nameIdentifier>
10
+ <affiliation affiliationIdentifier="https://ror.org/04wxnsj81" affiliationIdentifierScheme="ROR">DataCite</affiliation>
11
+ </creator>
12
+ <creator>
13
+ <creatorName nameType="Organizational" xml:lang="en">Ontario Ministry of Natural Resources and Forestry</creatorName>
14
+ </creator>
15
+ <creator>
16
+ <creatorName nameType="Organizational" xml:lang="fr">Université du Québec à Montréal</creatorName>
17
+ </creator>
18
+ </creators>
19
+ <titles>
20
+ <title xml:lang="en-US">Full DataCite XML Example</title>
21
+ <title xml:lang="en-US" titleType="Subtitle">Demonstration of DataCite Properties.</title>
22
+ </titles>
23
+ <publisher xml:lang="en">National Research Council of Canada</publisher>
24
+ <publicationYear>2014</publicationYear>
25
+ <subjects>
26
+ <subject xml:lang="en-US" schemeURI="http://dewey.info/" subjectScheme="dewey">000 computer science</subject>
27
+ </subjects>
28
+ <contributors>
29
+ <contributor contributorType="ProjectLeader">
30
+ <contributorName>Starr, Joan</contributorName>
31
+ <givenName>Joan</givenName>
32
+ <familyName>Starr</familyName>
33
+ <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-7285-027X</nameIdentifier>
34
+ <affiliation affiliationIdentifier="https://ror.org/03yrm5c26" affiliationIdentifierScheme="ROR">California Digital Library</affiliation>
35
+ </contributor>
36
+ <contributor contributorType="Sponsor">
37
+ <contributorName xml:lang="en">International Joint Commission</contributorName>
38
+ </contributor>
39
+ <contributor contributorType="Producer">
40
+ <contributorName xml:lang="en">United States Geological Survey</contributorName>
41
+ </contributor>
42
+ </contributors>
43
+ <dates>
44
+ <date dateType="Updated" dateInformation="Updated with 4.3 properties">2017-09-13</date>
45
+ </dates>
46
+ <language>en-US</language>
47
+ <resourceType resourceTypeGeneral="Software">XML</resourceType>
48
+ <alternateIdentifiers>
49
+ <alternateIdentifier alternateIdentifierType="URL">https://schema.datacite.org/meta/kernel-4.3/example/datacite-example-full-v4.3.xml</alternateIdentifier>
50
+ </alternateIdentifiers>
51
+ <relatedIdentifiers>
52
+ <relatedIdentifier relatedIdentifierType="URL" relationType="HasMetadata" relatedMetadataScheme="citeproc+json" schemeURI="https://github.com/citation-style-language/schema/raw/master/csl-data.json">https://data.datacite.org/application/citeproc+json/10.5072/example-full</relatedIdentifier>
53
+ <relatedIdentifier relatedIdentifierType="arXiv" relationType="IsReviewedBy" resourceTypeGeneral="Text">arXiv:0706.0001</relatedIdentifier>
54
+ </relatedIdentifiers>
55
+ <sizes>
56
+ <size>4 kB</size>
57
+ </sizes>
58
+ <formats>
59
+ <format>application/xml</format>
60
+ </formats>
61
+ <version>4.3</version>
62
+ <rightsList>
63
+ <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC0 1.0" rightsURI="http://creativecommons.org/publicdomain/zero/1.0/"/> </rightsList>
64
+ <descriptions>
65
+ <description xml:lang="en-US" descriptionType="Abstract">
66
+ XML example of all DataCite Metadata Schema v4.3 properties.
67
+ </description>
68
+ </descriptions>
69
+ <geoLocations>
70
+ <geoLocation>
71
+ <geoLocationPlace>Atlantic Ocean</geoLocationPlace>
72
+ <geoLocationPoint>
73
+ <pointLongitude>-67.302</pointLongitude>
74
+ <pointLatitude>31.233</pointLatitude>
75
+ </geoLocationPoint>
76
+ <geoLocationBox>
77
+ <westBoundLongitude>-71.032</westBoundLongitude>
78
+ <eastBoundLongitude>-68.211</eastBoundLongitude>
79
+ <southBoundLatitude>41.090</southBoundLatitude>
80
+ <northBoundLatitude>42.893</northBoundLatitude>
81
+ </geoLocationBox>
82
+ <geoLocationPolygon>
83
+ <polygonPoint>
84
+ <pointLatitude>41.991</pointLatitude>
85
+ <pointLongitude>-71.032</pointLongitude>
86
+ </polygonPoint>
87
+ <polygonPoint>
88
+ <pointLatitude>42.893</pointLatitude>
89
+ <pointLongitude>-69.622</pointLongitude>
90
+ </polygonPoint>
91
+ <polygonPoint>
92
+ <pointLatitude>41.991</pointLatitude>
93
+ <pointLongitude>-68.211</pointLongitude>
94
+ </polygonPoint>
95
+ <polygonPoint>
96
+ <pointLatitude>41.090</pointLatitude>
97
+ <pointLongitude>-69.622</pointLongitude>
98
+ </polygonPoint>
99
+ <polygonPoint>
100
+ <pointLatitude>41.991</pointLatitude>
101
+ <pointLongitude>-71.032</pointLongitude>
102
+ </polygonPoint>
103
+ </geoLocationPolygon>
104
+ </geoLocation>
105
+ </geoLocations>
106
+ <fundingReferences>
107
+ <fundingReference>
108
+ <funderName>National Science Foundation</funderName>
109
+ <funderIdentifier funderIdentifierType="Crossref Funder ID">https://doi.org/10.13039/100000001</funderIdentifier>
110
+ <awardNumber>CBET-106</awardNumber>
111
+ <awardTitle>Full DataCite XML Example</awardTitle>
112
+ </fundingReference>
113
+ </fundingReferences>
114
+ </resource>