datacite-mapping 0.1.17.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +33 -0
- data/README.md +93 -150
- data/datacite-mapping.gemspec +1 -1
- data/lib/datacite/mapping.rb +12 -27
- data/lib/datacite/mapping/alternate_identifier.rb +2 -0
- data/lib/datacite/mapping/contributor.rb +6 -2
- data/lib/datacite/mapping/creator.rb +33 -3
- data/lib/datacite/mapping/date.rb +28 -76
- data/lib/datacite/mapping/date_value.rb +116 -0
- data/lib/datacite/mapping/description.rb +9 -8
- data/lib/datacite/mapping/funding_reference.rb +20 -5
- data/lib/datacite/mapping/geo_location.rb +25 -4
- data/lib/datacite/mapping/geo_location_box.rb +10 -8
- data/lib/datacite/mapping/geo_location_node.rb +68 -0
- data/lib/datacite/mapping/geo_location_point.rb +8 -8
- data/lib/datacite/mapping/geo_location_polygon.rb +76 -0
- data/lib/datacite/mapping/identifier.rb +23 -11
- data/lib/datacite/mapping/module_info.rb +3 -3
- data/lib/datacite/mapping/name_identifier.rb +1 -0
- data/lib/datacite/mapping/namespace_extensions.rb +12 -0
- data/lib/datacite/mapping/read_only_nodes.rb +65 -0
- data/lib/datacite/mapping/related_identifier.rb +28 -0
- data/lib/datacite/mapping/resource.rb +88 -43
- data/lib/datacite/mapping/rights.rb +2 -0
- data/lib/datacite/mapping/subject.rb +10 -9
- data/lib/datacite/mapping/title.rb +7 -11
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3059p-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r31017-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3201j-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r33w26-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r34s3v-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r36p4t-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r39g6f-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3cc7d-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3d59d-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3f59q-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3g591-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3k016-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3kw2j-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3mw2v-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3np4v-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3pp45-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3rp4s-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/dataone-ark+=c5146=r3tg63-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d1159q-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d17g6j-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d1c88g-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d1cc74-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d1h019-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d1ms3x-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d1mw2k-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d1rg66-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d1rp4h-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucb-ark+=b6078=d1wc7s-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1001p-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1059f-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d11010-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1159r-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d12019-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d12s30-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1301m-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d13s39-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d13w2z-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d14s3m-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d15k5m-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d15p48-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d16k5x-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d16p4k-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d17g6k-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d17p4w-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d18g6w-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1988w-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d19g66-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1b886-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1bc7v-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1c88h-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1cc75-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1d595-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1f30c-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1f59g-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1g011-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1g59s-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1h01b-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1h593-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1j01n-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1js3b-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1k01z-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1ks3n-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1kw29-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1ms3z-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1mw2m-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1np4m-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1pk58-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1pp4x-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1qg6x-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1qp47-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1rg67-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1rp4j-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1sg6j-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1t88j-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1tg6v-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1v88v-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1vc7h-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1w885-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1wc7t-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1x59t-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/uci-ark+=b7280=d1z594-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucla-ark+=b5060=d2qr4v2t-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucla-ark+=b5068=d1cc7x-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucla-ark+=b5068=d1h59v-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucla-ark+=b5068=d1rp49-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucla-ark+=b5068=d1wc7k-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucm-ark+=13030=m51g217t-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucm-ark+=b6071=z7wc73-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucop-ark+=b5060=d8301x-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucop-ark+=b5060=d86p4w-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucop-ark+=b5060=d8bc75-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucop-ark+=b5060=d8g593-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucop-ark+=b5060=d8h59d-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucop-ark+=b5060=d8kw2m-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucop-ark+=b5060=d8rp4v-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucop-ark+=b5060=d8z59f-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsc-ark+=b7291=d11592-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsc-ark+=b7291=d17p46-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsc-ark+=b7291=d1h59d-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsc-ark+=b7291=d1mw2x-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsc-ark+=b7291=d1wc74-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6057cv6-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6154f00-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q61z429d-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q62z13fs-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q65q4t1r-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q66q1v54-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q67p8w9z-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q68g8hmp-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6bg2kwf-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6c8276k-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6cc0xmh-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6d798bd-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6h12zxh-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6h41pb7-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6kw5cxv-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6ms3qnx-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6mw2f2n-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6pn93h6-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6qn64nk-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6rf5rzx-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6rn35sz-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6sf2t3q-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6td9v7j-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6w66hpn-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6x63jt1-mrt-datacite.xml +0 -0
- data/spec/data/{dash1-datacite-xml → dash1}/ucsf-ark+=b7272=q6z60kzd-mrt-datacite.xml +0 -0
- data/spec/data/datacite-4-synthetic.xml +110 -0
- data/spec/data/datacite3/datacite-example-Box_dateCollected_DataCollector-v3.0.xml +46 -0
- data/spec/data/datacite3/datacite-example-GeoLocation-v3.0.xml +50 -0
- data/spec/data/datacite3/datacite-example-HasMetadata-v3.0.xml +52 -0
- data/spec/data/datacite3/datacite-example-ResearchGroup_Methods-v3.0.xml +36 -0
- data/spec/data/datacite3/datacite-example-ResourceTypeGeneral_Collection-v3.0.xml +38 -0
- data/spec/data/datacite3/datacite-example-complicated-v3.0.xml +48 -0
- data/spec/data/datacite3/datacite-example-dataset-v3.0.xml +35 -0
- data/spec/data/datacite3/datacite-example-full-v3.1.xml +61 -0
- data/spec/data/datacite3/datacite-example-relationTypeIsIdenticalTo-v3.0.xml +48 -0
- data/spec/data/datacite3/datacite-example-video-v3.0.xml +26 -0
- data/spec/data/datacite3/datacite-example-workflow-v3.0.xml +43 -0
- data/spec/data/{metadata.xsd → datacite3/metadata.xsd} +0 -0
- data/spec/data/datacite4/datacite-example-Box_dateCollected_DataCollector-v4.0.xml +52 -0
- data/spec/data/datacite4/datacite-example-GeoLocation-v4.0.xml +66 -0
- data/spec/data/datacite4/datacite-example-HasMetadata-v4.0.xml +62 -0
- data/spec/data/datacite4/datacite-example-ResearchGroup_Methods-v4.0.xml +44 -0
- data/spec/data/datacite4/datacite-example-ResourceTypeGeneral_Collection-v4.0.xml +52 -0
- data/spec/data/datacite4/datacite-example-complicated-v4.0.xml +54 -0
- data/spec/data/datacite4/datacite-example-dataset-v4.0.xml +39 -0
- data/spec/data/{resource.xml → datacite4/datacite-example-full-v4.0.xml} +14 -4
- data/spec/data/{kernel-4.0 → datacite4}/datacite-example-fundingReference-v.4.0.xml +0 -0
- data/spec/data/datacite4/datacite-example-relationTypeIsIdenticalTo-v4.0.xml +65 -0
- data/spec/data/datacite4/datacite-example-video-v4.0.xml +31 -0
- data/spec/data/datacite4/datacite-example-workflow-v4.0.xml +55 -0
- data/spec/data/{kernel-4.0 → datacite4}/metadata.xsd +0 -0
- data/spec/rspec_custom_matchers.rb +5 -1
- data/spec/spec_helper.rb +1 -1
- data/spec/unit/datacite/mapping/contributor_spec.rb +7 -0
- data/spec/unit/datacite/mapping/creator_spec.rb +92 -0
- data/spec/unit/datacite/mapping/date_spec.rb +25 -214
- data/spec/unit/datacite/mapping/date_value_spec.rb +143 -0
- data/spec/unit/datacite/mapping/description_spec.rb +4 -3
- data/spec/unit/datacite/mapping/funding_reference_spec.rb +5 -5
- data/spec/unit/datacite/mapping/geo_location_box_spec.rb +0 -36
- data/spec/unit/datacite/mapping/geo_location_point_spec.rb +0 -25
- data/spec/unit/datacite/mapping/geo_location_polygon_spec.rb +47 -0
- data/spec/unit/datacite/mapping/geo_location_spec.rb +153 -6
- data/spec/unit/datacite/mapping/identifier_spec.rb +9 -0
- data/spec/unit/datacite/mapping/related_identifier_spec.rb +23 -0
- data/spec/unit/datacite/mapping/resource_spec.rb +994 -874
- data/spec/unit/datacite/mapping/subject_spec.rb +12 -6
- data/spec/unit/datacite/mapping/title_spec.rb +20 -6
- metadata +320 -278
- data/lib/datacite/mapping/nonvalidating.rb +0 -10
- data/lib/datacite/mapping/nonvalidating/identifier.rb +0 -40
- data/lib/datacite/mapping/nonvalidating/subject.rb +0 -43
- data/spec/data/mrt-datacite.xml +0 -61
- data/spec/unit/datacite/mapping/log_spec.rb +0 -23
- data/spec/unit/datacite/mapping/nonvalidating/identifier_spec.rb +0 -52
- data/spec/unit/datacite/mapping/resource_type_spec.rb +0 -68
@@ -0,0 +1,46 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/DataCollector_dateCollected_geoLocationBox</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Peach, A.</creatorName>
|
7
|
+
</creator>
|
8
|
+
</creators>
|
9
|
+
<titles>
|
10
|
+
<title>Temperature and Humidity in School Classrooms, Ponhook Lake, N.S., 1961-1962</title>
|
11
|
+
</titles>
|
12
|
+
<publisher>National Research Council Canada</publisher>
|
13
|
+
<publicationYear>1963</publicationYear>
|
14
|
+
<subjects>
|
15
|
+
<subject subjectScheme="LCCN" schemeURI="http://lccn.loc.gov/sh85062931">Temperature</subject>
|
16
|
+
<subject subjectScheme="LCCN" schemeURI="http://lccn.loc.gov/sh85133712">Humidity</subject>
|
17
|
+
<subject subjectScheme="LCCN" schemeURI="http://lccn.loc.gov/sh88003345">Classrooms</subject>
|
18
|
+
<subject>Ponhook Lake (N.S.)</subject>
|
19
|
+
</subjects>
|
20
|
+
<contributors>
|
21
|
+
<contributor contributorType="DataCollector">
|
22
|
+
<contributorName>Pomegranate, B.</contributorName>
|
23
|
+
</contributor>
|
24
|
+
</contributors>
|
25
|
+
<dates>
|
26
|
+
<date dateType="Collected">1961-06-01/1962-10-12</date>
|
27
|
+
</dates>
|
28
|
+
<language>en</language>
|
29
|
+
<resourceType resourceTypeGeneral="Text">report</resourceType>
|
30
|
+
<sizes>
|
31
|
+
<size>10 p.</size>
|
32
|
+
</sizes>
|
33
|
+
<descriptions>
|
34
|
+
<description descriptionType="Abstract">The Division has been taking records of temperatures
|
35
|
+
and humidities in groups of houses at various locations in Canada over the past several
|
36
|
+
years. This survey has more recently been extended to include schools. Records obtained
|
37
|
+
from classrooms in six schools in Ponhook Lake, Nova Scotia from June 1, 1961-October 12, 1962 are now reported.
|
38
|
+
</description>
|
39
|
+
</descriptions>
|
40
|
+
<geoLocations>
|
41
|
+
<geoLocation>
|
42
|
+
<geoLocationBox>44.7167 -64.2 44.9667 -63.8 </geoLocationBox>
|
43
|
+
<geoLocationPlace>Ponhook Lake, Nova Scotia</geoLocationPlace>
|
44
|
+
</geoLocation>
|
45
|
+
</geoLocations>
|
46
|
+
</resource>
|
@@ -0,0 +1,50 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/geoPointExample</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Schumann, Kai</creatorName>
|
7
|
+
</creator>
|
8
|
+
<creator>
|
9
|
+
<creatorName>Völker, David</creatorName>
|
10
|
+
</creator>
|
11
|
+
<creator>
|
12
|
+
<creatorName>Weinrebe, Wilhelm Reiber</creatorName>
|
13
|
+
</creator>
|
14
|
+
</creators>
|
15
|
+
<titles>
|
16
|
+
<title>Gridded results of swath bathymetric mapping of Disko Bay, Western Greenland, 2007-2008</title>
|
17
|
+
</titles>
|
18
|
+
<publisher>PANGAEA - Data Publisher for Earth & Environmental Science</publisher>
|
19
|
+
<publicationYear>2011</publicationYear>
|
20
|
+
<subjects>
|
21
|
+
<subject subjectScheme="DDC">551 Geology, hydrology, meteorology</subject>
|
22
|
+
</subjects>
|
23
|
+
<contributors>
|
24
|
+
<contributor contributorType="HostingInstitution">
|
25
|
+
<contributorName>IFM-GEOMAR Leibniz-Institute of Marine Sciences, Kiel University</contributorName>
|
26
|
+
</contributor>
|
27
|
+
</contributors>
|
28
|
+
<language>en</language>
|
29
|
+
<resourceType resourceTypeGeneral="Dataset"/>
|
30
|
+
<relatedIdentifiers>
|
31
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="Continues">10.5072/timeSeries</relatedIdentifier>
|
32
|
+
</relatedIdentifiers>
|
33
|
+
<sizes>
|
34
|
+
<size>4 datasets</size>
|
35
|
+
</sizes>
|
36
|
+
<formats>
|
37
|
+
<format>application/zip</format>
|
38
|
+
</formats>
|
39
|
+
<rightsList><rights rightsURI="http://creativecommons.org/licenses/by/3.0/deed">Creative Commons Attribution 3.0 Unported</rights></rightsList>
|
40
|
+
<descriptions>
|
41
|
+
<description descriptionType="Abstract">A ship-based acoustic mapping campaign was conducted at the exit of Ilulissat Ice Fjord and in the sedimentary basin of Disko Bay to the west of the fjord mouth. Submarine landscape and sediment distribution patterns are interpreted in terms of glaciomarine facies types that are related to variations in the past position of the glacier front. In particular, asymmetric ridges that form a curved entity and a large sill at the fjord mouth may represent moraines that depict at least two relatively stable positions of the ice front in the Disko Bay and at the fjord mouth. In this respect, Ilulissat Glacier shows prominent differences to the East Greenland Kangerlussuaq Glacier which is comparable in present size and present role for the ice discharge from the inland ice sheet. Two linear clusters of pockmarks in the center of the sedimentary basin seem to be linked to ongoing methane release due to dissociation of gas hydrates, a process fueled by climate warming in the Arctic realm.
|
42
|
+
</description>
|
43
|
+
</descriptions>
|
44
|
+
<geoLocations>
|
45
|
+
<geoLocation>
|
46
|
+
<geoLocationPoint>-52.000000 69.000000 </geoLocationPoint>
|
47
|
+
<geoLocationPlace>Disko Bay</geoLocationPlace>
|
48
|
+
</geoLocation>
|
49
|
+
</geoLocations>
|
50
|
+
</resource>
|
@@ -0,0 +1,52 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/example</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Mari, Bernard</creatorName>
|
7
|
+
</creator>
|
8
|
+
<creator>
|
9
|
+
<creatorName>Puissegur, Marie-Pierre</creatorName>
|
10
|
+
</creator>
|
11
|
+
<creator>
|
12
|
+
<creatorName>Barbry, Pascal</creatorName>
|
13
|
+
</creator>
|
14
|
+
<creator>
|
15
|
+
<creatorName>Lebrigand, Kevin</creatorName>
|
16
|
+
</creator>
|
17
|
+
</creators>
|
18
|
+
<titles>
|
19
|
+
<title>Identification of putative novel specific targets of mir-210 in A549 human adenocarcinoma cells</title>
|
20
|
+
</titles>
|
21
|
+
<publisher>Institut de Pharmacologie Moleculaire et Cellulaire (IPMC), CNRS UMR6097, Universite de Nice Sophia-Antipolis, 660 route des lucioles, 06560 Valbonne - Sophia-Antipolis, France</publisher>
|
22
|
+
<publicationYear>2010</publicationYear>
|
23
|
+
<subjects>
|
24
|
+
<subject subjectScheme="Mesh" schemeURI="http://www.nlm.nih.gov/mesh/meshhome.html">Neoplasms</subject>
|
25
|
+
<subject subjectScheme="OBI" schemeURI="http://purl.obolibrary.org/obo/obi">Transcription profiling</subject>
|
26
|
+
<subject subjectScheme="NCBITaxon" schemeURI="http://www.ncbi.nlm.nih.gov/Taxonomy/">Homo sapiens</subject>
|
27
|
+
<subject subjectScheme="Mesh" schemeURI="http://www.ebi.ac.uk/efo">A549</subject>
|
28
|
+
<subject subjectScheme="OBI" schemeURI="http://purl.obolibrary.org/obo/obi">DNA microarray</subject>
|
29
|
+
</subjects>
|
30
|
+
<contributors>
|
31
|
+
<contributor contributorType="HostingInstitution">
|
32
|
+
<contributorName>INIST-CNRS</contributorName>
|
33
|
+
</contributor>
|
34
|
+
</contributors>
|
35
|
+
<language>eng</language>
|
36
|
+
<resourceType resourceTypeGeneral="Text">Experiment report</resourceType>
|
37
|
+
<relatedIdentifiers>
|
38
|
+
<relatedIdentifier relatedIdentifierType="URL" relationType="HasMetadata" relatedMetadataScheme="ISA-Tab" schemeURI="http://isatab.sourceforge.net/docs/ISA-TAB_release-candidate-1_v1.0_24nov08.pdf" schemeType="Text">http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE18695</relatedIdentifier>
|
39
|
+
</relatedIdentifiers>
|
40
|
+
<sizes>
|
41
|
+
<size>183 ko</size>
|
42
|
+
<size>3 pages</size>
|
43
|
+
</sizes>
|
44
|
+
<formats>
|
45
|
+
<format>PDF</format>
|
46
|
+
</formats>
|
47
|
+
<rightsList>
|
48
|
+
<rights rightsURI="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported</rights></rightsList>
|
49
|
+
<descriptions>
|
50
|
+
<description descriptionType="Abstract">To identify putative novel specific targets of mir-210, we overexpressed miR-210 as well as miR-34a and a siRNA targeted against E2F3 in A549 human adenocarcinoma cells by transfecting them with synthetic pre-miRNAs or a synthetic negative pre-miRNA as control (miR-Neg). RNA samples were harvested at 48 hours post-transfection and 2 independent experiments performed in dye-swap: miR-210 versus miR-Neg ; miR-34a versus miR-Neg ; si-E2F3 versus miR-Neg ; si-control versus miR-Neg.</description>
|
51
|
+
</descriptions>
|
52
|
+
</resource>
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/FK25H7QRS</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Rizk-Jackson, Angela</creatorName>
|
7
|
+
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-1732-8550</nameIdentifier>
|
8
|
+
</creator>
|
9
|
+
</creators>
|
10
|
+
<titles>
|
11
|
+
<title>Analysis of ADNI data: Normal to MCI conversion</title>
|
12
|
+
</titles>
|
13
|
+
<publisher>University of California, San Francisco</publisher>
|
14
|
+
<publicationYear>2013</publicationYear>
|
15
|
+
<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>
|
22
|
+
</subjects>
|
23
|
+
<contributors>
|
24
|
+
<contributor contributorType="ResearchGroup">
|
25
|
+
<contributorName>Center for Imaging of Neurodegenerative Disease</contributorName>
|
26
|
+
</contributor>
|
27
|
+
</contributors>
|
28
|
+
<resourceType resourceTypeGeneral="Dataset"></resourceType>
|
29
|
+
<relatedIdentifiers>
|
30
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsReferencedBy">10.5072/j.jalz.2012.05.911</relatedIdentifier>
|
31
|
+
</relatedIdentifiers>
|
32
|
+
<descriptions>
|
33
|
+
<description descriptionType="Abstract">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 presented in the referenced publication (DOI: 10.1016/j.jalz.2012.05.911).</description>
|
34
|
+
<description descriptionType="Methods">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 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 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. We used a leave-one-out cross validation strategy and permutation analysis to confirm significance.</description>
|
35
|
+
</descriptions>
|
36
|
+
</resource>
|
@@ -0,0 +1,38 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/1003496</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Barton, T.</creatorName>
|
7
|
+
</creator>
|
8
|
+
<creator>
|
9
|
+
<creatorName>Bowler, D.</creatorName>
|
10
|
+
</creator>
|
11
|
+
</creators>
|
12
|
+
<titles>
|
13
|
+
<title>Archaeological Evaluation, 64 Kenneth Street, Stornoway Isle of Lewis</title>
|
14
|
+
</titles>
|
15
|
+
<publisher>Scottish Urban Archaeological Trust Ltd.</publisher>
|
16
|
+
<publicationYear>2008</publicationYear>
|
17
|
+
<subjects>
|
18
|
+
<subject>Archaeology</subject>
|
19
|
+
<subject>Grey Literature</subject>
|
20
|
+
</subjects>
|
21
|
+
<language>eng</language>
|
22
|
+
<resourceType resourceTypeGeneral="Collection">Report</resourceType>
|
23
|
+
<alternateIdentifiers>
|
24
|
+
<alternateIdentifier alternateIdentifierType='ADS Grey Lit ID'>4335</alternateIdentifier>
|
25
|
+
<alternateIdentifier alternateIdentifierType='OASIS ID'>suatltd1-48159</alternateIdentifier>
|
26
|
+
</alternateIdentifiers>
|
27
|
+
<sizes><size>Doc: 46 kb</size>
|
28
|
+
<size>PDF: 750 kb</size>
|
29
|
+
<size>JPG: 700 kb</size></sizes>
|
30
|
+
<formats>
|
31
|
+
<format>application/msword</format>
|
32
|
+
<format>application/pdf</format>
|
33
|
+
<format>image/jpeg</format>
|
34
|
+
</formats>
|
35
|
+
<rightsList> <rights rightsURI="http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess">Terms of Use and Access to ADS Resources</rights></rightsList>
|
36
|
+
<descriptions><description descriptionType="Other">Unpublished fieldwork reports (Grey Literature Library)</description></descriptions>
|
37
|
+
<geoLocations><geoLocation><geoLocationPlace>Stornoway, Western Isles, Scotland</geoLocationPlace></geoLocation></geoLocations>
|
38
|
+
</resource>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/testpub</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Smith, John</creatorName>
|
7
|
+
</creator>
|
8
|
+
<creator>
|
9
|
+
<creatorName>つまらないものですが</creatorName>
|
10
|
+
<nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000134596520</nameIdentifier>
|
11
|
+
</creator>
|
12
|
+
</creators>
|
13
|
+
<titles>
|
14
|
+
<title>Właściwości rzutowań podprzestrzeniowych</title>
|
15
|
+
<title titleType="TranslatedTitle">Translation of Polish titles</title>
|
16
|
+
</titles>
|
17
|
+
<publisher>Springer</publisher>
|
18
|
+
<publicationYear>2010</publicationYear>
|
19
|
+
<subjects>
|
20
|
+
<subject subjectScheme="DDC">830 German & related literatures</subject>
|
21
|
+
<subject>Polish Literature</subject>
|
22
|
+
</subjects>
|
23
|
+
<contributors>
|
24
|
+
<contributor contributorType="DataCollector">
|
25
|
+
<contributorName>Doe, John</contributorName>
|
26
|
+
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-5393-1421</nameIdentifier>
|
27
|
+
</contributor>
|
28
|
+
</contributors>
|
29
|
+
<language>GER</language>
|
30
|
+
<resourceType resourceTypeGeneral="Text">Monograph</resourceType>
|
31
|
+
<alternateIdentifiers>
|
32
|
+
<alternateIdentifier alternateIdentifierType="ISBN">937-0-4523-12357-6</alternateIdentifier>
|
33
|
+
</alternateIdentifiers>
|
34
|
+
<relatedIdentifiers>
|
35
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsPartOf">10.5272/oldertestpub</relatedIdentifier>
|
36
|
+
</relatedIdentifiers>
|
37
|
+
<sizes>
|
38
|
+
<size>256 pages</size>
|
39
|
+
</sizes>
|
40
|
+
<formats>
|
41
|
+
<format>pdf</format>
|
42
|
+
</formats>
|
43
|
+
<version>2</version>
|
44
|
+
<rightsList> <rights rightsURI="http://creativecommons.org/licenses/by-nd/2.0/">Creative Commons Attribution-NoDerivs 2.0 Generic</rights></rightsList>
|
45
|
+
<descriptions>
|
46
|
+
<description descriptionType="Abstract">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 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 et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</description>
|
47
|
+
</descriptions>
|
48
|
+
</resource>
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/D3P26Q35R-Test</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Fosmire, Michael</creatorName>
|
7
|
+
</creator>
|
8
|
+
<creator>
|
9
|
+
<creatorName>Wertz, Ruth</creatorName>
|
10
|
+
</creator>
|
11
|
+
<creator>
|
12
|
+
<creatorName>Purzer, Senay</creatorName>
|
13
|
+
</creator>
|
14
|
+
</creators>
|
15
|
+
<titles>
|
16
|
+
<title>Critical Engineering Literacy Test (CELT)</title>
|
17
|
+
</titles>
|
18
|
+
<publisher>Purdue University Research Repository (PURR)</publisher>
|
19
|
+
<publicationYear>2013</publicationYear>
|
20
|
+
<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
|
+
</subjects>
|
28
|
+
<language>eng</language>
|
29
|
+
<resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
|
30
|
+
<version>1</version>
|
31
|
+
<descriptions>
|
32
|
+
<description descriptionType="Abstract">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 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 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 literacy (i.e., identifying incorrect information).
|
33
|
+
</description>
|
34
|
+
</descriptions>
|
35
|
+
</resource>
|
@@ -0,0 +1,61 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/example-full</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Miller, Elizabeth</creatorName>
|
7
|
+
<nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5000-0007</nameIdentifier>
|
8
|
+
<affiliation>DataCite</affiliation>
|
9
|
+
</creator>
|
10
|
+
</creators>
|
11
|
+
<titles>
|
12
|
+
<title xml:lang="en-us">Full DataCite XML Example</title>
|
13
|
+
<title xml:lang="en-us" titleType="Subtitle">Demonstration of DataCite Properties.</title>
|
14
|
+
</titles>
|
15
|
+
<publisher>DataCite</publisher>
|
16
|
+
<publicationYear>2014</publicationYear>
|
17
|
+
<subjects>
|
18
|
+
<subject xml:lang="en-us" schemeURI="http://dewey.info/" subjectScheme="dewey">000 computer science</subject>
|
19
|
+
</subjects>
|
20
|
+
<contributors>
|
21
|
+
<contributor contributorType="ProjectLeader">
|
22
|
+
<contributorName>Starr, Joan</contributorName>
|
23
|
+
<nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-7285-027X</nameIdentifier>
|
24
|
+
<affiliation>California Digital Library</affiliation>
|
25
|
+
</contributor>
|
26
|
+
</contributors>
|
27
|
+
<dates>
|
28
|
+
<date dateType="Updated">2014-10-17</date>
|
29
|
+
</dates>
|
30
|
+
<language>en-us</language>
|
31
|
+
<resourceType resourceTypeGeneral="Software">XML</resourceType>
|
32
|
+
<alternateIdentifiers>
|
33
|
+
<alternateIdentifier alternateIdentifierType="URL">http://schema.datacite.org/schema/meta/kernel-3.1/example/datacite-example-full-v3.1.xml</alternateIdentifier>
|
34
|
+
</alternateIdentifiers>
|
35
|
+
<relatedIdentifiers>
|
36
|
+
<relatedIdentifier relatedIdentifierType="URL" relationType="HasMetadata" relatedMetadataScheme="citeproc+json" schemeURI="https://github.com/citation-style-language/schema/raw/master/csl-data.json">http://data.datacite.org/application/citeproc+json/10.5072/example-full</relatedIdentifier>
|
37
|
+
<relatedIdentifier relatedIdentifierType="arXiv" relationType="IsReviewedBy">arXiv:0706.0001</relatedIdentifier>
|
38
|
+
</relatedIdentifiers>
|
39
|
+
<sizes>
|
40
|
+
<size>3KB</size>
|
41
|
+
</sizes>
|
42
|
+
<formats>
|
43
|
+
<format>application/xml</format>
|
44
|
+
</formats>
|
45
|
+
<version>3.1</version>
|
46
|
+
<rightsList>
|
47
|
+
<rights rightsURI="http://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal</rights>
|
48
|
+
</rightsList>
|
49
|
+
<descriptions>
|
50
|
+
<description xml:lang="en-us" descriptionType="Abstract">
|
51
|
+
XML example of all DataCite Metadata Schema v3.1 properties.
|
52
|
+
</description>
|
53
|
+
</descriptions>
|
54
|
+
<geoLocations>
|
55
|
+
<geoLocation>
|
56
|
+
<geoLocationPoint>31.233 -67.302</geoLocationPoint>
|
57
|
+
<geoLocationBox>41.090 -71.032 42.893 -68.211</geoLocationBox>
|
58
|
+
<geoLocationPlace>Atlantic Ocean</geoLocationPlace>
|
59
|
+
</geoLocation>
|
60
|
+
</geoLocations>
|
61
|
+
</resource>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/10.CPoS-example</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Kreyenfeld, Michaela</creatorName>
|
7
|
+
<nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">14224586</nameIdentifier>
|
8
|
+
</creator>
|
9
|
+
<creator>
|
10
|
+
<creatorName>Hornung, Anne</creatorName>
|
11
|
+
<nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">14224587</nameIdentifier>
|
12
|
+
</creator>
|
13
|
+
</creators>
|
14
|
+
<titles>
|
15
|
+
<title>The German Generations and Gender Survey: Some Critical Reflections on the Validity of Fertility Histories</title>
|
16
|
+
</titles>
|
17
|
+
<publisher>Federal Institute for Population Research, Germany </publisher>
|
18
|
+
<publicationYear>2013</publicationYear>
|
19
|
+
<subjects>
|
20
|
+
<subject>Fertility</subject>
|
21
|
+
<subject>Marriage</subject>
|
22
|
+
<subject>Data validation</subject>
|
23
|
+
<subject>Germany</subject>
|
24
|
+
<subject>Mikrozensus</subject>
|
25
|
+
<subject>Gender survey</subject>
|
26
|
+
<subject subjectScheme="GESIS" schemeURI="http://www.gesis.org/classification">10300 Demography, Population Research</subject>
|
27
|
+
</subjects>
|
28
|
+
<language>eng</language>
|
29
|
+
<resourceType resourceTypeGeneral="Text">Article</resourceType>
|
30
|
+
<alternateIdentifiers>
|
31
|
+
<alternateIdentifier alternateIdentifierType="internal ID">da|ra.14.103</alternateIdentifier>
|
32
|
+
</alternateIdentifiers>
|
33
|
+
<relatedIdentifiers>
|
34
|
+
<relatedIdentifier relatedIdentifierType="URN" relationType="IsIdenticalTo">urn:nbn:de:bib-cpos-2013-05de0</relatedIdentifier>
|
35
|
+
</relatedIdentifiers>
|
36
|
+
<formats>
|
37
|
+
<format>PDF</format>
|
38
|
+
</formats>
|
39
|
+
<version>1</version>
|
40
|
+
<rightsList> <rights rightsURI="http://creativecommons.org/licenses/by-nc-nd/3.0/deed">Creative Commons License: Attribution-NonCommercial-NoDerivs 3.0 Unported</rights></rightsList>
|
41
|
+
<descriptions>
|
42
|
+
<description descriptionType="SeriesInformation">Comparative Population Studies; Vol 38, No 1, 2013. ISSN 0076-7689</description>
|
43
|
+
<description descriptionType="Abstract">This paper validates the fertility histories of the German Generations and Gender Survey (GGS).
|
44
|
+
Focusing on the cohorts 1930-69 of West German women, the total number of children, the parity distribution and the parity progression
|
45
|
+
ratios are compared to external sources. One major result from this validation is that the German GGS understates the fertility for the
|
46
|
+
older cohorts and overstates it for the younger ones.</description>
|
47
|
+
</descriptions>
|
48
|
+
</resource>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3
|
+
<identifier identifierType="DOI">10.5072/1153992</identifier>
|
4
|
+
<creators>
|
5
|
+
<creator>
|
6
|
+
<creatorName>Lynn, Briscoe</creatorName>
|
7
|
+
</creator>
|
8
|
+
</creators>
|
9
|
+
<titles>
|
10
|
+
<title>Walking Your Space, Evaluating Your Home</title>
|
11
|
+
<title titleType="Subtitle">Making Energy Efficiency Work for You</title>
|
12
|
+
</titles>
|
13
|
+
<publisher>Photovoltaic Institute</publisher>
|
14
|
+
<publicationYear>2013</publicationYear>
|
15
|
+
<subjects>
|
16
|
+
<subject>Solar Energy</subject>
|
17
|
+
</subjects>
|
18
|
+
<language>eng</language>
|
19
|
+
<resourceType resourceTypeGeneral="Audiovisual">narrated video</resourceType>
|
20
|
+
<formats>
|
21
|
+
<format>MP4</format>
|
22
|
+
</formats>
|
23
|
+
<descriptions>
|
24
|
+
<description descriptionType="Abstract">This hour-long video features John Halter as the narrator. Mr. Halter is best known as a journalist rather than a TV star, and here he plays that role as he does an "expose" type of walkthrough a new home. The home has been advertised as a house with the very latest in state-of-the art energy efficiency, especially solar. Mr. Halter puts the home through an investigation and determines that it can, indeed, live up to its claims.</description>
|
25
|
+
</descriptions>
|
26
|
+
</resource>
|