bolognese 2.3.7 → 2.3.9
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bolognese.gemspec +1 -2
- data/lib/bolognese/datacite_utils.rb +10 -3
- data/lib/bolognese/readers/datacite_reader.rb +5 -9
- data/lib/bolognese/utils.rb +4 -2
- data/lib/bolognese/version.rb +1 -1
- metadata +2 -545
- data/spec/array_spec.rb +0 -22
- data/spec/author_utils_spec.rb +0 -259
- data/spec/cli_spec.rb +0 -226
- data/spec/datacite_utils_spec.rb +0 -357
- data/spec/doi_utils_spec.rb +0 -314
- data/spec/find_from_format_spec.rb +0 -114
- data/spec/fixtures/aida.json +0 -82
- data/spec/fixtures/cgimp_package.json +0 -18
- data/spec/fixtures/cit_package.json +0 -19
- data/spec/fixtures/citeproc-no-author.json +0 -26
- data/spec/fixtures/citeproc-no-categories.json +0 -21
- data/spec/fixtures/citeproc.json +0 -36
- data/spec/fixtures/codemeta.json +0 -86
- data/spec/fixtures/codemeta_v2.json +0 -86
- data/spec/fixtures/crosscite.json +0 -63
- data/spec/fixtures/crossref.bib +0 -14
- data/spec/fixtures/crossref.ris +0 -15
- data/spec/fixtures/crossref.xml +0 -606
- data/spec/fixtures/crossref_schema_4.6_values.xml +0 -183
- data/spec/fixtures/datacite-by-nd-4.0.xml +0 -51
- data/spec/fixtures/datacite-empty-sizes.xml +0 -57
- data/spec/fixtures/datacite-example-ROR-nameIdentifiers.xml +0 -125
- data/spec/fixtures/datacite-example-affiliation.xml +0 -114
- data/spec/fixtures/datacite-example-ancientdates-v4.3.xml +0 -29
- data/spec/fixtures/datacite-example-complicated-tba.xml +0 -56
- data/spec/fixtures/datacite-example-complicated-v3.0.xml +0 -48
- data/spec/fixtures/datacite-example-complicated-v4.0.xml +0 -54
- data/spec/fixtures/datacite-example-complicated-v4.1.xml +0 -57
- data/spec/fixtures/datacite-example-dissertation-v4.4.xml +0 -56
- data/spec/fixtures/datacite-example-escaped-text.xml +0 -56
- data/spec/fixtures/datacite-example-full-v4.4.xml +0 -114
- data/spec/fixtures/datacite-example-full-v4.5.xml +0 -255
- data/spec/fixtures/datacite-example-full-v4.6.xml +0 -114
- data/spec/fixtures/datacite-example-geolocation-2.xml +0 -141
- data/spec/fixtures/datacite-example-geolocation.xml +0 -66
- data/spec/fixtures/datacite-example-nameIdentifier-with-schemeURI.xml +0 -94
- data/spec/fixtures/datacite-example-polygon-v4.1.xml +0 -163
- data/spec/fixtures/datacite-example-relateditems-with-attributes.xml +0 -61
- data/spec/fixtures/datacite-example-relateditems.xml +0 -61
- data/spec/fixtures/datacite-example-xs-string.xml +0 -28
- data/spec/fixtures/datacite-formats-with-xs.xml +0 -22
- data/spec/fixtures/datacite-funderIdentifier.xml +0 -98
- data/spec/fixtures/datacite-geolocation-empty.xml +0 -159
- data/spec/fixtures/datacite-geolocationpolygons-multiple.xml +0 -76
- data/spec/fixtures/datacite-metadata-sample-complicated-v2.2.xml +0 -52
- data/spec/fixtures/datacite-multiple-language.xml +0 -38
- data/spec/fixtures/datacite-multiple-rights.xml +0 -59
- data/spec/fixtures/datacite-schema-2.2.xml +0 -80
- data/spec/fixtures/datacite-seriesinformation.xml +0 -46
- data/spec/fixtures/datacite-space-in-sizes.xml +0 -52
- data/spec/fixtures/datacite-xml-lang.xml +0 -51
- data/spec/fixtures/datacite.json +0 -89
- data/spec/fixtures/datacite.xml +0 -40
- data/spec/fixtures/datacite_blank_name_identifier.xml +0 -22
- data/spec/fixtures/datacite_blank_publisher.xml +0 -18
- data/spec/fixtures/datacite_dataset.xml +0 -58
- data/spec/fixtures/datacite_journal_article.xml +0 -64
- data/spec/fixtures/datacite_malformed_creator.xml +0 -52
- data/spec/fixtures/datacite_missing_creator.xml +0 -33
- data/spec/fixtures/datacite_schema_3.xml +0 -58
- data/spec/fixtures/datacite_software.json +0 -21
- data/spec/fixtures/datacite_software_missing_comma.json +0 -18
- data/spec/fixtures/datacite_software_overlapping_keys.json +0 -18
- data/spec/fixtures/datacite_software_version.json +0 -74
- data/spec/fixtures/edam_package.json +0 -12
- data/spec/fixtures/funding_reference.xml +0 -53
- data/spec/fixtures/gtex.xml +0 -71
- data/spec/fixtures/maremma/codemeta.json +0 -36
- data/spec/fixtures/nist.xml +0 -35
- data/spec/fixtures/ns0.xml +0 -2
- data/spec/fixtures/pure.bib +0 -14
- data/spec/fixtures/pure.ris +0 -15
- data/spec/fixtures/pure.xml +0 -188
- data/spec/fixtures/ris_bug.ris +0 -9
- data/spec/fixtures/schema_4.0.xml +0 -140
- data/spec/fixtures/schema_org.json +0 -50
- data/spec/fixtures/schema_org_4.6_attributes.json +0 -108
- data/spec/fixtures/schema_org_geolocation.json +0 -82
- data/spec/fixtures/schema_org_geoshape.json +0 -550
- data/spec/fixtures/schema_org_gtex.json +0 -75
- data/spec/fixtures/schema_org_list.json +0 -12623
- data/spec/fixtures/schema_org_tdl_iodp_invalid_authors.json +0 -25
- data/spec/fixtures/schema_org_topmed.json +0 -53
- data/spec/fixtures/schema_org_type_as_array.json +0 -41
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_citation.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_jats.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_citation.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_jats.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +0 -115
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/crossref.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/datacite.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/jalc.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/kisti.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/medra.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/op.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_state.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_title.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_description.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_identifiers.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_name.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_url.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_state.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/validates_against_schema.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/doi_with_protocol.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/dx_doi_org_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/force_test_resolver.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/https_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/test_resolver.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/test_resolver_http.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi_with_special_characters.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/sandbox_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/jalc.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/kisti.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/op.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi_with_protocol.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/dx_doi_org_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/force_stage_resolver.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/https_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/stage_resolver.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/stage_resolver_http.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_for_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_for_with_schemeUri_in_hash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_no_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/name_to_fos_for_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/name_to_fos_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/name_to_fos_no_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org_creators/with_affiliation.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org_creators/without_affiliation.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/metadata_reports.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +0 -103
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +0 -102
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/JaLC.yml +0 -137
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/KISTI.yml +0 -158
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/OP.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/affiliation_is_space.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/another_book.yml +0 -98
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/another_book_chapter.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/article_id_as_page_number.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/author_literal.yml +0 -108
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter.yml +0 -170
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter_with_RDF_for_container.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_oup.yml +0 -98
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/component.yml +0 -120
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset.yml +0 -130
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset_usda.yml +0 -143
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dissertation.yml +0 -129
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/empty_given_name.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/invalid_date.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_original_language_title.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with.yml +0 -104
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with_RDF_for_container.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with_funding.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_issue.yml +0 -127
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/mEDRA.yml +0 -98
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/markup.yml +0 -105
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/missing_creator.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_issn.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_titles.yml +0 -98
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_titles_with_missing.yml +0 -450
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +0 -97
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/peer_review.yml +0 -103
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content_copernicus.yml +0 -102
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/report_osti.yml +0 -144
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/vor_with_url.yml +0 -102
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/yet_another_book.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/yet_another_book_chapter.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_json_metadata/metadata_from_api.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_staging_system.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_staging_system_schema_3.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_with_related_id_system.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +0 -102
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_empty_awardTitle.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Referee_report_in_staging_system.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Schema_org_type.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/cc-by_3_0_us.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/content_url.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/dissertation.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/doi_with_sign.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/even_more_subject_scheme_FOR.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_references.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/leading_and_trailing_whitespace.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/more_subject_scheme_FOR.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorsName.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/series-information.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/subject_scheme.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/subject_scheme_FOR.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date/publication_date.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/date.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year-month.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/future.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/invalid.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/nil.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/past.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/present.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation_and_country.yml +0 -114
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/only_familyName_and_givenName.yml +0 -57
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/harvard_dataverse.yml +0 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/pangaea.yml +0 -57
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/zenodo.yml +0 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/only_title.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_and_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_volume_and_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_volume_issue_and_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_as_codemeta_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url_file.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors_Translator/supports_Translator_contributorType.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates_with_Coverage/inserts_date_with_dateType_Coverage.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_language/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers_CSTR/supports_CSTR_relatedIdentifierType.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers_HasTranslation/supports_HasTranslation_relationType.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers_RRID/supports_RRID_relatedIdentifierType.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_items/insert.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type_with_Award/supports_Award_as_resourceTypeGeneral.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type_with_Project/supports_Project_as_resourceTypeGeneral.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_sizes/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_orcid_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_cc_url/not_found.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_cc_url/with_trailing_slash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_cc_url/with_trailing_slash_and_to_https.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_force_datacite_sandbox.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_datacite_sandbox.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_options.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_array.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_empty_array.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_hash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash_and_to_https.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/hsh_to_spdx_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/hsh_to_spdx_not_found.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/hsh_to_spdx_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/name_to_spdx_exists.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/name_to_spdx_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org_identifiers/with_identifiers.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_doi/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_10.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_11.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_12.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_13.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_14.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_4.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_5.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_6.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_7.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_8.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_9.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/funder_doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/funder_doi_without_prefix.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/non-funder_doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_sandbox.yml +0 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_sandbox_https.yml +0 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_as_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_with_protocol.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/only_prefix.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/authors_with_affiliations.yml +0 -114
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/climate_data.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +0 -115
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/keywords_subject_scheme.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Missing_author.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/interactive_resource_without_dates.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/software_w/version.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Another_dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +0 -115
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/interactive_resource_without_dates.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/keywords_subject_scheme.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/missing_creator.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/organization_author.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software_w/version.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_only_first_page.yml +0 -50
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite_check_codemeta_v2.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/climate_data.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/text.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/DOI_not_found.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru_with_doi_in_options.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +0 -115
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_version.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/book_chapter.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/interactive_resource_without_dates.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_editor.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/BlogPosting_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/keywords_with_subject_scheme.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_Cyark.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/alternate_identifiers.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/data_catalog.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/geo_location_box.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/interactive_resource_without_dates.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/series_information.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme_multiple_keywords.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/with_pages.yml +0 -52
- data/spec/fixtures/vivli.xml +0 -1
- data/spec/metadata_spec.rb +0 -165
- data/spec/readers/bibtex_reader_spec.rb +0 -65
- data/spec/readers/citeproc_reader_spec.rb +0 -65
- data/spec/readers/codemeta_reader_spec.rb +0 -138
- data/spec/readers/crosscite_reader_spec.rb +0 -43
- data/spec/readers/crossref_reader_spec.rb +0 -1133
- data/spec/readers/datacite_json_reader_spec.rb +0 -82
- data/spec/readers/datacite_reader_spec.rb +0 -1865
- data/spec/readers/npm_reader_spec.rb +0 -68
- data/spec/readers/ris_reader_spec.rb +0 -78
- data/spec/readers/schema_org_reader_spec.rb +0 -371
- data/spec/spec_helper.rb +0 -95
- data/spec/utils_spec.rb +0 -666
- data/spec/writers/bibtex_writer_spec.rb +0 -195
- data/spec/writers/citation_writer_spec.rb +0 -61
- data/spec/writers/citeproc_writer_spec.rb +0 -299
- data/spec/writers/codemeta_writer_spec.rb +0 -45
- data/spec/writers/crosscite_writer_spec.rb +0 -129
- data/spec/writers/crossref_writer_spec.rb +0 -21
- data/spec/writers/csv_writer_spec.rb +0 -94
- data/spec/writers/datacite_json_writer_spec.rb +0 -112
- data/spec/writers/datacite_writer_spec.rb +0 -578
- data/spec/writers/jats_writer_spec.rb +0 -208
- data/spec/writers/rdf_xml_writer_spec.rb +0 -93
- data/spec/writers/ris_writer_spec.rb +0 -207
- data/spec/writers/schema_org_writer_spec.rb +0 -426
- data/spec/writers/turtle_writer_spec.rb +0 -102
| @@ -1,94 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0"?>
         | 
