bolognese 1.11.3 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.github/workflows/release.yml +2 -2
- data/Gemfile.lock +15 -12
- data/bolognese.gemspec +5 -3
- data/lib/bolognese/author_utils.rb +4 -3
- data/lib/bolognese/datacite_utils.rb +18 -10
- data/lib/bolognese/metadata.rb +1 -6
- data/lib/bolognese/metadata_utils.rb +2 -2
- data/lib/bolognese/readers/bibtex_reader.rb +2 -2
- data/lib/bolognese/readers/citeproc_reader.rb +1 -1
- data/lib/bolognese/readers/codemeta_reader.rb +2 -2
- data/lib/bolognese/readers/crosscite_reader.rb +4 -1
- data/lib/bolognese/readers/crossref_reader.rb +3 -4
- data/lib/bolognese/readers/datacite_json_reader.rb +4 -1
- data/lib/bolognese/readers/datacite_reader.rb +19 -3
- data/lib/bolognese/readers/npm_reader.rb +1 -1
- data/lib/bolognese/readers/ris_reader.rb +2 -2
- data/lib/bolognese/readers/schema_org_reader.rb +6 -2
- data/lib/bolognese/utils.rb +23 -6
- data/lib/bolognese/version.rb +1 -1
- data/lib/bolognese/writers/bibtex_writer.rb +1 -1
- data/lib/bolognese/writers/codemeta_writer.rb +1 -1
- data/lib/bolognese/writers/csv_writer.rb +1 -1
- data/lib/bolognese/writers/datacite_json_writer.rb +3 -1
- data/lib/bolognese/writers/jats_writer.rb +6 -3
- data/lib/bolognese/writers/ris_writer.rb +1 -1
- data/lib/bolognese/writers/schema_org_writer.rb +1 -1
- data/resources/kernel-4/include/datacite-relationType-v4.xsd +2 -0
- data/resources/kernel-4/include/datacite-resourceType-v4.xsd +2 -0
- data/resources/kernel-4/metadata.xsd +11 -7
- data/resources/kernel-4.5/include/datacite-contributorType-v4.xsd +35 -0
- data/resources/kernel-4.5/include/datacite-dateType-v4.xsd +25 -0
- data/resources/kernel-4.5/include/datacite-descriptionType-v4.xsd +19 -0
- data/resources/kernel-4.5/include/datacite-funderIdentifierType-v4.xsd +16 -0
- data/resources/kernel-4.5/include/datacite-nameType-v4.xsd +10 -0
- data/resources/kernel-4.5/include/datacite-numberType-v4.xsd +12 -0
- data/resources/kernel-4.5/include/datacite-relatedIdentifierType-v4.xsd +34 -0
- data/resources/kernel-4.5/include/datacite-relationType-v4.xsd +53 -0
- data/resources/kernel-4.5/include/datacite-resourceType-v4.xsd +45 -0
- data/resources/kernel-4.5/include/datacite-titleType-v4.xsd +14 -0
- data/resources/kernel-4.5/include/xml.xsd +286 -0
- data/resources/kernel-4.5/metadata.xsd +711 -0
- data/spec/author_utils_spec.rb +33 -4
- data/spec/datacite_utils_spec.rb +5 -1
- data/spec/fixtures/datacite-example-ROR-nameIdentifiers.xml +18 -2
- data/spec/fixtures/datacite-example-full-v4.5.xml +255 -0
- data/spec/fixtures/datacite-seriesinformation.xml +7 -2
- data/spec/fixtures/datacite-xml-lang.xml +1 -1
- data/spec/fixtures/datacite_blank_name_identifier.xml +22 -0
- data/spec/fixtures/datacite_blank_publisher.xml +18 -0
- data/spec/fixtures/datacite_journal_article.xml +64 -0
- data/spec/fixtures/schema_org.json +1 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +32 -14
- data/spec/readers/bibtex_reader_spec.rb +2 -0
- data/spec/readers/citeproc_reader_spec.rb +3 -0
- data/spec/readers/codemeta_reader_spec.rb +4 -4
- data/spec/readers/crosscite_reader_spec.rb +2 -0
- data/spec/readers/crossref_reader_spec.rb +41 -41
- data/spec/readers/datacite_json_reader_spec.rb +2 -0
- data/spec/readers/datacite_reader_spec.rb +123 -42
- data/spec/readers/npm_reader_spec.rb +2 -0
- data/spec/readers/ris_reader_spec.rb +3 -0
- data/spec/readers/schema_org_reader_spec.rb +11 -11
- data/spec/spec_helper.rb +1 -0
- data/spec/writers/citation_writer_spec.rb +9 -0
- data/spec/writers/crosscite_writer_spec.rb +7 -0
- data/spec/writers/datacite_json_writer_spec.rb +22 -0
- data/spec/writers/datacite_writer_spec.rb +84 -5
- data/spec/writers/jats_writer_spec.rb +15 -0
- data/spec/writers/rdf_xml_writer_spec.rb +7 -0
- data/spec/writers/schema_org_writer_spec.rb +13 -0
- data/spec/writers/turtle_writer_spec.rb +18 -0
- metadata +60 -22
data/spec/author_utils_spec.rb
CHANGED
|
@@ -168,14 +168,16 @@ describe Bolognese::Metadata, vcr: true do
|
|
|
168
168
|
expect(subject.creators[4]).to eq("nameType"=>"Organizational", "name"=>"University Of Kivu", "nameIdentifiers"=> [{"nameIdentifier"=>"https://ror.org/01qfhxr31", "schemeUri"=>"https://ror.org", "nameIdentifierScheme"=>"ROR"}], "affiliation"=>[])
|
|
169
169
|
expect(subject.creators[5]).to eq("nameType"=>"Organizational", "name"=>"សាកលវិទ្យាល័យកម្ពុជា", "nameIdentifiers"=> [{"nameIdentifier"=>"http://ror.org/025e3rc84", "nameIdentifierScheme"=>"RORS"}], "affiliation"=>[])
|
|
170
170
|
expect(subject.creators[6]).to eq("nameType"=>"Organizational", "name"=>"جامعة زاخۆ", "nameIdentifiers"=> [{"nameIdentifier"=>"05sd1pz50", "schemeUri"=>"https://ror.org", "nameIdentifierScheme"=>"RORS"}], "affiliation"=>[])
|
|
171
|
+
expect(subject.creators[9]).to eq("nameType"=>"Organizational", "name"=>"Gump South Pacific Research Station", "nameIdentifiers"=> [{"nameIdentifier"=>"https://ror.org/04sk0et52", "schemeUri"=>"https://ror.org", "nameIdentifierScheme"=>"ROR"}], "affiliation"=>[])
|
|
171
172
|
expect(subject.contributors.first).to eq("nameType"=>"Organizational", "name"=>" Nawroz University ", "nameIdentifiers"=> [{"nameIdentifier"=>"https://ror.org/04gp75d48", "schemeUri"=>"https://ror.org", "nameIdentifierScheme"=>"ROR"}], "affiliation"=>[], "contributorType"=>"Producer")
|
|
172
173
|
expect(subject.contributors.last).to eq("nameType"=>"Organizational", "name"=>"University Of Greenland (Https://Www.Uni.Gl/)", "nameIdentifiers"=> [{"nameIdentifier"=>"https://ror.org/00t5j6b61", "schemeUri"=>"https://ror.org", "nameIdentifierScheme"=>"ROR"}],"affiliation"=>[], "contributorType"=>"Sponsor")
|
|
173
174
|
end
|
|
174
175
|
|
|
175
|
-
context "affiliationIdentifier" do
|
|
176
|
+
context "affiliationIdentifier/nameIdentifier" do
|
|
177
|
+
let(:input) { fixture_path + 'datacite-example-ROR-nameIdentifiers.xml' }
|
|
178
|
+
subject { Bolognese::Metadata.new(input: input, from: "datacite") }
|
|
179
|
+
|
|
176
180
|
it "should normalize ROR affiliationIdentifier with and without URL" do
|
|
177
|
-
input = fixture_path + 'datacite-example-ROR-nameIdentifiers.xml'
|
|
178
|
-
subject = Bolognese::Metadata.new(input: input, from: "datacite")
|
|
179
181
|
# without URL inside affiliationIdentifier="05bp8ka77"
|
|
180
182
|
ror_affiliater0 = subject.creators[0]["affiliation"].select { |r| r["affiliationIdentifierScheme"] == "ROR" }
|
|
181
183
|
expect(ror_affiliater0[0]["affiliationIdentifier"]).to eq("https://ror.org/05bp8ka77")
|
|
@@ -184,6 +186,33 @@ describe Bolognese::Metadata, vcr: true do
|
|
|
184
186
|
expect(ror_affiliater1[0]["affiliationIdentifier"]).to eq("https://ror.org/05bp8ka05")
|
|
185
187
|
end
|
|
186
188
|
|
|
189
|
+
it "should normalize the valid ORCID nameIdentifier to URL with schemeURI" do
|
|
190
|
+
# with "schemeURI"
|
|
191
|
+
# ORICD normalization 0000-0001-9998-0117 => https://orcid.org/0000-0001-9998-0117
|
|
192
|
+
expect(subject.creators[0]["nameIdentifiers"]).to eq([{"nameIdentifier"=>"https://orcid.org/0000-0001-9998-0117", "schemeUri"=>"https://orcid.org", "nameIdentifierScheme"=>"ORCID"}])
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
it "should normalize the valid ORCID nameIdentifier to URL without schemeURI" do
|
|
196
|
+
# without "schemeURI"
|
|
197
|
+
# ORICD normalization 0000-0001-9998-0117 => https://orcid.org/0000-0001-9998-0117
|
|
198
|
+
expect(subject.creators[7]["nameIdentifiers"]).to eq([{"nameIdentifier"=>"https://orcid.org/0000-0001-9998-0117", "schemeUri"=>"https://orcid.org", "nameIdentifierScheme"=>"ORCID"}])
|
|
199
|
+
end
|
|
200
|
+
|
|
201
|
+
it "should keep nameIdentifier URL after normalization" do
|
|
202
|
+
# ORICD normalization https://orcid.org/0000-0001-9998-0114 => https://orcid.org/0000-0001-9998-0114
|
|
203
|
+
expect(subject.creators[1]["nameIdentifiers"]).to eq([{"nameIdentifier"=>"https://orcid.org/0000-0001-9998-0114", "schemeUri"=>"https://orcid.org", "nameIdentifierScheme"=>"ORCID"}])
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
it "should sanitize valid ORCID id/URL before normalization" do
|
|
207
|
+
#" 0000-0001-9998-0118 ", # Valid ORCID with leading/trailing spaces
|
|
208
|
+
expect(subject.creators[8]["nameIdentifiers"]).to eq([{"nameIdentifier"=>"https://orcid.org/0000-0001-9998-0118", "schemeUri"=>"https://orcid.org", "nameIdentifierScheme"=>"ORCID"}])
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
it "should normalize valid ORCID nameIdentifier with trailing slash" do
|
|
212
|
+
#" 0000-0001-9998-0118 ", # Valid ORCID with leading/trailing spaces
|
|
213
|
+
expect(subject.creators[10]["nameIdentifiers"]).to eq([{"nameIdentifier"=>"https://orcid.org/0000-0001-9998-0117", "schemeUri"=>"https://orcid.org", "nameIdentifierScheme"=>"ORCID"}])
|
|
214
|
+
end
|
|
215
|
+
|
|
187
216
|
it "should parse non ROR schema's without normalizing them" do
|
|
188
217
|
input = fixture_path + 'datacite-example-ROR-nameIdentifiers.xml'
|
|
189
218
|
subject = Bolognese::Metadata.new(input: input, from: "datacite")
|
|
@@ -227,4 +256,4 @@ describe Bolognese::Metadata, vcr: true do
|
|
|
227
256
|
expect(response).to eq("Matt Jones and Peter Slaughter and {University of California, Santa Barbara}")
|
|
228
257
|
end
|
|
229
258
|
end
|
|
230
|
-
end
|
|
259
|
+
end
|
data/spec/datacite_utils_spec.rb
CHANGED
|
@@ -99,9 +99,13 @@ describe Bolognese::Metadata, vcr: true do
|
|
|
99
99
|
|
|
100
100
|
context "insert_subjects" do
|
|
101
101
|
it "insert" do
|
|
102
|
+
input = "https://doi.org/10.5878/xyad-9f70"
|
|
103
|
+
subject = Bolognese::Metadata.new(input: input, from: "datacite")
|
|
102
104
|
xml = Nokogiri::XML::Builder.new(:encoding => 'UTF-8') { |xml| subject.insert_subjects(xml) }.to_xml
|
|
103
105
|
response = Maremma.from_xml(xml)
|
|
104
|
-
|
|
106
|
+
# It should preserve the classificationCode
|
|
107
|
+
expect(response.dig("subjects", "subject")[0]["classificationCode"]).to eq("a046a1ec-a4d1-4777-8705-3a17548f1969")
|
|
108
|
+
expect(response.dig("subjects", "subject")[0]).to eq({"subjectScheme"=>"ELSST", "valueURI"=>"https://elsst.cessda.eu/id/a046a1ec-a4d1-4777-8705-3a17548f1969", "classificationCode"=>"a046a1ec-a4d1-4777-8705-3a17548f1969", "xml:lang"=>"en", "__content__"=>"decision making"})
|
|
105
109
|
end
|
|
106
110
|
end
|
|
107
111
|
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
<creators>
|
|
6
6
|
<creator>
|
|
7
7
|
<creatorName nameType="Personal">Ashwini Sukale</creatorName>
|
|
8
|
-
<nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">
|
|
8
|
+
<nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-9998-0117</nameIdentifier>
|
|
9
9
|
<affiliation affiliationIdentifier="05bp8ka77" affiliationIdentifierScheme="ROR"> Metadata Game Changers </affiliation>
|
|
10
10
|
<affiliation affiliationIdentifier="grid.268117.b" affiliationIdentifierScheme="GRID">Wesleyan University</affiliation>
|
|
11
11
|
</creator>
|
|
12
12
|
<creator>
|
|
13
13
|
<creatorName nameType="Personal">Erin Robinson</creatorName>
|
|
14
|
-
<nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">
|
|
14
|
+
<nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">https://orcid.org/0000-0001-9998-0114</nameIdentifier>
|
|
15
15
|
<affiliation schemeURI="https://ror.org" affiliationIdentifier="https://ror.org/05bp8ka05" affiliationIdentifierScheme="ROR"> Metadata Game Changers </affiliation>
|
|
16
16
|
<affiliation affiliationIdentifier="grid.268117.b" affiliationIdentifierScheme="GRID" schemeURI="https://grid.ac/institutes/">Wesleyan University</affiliation>
|
|
17
17
|
</creator>
|
|
@@ -35,6 +35,22 @@
|
|
|
35
35
|
<creatorName nameType="Organizational">جامعة زاخۆ</creatorName>
|
|
36
36
|
<nameIdentifier nameIdentifierScheme="RORS" schemeURI="https://ror.org">05sd1pz50</nameIdentifier>
|
|
37
37
|
</creator>
|
|
38
|
+
<creator>
|
|
39
|
+
<creatorName nameType="Personal">Ashwini S</creatorName>
|
|
40
|
+
<nameIdentifier nameIdentifierScheme="ORCID">0000-0001-9998-0117</nameIdentifier>
|
|
41
|
+
</creator>
|
|
42
|
+
<creator>
|
|
43
|
+
<creatorName nameType="Personal">Mike B</creatorName>
|
|
44
|
+
<nameIdentifier nameIdentifierScheme="ORCID"> 0000-0001-9998-0118 </nameIdentifier>
|
|
45
|
+
</creator>
|
|
46
|
+
<creator>
|
|
47
|
+
<creatorName nameType="Organizational">Gump South Pacific Research Station</creatorName>
|
|
48
|
+
<nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org/">https://ror.org/04sk0et52/</nameIdentifier>
|
|
49
|
+
</creator>
|
|
50
|
+
<creator>
|
|
51
|
+
<creatorName nameType="Personal">Ashwini Sukale</creatorName>
|
|
52
|
+
<nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">https://orcid.org/0000-0001-9998-0117/</nameIdentifier>
|
|
53
|
+
</creator>
|
|
38
54
|
</creators>
|
|
39
55
|
<titles>
|
|
40
56
|
<title xml:lang="en-US">Genomic Standards Consortium (GSC) Island Sampling Day: Moorea Reef to Ridges Genomic Transect</title>
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- Example with all properties -->
|
|
3
|
+
<resource
|
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
5
|
+
xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 ../metadata.xsd">
|
|
6
|
+
<identifier identifierType="DOI">10.82433/B09Z-4K37</identifier>
|
|
7
|
+
<creators>
|
|
8
|
+
<creator>
|
|
9
|
+
<creatorName nameType="Personal">ExampleFamilyName, ExampleGivenName</creatorName>
|
|
10
|
+
<givenName>ExampleGivenName</givenName>
|
|
11
|
+
<familyName>ExampleFamilyName</familyName>
|
|
12
|
+
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0001-5727-2427</nameIdentifier>
|
|
13
|
+
<affiliation affiliationIdentifier="https://ror.org/04wxnsj81" affiliationIdentifierScheme="ROR" schemeURI="https://ror.org">ExampleAffiliation</affiliation>
|
|
14
|
+
</creator>
|
|
15
|
+
<creator>
|
|
16
|
+
<creatorName xml:lang="en" nameType="Organizational">ExampleOrganization</creatorName>
|
|
17
|
+
<nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org">https://ror.org/04wxnsj81</nameIdentifier>
|
|
18
|
+
</creator>
|
|
19
|
+
</creators>
|
|
20
|
+
<titles>
|
|
21
|
+
<title xml:lang="en">Example Title</title>
|
|
22
|
+
<title titleType="Subtitle" xml:lang="en">Example Subtitle</title>
|
|
23
|
+
<title titleType="TranslatedTitle" xml:lang="fr">Example TranslatedTitle</title>
|
|
24
|
+
<title titleType="AlternativeTitle" xml:lang="en">Example AlternativeTitle</title>
|
|
25
|
+
</titles>
|
|
26
|
+
<publisher xml:lang="en" publisherIdentifier="https://ror.org/04z8jg394" publisherIdentifierScheme="ROR" schemeURI="https://ror.org/">Example Publisher</publisher>
|
|
27
|
+
<publicationYear>2023</publicationYear>
|
|
28
|
+
<resourceType resourceTypeGeneral="Dataset">Example ResourceType</resourceType>
|
|
29
|
+
<subjects>
|
|
30
|
+
<subject subjectScheme="Fields of Science and Technology (FOS)" schemeURI="http://www.oecd.org/science/inno" valueURI="http://www.oecd.org/science/inno/38235147.pdf">FOS: Computer and information sciences</subject>
|
|
31
|
+
<subject subjectScheme="Australian and New Zealand Standard Research Classification (ANZSRC), 2020" schemeURI="https://www.abs.gov.au/statistics/classifications/australian-and-new-zealand-standard-research-classification-anzsrc" classificationCode="461001">Digital curation and preservation</subject>
|
|
32
|
+
<subject>Example Subject</subject>
|
|
33
|
+
</subjects>
|
|
34
|
+
<contributors>
|
|
35
|
+
<contributor contributorType="ContactPerson">
|
|
36
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
37
|
+
<givenName>ExampleGivenName</givenName>
|
|
38
|
+
<familyName>ExampleFamilyName</familyName>
|
|
39
|
+
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0001-5727-2427/</nameIdentifier>
|
|
40
|
+
<affiliation affiliationIdentifier="https://ror.org/04wxnsj81" affiliationIdentifierScheme="ROR" schemeURI="https://ror.org">ExampleAffiliation</affiliation>
|
|
41
|
+
</contributor>
|
|
42
|
+
<contributor contributorType="DataCollector">
|
|
43
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
44
|
+
</contributor>
|
|
45
|
+
<contributor contributorType="DataCurator">
|
|
46
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
47
|
+
</contributor>
|
|
48
|
+
<contributor contributorType="DataManager">
|
|
49
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
50
|
+
</contributor>
|
|
51
|
+
<contributor contributorType="Distributor">
|
|
52
|
+
<contributorName nameType="Organizational">ExampleOrganization</contributorName>
|
|
53
|
+
</contributor>
|
|
54
|
+
<contributor contributorType="Editor">
|
|
55
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
56
|
+
</contributor>
|
|
57
|
+
<contributor contributorType="HostingInstitution">
|
|
58
|
+
<contributorName nameType="Organizational">ExampleOrganization</contributorName>
|
|
59
|
+
</contributor>
|
|
60
|
+
<contributor contributorType="Producer">
|
|
61
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
62
|
+
</contributor>
|
|
63
|
+
<contributor contributorType="ProjectLeader">
|
|
64
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
65
|
+
</contributor>
|
|
66
|
+
<contributor contributorType="ProjectManager">
|
|
67
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
68
|
+
</contributor>
|
|
69
|
+
<contributor contributorType="ProjectMember">
|
|
70
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
71
|
+
</contributor>
|
|
72
|
+
<contributor contributorType="RegistrationAgency">
|
|
73
|
+
<contributorName nameType="Organizational">DataCite</contributorName>
|
|
74
|
+
</contributor>
|
|
75
|
+
<contributor contributorType="RegistrationAuthority">
|
|
76
|
+
<contributorName nameType="Organizational">International DOI Foundation</contributorName>
|
|
77
|
+
</contributor>
|
|
78
|
+
<contributor contributorType="RelatedPerson">
|
|
79
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
80
|
+
</contributor>
|
|
81
|
+
<contributor contributorType="Researcher">
|
|
82
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
83
|
+
</contributor>
|
|
84
|
+
<contributor contributorType="ResearchGroup">
|
|
85
|
+
<contributorName>ExampleContributor</contributorName>
|
|
86
|
+
</contributor>
|
|
87
|
+
<contributor contributorType="RightsHolder">
|
|
88
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
89
|
+
</contributor>
|
|
90
|
+
<contributor contributorType="Sponsor">
|
|
91
|
+
<contributorName>ExampleContributor</contributorName>
|
|
92
|
+
</contributor>
|
|
93
|
+
<contributor contributorType="Supervisor">
|
|
94
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
95
|
+
</contributor>
|
|
96
|
+
<contributor contributorType="WorkPackageLeader">
|
|
97
|
+
<contributorName nameType="Organizational">ExampleOrganization</contributorName>
|
|
98
|
+
</contributor>
|
|
99
|
+
<contributor contributorType="Other">
|
|
100
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
101
|
+
</contributor>
|
|
102
|
+
</contributors>
|
|
103
|
+
<dates>
|
|
104
|
+
<date dateType="Accepted">2023-01-01</date>
|
|
105
|
+
<date dateType="Available">2023-01-01</date>
|
|
106
|
+
<date dateType="Copyrighted">2023-01-01</date>
|
|
107
|
+
<date dateType="Collected">2022-01-01/2022-12-31</date>
|
|
108
|
+
<date dateType="Created">2023-01-01</date>
|
|
109
|
+
<date dateType="Issued">2023-01-01</date>
|
|
110
|
+
<date dateType="Submitted">2023-01-01</date>
|
|
111
|
+
<date dateType="Updated">2023-01-01</date>
|
|
112
|
+
<date dateType="Valid">2023-01-01</date>
|
|
113
|
+
<date dateType="Withdrawn">2023-01-01</date>
|
|
114
|
+
<date dateType="Other" dateInformation="ExampleDateInformation">2023-01-01</date>
|
|
115
|
+
</dates>
|
|
116
|
+
<language>en</language>
|
|
117
|
+
<alternateIdentifiers>
|
|
118
|
+
<alternateIdentifier alternateIdentifierType="Local accession number">12345</alternateIdentifier>
|
|
119
|
+
</alternateIdentifiers>
|
|
120
|
+
<relatedIdentifiers>
|
|
121
|
+
<relatedIdentifier relatedIdentifierType="ARK" relationType="IsCitedBy" resourceTypeGeneral="Audiovisual">ark:/13030/tqb3kh97gh8w</relatedIdentifier>
|
|
122
|
+
<relatedIdentifier relatedIdentifierType="arXiv" relationType="Cites" resourceTypeGeneral="Book">arXiv:0706.0001</relatedIdentifier>
|
|
123
|
+
<relatedIdentifier relatedIdentifierType="bibcode" relationType="IsSupplementTo" resourceTypeGeneral="BookChapter">2018AGUFM.A24K..07S</relatedIdentifier>
|
|
124
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsSupplementedBy" resourceTypeGeneral="Collection">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
125
|
+
<relatedIdentifier relatedIdentifierType="EAN13" relationType="IsContinuedBy" resourceTypeGeneral="ComputationalNotebook">9783468111242</relatedIdentifier>
|
|
126
|
+
<relatedIdentifier relatedIdentifierType="EISSN" relationType="Continues" resourceTypeGeneral="ConferencePaper">1562-6865</relatedIdentifier>
|
|
127
|
+
<relatedIdentifier relatedIdentifierType="Handle" relationType="Describes" resourceTypeGeneral="ConferenceProceeding">10013/epic.10033</relatedIdentifier>
|
|
128
|
+
<relatedIdentifier relatedIdentifierType="IGSN" relationType="IsDescribedBy" resourceTypeGeneral="DataPaper">IECUR0097</relatedIdentifier>
|
|
129
|
+
<relatedIdentifier relatedIdentifierType="ISBN" relationType="HasMetadata" resourceTypeGeneral="Dataset">978-3-905673-82-1</relatedIdentifier>
|
|
130
|
+
<relatedIdentifier relatedIdentifierType="ISSN" relationType="IsMetadataFor" resourceTypeGeneral="Dissertation">0077-5606</relatedIdentifier>
|
|
131
|
+
<relatedIdentifier relatedIdentifierType="ISTC" relationType="HasVersion" resourceTypeGeneral="Event">0A9 2002 12B4A105 7</relatedIdentifier>
|
|
132
|
+
<relatedIdentifier relatedIdentifierType="LISSN" relationType="IsVersionOf" resourceTypeGeneral="Image">1188-1534</relatedIdentifier>
|
|
133
|
+
<relatedIdentifier relatedIdentifierType="LSID" relationType="IsNewVersionOf" resourceTypeGeneral="InteractiveResource">urn:lsid:ubio.org:namebank:11815</relatedIdentifier>
|
|
134
|
+
<relatedIdentifier relatedIdentifierType="PMID" relationType="IsPreviousVersionOf" resourceTypeGeneral="Journal">12082125</relatedIdentifier>
|
|
135
|
+
<relatedIdentifier relatedIdentifierType="PURL" relationType="IsPartOf" resourceTypeGeneral="JournalArticle">http://purl.oclc.org/foo/bar</relatedIdentifier>
|
|
136
|
+
<relatedIdentifier relatedIdentifierType="UPC" relationType="HasPart" resourceTypeGeneral="Model">123456789999</relatedIdentifier>
|
|
137
|
+
<relatedIdentifier relatedIdentifierType="URL" relationType="IsPublishedIn" resourceTypeGeneral="OutputManagementPlan">http://www.heatflow.und.edu/index2.html</relatedIdentifier>
|
|
138
|
+
<relatedIdentifier relatedIdentifierType="URN" relationType="IsReferencedBy" resourceTypeGeneral="PeerReview">urn:nbn:de:101:1-201102033592</relatedIdentifier>
|
|
139
|
+
<relatedIdentifier relatedIdentifierType="w3id" relationType="References" resourceTypeGeneral="PhysicalObject">https://w3id.org/games/spec/coil#Coil_Bomb_Die_Of_Age</relatedIdentifier>
|
|
140
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsDocumentedBy" resourceTypeGeneral="Preprint">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
141
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="Documents" resourceTypeGeneral="Report">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
142
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsCompiledBy" resourceTypeGeneral="Service">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
143
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="Compiles" resourceTypeGeneral="Software">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
144
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsVariantFormOf" resourceTypeGeneral="Sound">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
145
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsOriginalFormOf" resourceTypeGeneral="Standard">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
146
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsIdenticalTo" resourceTypeGeneral="Text">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
147
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsReviewedBy" resourceTypeGeneral="Workflow">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
148
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="Reviews" resourceTypeGeneral="Other">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
149
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsDerivedFrom" resourceTypeGeneral="Other">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
150
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsSourceOf" resourceTypeGeneral="Other">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
151
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsRequiredBy" resourceTypeGeneral="Other">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
152
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="Requires" resourceTypeGeneral="Other">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
153
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="Obsoletes" resourceTypeGeneral="Other">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
154
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsObsoletedBy" resourceTypeGeneral="Other">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
155
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="Collects" resourceTypeGeneral="Other">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
156
|
+
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsCollectedBy" resourceTypeGeneral="Other">10.1016/j.epsl.2011.11.037</relatedIdentifier>
|
|
157
|
+
</relatedIdentifiers>
|
|
158
|
+
<sizes>
|
|
159
|
+
<size>1 MB</size>
|
|
160
|
+
<size>90 pages</size>
|
|
161
|
+
</sizes>
|
|
162
|
+
<formats>
|
|
163
|
+
<format>application/xml</format>
|
|
164
|
+
<format>text/plain</format>
|
|
165
|
+
</formats>
|
|
166
|
+
<version>1</version>
|
|
167
|
+
<rightsList>
|
|
168
|
+
<rights xml:lang="en" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC-BY-4.0" rightsURI="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International</rights>
|
|
169
|
+
</rightsList>
|
|
170
|
+
<descriptions>
|
|
171
|
+
<description xml:lang="en" descriptionType="Abstract">Example Abstract</description>
|
|
172
|
+
<description xml:lang="en" descriptionType="Methods">Example Methods</description>
|
|
173
|
+
<description xml:lang="en" descriptionType="SeriesInformation">Example SeriesInformation</description>
|
|
174
|
+
<description xml:lang="en" descriptionType="TableOfContents">Example TableOfContents</description>
|
|
175
|
+
<description xml:lang="en" descriptionType="TechnicalInfo">Example TechnicalInfo</description>
|
|
176
|
+
<description xml:lang="en" descriptionType="Other">Example Other</description>
|
|
177
|
+
</descriptions>
|
|
178
|
+
<geoLocations>
|
|
179
|
+
<geoLocation>
|
|
180
|
+
<geoLocationPlace>Vancouver, British Columbia, Canada</geoLocationPlace>
|
|
181
|
+
<geoLocationPoint>
|
|
182
|
+
<pointLatitude>49.2827</pointLatitude>
|
|
183
|
+
<pointLongitude>-123.1207</pointLongitude>
|
|
184
|
+
</geoLocationPoint>
|
|
185
|
+
<geoLocationBox>
|
|
186
|
+
<westBoundLongitude>-123.27</westBoundLongitude>
|
|
187
|
+
<eastBoundLongitude>-123.02</eastBoundLongitude>
|
|
188
|
+
<southBoundLatitude>49.195</southBoundLatitude>
|
|
189
|
+
<northBoundLatitude>49.315</northBoundLatitude>
|
|
190
|
+
</geoLocationBox>
|
|
191
|
+
<geoLocationPolygon>
|
|
192
|
+
<polygonPoint>
|
|
193
|
+
<pointLatitude>41.991</pointLatitude>
|
|
194
|
+
<pointLongitude>-71.032</pointLongitude>
|
|
195
|
+
</polygonPoint>
|
|
196
|
+
<polygonPoint>
|
|
197
|
+
<pointLatitude>42.893</pointLatitude>
|
|
198
|
+
<pointLongitude>-69.622</pointLongitude>
|
|
199
|
+
</polygonPoint>
|
|
200
|
+
<polygonPoint>
|
|
201
|
+
<pointLatitude>41.991</pointLatitude>
|
|
202
|
+
<pointLongitude>-68.211</pointLongitude>
|
|
203
|
+
</polygonPoint>
|
|
204
|
+
<polygonPoint>
|
|
205
|
+
<pointLatitude>41.090</pointLatitude>
|
|
206
|
+
<pointLongitude>-69.622</pointLongitude>
|
|
207
|
+
</polygonPoint>
|
|
208
|
+
<polygonPoint>
|
|
209
|
+
<pointLatitude>41.991</pointLatitude>
|
|
210
|
+
<pointLongitude>-71.032</pointLongitude>
|
|
211
|
+
</polygonPoint>
|
|
212
|
+
</geoLocationPolygon>
|
|
213
|
+
</geoLocation>
|
|
214
|
+
</geoLocations>
|
|
215
|
+
<fundingReferences>
|
|
216
|
+
<fundingReference>
|
|
217
|
+
<funderName>Example Funder</funderName>
|
|
218
|
+
<funderIdentifier funderIdentifierType="Crossref Funder ID">https://doi.org/10.13039/501100000780</funderIdentifier>
|
|
219
|
+
<awardNumber awardURI="https://example.com/example-award-uri">12345</awardNumber>
|
|
220
|
+
<awardTitle>Example AwardTitle</awardTitle>
|
|
221
|
+
</fundingReference>
|
|
222
|
+
</fundingReferences>
|
|
223
|
+
<relatedItems>
|
|
224
|
+
<relatedItem relatedItemType="Text" relationType="Cites">
|
|
225
|
+
<relatedItemIdentifier relatedItemIdentifierType="ISSN">1234-5678</relatedItemIdentifier>
|
|
226
|
+
<creators>
|
|
227
|
+
<creator>
|
|
228
|
+
<creatorName nameType="Personal">ExampleFamilyName, ExampleGivenName</creatorName>
|
|
229
|
+
<givenName>ExampleGivenName</givenName>
|
|
230
|
+
<familyName>ExampleFamilyName</familyName>
|
|
231
|
+
</creator>
|
|
232
|
+
</creators>
|
|
233
|
+
<titles>
|
|
234
|
+
<title>Example RelatedItem Title</title>
|
|
235
|
+
<title titleType="TranslatedTitle">Example RelatedItem TranslatedTitle</title>
|
|
236
|
+
</titles>
|
|
237
|
+
<publicationYear>1990</publicationYear>
|
|
238
|
+
<volume>1</volume>
|
|
239
|
+
<issue>2</issue>
|
|
240
|
+
<number numberType="Other">1</number>
|
|
241
|
+
<firstPage>1</firstPage>
|
|
242
|
+
<lastPage>100</lastPage>
|
|
243
|
+
<publisher>Example RelatedItem Publisher</publisher>
|
|
244
|
+
<edition>Example RelatedItem Edition</edition>
|
|
245
|
+
<contributors>
|
|
246
|
+
<contributor contributorType="Other">
|
|
247
|
+
<contributorName nameType="Personal">ExampleFamilyName, ExampleGivenName</contributorName>
|
|
248
|
+
<givenName>ExampleGivenName</givenName>
|
|
249
|
+
<familyName>ExampleFamilyName</familyName>
|
|
250
|
+
</contributor>
|
|
251
|
+
</contributors>
|
|
252
|
+
</relatedItem>
|
|
253
|
+
</relatedItems>
|
|
254
|
+
</resource>
|
|
255
|
+
|
|
@@ -36,6 +36,11 @@
|
|
|
36
36
|
<version>1.0</version>
|
|
37
37
|
<descriptions>
|
|
38
38
|
<description descriptionType="SeriesInformation" xml:lang="en">DataCite Blog, 2(9), 3-4</description>
|
|
39
|
-
<description descriptionType="Abstract">Eating your own dog food is a slang term to
|
|
40
|
-
|
|
39
|
+
<description descriptionType="Abstract">Eating your own dog food is a slang term to
|
|
40
|
+
describe that an organization should itself use the products and services it provides.
|
|
41
|
+
For DataCite this means that we should use DOIs with appropriate metadata and strategies for long-term preservation for...
|
|
42
|
+
• Unicode Bullet Point: This is an example of a bullet point.\u2605
|
|
43
|
+
■ Unicode Black Square: This is an example of a black square.
|
|
44
|
+
</description>
|
|
45
|
+
</descriptions>
|
|
41
46
|
</resource>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<title xml:lang="en">DOI Test 2 title content</title>
|
|
16
16
|
<title xml:lang="en">AAPP</title>
|
|
17
17
|
</titles>
|
|
18
|
-
<publisher>OSI SAF</publisher>
|
|
18
|
+
<publisher xml:lang="en">OSI SAF</publisher>
|
|
19
19
|
<publicationYear>2004</publicationYear>
|
|
20
20
|
<resourceType resourceTypeGeneral="Collection">Climate Data Record</resourceType>
|
|
21
21
|
<dates>
|
|
@@ -0,0 +1,22 @@
|
|
|
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://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
|
|
3
|
+
<identifier identifierType="DOI">10.15148/3b68dac4-7688-4fbb-ba64-5f9b3bbab954</identifier>
|
|
4
|
+
<creators>
|
|
5
|
+
<creator>
|
|
6
|
+
<creatorName>SNO KARST</creatorName>
|
|
7
|
+
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org"/>
|
|
8
|
+
</creator>
|
|
9
|
+
</creators>
|
|
10
|
+
<publisher>OSU OREME</publisher>
|
|
11
|
+
<titles>
|
|
12
|
+
<title>Time series of type chemistry in Le Tarn basin - PARC NATIONAL CEVENNES observatory - KARST observatory network - OZCAR Critical Zone network Research Infrastructure</title>
|
|
13
|
+
</titles>
|
|
14
|
+
<publicationYear>2023</publicationYear>
|
|
15
|
+
<contributors>
|
|
16
|
+
<contributor contributorType="ProjectMember">
|
|
17
|
+
<contributorName>Manche, Yannick</contributorName>
|
|
18
|
+
<nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID"></nameIdentifier>
|
|
19
|
+
</contributor>
|
|
20
|
+
</contributors>
|
|
21
|
+
<resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
|
|
22
|
+
</resource>
|
|
@@ -0,0 +1,18 @@
|
|
|
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.81360/4DVP-KR57</identifier>
|
|
4
|
+
<creators>
|
|
5
|
+
<creator>
|
|
6
|
+
<creatorName nameType="Personal">Møller, Jørgen</creatorName>
|
|
7
|
+
<givenName>Jørgen</givenName>
|
|
8
|
+
<familyName>Møller</familyName>
|
|
9
|
+
</creator>
|
|
10
|
+
</creators>
|
|
11
|
+
<titles>
|
|
12
|
+
<title xml:lang="en">Economic Crisis and Democratic Breakdown in the Interwar Years: A Reassessment</title>
|
|
13
|
+
<title xml:lang="de">Wirtschaftskrise und demokratischer Zusammenbruch in der Zwischenkriegszeit: Eine Neubewertung</title>
|
|
14
|
+
</titles>
|
|
15
|
+
<publisher publisherIdentifier="https://ror.org/04wxnsj81"></publisher>
|
|
16
|
+
<publicationYear>2015</publicationYear>
|
|
17
|
+
<resourceType resourceTypeGeneral="JournalArticle"/>
|
|
18
|
+
</resource>
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<resource
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
4
|
+
xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
|
|
5
|
+
<identifier identifierType="DOI">10.60843/5EGY-VC42</identifier>
|
|
6
|
+
<creators>
|
|
7
|
+
<creator>
|
|
8
|
+
<creatorName nameType="Personal">Feldman, Heidi Li</creatorName>
|
|
9
|
+
<givenName>Heidi Li</givenName>
|
|
10
|
+
<familyName>Feldman</familyName>
|
|
11
|
+
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0003-1905-2698</nameIdentifier>
|
|
12
|
+
</creator>
|
|
13
|
+
</creators>
|
|
14
|
+
<titles>
|
|
15
|
+
<title xml:lang="en">Science and Uncertainty in Mass Exposure Litigation</title>
|
|
16
|
+
<title xml:lang="en">Science and Uncertainty in Mass Exposure Litigation, 74 Tex. L. Rev. 1 (1995)</title>
|
|
17
|
+
</titles>
|
|
18
|
+
<publisher>Texas Law Review</publisher>
|
|
19
|
+
<publicationYear>1995</publicationYear>
|
|
20
|
+
<resourceType resourceTypeGeneral="JournalArticle">Article</resourceType>
|
|
21
|
+
<subjects>
|
|
22
|
+
<subject subjectScheme="Fields of Science and Technology (FOS)" schemeURI="http://www.oecd.org/science/inno/38235147.pdf" classificationCode="5.5">FOS: Law</subject>
|
|
23
|
+
</subjects>
|
|
24
|
+
<contributors>
|
|
25
|
+
<contributor contributorType="HostingInstitution">
|
|
26
|
+
<contributorName nameType="Organizational">Georgetown Law Library</contributorName>
|
|
27
|
+
<nameIdentifier nameIdentifierScheme="" schemeURI=""/>
|
|
28
|
+
<affiliation affiliationIdentifier="https://ror.org/05vzafd60" affiliationIdentifierScheme="ROR" schemeURI="https://ror.org">Georgetown University</affiliation>
|
|
29
|
+
</contributor>
|
|
30
|
+
</contributors>
|
|
31
|
+
<dates>
|
|
32
|
+
<date dateType="Issued">1995-11</date>
|
|
33
|
+
<date dateType="Collected">2016-04-25</date>
|
|
34
|
+
</dates>
|
|
35
|
+
<language>en</language>
|
|
36
|
+
<relatedIdentifiers>
|
|
37
|
+
<relatedIdentifier relatedIdentifierType="ISSN" relationType="IsPublishedIn" resourceTypeGeneral="Journal">0040-4411</relatedIdentifier>
|
|
38
|
+
</relatedIdentifiers>
|
|
39
|
+
<relatedItems>
|
|
40
|
+
<relatedItem relatedItemType="Journal" relationType="IsSourceOf">
|
|
41
|
+
<relatedItemIdentifier relatedItemIdentifierType="ISSN">0040-4411</relatedItemIdentifier>
|
|
42
|
+
<creators>
|
|
43
|
+
<creator>
|
|
44
|
+
<creatorName>University of Texas School of Law</creatorName>
|
|
45
|
+
</creator>
|
|
46
|
+
</creators>
|
|
47
|
+
<titles>
|
|
48
|
+
<title>Texas Law Review</title>
|
|
49
|
+
</titles>
|
|
50
|
+
<publicationYear>1995</publicationYear>
|
|
51
|
+
<volume>74</volume>
|
|
52
|
+
<issue>1</issue>
|
|
53
|
+
</relatedItem>
|
|
54
|
+
</relatedItems>
|
|
55
|
+
<sizes/>
|
|
56
|
+
<formats>
|
|
57
|
+
<format>text/html</format>
|
|
58
|
+
<format>application/pdf</format>
|
|
59
|
+
</formats>
|
|
60
|
+
<version/>
|
|
61
|
+
<descriptions>
|
|
62
|
+
<description xml:lang="en" descriptionType="Abstract">Critics of the tort system have condemned courts for their alleged leniency in admitting scientific expert testimony, especially in mass exposure litigation. Claiming that this has resulted in an epidemic of "junk science" in the courtroom, these commentators have urged a more scientific approach to admissibility, intimating that employing more scientific standards would exclude scientific evidence favorable to plaintiffs, thereby demonstrating to factfinders that litigated substances are in fact safe or at least not unsafe.</description>
|
|
63
|
+
</descriptions>
|
|
64
|
+
</resource>
|