| 2 | 
            -
            <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         | 
| 3 | 
            -
                xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-%s http://schema.datacite.org/meta/kernel-4/metadata.xsd">
         | 
| 4 | 
            -
                <identifier identifierType="DOI">10.48321/D1Z60Q</identifier>
         | 
| 5 | 
            -
                <creators>
         | 
| 6 | 
            -
                    <creator>
         | 
| 7 | 
            -
                        <creatorName nameType="Personal">Erin Robinson</creatorName>
         | 
| 8 | 
            -
                        <nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID"> https://orcid.org/0000-0001-9998-0114 </nameIdentifier>
         | 
| 9 | 
            -
                        <affiliation schemeURI="https://ror.org" affiliationIdentifier="https://ror.org/05bp8ka05" affiliationIdentifierScheme="ROR"> Metadata Game Changers </affiliation>
         | 
| 10 | 
            -
                    </creator>
         | 
| 11 | 
            -
                    <creator>
         | 
| 12 | 
            -
                        <creatorName nameType="Organizational">Gump South Pacific Research Station</creatorName>
         | 
| 13 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org/">https://ror.org/04sk0et52</nameIdentifier>
         | 
| 14 | 
            -
                    </creator>
         | 
| 15 | 
            -
                    <creator>
         | 
| 16 | 
            -
                        <creatorName nameType="Organizational">Gump South Pacific Research Station</creatorName>
         | 
| 17 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org">04sk0et52</nameIdentifier>
         | 
| 18 | 
            -
                    </creator>
         | 
| 19 | 
            -
                    <creator>
         | 
| 20 | 
            -
                        <creatorName nameType="Organizational">Gump South Pacific Research Station</creatorName>
         | 
| 21 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR">04sk0et52</nameIdentifier>
         | 
| 22 | 
            -
                    </creator>
         | 
| 23 | 
            -
                </creators>
         | 
| 24 | 
            -
                <titles>
         | 
| 25 | 
            -
                    <title xml:lang="en-US">Genomic Standards Consortium (GSC) Island Sampling Day: Moorea Reef to Ridges Genomic Transect</title>
         | 
| 26 | 
            -
                </titles>
         | 
| 27 | 
            -
                <publisher xml:lang="en-US">DMPHub</publisher>
         | 
| 28 | 
            -
                <publicationYear>2022</publicationYear>
         | 
| 29 | 
            -
                <contributors>
         | 
| 30 | 
            -
                    <contributor contributorType="Producer">
         | 
| 31 | 
            -
                        <contributorName nameType="Organizational"> Gump South Pacific Research Station </contributorName>
         | 
| 32 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR">https://ror.org/04sk0et52</nameIdentifier>
         | 
| 33 | 
            -
                    </contributor>
         | 
| 34 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 35 | 
            -
                        <contributorName nameType="Personal">Neil Davies</contributorName>
         | 
| 36 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0001-8085-5014</nameIdentifier>
         | 
| 37 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/01an7q238" affiliationIdentifierScheme="ROR"> University of California, Berkeley </affiliation>
         | 
| 38 | 
            -
                    </contributor>
         | 
| 39 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 40 | 
            -
                        <contributorName nameType="Personal">Ramona Walls</contributorName>
         | 
| 41 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0001-8815-0078</nameIdentifier>
         | 
| 42 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/03m2x1q45" affiliationIdentifierScheme="ROR"> University of Arizona </affiliation>
         | 
| 43 | 
            -
                    </contributor>
         | 
| 44 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 45 | 
            -
                        <contributorName nameType="Personal">Serge Planes</contributorName>
         | 
| 46 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0002-5689-5371</nameIdentifier>
         | 
| 47 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/02feahw73" affiliationIdentifierScheme="ROR"> French National Centre for Scientific Research </affiliation>
         | 
| 48 | 
            -
                    </contributor>
         | 
| 49 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 50 | 
            -
                        <contributorName nameType="Personal">Chris Meyer</contributorName>
         | 
| 51 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0003-2501-7952</nameIdentifier>
         | 
| 52 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/01pp8nd67" affiliationIdentifierScheme="ROR"> Smithsonian Institution </affiliation>
         | 
| 53 | 
            -
                    </contributor>
         | 
| 54 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 55 | 
            -
                        <contributorName nameType="Personal">Lynn Schriml</contributorName>
         | 
| 56 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0001-8910-9851</nameIdentifier>
         | 
| 57 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/04rq5mt64" affiliationIdentifierScheme="ROR"> University of Maryland, Baltimore </affiliation>
         | 
| 58 | 
            -
                    </contributor>
         | 
| 59 | 
            -
                    <contributor contributorType="ProjectMember">
         | 
| 60 | 
            -
                        <contributorName nameType="Personal">Scott Tighe</contributorName>
         | 
| 61 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0002-3988-0741</nameIdentifier>
         | 
| 62 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/0155zta11" affiliationIdentifierScheme="ROR"> University of Vermont </affiliation>
         | 
| 63 | 
            -
                    </contributor>
         | 
| 64 | 
            -
                    <contributor contributorType="ProjectMember">
         | 
| 65 | 
            -
                        <contributorName nameType="Personal">Pier Luigi Buttigieg</contributorName>
         | 
| 66 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0002-4366-3088</nameIdentifier>
         | 
| 67 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/02h2x0161" affiliationIdentifierScheme="ROR"> GEOMAR Helmholtz Centre for Ocean Research Kiel </affiliation>
         | 
| 68 | 
            -
                    </contributor>
         | 
| 69 | 
            -
                    <contributor contributorType="ProjectMember">
         | 
| 70 | 
            -
                        <contributorName nameType="Personal">Raïssa Meyer</contributorName>
         | 
| 71 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0002-2996-719X</nameIdentifier>
         | 
| 72 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/032e6b942" affiliationIdentifierScheme="ROR"> Alfred Wegener Institute for Polar and Marine Research </affiliation>
         | 
| 73 | 
            -
                    </contributor>
         | 
| 74 | 
            -
                    <contributor contributorType="Sponsor">
         | 
| 75 | 
            -
                        <contributorName nameType="Organizational">Gump South Pacific Research Station (moorea.berkeley.edu)</contributorName>
         | 
| 76 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org/">https://ror.org/04sk0et52</nameIdentifier>
         | 
| 77 | 
            -
                    </contributor>
         | 
| 78 | 
            -
                </contributors>
         | 
| 79 | 
            -
                <language>en-US</language>
         | 
| 80 | 
            -
                <resourceType resourceTypeGeneral="OutputManagementPlan">Data Management Plan</resourceType>
         | 
| 81 | 
            -
                <descriptions>
         | 
| 82 | 
            -
                    <description xml:lang="en-US" descriptionType="Abstract"> <p>Here we describe a project that supports the mission of the Genomic Standards Consortium (GSC) and contributes to the “Ocean Biomolecular Observations Network” (OBON) and the “Ocean Best Practice System” (OBPS - Omics Task Team), flagship programs of the UN Ocean Decade of Ocean Science for Sustainable Development. The project serves as a test case for two related infrastructure projects that aim to improve standards, policies, and best practices in sample collection: Sampling Nature (SN) Research Coordination Network and the Internet of Samples (iSamples).</p>  <p><strong>The project’s primary goal (first paper) is methodologica</strong>l: (i) to demonstrate the value of genomic standards for both genomic research and secondary interdisciplinary research, (ii) to highlight the importance of data curation workflows that follow FAIR+CARE principles maximizing the potential for appropriate reuse of data and material samples, (iii) to illustrate the challenges that remain in implementing those standards - including ethical, legal, and social aspects, and (iv) to demonstrate some of the tools, infrastructures, and best-practices available for overcoming these challenges. This paper will include all the elements of a data paper (primary publication of the initial data collected), but with broader discussion around it as a use case for metadata standards and best practices in multi-omic sampling.</p>  <p><strong>The project’s secondary goal (second paper) is to address research questions including</strong>: (1) To what extent can one day of environmental sampling, and subsequent multi-omic analyses, characterize the ecological state of an island (coupled marine-terrestrial ecosystem)? (2) To what extent might such surveys serve as baselines for futuromic study (future analysis of biomolecules from the material samples archived), and (3) if repeated, could these surveys help address long-term changes in genomic biodiversity? (4) How does marine and terrestrial eDNA change across a transect? Moorea is one of the most well-described biotas in the world and has one of the longest and most intensive time-series of ecological data, particularly for coral reef ecosystems. It thus serves as a powerful calibration site for such a study.</p>  <p><br><strong>The project’s broader impact goal is public outreach </strong>– if possible engage local citizen scientists/schools, ideally through Fare Natura (ecomuseum at entrance to the Opunohu Valley. (Also perhaps local Associations that might be interested, e.g., Te Pu Atitia). Sampling Nature will produce an outreach videos based on this Island Sampling Day.</p> </description>
         | 
| 83 | 
            -
                </descriptions>
         | 
| 84 | 
            -
                <fundingReferences>
         | 
| 85 | 
            -
                    <fundingReference>
         | 
| 86 | 
            -
                        <funderName>Genomic Standards Consortium</funderName>
         | 
| 87 | 
            -
                    </fundingReference>
         | 
| 88 | 
            -
                </fundingReferences>
         | 
| 89 | 
            -
                <relatedIdentifiers>
         | 
| 90 | 
            -
                    <relatedIdentifier relationType="IsMetadataFor" relatedIdentifierType="URL"> https://dmptool.org/api/v2/plans/74309.pdf </relatedIdentifier>
         | 
| 91 | 
            -
                    <relatedIdentifier relationType="Cites" relatedIdentifierType="URL"> https://n2t.net/ark:/21547/EBW2 </relatedIdentifier>
         | 
| 92 | 
            -
                    <relatedIdentifier relationType="Cites" relatedIdentifierType="URL"> https://docs.google.com/document/d/1EYgEEUroMBiTNc5Px11_44G-B17JtTgyssyNkK3hV_U/edit#heading=h.ckwz8v2yry1q </relatedIdentifier>
         | 
| 93 | 
            -
                </relatedIdentifiers>
         | 
| 94 | 
            -
            </resource>
         | 
| @@ -1,163 +0,0 @@ | |
| 1 | 
            -
            <resource xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd" 
         | 
| 2 | 
            -
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         | 
| 3 | 
            -
              xmlns="http://datacite.org/schema/kernel-4">
         | 
| 4 | 
            -
              <script/>
         | 
| 5 | 
            -
              <identifier identifierType="DOI">10.5072/example-polygon</identifier>
         | 
| 6 | 
            -
              <creators>
         | 
| 7 | 
            -
                <creator>
         | 
| 8 | 
            -
                  <creatorName nameType="Personal">den Heijer, C</creatorName>
         | 
| 9 | 
            -
                </creator>
         | 
| 10 | 
            -
              </creators>
         | 
| 11 | 
            -
              <titles>
         | 
| 12 | 
            -
                <title xml:lang="en">Meteo measurements at the Sand Motor</title>
         | 
| 13 | 
            -
              </titles>
         | 
| 14 | 
            -
              <publisher>4TU.Centre for Research Data</publisher>
         | 
| 15 | 
            -
              <publicationYear>2017</publicationYear>
         | 
| 16 | 
            -
              <resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
         | 
| 17 | 
            -
              <formats>
         | 
| 18 | 
            -
                <format>application/x-netcdf</format>
         | 
| 19 | 
            -
              </formats>
         | 
| 20 | 
            -
              <geoLocations>
         | 
| 21 | 
            -
                <geoLocation>
         | 
| 22 | 
            -
                  <geoLocationPlace>Zandmotor, sand suppletion area on the Dutch coast.</geoLocationPlace>
         | 
| 23 | 
            -
                  <geoLocationPolygon>
         | 
| 24 | 
            -
                    <polygonPoint>
         | 
| 25 | 
            -
                      <pointLongitude>4.1738852605822</pointLongitude>
         | 
| 26 | 
            -
                      <pointLatitude>52.03913926329928</pointLatitude>
         | 
| 27 | 
            -
                    </polygonPoint>
         | 
| 28 | 
            -
                    <polygonPoint>
         | 
| 29 | 
            -
                      <pointLongitude>4.177180694215117</pointLongitude>
         | 
| 30 | 
            -
                      <pointLatitude>52.04164225918711</pointLatitude>
         | 
| 31 | 
            -
                    </polygonPoint>
         | 
| 32 | 
            -
                    <polygonPoint>
         | 
| 33 | 
            -
                      <pointLongitude>4.180535246850687</pointLongitude>
         | 
| 34 | 
            -
                      <pointLatitude>52.04399625464452</pointLatitude>
         | 
| 35 | 
            -
                    </polygonPoint>
         | 
| 36 | 
            -
                    <polygonPoint>
         | 
| 37 | 
            -
                      <pointLongitude>4.184849833488133</pointLongitude>
         | 
| 38 | 
            -
                      <pointLatitude>52.04692936720903</pointLatitude>
         | 
| 39 | 
            -
                    </polygonPoint>
         | 
| 40 | 
            -
                    <polygonPoint>
         | 
| 41 | 
            -
                      <pointLongitude>4.188676339698225</pointLongitude>
         | 
| 42 | 
            -
                      <pointLatitude>52.04967415251541</pointLatitude>
         | 
| 43 | 
            -
                    </polygonPoint>
         | 
| 44 | 
            -
                    <polygonPoint>
         | 
| 45 | 
            -
                      <pointLongitude>4.191534369184121</pointLongitude>
         | 
| 46 | 
            -
                      <pointLatitude>52.05170714064434</pointLatitude>
         | 
| 47 | 
            -
                    </polygonPoint>
         | 
| 48 | 
            -
                    <polygonPoint>
         | 
| 49 | 
            -
                      <pointLongitude>4.194175770686163</pointLongitude>
         | 
| 50 | 
            -
                      <pointLatitude>52.05334245636797</pointLatitude>
         | 
| 51 | 
            -
                    </polygonPoint>
         | 
| 52 | 
            -
                    <polygonPoint>
         | 
| 53 | 
            -
                      <pointLongitude>4.195777670597483</pointLongitude>
         | 
| 54 | 
            -
                      <pointLatitude>52.05421289062893</pointLatitude>
         | 
| 55 | 
            -
                    </polygonPoint>
         | 
| 56 | 
            -
                    <polygonPoint>
         | 
| 57 | 
            -
                      <pointLongitude>4.197318856770764</pointLongitude>
         | 
| 58 | 
            -
                      <pointLatitude>52.05560708986616</pointLatitude>
         | 
| 59 | 
            -
                    </polygonPoint>
         | 
| 60 | 
            -
                    <polygonPoint>
         | 
| 61 | 
            -
                      <pointLongitude>4.197244535290235</pointLongitude>
         | 
| 62 | 
            -
                      <pointLatitude>52.05647414552436</pointLatitude>
         | 
| 63 | 
            -
                    </polygonPoint>
         | 
| 64 | 
            -
                    <polygonPoint>
         | 
| 65 | 
            -
                      <pointLongitude>4.194878372206108</pointLongitude>
         | 
| 66 | 
            -
                      <pointLatitude>52.05558026532434</pointLatitude>
         | 
| 67 | 
            -
                    </polygonPoint>
         | 
| 68 | 
            -
                    <polygonPoint>
         | 
| 69 | 
            -
                      <pointLongitude>4.192275513207293</pointLongitude>
         | 
| 70 | 
            -
                      <pointLatitude>52.0540037664795</pointLatitude>
         | 
| 71 | 
            -
                    </polygonPoint>
         | 
| 72 | 
            -
                    <polygonPoint>
         | 
| 73 | 
            -
                      <pointLongitude>4.190139539757181</pointLongitude>
         | 
| 74 | 
            -
                      <pointLatitude>52.05338309097328</pointLatitude>
         | 
| 75 | 
            -
                    </polygonPoint>
         | 
| 76 | 
            -
                    <polygonPoint>
         | 
| 77 | 
            -
                      <pointLongitude>4.188563539343029</pointLongitude>
         | 
| 78 | 
            -
                      <pointLatitude>52.05409113125509</pointLatitude>
         | 
| 79 | 
            -
                    </polygonPoint>
         | 
| 80 | 
            -
                    <polygonPoint>
         | 
| 81 | 
            -
                      <pointLongitude>4.188843259016792</pointLongitude>
         | 
| 82 | 
            -
                      <pointLatitude>52.05555708237333</pointLatitude>
         | 
| 83 | 
            -
                    </polygonPoint>
         | 
| 84 | 
            -
                    <polygonPoint>
         | 
| 85 | 
            -
                      <pointLongitude>4.190440325374933</pointLongitude>
         | 
| 86 | 
            -
                      <pointLatitude>52.05648630398393</pointLatitude>
         | 
| 87 | 
            -
                    </polygonPoint>
         | 
| 88 | 
            -
                    <polygonPoint>
         | 
| 89 | 
            -
                      <pointLongitude>4.193486805620985</pointLongitude>
         | 
| 90 | 
            -
                      <pointLatitude>52.05721863750948</pointLatitude>
         | 
| 91 | 
            -
                    </polygonPoint>
         | 
| 92 | 
            -
                    <polygonPoint>
         | 
| 93 | 
            -
                      <pointLongitude>4.195782715369962</pointLongitude>
         | 
| 94 | 
            -
                      <pointLatitude>52.05905125521555</pointLatitude>
         | 
| 95 | 
            -
                    </polygonPoint>
         | 
| 96 | 
            -
                    <polygonPoint>
         | 
| 97 | 
            -
                      <pointLongitude>4.196042562042681</pointLongitude>
         | 
| 98 | 
            -
                      <pointLatitude>52.0603024859894</pointLatitude>
         | 
| 99 | 
            -
                    </polygonPoint>
         | 
| 100 | 
            -
                    <polygonPoint>
         | 
| 101 | 
            -
                      <pointLongitude>4.194522303279684</pointLongitude>
         | 
| 102 | 
            -
                      <pointLatitude>52.06042019458354</pointLatitude>
         | 
| 103 | 
            -
                    </polygonPoint>
         | 
| 104 | 
            -
                    <polygonPoint>
         | 
| 105 | 
            -
                      <pointLongitude>4.191569341305619</pointLongitude>
         | 
| 106 | 
            -
                      <pointLatitude>52.05985079275935</pointLatitude>
         | 
| 107 | 
            -
                    </polygonPoint>
         | 
| 108 | 
            -
                    <polygonPoint>
         | 
| 109 | 
            -
                      <pointLongitude>4.188970128279688</pointLongitude>
         | 
| 110 | 
            -
                      <pointLatitude>52.05933203100292</pointLatitude>
         | 
| 111 | 
            -
                    </polygonPoint>
         | 
| 112 | 
            -
                    <polygonPoint>
         | 
| 113 | 
            -
                      <pointLongitude>4.185846614849885</pointLongitude>
         | 
| 114 | 
            -
                      <pointLatitude>52.05849919443985</pointLatitude>
         | 
| 115 | 
            -
                    </polygonPoint>
         | 
| 116 | 
            -
                    <polygonPoint>
         | 
| 117 | 
            -
                      <pointLongitude>4.183766834165052</pointLongitude>
         | 
| 118 | 
            -
                      <pointLatitude>52.05768273662148</pointLatitude>
         | 
| 119 | 
            -
                    </polygonPoint>
         | 
| 120 | 
            -
                    <polygonPoint>
         | 
| 121 | 
            -
                      <pointLongitude>4.182190558076597</pointLongitude>
         | 
| 122 | 
            -
                      <pointLatitude>52.05665770545129</pointLatitude>
         | 
| 123 | 
            -
                    </polygonPoint>
         | 
| 124 | 
            -
                    <polygonPoint>
         | 
| 125 | 
            -
                      <pointLongitude>4.180730516454513</pointLongitude>
         | 
| 126 | 
            -
                      <pointLatitude>52.05512223937299</pointLatitude>
         | 
| 127 | 
            -
                    </polygonPoint>
         | 
| 128 | 
            -
                    <polygonPoint>
         | 
| 129 | 
            -
                      <pointLongitude>4.179642892536666</pointLongitude>
         | 
| 130 | 
            -
                      <pointLatitude>52.05335222714644</pointLatitude>
         | 
| 131 | 
            -
                    </polygonPoint>
         | 
| 132 | 
            -
                    <polygonPoint>
         | 
| 133 | 
            -
                      <pointLongitude>4.178442502618839</pointLongitude>
         | 
| 134 | 
            -
                      <pointLatitude>52.05152018985662</pointLatitude>
         | 
| 135 | 
            -
                    </polygonPoint>
         | 
| 136 | 
            -
                    <polygonPoint>
         | 
| 137 | 
            -
                      <pointLongitude>4.1774713992764</pointLongitude>
         | 
| 138 | 
            -
                      <pointLatitude>52.04954999812316</pointLatitude>
         | 
| 139 | 
            -
                    </polygonPoint>
         | 
| 140 | 
            -
                    <polygonPoint>
         | 
| 141 | 
            -
                      <pointLongitude>4.176346178024046</pointLongitude>
         | 
| 142 | 
            -
                      <pointLatitude>52.04728138670279</pointLatitude>
         | 
| 143 | 
            -
                    </polygonPoint>
         | 
| 144 | 
            -
                    <polygonPoint>
         | 
| 145 | 
            -
                      <pointLongitude>4.175182683314049</pointLongitude>
         | 
| 146 | 
            -
                      <pointLatitude>52.04497104660534</pointLatitude>
         | 
| 147 | 
            -
                    </polygonPoint>
         | 
| 148 | 
            -
                    <polygonPoint>
         | 
| 149 | 
            -
                      <pointLongitude>4.173373650824841</pointLongitude>
         | 
| 150 | 
            -
                      <pointLatitude>52.04226286332442</pointLatitude>
         | 
| 151 | 
            -
                    </polygonPoint>
         | 
| 152 | 
            -
                    <polygonPoint>
         | 
| 153 | 
            -
                      <pointLongitude>4.173204764844041</pointLongitude>
         | 
| 154 | 
            -
                      <pointLatitude>52.04016615926179</pointLatitude>
         | 
| 155 | 
            -
                    </polygonPoint>
         | 
| 156 | 
            -
                    <polygonPoint>
         | 
| 157 | 
            -
                      <pointLongitude>4.1738852605822</pointLongitude>
         | 
| 158 | 
            -
                      <pointLatitude>52.03913926329928</pointLatitude>
         | 
| 159 | 
            -
                    </polygonPoint>
         | 
| 160 | 
            -
                  </geoLocationPolygon>
         | 
| 161 | 
            -
                </geoLocation>
         | 
| 162 | 
            -
              </geoLocations>
         | 
| 163 | 
            -
            </resource>
         | 
| @@ -1,61 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            -
            <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         | 
| 3 | 
            -
              xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
         | 
| 4 | 
            -
              <identifier identifierType="DOI">10.5072/example-full</identifier>
         | 
| 5 | 
            -
              <creators>
         | 
| 6 | 
            -
                <creator>
         | 
| 7 | 
            -
                  <creatorName nameType="Personal">Hallett, Richard</creatorName>
         | 
| 8 | 
            -
                  <givenName>Richard</givenName>
         | 
| 9 | 
            -
                  <familyName>Hallett</familyName>
         | 
| 10 | 
            -
                </creator>
         | 
| 11 | 
            -
              </creators>
         | 
| 12 | 
            -
              <titles>
         | 
| 13 | 
            -
                <title xml:lang="en-US">Example for related items</title>
         | 
| 14 | 
            -
              </titles>
         | 
| 15 | 
            -
              <publisher xml:lang="en">DataCite</publisher>
         | 
| 16 | 
            -
              <publicationYear>2021</publicationYear>
         | 
| 17 | 
            -
              <dates>
         | 
| 18 | 
            -
                <date dateType="Updated" dateInformation="Updated with 4.4 properties">2021-01-26</date>
         | 
| 19 | 
            -
              </dates>
         | 
| 20 | 
            -
              <language>en-US</language>
         | 
| 21 | 
            -
              <resourceType resourceTypeGeneral="Software">XML</resourceType>
         | 
| 22 | 
            -
              <version>1</version>
         | 
| 23 | 
            -
              <descriptions>
         | 
| 24 | 
            -
                <description xml:lang="en-US" descriptionType="Abstract">A test example for related items</description>
         | 
| 25 | 
            -
              </descriptions>
         | 
| 26 | 
            -
              <relatedItems>
         | 
| 27 | 
            -
                <relatedItem relationType="IsPublishedIn" relatedItemType="Journal">
         | 
| 28 | 
            -
                  <relatedItemIdentifier
         | 
| 29 | 
            -
                    relatedItemIdentifierType="DOI"
         | 
| 30 | 
            -
                    relatedMetadataScheme="citeproc+json"
         | 
| 31 | 
            -
                    schemeURI="https://github.com/citation-style-language/schema/raw/master/csl-data.json"
         | 
| 32 | 
            -
                    schemeType="URL">10.5072/john-smiths-1234</relatedItemIdentifier>
         | 
| 33 | 
            -
                  <creators>
         | 
| 34 | 
            -
                      <creator>
         | 
| 35 | 
            -
                          <creatorName nameType="Personal">Smith, John</creatorName>
         | 
| 36 | 
            -
                          <givenName>John</givenName>
         | 
| 37 | 
            -
                          <familyName>Smith</familyName>
         | 
| 38 | 
            -
                      </creator>
         | 
| 39 | 
            -
                  </creators>
         | 
| 40 | 
            -
                  <titles>
         | 
| 41 | 
            -
                    <title>Understanding the fictional John Smith</title>
         | 
| 42 | 
            -
                    <title titleType="Subtitle">A detailed look</title>
         | 
| 43 | 
            -
                  </titles>
         | 
| 44 | 
            -
                  <publicationYear>1776</publicationYear>
         | 
| 45 | 
            -
                  <volume xml:lang="en">776</volume>
         | 
| 46 | 
            -
                  <issue xml:lang="en">1</issue>
         | 
| 47 | 
            -
                  <number numberType="Chapter">1</number>
         | 
| 48 | 
            -
                  <firstPage xml:lang="en">50</firstPage>
         | 
| 49 | 
            -
                  <lastPage xml:lang="en">60</lastPage>
         | 
| 50 | 
            -
                  <publisher xml:lang="en">Example Inc</publisher>
         | 
| 51 | 
            -
                  <edition xml:lang="en">1</edition>
         | 
| 52 | 
            -
                  <contributors>
         | 
| 53 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 54 | 
            -
                        <contributorName>Richard, Hallett</contributorName>
         | 
| 55 | 
            -
                        <givenName>Richard</givenName>
         | 
| 56 | 
            -
                        <familyName>Hallett</familyName>
         | 
| 57 | 
            -
                    </contributor>
         | 
| 58 | 
            -
                  </contributors>
         | 
| 59 | 
            -
                </relatedItem>
         | 
| 60 | 
            -
              </relatedItems>
         | 
| 61 | 
            -
            </resource>
         | 
| @@ -1,61 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            -
            <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         | 
| 3 | 
            -
              xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
         | 
| 4 | 
            -
              <identifier identifierType="DOI">10.5072/example-full</identifier>
         | 
| 5 | 
            -
              <creators>
         | 
| 6 | 
            -
                <creator>
         | 
| 7 | 
            -
                  <creatorName nameType="Personal">Hallett, Richard</creatorName>
         | 
| 8 | 
            -
                  <givenName>Richard</givenName>
         | 
| 9 | 
            -
                  <familyName>Hallett</familyName>
         | 
| 10 | 
            -
                </creator>
         | 
| 11 | 
            -
              </creators>
         | 
| 12 | 
            -
              <titles>
         | 
| 13 | 
            -
                <title xml:lang="en-US">Example for related items</title>
         | 
| 14 | 
            -
              </titles>
         | 
| 15 | 
            -
              <publisher xml:lang="en">DataCite</publisher>
         | 
| 16 | 
            -
              <publicationYear>2021</publicationYear>
         | 
| 17 | 
            -
              <dates>
         | 
| 18 | 
            -
                <date dateType="Updated" dateInformation="Updated with 4.4 properties">2021-01-26</date>
         | 
| 19 | 
            -
              </dates>
         | 
| 20 | 
            -
              <language>en-US</language>
         | 
| 21 | 
            -
              <resourceType resourceTypeGeneral="Software">XML</resourceType>
         | 
| 22 | 
            -
              <version>1</version>
         | 
| 23 | 
            -
              <descriptions>
         | 
| 24 | 
            -
                <description xml:lang="en-US" descriptionType="Abstract">A test example for related items</description>
         | 
| 25 | 
            -
              </descriptions>
         | 
| 26 | 
            -
              <relatedItems>
         | 
| 27 | 
            -
                <relatedItem relationType="IsPublishedIn" relatedItemType="Journal">
         | 
| 28 | 
            -
                  <relatedItemIdentifier
         | 
| 29 | 
            -
                    relatedItemIdentifierType="DOI"
         | 
| 30 | 
            -
                    relatedMetadataScheme="citeproc+json"
         | 
| 31 | 
            -
                    schemeURI="https://github.com/citation-style-language/schema/raw/master/csl-data.json"
         | 
| 32 | 
            -
                    schemeType="URL">10.5072/john-smiths-1234</relatedItemIdentifier>
         | 
| 33 | 
            -
                  <creators>
         | 
| 34 | 
            -
                      <creator>
         | 
| 35 | 
            -
                          <creatorName nameType="Personal">Smith, John</creatorName>
         | 
| 36 | 
            -
                          <givenName>John</givenName>
         | 
| 37 | 
            -
                          <familyName>Smith</familyName>
         | 
| 38 | 
            -
                      </creator>
         | 
| 39 | 
            -
                  </creators>
         | 
| 40 | 
            -
                  <titles>
         | 
| 41 | 
            -
                    <title>Understanding the fictional John Smith</title>
         | 
| 42 | 
            -
                    <title titleType="Subtitle">A detailed look</title>
         | 
| 43 | 
            -
                  </titles>
         | 
| 44 | 
            -
                  <publicationYear>1776</publicationYear>
         | 
| 45 | 
            -
                  <volume>776</volume>
         | 
| 46 | 
            -
                  <issue>1</volume>
         | 
| 47 | 
            -
                  <number numberType="Chapter">1</number>
         | 
| 48 | 
            -
                  <firstPage>50</firstPage>
         | 
| 49 | 
            -
                  <lastPage>60</lastPage>
         | 
| 50 | 
            -
                  <publisher>Example Inc</publisher>
         | 
| 51 | 
            -
                  <edition>1</edition>
         | 
| 52 | 
            -
                  <contributors>
         | 
| 53 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 54 | 
            -
                        <contributorName>Richard, Hallett</contributorName>
         | 
| 55 | 
            -
                        <givenName>Richard</givenName>
         | 
| 56 | 
            -
                        <familyName>Hallett</familyName>
         | 
| 57 | 
            -
                    </contributor>
         | 
| 58 | 
            -
                  </contributors>
         | 
| 59 | 
            -
                </relatedItem>
         | 
| 60 | 
            -
              </relatedItems>
         | 
| 61 | 
            -
            </resource>
         | 
| @@ -1,28 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
         | 
| 2 | 
            -
            <resource xmlns="http://datacite.org/schema/kernel-2.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://datacite.org/schema/kernel-2.2 http://schema.datacite.org/meta/kernel-2.2/metadata.xsd"><identifier identifierType="DOI">10.4225/13/511C71F8612C3</identifier>
         | 
| 3 | 
            -
                <creators>
         | 
| 4 | 
            -
                    <creator>
         | 
| 5 | 
            -
                        <creatorName>Claire L O?Brien</creatorName>
         | 
| 6 | 
            -
                    </creator>
         | 
| 7 | 
            -
                    <creator>
         | 
| 8 | 
            -
                        <creatorName>Gwen E Allison</creatorName>
         | 
| 9 | 
            -
                    </creator>
         | 
| 10 | 
            -
                    <creator>
         | 
| 11 | 
            -
                        <creatorName>Florian Grimpen</creatorName>
         | 
| 12 | 
            -
                    </creator>
         | 
| 13 | 
            -
                    <creator>
         | 
| 14 | 
            -
                        <creatorName>Paul Pavli</creatorName>
         | 
| 15 | 
            -
                    </creator>
         | 
| 16 | 
            -
                </creators>
         | 
| 17 | 
            -
                <titles>
         | 
| 18 | 
            -
                    <title>Impact of Colonoscopy Bowel Preparation on Intestinal Microbiota</title>
         | 
| 19 | 
            -
                </titles>
         | 
| 20 | 
            -
                <publisher>The Australian National University Data Commons</publisher>
         | 
| 21 | 
            -
                <publicationYear>2013</publicationYear>
         | 
| 22 | 
            -
                <sizes>
         | 
| 23 | 
            -
                    <size xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">1.7 GB</size>
         | 
| 24 | 
            -
                </sizes>
         | 
| 25 | 
            -
                <formats>
         | 
| 26 | 
            -
                    <format xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">application/xml</format>
         | 
| 27 | 
            -
                </formats>
         | 
| 28 | 
            -
            </resource>
         | 
| @@ -1,22 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
         | 
| 2 | 
            -
            <resource xsi:schemaLocation="http://datacite.org/schema/kernel-2.2 http://schema.datacite.org/meta/kernel-2.2/metadata.xsd" xmlns="http://datacite.org/schema/kernel-2.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         | 
| 3 | 
            -
                <identifier identifierType="DOI">10.5882/10.5882_hypertonie2011_IS17</identifier>
         | 
| 4 | 
            -
                <creators>
         | 
| 5 | 
            -
                    <creator>
         | 
| 6 | 
            -
                        <creatorName>Scholze J.</creatorName>
         | 
| 7 | 
            -
                    </creator>
         | 
| 8 | 
            -
                </creators>
         | 
| 9 | 
            -
                <titles>
         | 
| 10 | 
            -
                    <title>Gefäßaktive Therapie der Isoliert Systolischen Hypertonie Ursachen behandeln - Gefäßschädigung und deren Folgen vermeiden</title>
         | 
| 11 | 
            -
                </titles>
         | 
| 12 | 
            -
                <publisher>Deutsche Hochdruckliga e.V. DHL®</publisher>
         | 
| 13 | 
            -
                <publicationYear>2011</publicationYear>
         | 
| 14 | 
            -
                <subjects>
         | 
| 15 | 
            -
                    <subject>Vaskuläre Mechanismen, Atherothrombose</subject>
         | 
| 16 | 
            -
                </subjects>
         | 
| 17 | 
            -
                <resourceType resourceTypeGeneral="Text">Abstract</resourceType>
         | 
| 18 | 
            -
                <formats>
         | 
| 19 | 
            -
                    <format xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">PDF</format>
         | 
| 20 | 
            -
                </formats>
         | 
| 21 | 
            -
                <version>1.0</version>
         | 
| 22 | 
            -
            </resource>
         | 
| @@ -1,98 +0,0 @@ | |
| 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"
         | 
| 3 | 
            -
              xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
         | 
| 4 | 
            -
              <identifier identifierType="DOI">10.5072/testpub</identifier>
         | 
| 5 | 
            -
              <creators>
         | 
| 6 | 
            -
                <creator>
         | 
| 7 | 
            -
                  <creatorName nameType="Personal">Smith, John</creatorName>
         | 
| 8 | 
            -
                </creator>
         | 
| 9 | 
            -
                <creator>
         | 
| 10 | 
            -
                  <creatorName>つまらないものですが</creatorName>
         | 
| 11 | 
            -
                  <nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000134596520</nameIdentifier>
         | 
| 12 | 
            -
                </creator>
         | 
| 13 | 
            -
              </creators>
         | 
| 14 | 
            -
              <titles>
         | 
| 15 | 
            -
                <title>Właściwości rzutowań podprzestrzeniowych</title>
         | 
| 16 | 
            -
                <title titleType="TranslatedTitle">Translation of Polish titles</title>
         | 
| 17 | 
            -
              </titles>
         | 
| 18 | 
            -
              <publisher>Springer</publisher>
         | 
| 19 | 
            -
              <publicationYear>2010</publicationYear>
         | 
| 20 | 
            -
              <subjects>
         | 
| 21 | 
            -
                <subject subjectScheme="DDC">830 German & related literatures</subject>
         | 
| 22 | 
            -
                <subject>Polish Literature</subject>
         | 
| 23 | 
            -
              </subjects>
         | 
| 24 | 
            -
              <dates>
         | 
| 25 | 
            -
                <date dateType="Other" dateInformation="Correction">2012-12-13</date>
         | 
| 26 | 
            -
              </dates>
         | 
| 27 | 
            -
              <contributors>
         | 
| 28 | 
            -
                <contributor contributorType="DataCollector">
         | 
| 29 | 
            -
                  <contributorName>Doe, John</contributorName>
         | 
| 30 | 
            -
                  <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-5393-1421</nameIdentifier>
         | 
| 31 | 
            -
                </contributor>
         | 
| 32 | 
            -
              </contributors>
         | 
| 33 | 
            -
              <language>GER</language>
         | 
| 34 | 
            -
              <resourceType resourceTypeGeneral="Text">Monograph</resourceType>
         | 
| 35 | 
            -
              <alternateIdentifiers>
         | 
| 36 | 
            -
                <alternateIdentifier alternateIdentifierType="ISBN">937-0-4523-12357-6</alternateIdentifier>
         | 
| 37 | 
            -
              </alternateIdentifiers>
         | 
| 38 | 
            -
              <relatedIdentifiers>
         | 
| 39 | 
            -
                <relatedIdentifier resourceTypeGeneral="Text" relatedIdentifierType="DOI" relationType="IsPartOf">
         | 
| 40 | 
            -
                  10.5272/oldertestpub</relatedIdentifier>
         | 
| 41 | 
            -
              </relatedIdentifiers>
         | 
| 42 | 
            -
              <sizes>
         | 
| 43 | 
            -
                <size>256 pages</size>
         | 
| 44 | 
            -
              </sizes>
         | 
| 45 | 
            -
              <formats>
         | 
| 46 | 
            -
                <format>pdf</format>
         | 
| 47 | 
            -
              </formats>
         | 
| 48 | 
            -
              <version>2</version>
         | 
| 49 | 
            -
              <fundingReferences>
         | 
| 50 | 
            -
                <fundingReference>
         | 
| 51 | 
            -
                  <funderName>National Science Foundation (NSF)</funderName>
         | 
| 52 | 
            -
                  <funderIdentifier funderIdentifierType="ISNI" schemeURI="http://www.isni.org/isni/">http://www.isni.org/isni/0000000119587073</funderIdentifier>
         | 
| 53 | 
            -
                </fundingReference>
         | 
| 54 | 
            -
                <fundingReference>
         | 
| 55 | 
            -
                  <funderName>Acme Inc</funderName>
         | 
| 56 | 
            -
                  <funderIdentifier funderIdentifierType="Other">1234</funderIdentifier>
         | 
| 57 | 
            -
                </fundingReference>
         | 
| 58 | 
            -
                <fundingReference>
         | 
| 59 | 
            -
                  <funderName>European Commission</funderName>
         | 
| 60 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID" schemeURI="https://doi.org/">https://doi.org/10.13039/501100000780</funderIdentifier>
         | 
| 61 | 
            -
                </fundingReference>
         | 
| 62 | 
            -
                <fundingReference>
         | 
| 63 | 
            -
                  <funderName>University of Washington</funderName>
         | 
| 64 | 
            -
                  <funderIdentifier funderIdentifierType="ISNI" schemeURI="http://www.isni.org/isni/">0000 0001 2298 6657</funderIdentifier>
         | 
| 65 | 
            -
                </fundingReference>
         | 
| 66 | 
            -
                <fundingReference>
         | 
| 67 | 
            -
                  <funderName>National Library of Ireland.</funderName>
         | 
| 68 | 
            -
                  <funderIdentifier funderIdentifierType="Other" schemeURI="http://viaf.org/viaf/">127467345</funderIdentifier>
         | 
| 69 | 
            -
                </fundingReference>
         | 
| 70 | 
            -
                <fundingReference>
         | 
| 71 | 
            -
                  <funderName>DataCite</funderName>
         | 
| 72 | 
            -
                  <funderIdentifier funderIdentifierType="ROR" schemeURI="https://ror.org/">https://ror.org/04wxnsj81</funderIdentifier>
         | 
| 73 | 
            -
                </fundingReference>
         | 
| 74 | 
            -
                <fundingReference>
         | 
| 75 | 
            -
                  <funderName>Department of Agriculture</funderName>
         | 
| 76 | 
            -
                  <funderIdentifier funderIdentifierType="ROR">038wwg650</funderIdentifier>
         | 
| 77 | 
            -
                </fundingReference>
         | 
| 78 | 
            -
                <fundingReference>
         | 
| 79 | 
            -
                  <funderName>Tottori University</funderName>
         | 
| 80 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID">10.13039/501100005695</funderIdentifier>
         | 
| 81 | 
            -
                </fundingReference>
         | 
| 82 | 
            -
              </fundingReferences>
         | 
| 83 | 
            -
              <rightsList>
         | 
| 84 | 
            -
                <rights xml:lang="eng" rightsURI="http://creativecommons.org/licenses/by-nd/2.0/">Creative Commons
         | 
| 85 | 
            -
                  Attribution-NoDerivs 2.0 Generic</rights>
         | 
| 86 | 
            -
              </rightsList>
         | 
| 87 | 
            -
              <descriptions>
         | 
| 88 | 
            -
                <description descriptionType="Abstract">
         | 
| 89 | 
            -
                  Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
         | 
| 90 | 
            -
                  dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita
         | 
| 91 | 
            -
                  kasd gubergren, no sea
         | 
| 92 | 
            -
                  takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
         | 
| 93 | 
            -
                  nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
         | 
| 94 | 
            -
                  et justo duo dolores
         | 
| 95 | 
            -
                  et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
         | 
| 96 | 
            -
                </description>
         | 
| 97 | 
            -
              </descriptions>
         | 
| 98 | 
            -
            </resource>
         |