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,183 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            -
            <crossref_result xmlns="http://www.crossref.org/qrschema/3.0" version="3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.crossref.org/qrschema/3.0 http://www.crossref.org/schemas/crossref_query_output3.0.xsd">
         | 
| 3 | 
            -
              <query_result>
         | 
| 4 | 
            -
                <head>
         | 
| 5 | 
            -
                  <doi_batch_id>none</doi_batch_id>
         | 
| 6 | 
            -
                </head>
         | 
| 7 | 
            -
                <body>
         | 
| 8 | 
            -
                  <query status="resolved">
         | 
| 9 | 
            -
                    <doi type="journal_article">10.7554/eLife.01567</doi>
         | 
| 10 | 
            -
                    <crm-item name="publisher-name" type="string">eLife Sciences Publications, Ltd</crm-item>
         | 
| 11 | 
            -
                    <crm-item name="prefix-name" type="string">eLife Sciences Publications, Ltd.</crm-item>
         | 
| 12 | 
            -
                    <crm-item name="member-id" type="number">4374</crm-item>
         | 
| 13 | 
            -
                    <crm-item name="citation-id" type="number">67124617</crm-item>
         | 
| 14 | 
            -
                    <crm-item name="journal-id" type="number">189365</crm-item>
         | 
| 15 | 
            -
                    <crm-item name="deposit-timestamp" type="number">20180823133646</crm-item>
         | 
| 16 | 
            -
                    <crm-item name="owner-prefix" type="string">10.7554</crm-item>
         | 
| 17 | 
            -
                    <crm-item name="last-update" type="date">2018-08-23T13:41:49Z</crm-item>
         | 
| 18 | 
            -
                    <crm-item name="created" type="date">2014-02-11T16:29:04Z</crm-item>
         | 
| 19 | 
            -
                    <crm-item name="citedby-count" type="number">13</crm-item>
         | 
| 20 | 
            -
                    <doi_record>
         | 
| 21 | 
            -
                      <crossref xmlns="http://www.crossref.org/xschema/1.1" xsi:schemaLocation="http://www.crossref.org/xschema/1.1 http://doi.crossref.org/schemas/unixref1.1.xsd">
         | 
| 22 | 
            -
                        <journal>
         | 
| 23 | 
            -
                          <journal_metadata language="en">
         | 
| 24 | 
            -
                              <full_title>Journal of Metadata Perfection</full_title>
         | 
| 25 | 
            -
                              <abbrev_title>JOMPer</abbrev_title>
         | 
| 26 | 
            -
                              <doi_data>
         | 
| 27 | 
            -
                                  <doi>10.32013/487529</doi>
         | 
| 28 | 
            -
                                  <resource>https://www.crossref.org/jomper</resource>
         | 
| 29 | 
            -
                              </doi_data>
         | 
| 30 | 
            -
                          </journal_metadata>
         | 
| 31 | 
            -
                          <journal_issue>
         | 
| 32 | 
            -
                              <publication_date media_type="online">
         | 
| 33 | 
            -
                                  <month>08</month>
         | 
| 34 | 
            -
                                  <day>13</day>
         | 
| 35 | 
            -
                                  <year>2008</year>
         | 
| 36 | 
            -
                              </publication_date>
         | 
| 37 | 
            -
                              <publication_date media_type="print">
         | 
| 38 | 
            -
                                  <month>08</month>
         | 
| 39 | 
            -
                                  <day>14</day>
         | 
| 40 | 
            -
                                  <year>2008</year>
         | 
| 41 | 
            -
                              </publication_date>
         | 
| 42 | 
            -
                              <journal_volume>
         | 
| 43 | 
            -
                                  <volume>5</volume>
         | 
| 44 | 
            -
                              </journal_volume>
         | 
| 45 | 
            -
                              <issue>11</issue>
         | 
| 46 | 
            -
                          </journal_issue>
         | 
| 47 | 
            -
                          <journal_article publication_type="full_text">
         | 
| 48 | 
            -
                              <titles>
         | 
| 49 | 
            -
                                  <title>Quand vos meilleures métadonnées ne suffisent pas: travailler avec une spécification imparfaite</title>
         | 
| 50 | 
            -
                                  <original_language_title language="en">When your best metadata isn't good enough: working with an imperfect specification </original_language_title>
         | 
| 51 | 
            -
                              </titles>
         | 
| 52 | 
            -
                              <contributors>
         | 
| 53 | 
            -
                                  <person_name sequence="first" contributor_role="author">
         | 
| 54 | 
            -
                                      <given_name>Minerva</given_name>
         | 
| 55 | 
            -
                                      <surname>Housecat</surname>
         | 
| 56 | 
            -
                                      <affiliation>Crossref University</affiliation>
         | 
| 57 | 
            -
                                      <ORCID authenticated="true">https://orcid.org/0000-0002-4011-3590</ORCID>
         | 
| 58 | 
            -
                                  </person_name>
         | 
| 59 | 
            -
                                  <person_name sequence="additional" contributor_role="author">
         | 
| 60 | 
            -
                                      <given_name>Josiah</given_name>
         | 
| 61 | 
            -
                                      <surname>Carberry</surname>
         | 
| 62 | 
            -
                                      <affiliation>Brown University</affiliation>
         | 
| 63 | 
            -
                                      <ORCID authenticated="true">https://orcid.org/0000-0002-1825-0097</ORCID>
         | 
| 64 | 
            -
                                  </person_name>
         | 
| 65 | 
            -
                                  <person_name contributor_role="editor" sequence="additional">
         | 
| 66 | 
            -
                                    <given_name>Ashwini</given_name>
         | 
| 67 | 
            -
                                    <surname>Sukale</surname>
         | 
| 68 | 
            -
                                    <affiliation>DataCite</affiliation>
         | 
| 69 | 
            -
                                  </person_name>
         | 
| 70 | 
            -
                                  <person_name contributor_role="translator" sequence="additional">
         | 
| 71 | 
            -
                                    <given_name>Cody</given_name>
         | 
| 72 | 
            -
                                    <surname>Ross</surname>
         | 
| 73 | 
            -
                                    <affiliation>DataCite</affiliation>
         | 
| 74 | 
            -
                                  </person_name>
         | 
| 75 | 
            -
                              </contributors>
         | 
| 76 | 
            -
                              <publication_date media_type="online">
         | 
| 77 | 
            -
                                  <month>08</month>
         | 
| 78 | 
            -
                                  <day>13</day>
         | 
| 79 | 
            -
                                  <year>2018</year>
         | 
| 80 | 
            -
                              </publication_date>
         | 
| 81 | 
            -
                              <publication_date media_type="print">
         | 
| 82 | 
            -
                                  <month>08</month>
         | 
| 83 | 
            -
                                  <day>14</day>
         | 
| 84 | 
            -
                                  <year>2018</year>
         | 
| 85 | 
            -
                              </publication_date>
         | 
| 86 | 
            -
                              <acceptance_date>
         | 
| 87 | 
            -
                                  <month>05</month>
         | 
| 88 | 
            -
                                  <day>21</day>
         | 
| 89 | 
            -
                                  <year>2018</year>
         | 
| 90 | 
            -
                              </acceptance_date>
         | 
| 91 | 
            -
                              <pages>
         | 
| 92 | 
            -
                                  <first_page>1</first_page>
         | 
| 93 | 
            -
                                  <last_page>3</last_page>
         | 
| 94 | 
            -
                              </pages>
         | 
| 95 | 
            -
                              <publisher_item>
         | 
| 96 | 
            -
                                  <item_number item_number_type="article_number">2347854-0</item_number>
         | 
| 97 | 
            -
                              </publisher_item>
         | 
| 98 | 
            -
                              <program xmlns="http://www.crossref.org/relations.xsd">
         | 
| 99 | 
            -
                                  <related_item>
         | 
| 100 | 
            -
                                      <description>English language version</description>
         | 
| 101 | 
            -
                                      <intra_work_relation relationship-type="hasTranslation" identifier-type="doi"
         | 
| 102 | 
            -
                                          >10.32013/zLl10OQ</intra_work_relation>
         | 
| 103 | 
            -
                                  </related_item>
         | 
| 104 | 
            -
                                  <related_item>
         | 
| 105 | 
            -
                                    <description>Portuguese translation of an article</description>
         | 
| 106 | 
            -
                                    <intra_work_relation relationship-type="isTranslationOf" identifier-type="doi">10.5555/original_language</intra_work_relation>
         | 
| 107 | 
            -
                                  </related_item>
         | 
| 108 | 
            -
                              </program>
         | 
| 109 | 
            -
                              <archive_locations>
         | 
| 110 | 
            -
                                  <archive name="CLOCKSS"/>
         | 
| 111 | 
            -
                                  <archive name="Internet Archive"/>
         | 
| 112 | 
            -
                                  <archive name="Portico"/>
         | 
| 113 | 
            -
                                  <archive name="KB"/>
         | 
| 114 | 
            -
                              </archive_locations>
         | 
| 115 | 
            -
                              <doi_data>
         | 
| 116 | 
            -
                                  <doi>10.32013/4859104</doi>
         | 
| 117 | 
            -
                                  <resource>https://www.crossref.org/xml-samples/</resource>
         | 
| 118 | 
            -
                                  <collection property="crawler-based">
         | 
| 119 | 
            -
                                      <item crawler="iParadigms">
         | 
| 120 | 
            -
                                          <resource>https://www.crossref.org/faqs.html</resource>
         | 
| 121 | 
            -
                                      </item>
         | 
| 122 | 
            -
                                  </collection>
         | 
| 123 | 
            -
                                  <collection property="text-mining">
         | 
| 124 | 
            -
                                      <item>
         | 
| 125 | 
            -
                                          <resource content_version="vor" mime_type="text/xml"
         | 
| 126 | 
            -
                                              >https://www.crossref.org/example.xml</resource>
         | 
| 127 | 
            -
                                      </item>
         | 
| 128 | 
            -
                                  </collection>
         | 
| 129 | 
            -
                                  <collection property="link-header">
         | 
| 130 | 
            -
                                      <item link_header_relationship="dul">
         | 
| 131 | 
            -
                                          <resource>http://www.crossref.org/exampleDULendpoint</resource>
         | 
| 132 | 
            -
                                      </item>
         | 
| 133 | 
            -
                                  </collection>
         | 
| 134 | 
            -
                              </doi_data>
         | 
| 135 | 
            -
                              <citation_list>
         | 
| 136 | 
            -
                                  <citation key="ref1">
         | 
| 137 | 
            -
                                      <doi>10.1101/144147</doi>
         | 
| 138 | 
            -
                                      <unstructured_citation>BioSharing: Harnessing Metadata Standards For The
         | 
| 139 | 
            -
                                          Data Commons. Susanna-Assunta Sansone, Alejandra Gonzalez-Beltran,
         | 
| 140 | 
            -
                                          Philippe Rocca-Serra, PeterMcQuilton, Massimiliano Izzo, Allyson Lister,
         | 
| 141 | 
            -
                                          Milo Thurston. bioRxiv 144147</unstructured_citation>
         | 
| 142 | 
            -
                                  </citation>
         | 
| 143 | 
            -
                                  <citation key="ref2">
         | 
| 144 | 
            -
                                      <doi>10.1515/jdis-2017-0012</doi>
         | 
| 145 | 
            -
                                      <unstructured_citation>Greenberg, J. (2017). Big Metadata, Smart Metadata,
         | 
| 146 | 
            -
                                          and Metadata Capital: Toward Greater Synergy Between Data Science and
         | 
| 147 | 
            -
                                          Metadata, Journal of Data and Information Science, 2(3), 19-36.
         | 
| 148 | 
            -
                                      </unstructured_citation>
         | 
| 149 | 
            -
                                  </citation>
         | 
| 150 | 
            -
                                  <citation key="ref3">
         | 
| 151 | 
            -
                                      <doi>10.32013/s4947892</doi>
         | 
| 152 | 
            -
                                  </citation>
         | 
| 153 | 
            -
                                  <citation key="ref4">
         | 
| 154 | 
            -
                                      <doi>10.1108/LHTN-12-2016-0059</doi>
         | 
| 155 | 
            -
                                      <unstructured_citation>Jung ran Park, Yuji Tosaka, (2017) “Emerging
         | 
| 156 | 
            -
                                          information standards and technologies: cataloging and metadata
         | 
| 157 | 
            -
                                          professionals’ perspectives", Library Hi Tech News, Vol. 34 Issue: 4,
         | 
| 158 | 
            -
                                          pp.22-26</unstructured_citation>
         | 
| 159 | 
            -
                                  </citation>
         | 
| 160 | 
            -
                                  <citation key="ref5">
         | 
| 161 | 
            -
                                      <journal_title>Information Technology and Libraries</journal_title>
         | 
| 162 | 
            -
                                      <author>Park</author>
         | 
| 163 | 
            -
                                      <volume>29</volume>
         | 
| 164 | 
            -
                                      <issue>3</issue>
         | 
| 165 | 
            -
                                      <first_page>104</first_page>
         | 
| 166 | 
            -
                                      <cYear>2010</cYear>
         | 
| 167 | 
            -
                                      <doi>10.6017/ital.v29i3.3136</doi>
         | 
| 168 | 
            -
                                      <article_title>Metadata creation practices in digital repositories and collections: Schemata, selection criteria, and interoperability</article_title>
         | 
| 169 | 
            -
                                  </citation>
         | 
| 170 | 
            -
                                  <citation key="ref6">
         | 
| 171 | 
            -
                                      <unstructured_citation>Riley, J. (2017). Understanding metadata.
         | 
| 172 | 
            -
                                          Bethesda,MD: NISO Press.</unstructured_citation>
         | 
| 173 | 
            -
                                  </citation>
         | 
| 174 | 
            -
                              </citation_list>
         | 
| 175 | 
            -
                          </journal_article>
         | 
| 176 | 
            -
                      </journal>
         | 
| 177 | 
            -
              
         | 
| 178 | 
            -
                      </crossref>
         | 
| 179 | 
            -
                    </doi_record>
         | 
| 180 | 
            -
                  </query>
         | 
| 181 | 
            -
                </body>
         | 
| 182 | 
            -
              </query_result>
         | 
| 183 | 
            -
            </crossref_result>
         | 
| @@ -1,51 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            -
            <resource
         | 
| 3 | 
            -
                xmlns="http://datacite.org/schema/kernel-3"
         | 
| 4 | 
            -
                xmlns:dspace="http://www.dspace.org/xmlns/dspace/dim"
         | 
| 5 | 
            -
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd">
         | 
| 6 | 
            -
                <identifier identifierType="DOI">10.26041/FHNW-7645</identifier>
         | 
| 7 | 
            -
                <creators>
         | 
| 8 | 
            -
                    <creator>
         | 
| 9 | 
            -
                        <creatorName>Piñeiro, Esteban</creatorName>
         | 
| 10 | 
            -
                    </creator>
         | 
| 11 | 
            -
                    <creator>
         | 
| 12 | 
            -
                        <creatorName>Locher, Nora</creatorName>
         | 
| 13 | 
            -
                    </creator>
         | 
| 14 | 
            -
                    <creator>
         | 
| 15 | 
            -
                        <creatorName>Pasche, Nathalie</creatorName>
         | 
| 16 | 
            -
                    </creator>
         | 
| 17 | 
            -
                </creators>
         | 
| 18 | 
            -
                <titles>
         | 
| 19 | 
            -
                    <title>The art of soft power banishment. New insights into the Swiss deportation regime</title>
         | 
| 20 | 
            -
                </titles>
         | 
| 21 | 
            -
                <publisher>Taylor & Francis</publisher>
         | 
| 22 | 
            -
                <publicationYear>2021</publicationYear>
         | 
| 23 | 
            -
                <subjects>
         | 
| 24 | 
            -
                    <subject subjectScheme="ddc">300 - Sozialwissenschaften, Soziologie, Anthropologie</subject>
         | 
| 25 | 
            -
                </subjects>
         | 
| 26 | 
            -
                <contributors>
         | 
| 27 | 
            -
                    <contributor contributorType="DataManager">
         | 
| 28 | 
            -
                        <contributorName>Fachhochschule Nordwestschweiz FHNW</contributorName>
         | 
| 29 | 
            -
                    </contributor>
         | 
| 30 | 
            -
                    <contributor contributorType="HostingInstitution">
         | 
| 31 | 
            -
                        <contributorName>Fachhochschule Nordwestschweiz FHNW</contributorName>
         | 
| 32 | 
            -
                    </contributor>
         | 
| 33 | 
            -
                </contributors>
         | 
| 34 | 
            -
                <dates>
         | 
| 35 | 
            -
                    <date dateType="Accepted">2024-01-19</date>
         | 
| 36 | 
            -
                    <date dateType="Available">2024-01-19</date>
         | 
| 37 | 
            -
                    <date dateType="Issued">2021</date>
         | 
| 38 | 
            -
                </dates>
         | 
| 39 | 
            -
                <language>de</language>
         | 
| 40 | 
            -
                <resourceType resourceTypeGeneral="Other">01A - Beitrag in wissenschaftlicher Zeitschrift</resourceType>
         | 
| 41 | 
            -
                <alternateIdentifiers>
         | 
| 42 | 
            -
                    <alternateIdentifier alternateIdentifierType="doi">10.1080/01419870.2021.1989010</alternateIdentifier>
         | 
| 43 | 
            -
                    <alternateIdentifier alternateIdentifierType="issn">0141-9870</alternateIdentifier>
         | 
| 44 | 
            -
                    <alternateIdentifier alternateIdentifierType="issn">1466-4356</alternateIdentifier>
         | 
| 45 | 
            -
                    <alternateIdentifier alternateIdentifierType="uri">https://irf.fhnw.ch/handle/11654/43705</alternateIdentifier>
         | 
| 46 | 
            -
                    <alternateIdentifier alternateIdentifierType="uri">https://doi.org/10.26041/fhnw-7645</alternateIdentifier>
         | 
| 47 | 
            -
                </alternateIdentifiers>
         | 
| 48 | 
            -
                <rightsList>
         | 
| 49 | 
            -
                    <rights rightsURI="https://creativecommons.org/licenses/by-nd/4.0/"/>
         | 
| 50 | 
            -
                </rightsList>
         | 
| 51 | 
            -
            </resource>
         | 
| @@ -1,57 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0"?>
         | 
| 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">
         | 
| 3 | 
            -
              <identifier identifierType="DOI">10.13116/c6b6060e-0648-4f88-b108-95ea00928171</identifier>
         | 
| 4 | 
            -
              <creators>
         | 
| 5 | 
            -
                <creator>
         | 
| 6 | 
            -
                  <creatorName>EvK2 CNR Committee</creatorName>
         | 
| 7 | 
            -
                </creator>
         | 
| 8 | 
            -
              </creators>
         | 
| 9 | 
            -
              <titles>
         | 
| 10 | 
            -
                <title>SHARE (Stations at High Altitude for Research on the Environment) Network</title>
         | 
| 11 | 
            -
                <title titleType="Subtitle">Urdukas (Baltoro Glacier, Baltistan - Pakistan)</title>
         | 
| 12 | 
            -
              </titles>
         | 
| 13 | 
            -
              <publisher>EvK2 CNR Committee</publisher>
         | 
| 14 | 
            -
              <publicationYear>2011</publicationYear>
         | 
| 15 | 
            -
              <subjects>
         | 
| 16 | 
            -
                <subject>Environmental research</subject>
         | 
| 17 | 
            -
              </subjects>
         | 
| 18 | 
            -
              <contributors>
         | 
| 19 | 
            -
                <contributor contributorType="Funder">
         | 
| 20 | 
            -
                  <contributorName>EvK2 CNR Committee</contributorName>
         | 
| 21 | 
            -
                </contributor>
         | 
| 22 | 
            -
              </contributors>
         | 
| 23 | 
            -
              <dates>
         | 
| 24 | 
            -
                <date dateType="Valid">
         | 
| 25 | 
            -
            		</date>
         | 
| 26 | 
            -
              </dates>
         | 
| 27 | 
            -
              <language>en</language>
         | 
| 28 | 
            -
              <resourceType resourceTypeGeneral="Dataset"/>
         | 
| 29 | 
            -
              <relatedIdentifiers>
         | 
| 30 | 
            -
                <relatedIdentifier relatedIdentifierType="URL" relationType="IsDocumentedBy">http://geonetwork.evk2cnr.org:8080/geonetwork/srv/en/main.home</relatedIdentifier>
         | 
| 31 | 
            -
              </relatedIdentifiers>
         | 
| 32 | 
            -
              <sizes>
         | 
| 33 | 
            -
                <size>
         | 
| 34 | 
            -
            		</size>
         | 
| 35 | 
            -
              </sizes>
         | 
| 36 | 
            -
              <formats>
         | 
| 37 | 
            -
                <format>text</format>
         | 
| 38 | 
            -
              </formats>
         | 
| 39 | 
            -
              <version>1.0</version>
         | 
| 40 | 
            -
              <rights>
         | 
| 41 | 
            -
            	</rights>
         | 
| 42 | 
            -
              <descriptions>
         | 
| 43 | 
            -
                <description descriptionType="Abstract">The Baltoro Glacier, 62 km long, is one of the longest glaciers outside of the Polar Regions. It is located in Baltistan, in the Northern Areas of Pakistan, and runs through part of the Karakoram mountain range. In the middle of the Baltoro glacier there is the campsite of Urdukas located on the trek way to Concordia. 
         | 
| 44 | 
            -
            This automatic weather station was installed, in June 17, 2004 on the Baltoro Glacier, more precisely on a moraine ridge close to the left glacier margin at 3926 m asl.
         | 
| 45 | 
            -
             | 
| 46 | 
            -
            Geographical coordinates:
         | 
| 47 | 
            -
            Latitude: 35deg 43' 41" N 
         | 
| 48 | 
            -
            Longitude: 76deg 17' 10" EThe Urdukas AWS provides data (with a 60 minute time resolution" of the following parameters:
         | 
| 49 | 
            -
            - air temperature (degC)
         | 
| 50 | 
            -
            - atmopherich pressure (hPa)
         | 
| 51 | 
            -
            - relative humidity (%)
         | 
| 52 | 
            -
            - total precipitation (mm)
         | 
| 53 | 
            -
            - global solar radiation (W/m2)
         | 
| 54 | 
            -
            - wind speed (m/s)
         | 
| 55 | 
            -
            - wind direction (degree)</description>
         | 
| 56 | 
            -
              </descriptions>
         | 
| 57 | 
            -
            </resource>
         | 
| @@ -1,125 +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">Ashwini Sukale</creatorName>
         | 
| 8 | 
            -
                        <nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-9998-0117</nameIdentifier>
         | 
| 9 | 
            -
                        <affiliation affiliationIdentifier="05bp8ka77" affiliationIdentifierScheme="ROR"> Metadata Game Changers </affiliation>
         | 
| 10 | 
            -
                        <affiliation affiliationIdentifier="grid.268117.b" affiliationIdentifierScheme="GRID">Wesleyan University</affiliation>
         | 
| 11 | 
            -
                    </creator>
         | 
| 12 | 
            -
                    <creator>
         | 
| 13 | 
            -
                        <creatorName nameType="Personal">Erin Robinson</creatorName>
         | 
| 14 | 
            -
                        <nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">https://orcid.org/0000-0001-9998-0114</nameIdentifier>
         | 
| 15 | 
            -
                        <affiliation schemeURI="https://ror.org" affiliationIdentifier="https://ror.org/05bp8ka05" affiliationIdentifierScheme="ROR"> Metadata Game Changers </affiliation>
         | 
| 16 | 
            -
                        <affiliation affiliationIdentifier="grid.268117.b" affiliationIdentifierScheme="GRID" schemeURI="https://grid.ac/institutes/">Wesleyan University</affiliation>
         | 
| 17 | 
            -
                    </creator>
         | 
| 18 | 
            -
                    <creator>
         | 
| 19 | 
            -
                        <creatorName nameType="Organizational">Gump South Pacific Research Station</creatorName>
         | 
| 20 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org/">https://ror.org/04sk0et52</nameIdentifier>
         | 
| 21 | 
            -
                    </creator>
         | 
| 22 | 
            -
                    <creator>
         | 
| 23 | 
            -
                        <creatorName nameType="Organizational">University of Vic</creatorName>
         | 
| 24 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org">006zjws59</nameIdentifier>
         | 
| 25 | 
            -
                    </creator>
         | 
| 26 | 
            -
                    <creator>
         | 
| 27 | 
            -
                        <creatorName nameType="Organizational">University of Kivu</creatorName>
         | 
| 28 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR">http://ror.org/01qfhxr31</nameIdentifier>
         | 
| 29 | 
            -
                    </creator>
         | 
| 30 | 
            -
                    <creator>
         | 
| 31 | 
            -
                        <creatorName nameType="Organizational">សាកលវិទ្យាល័យកម្ពុជា</creatorName>
         | 
| 32 | 
            -
                        <nameIdentifier nameIdentifierScheme="RORS">http://ror.org/025e3rc84</nameIdentifier>
         | 
| 33 | 
            -
                    </creator>
         | 
| 34 | 
            -
                    <creator>
         | 
| 35 | 
            -
                        <creatorName nameType="Organizational">جامعة زاخۆ</creatorName>
         | 
| 36 | 
            -
                        <nameIdentifier nameIdentifierScheme="RORS" schemeURI="https://ror.org">05sd1pz50</nameIdentifier>
         | 
| 37 | 
            -
                    </creator>
         | 
| 38 | 
            -
                    <creator>
         | 
| 39 | 
            -
                        <creatorName nameType="Personal">Ashwini S</creatorName>
         | 
| 40 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID">0000-0001-9998-0117</nameIdentifier>
         | 
| 41 | 
            -
                    </creator>
         | 
| 42 | 
            -
                     <creator>
         | 
| 43 | 
            -
                        <creatorName nameType="Personal">Mike B</creatorName>
         | 
| 44 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID"> 0000-0001-9998-0118 </nameIdentifier>
         | 
| 45 | 
            -
                    </creator>
         | 
| 46 | 
            -
                    <creator>
         | 
| 47 | 
            -
                        <creatorName nameType="Organizational">Gump South Pacific Research Station</creatorName>
         | 
| 48 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org/">https://ror.org/04sk0et52/</nameIdentifier>
         | 
| 49 | 
            -
                    </creator>
         | 
| 50 | 
            -
                    <creator>
         | 
| 51 | 
            -
                        <creatorName nameType="Personal">Ashwini Sukale</creatorName>
         | 
| 52 | 
            -
                        <nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">https://orcid.org/0000-0001-9998-0117/</nameIdentifier>
         | 
| 53 | 
            -
                    </creator>
         | 
| 54 | 
            -
                </creators>
         | 
| 55 | 
            -
                <titles>
         | 
| 56 | 
            -
                    <title xml:lang="en-US">Genomic Standards Consortium (GSC) Island Sampling Day: Moorea Reef to Ridges Genomic Transect</title>
         | 
| 57 | 
            -
                </titles>
         | 
| 58 | 
            -
                <publisher xml:lang="en-US">DMPHub</publisher>
         | 
| 59 | 
            -
                <publicationYear>2022</publicationYear>
         | 
| 60 | 
            -
                <contributors>
         | 
| 61 | 
            -
                    <contributor contributorType="Producer">
         | 
| 62 | 
            -
                        <contributorName nameType="Organizational"> Nawroz University </contributorName>
         | 
| 63 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR">04gp75d48</nameIdentifier>
         | 
| 64 | 
            -
                    </contributor>
         | 
| 65 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 66 | 
            -
                        <contributorName nameType="Personal">Neil Davies</contributorName>
         | 
| 67 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0001-8085-5014</nameIdentifier>
         | 
| 68 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/01an7q238" affiliationIdentifierScheme="ROR"> University of California, Berkeley </affiliation>
         | 
| 69 | 
            -
                    </contributor>
         | 
| 70 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 71 | 
            -
                        <contributorName nameType="Personal">Ramona Walls</contributorName>
         | 
| 72 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0001-8815-0078</nameIdentifier>
         | 
| 73 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/03m2x1q45" affiliationIdentifierScheme="ROR"> University of Arizona </affiliation>
         | 
| 74 | 
            -
                    </contributor>
         | 
| 75 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 76 | 
            -
                        <contributorName nameType="Personal">Serge Planes</contributorName>
         | 
| 77 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0002-5689-5371</nameIdentifier>
         | 
| 78 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/02feahw73" affiliationIdentifierScheme="ROR"> French National Centre for Scientific Research </affiliation>
         | 
| 79 | 
            -
                    </contributor>
         | 
| 80 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 81 | 
            -
                        <contributorName nameType="Personal">Chris Meyer</contributorName>
         | 
| 82 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0003-2501-7952</nameIdentifier>
         | 
| 83 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/01pp8nd67" affiliationIdentifierScheme="ROR"> Smithsonian Institution </affiliation>
         | 
| 84 | 
            -
                    </contributor>
         | 
| 85 | 
            -
                    <contributor contributorType="ProjectLeader">
         | 
| 86 | 
            -
                        <contributorName nameType="Personal">Lynn Schriml</contributorName>
         | 
| 87 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0001-8910-9851</nameIdentifier>
         | 
| 88 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/04rq5mt64" affiliationIdentifierScheme="ROR"> University of Maryland, Baltimore </affiliation>
         | 
| 89 | 
            -
                    </contributor>
         | 
| 90 | 
            -
                    <contributor contributorType="ProjectMember">
         | 
| 91 | 
            -
                        <contributorName nameType="Personal">Scott Tighe</contributorName>
         | 
| 92 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0002-3988-0741</nameIdentifier>
         | 
| 93 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/0155zta11" affiliationIdentifierScheme="ROR"> University of Vermont </affiliation>
         | 
| 94 | 
            -
                    </contributor>
         | 
| 95 | 
            -
                    <contributor contributorType="ProjectMember">
         | 
| 96 | 
            -
                        <contributorName nameType="Personal">Pier Luigi Buttigieg</contributorName>
         | 
| 97 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0002-4366-3088</nameIdentifier>
         | 
| 98 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/02h2x0161" affiliationIdentifierScheme="ROR"> GEOMAR Helmholtz Centre for Ocean Research Kiel </affiliation>
         | 
| 99 | 
            -
                    </contributor>
         | 
| 100 | 
            -
                    <contributor contributorType="ProjectMember">
         | 
| 101 | 
            -
                        <contributorName nameType="Personal">Raïssa Meyer</contributorName>
         | 
| 102 | 
            -
                        <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">https://orcid.org/0000-0002-2996-719X</nameIdentifier>
         | 
| 103 | 
            -
                        <affiliation affiliationIdentifier="https://ror.org/032e6b942" affiliationIdentifierScheme="ROR"> Alfred Wegener Institute for Polar and Marine Research </affiliation>
         | 
| 104 | 
            -
                    </contributor>
         | 
| 105 | 
            -
                    <contributor contributorType="Sponsor">
         | 
| 106 | 
            -
                        <contributorName nameType="Organizational">University of Greenland (https://www.uni.gl/)</contributorName>
         | 
| 107 | 
            -
                        <nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org/">https://ror.org/00t5j6b61</nameIdentifier>
         | 
| 108 | 
            -
                    </contributor>
         | 
| 109 | 
            -
                </contributors>
         | 
| 110 | 
            -
                <language>en-US</language>
         | 
| 111 | 
            -
                <resourceType resourceTypeGeneral="OutputManagementPlan">Data Management Plan</resourceType>
         | 
| 112 | 
            -
                <descriptions>
         | 
| 113 | 
            -
                    <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>
         | 
| 114 | 
            -
                </descriptions>
         | 
| 115 | 
            -
                <fundingReferences>
         | 
| 116 | 
            -
                    <fundingReference>
         | 
| 117 | 
            -
                        <funderName>Genomic Standards Consortium</funderName>
         | 
| 118 | 
            -
                    </fundingReference>
         | 
| 119 | 
            -
                </fundingReferences>
         | 
| 120 | 
            -
                <relatedIdentifiers>
         | 
| 121 | 
            -
                    <relatedIdentifier relationType="IsMetadataFor" relatedIdentifierType="URL"> https://dmptool.org/api/v2/plans/74309.pdf </relatedIdentifier>
         | 
| 122 | 
            -
                    <relatedIdentifier relationType="Cites" relatedIdentifierType="URL"> https://n2t.net/ark:/21547/EBW2 </relatedIdentifier>
         | 
| 123 | 
            -
                    <relatedIdentifier relationType="Cites" relatedIdentifierType="URL"> https://docs.google.com/document/d/1EYgEEUroMBiTNc5Px11_44G-B17JtTgyssyNkK3hV_U/edit#heading=h.ckwz8v2yry1q </relatedIdentifier>
         | 
| 124 | 
            -
                </relatedIdentifiers>
         | 
| 125 | 
            -
            </resource>
         | 
| @@ -1,114 +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" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.2/metadata.xsd">
         | 
| 3 | 
            -
              <identifier identifierType="DOI">10.5072/example-full</identifier>
         | 
| 4 | 
            -
              <creators>
         | 
| 5 | 
            -
                <creator>
         | 
| 6 | 
            -
                  <creatorName nameType="Personal">Miller, Elizabeth</creatorName>
         | 
| 7 | 
            -
                  <givenName>Elizabeth</givenName>
         | 
| 8 | 
            -
                  <familyName>Miller</familyName>
         | 
| 9 | 
            -
                  <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5000-0007</nameIdentifier>
         | 
| 10 | 
            -
                  <affiliation affiliationIdentifier="https://ror.org/04wxnsj81" affiliationIdentifierScheme="ROR">DataCite</affiliation>
         | 
| 11 | 
            -
                </creator>
         | 
| 12 | 
            -
                <creator>
         | 
| 13 | 
            -
                  <creatorName nameType="Personal">Carberry, Josiah</creatorName>
         | 
| 14 | 
            -
                  <givenName>Josiah</givenName>
         | 
| 15 | 
            -
                  <familyName>Carberry</familyName>
         | 
| 16 | 
            -
                  <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-1825-0097</nameIdentifier>
         | 
| 17 | 
            -
                  <affiliation affiliationIdentifier="https://ror.org/05gq02987" affiliationIdentifierScheme="ROR">Brown University</affiliation>
         | 
| 18 | 
            -
                  <affiliation affiliationIdentifier="grid.268117.b" affiliationIdentifierScheme="GRID" schemeURI="https://grid.ac/institutes/">Wesleyan University</affiliation>
         | 
| 19 | 
            -
                </creator>
         | 
| 20 | 
            -
                <creator>
         | 
| 21 | 
            -
                  <creatorName nameType="Organizational">The Psychoceramics Study Group</creatorName>
         | 
| 22 | 
            -
                  <affiliation affiliationIdentifier="https://ror.org/05gq02987" affiliationIdentifierScheme="ROR">Brown University</affiliation>
         | 
| 23 | 
            -
                </creator>
         | 
| 24 | 
            -
              </creators>
         | 
| 25 | 
            -
              <titles>
         | 
| 26 | 
            -
                <title xml:lang="en-US">Full DataCite XML Example</title>
         | 
| 27 | 
            -
                <title xml:lang="en-US" titleType="Subtitle">Demonstration of DataCite Properties.</title>
         | 
| 28 | 
            -
              </titles>
         | 
| 29 | 
            -
              <publisher xml:lang="en">DataCite</publisher>
         | 
| 30 | 
            -
              <publicationYear>2014</publicationYear>
         | 
| 31 | 
            -
              <subjects>
         | 
| 32 | 
            -
                <subject xml:lang="en-US" schemeURI="http://dewey.info/" subjectScheme="dewey">000 computer science</subject>
         | 
| 33 | 
            -
              </subjects>
         | 
| 34 | 
            -
              <contributors>
         | 
| 35 | 
            -
                <contributor contributorType="ProjectLeader">
         | 
| 36 | 
            -
                  <contributorName>Starr, Joan</contributorName>
         | 
| 37 | 
            -
                  <givenName>Joan</givenName>
         | 
| 38 | 
            -
                  <familyName>Starr</familyName>
         | 
| 39 | 
            -
                  <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-7285-027X</nameIdentifier>
         | 
| 40 | 
            -
                  <affiliation affiliationIdentifier="https://ror.org/03yrm5c26" affiliationIdentifierScheme="ROR">California Digital Library</affiliation>
         | 
| 41 | 
            -
                </contributor>
         | 
| 42 | 
            -
              </contributors>
         | 
| 43 | 
            -
              <dates>
         | 
| 44 | 
            -
                <date dateType="Updated" dateInformation="Updated with 4.2 properties">2017-09-13</date>
         | 
| 45 | 
            -
              </dates>
         | 
| 46 | 
            -
              <language>en-US</language>
         | 
| 47 | 
            -
              <resourceType resourceTypeGeneral="Software">XML</resourceType>
         | 
| 48 | 
            -
              <alternateIdentifiers>
         | 
| 49 | 
            -
                <alternateIdentifier alternateIdentifierType="URL">https://schema.datacite.org/meta/kernel-4.2/example/datacite-example-full-v4.2.xml</alternateIdentifier>
         | 
| 50 | 
            -
              </alternateIdentifiers>
         | 
| 51 | 
            -
              <relatedIdentifiers>
         | 
| 52 | 
            -
                <relatedIdentifier relatedIdentifierType="URL" relationType="HasMetadata" relatedMetadataScheme="citeproc+json" schemeURI="https://github.com/citation-style-language/schema/raw/master/csl-data.json">https://data.datacite.org/application/citeproc+json/10.5072/example-full</relatedIdentifier>
         | 
| 53 | 
            -
                <relatedIdentifier relatedIdentifierType="arXiv" relationType="IsReviewedBy" resourceTypeGeneral="Text">arXiv:0706.0001</relatedIdentifier>
         | 
| 54 | 
            -
              </relatedIdentifiers>
         | 
| 55 | 
            -
              <sizes>
         | 
| 56 | 
            -
                <size>4 kB</size>
         | 
| 57 | 
            -
              </sizes>
         | 
| 58 | 
            -
              <formats>
         | 
| 59 | 
            -
                <format>application/xml</format>
         | 
| 60 | 
            -
              </formats>
         | 
| 61 | 
            -
              <version>4.2</version>
         | 
| 62 | 
            -
              <rightsList>
         | 
| 63 | 
            -
               <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC0-1.0" rightsURI="https://creativecommons.org/publicdomain/zero/1.0/legalcode"/></rightsList>
         | 
| 64 | 
            -
              <descriptions>
         | 
| 65 | 
            -
                <description xml:lang="en-US" descriptionType="Abstract">
         | 
| 66 | 
            -
                  XML example of all DataCite Metadata Schema v4.2 properties.
         | 
| 67 | 
            -
                </description>
         | 
| 68 | 
            -
              </descriptions>
         | 
| 69 | 
            -
              <geoLocations>
         | 
| 70 | 
            -
                <geoLocation>
         | 
| 71 | 
            -
                  <geoLocationPlace>Atlantic Ocean</geoLocationPlace>
         | 
| 72 | 
            -
                  <geoLocationPoint>
         | 
| 73 | 
            -
                    <pointLongitude>-67.302</pointLongitude>
         | 
| 74 | 
            -
                    <pointLatitude>31.233</pointLatitude>
         | 
| 75 | 
            -
                  </geoLocationPoint>
         | 
| 76 | 
            -
                  <geoLocationBox>
         | 
| 77 | 
            -
                    <westBoundLongitude>-71.032</westBoundLongitude>
         | 
| 78 | 
            -
                    <eastBoundLongitude>-68.211</eastBoundLongitude>
         | 
| 79 | 
            -
                    <southBoundLatitude>41.090</southBoundLatitude>
         | 
| 80 | 
            -
                    <northBoundLatitude>42.893</northBoundLatitude>
         | 
| 81 | 
            -
                  </geoLocationBox>
         | 
| 82 | 
            -
                  <geoLocationPolygon>
         | 
| 83 | 
            -
                    <polygonPoint>
         | 
| 84 | 
            -
                      <pointLatitude>41.991</pointLatitude>
         | 
| 85 | 
            -
                      <pointLongitude>-71.032</pointLongitude>
         | 
| 86 | 
            -
                    </polygonPoint>
         | 
| 87 | 
            -
                    <polygonPoint>
         | 
| 88 | 
            -
                      <pointLatitude>42.893</pointLatitude>
         | 
| 89 | 
            -
                      <pointLongitude>-69.622</pointLongitude>
         | 
| 90 | 
            -
                    </polygonPoint>
         | 
| 91 | 
            -
                    <polygonPoint>
         | 
| 92 | 
            -
                      <pointLatitude>41.991</pointLatitude>
         | 
| 93 | 
            -
                      <pointLongitude>-68.211</pointLongitude>
         | 
| 94 | 
            -
                    </polygonPoint>
         | 
| 95 | 
            -
                    <polygonPoint>
         | 
| 96 | 
            -
                      <pointLatitude>41.090</pointLatitude>
         | 
| 97 | 
            -
                      <pointLongitude>-69.622</pointLongitude>
         | 
| 98 | 
            -
                    </polygonPoint>
         | 
| 99 | 
            -
                    <polygonPoint>
         | 
| 100 | 
            -
                      <pointLatitude>41.991</pointLatitude>
         | 
| 101 | 
            -
                      <pointLongitude>-71.032</pointLongitude>
         | 
| 102 | 
            -
                    </polygonPoint>
         | 
| 103 | 
            -
                  </geoLocationPolygon>
         | 
| 104 | 
            -
                </geoLocation>
         | 
| 105 | 
            -
              </geoLocations>
         | 
| 106 | 
            -
              <fundingReferences>
         | 
| 107 | 
            -
                <fundingReference>
         | 
| 108 | 
            -
                  <funderName>National Science Foundation</funderName>
         | 
| 109 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID" schemeURI="https://doi.org/">https://doi.org/10.13039/100000001</funderIdentifier>
         | 
| 110 | 
            -
                  <awardNumber>CBET-106</awardNumber>
         | 
| 111 | 
            -
                  <awardTitle>Full DataCite XML Example</awardTitle>
         | 
| 112 | 
            -
                </fundingReference>
         | 
| 113 | 
            -
              </fundingReferences>
         | 
| 114 | 
            -
            </resource>
         | 
| @@ -1,29 +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" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
         | 
| 3 | 
            -
            	<identifier identifierType="DOI">10.5072/0945113</identifier>
         | 
| 4 | 
            -
            	<creators>
         | 
| 5 | 
            -
            		<creator>
         | 
| 6 | 
            -
            			<creatorName nameType="Personal">Augustus</creatorName>
         | 
| 7 | 
            -
            			<nameIdentifier schemeURI="http://www.isni.org/" nameIdentifierScheme="ISNI">0000000121227317</nameIdentifier>
         | 
| 8 | 
            -
            		</creator>
         | 
| 9 | 
            -
            	</creators>
         | 
| 10 | 
            -
            	<titles>
         | 
| 11 | 
            -
            		<title xml:lang="en">Silver Denarius of Augustus, Emerita, 25 BC - 23 BC 1969.222.1267</title>
         | 
| 12 | 
            -
            	</titles>
         | 
| 13 | 
            -
            	<publisher xml:lang="en">American Numismatic Society</publisher>
         | 
| 14 | 
            -
            	<publicationYear>2010</publicationYear>
         | 
| 15 | 
            -
            	<dates>
         | 
| 16 | 
            -
            		<date dateType="Created" dateInformation="from 25 BC to 23 BC">-0024/-0022</date>
         | 
| 17 | 
            -
            	</dates>
         | 
| 18 | 
            -
            	<resourceType resourceTypeGeneral="PhysicalObject">Coin</resourceType>
         | 
| 19 | 
            -
            	<sizes>
         | 
| 20 | 
            -
            		<size>3.47 g</size>
         | 
| 21 | 
            -
            		<size>13.5 mm</size>
         | 
| 22 | 
            -
            	</sizes>
         | 
| 23 | 
            -
            	<rightsList>
         | 
| 24 | 
            -
            	  <rights rightsURI="http://opendatacommons.org/licenses/odbl/" rightsIdentifier="ODbL-1.0">Metadata are openly licensed with a Open Data Commons Open Database License (ODbL)</rights>
         | 
| 25 | 
            -
            	</rightsList>
         | 
| 26 | 
            -
            	<alternateIdentifiers>
         | 
| 27 | 
            -
            	  <alternateIdentifier alternateIdentifierType="local accession number">1969.222.1267</alternateIdentifier>
         | 
| 28 | 
            -
              </alternateIdentifiers>
         | 
| 29 | 
            -
            </resource>
         | 
| @@ -1,56 +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" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
         | 
| 3 | 
            -
              <identifier identifierType="DOI">10.5072/testpub</identifier>
         | 
| 4 | 
            -
              <creators>
         | 
| 5 | 
            -
                <creator>
         | 
| 6 | 
            -
                  <creatorName nameType="Personal">Smith, John</creatorName>
         | 
| 7 | 
            -
                </creator>
         | 
| 8 | 
            -
                <creator>
         | 
| 9 | 
            -
                  <creatorName>つまらないものですが</creatorName>
         | 
| 10 | 
            -
                  <nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000134596520</nameIdentifier>
         | 
| 11 | 
            -
                </creator>
         | 
| 12 | 
            -
              </creators>
         | 
| 13 | 
            -
              <titles>
         | 
| 14 | 
            -
                <title>:unav</title>
         | 
| 15 | 
            -
              </titles>
         | 
| 16 | 
            -
              <publisher>Springer</publisher>
         | 
| 17 | 
            -
              <publicationYear>2010</publicationYear>
         | 
| 18 | 
            -
              <subjects>
         | 
| 19 | 
            -
                <subject subjectScheme="DDC">830 German & related literatures</subject>
         | 
| 20 | 
            -
                <subject>Polish Literature</subject>
         | 
| 21 | 
            -
              </subjects>
         | 
| 22 | 
            -
              <dates>
         | 
| 23 | 
            -
                <date dateType="Other" dateInformation="Correction">:tba</date>
         | 
| 24 | 
            -
              </dates>
         | 
| 25 | 
            -
              <contributors>
         | 
| 26 | 
            -
                <contributor contributorType="DataCollector">
         | 
| 27 | 
            -
                  <contributorName>Doe, John</contributorName>
         | 
| 28 | 
            -
                  <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-5393-1421</nameIdentifier>
         | 
| 29 | 
            -
                </contributor>
         | 
| 30 | 
            -
              </contributors>
         | 
| 31 | 
            -
              <language>GER</language>
         | 
| 32 | 
            -
              <resourceType resourceTypeGeneral="Text">Monograph</resourceType>
         | 
| 33 | 
            -
              <alternateIdentifiers>
         | 
| 34 | 
            -
                <alternateIdentifier alternateIdentifierType="ISBN">937-0-4523-12357-6</alternateIdentifier>
         | 
| 35 | 
            -
              </alternateIdentifiers>
         | 
| 36 | 
            -
              <relatedIdentifiers>
         | 
| 37 | 
            -
                <relatedIdentifier resourceTypeGeneral="Text" relatedIdentifierType="DOI" relationType="IsPartOf">10.5272/oldertestpub</relatedIdentifier>
         | 
| 38 | 
            -
              </relatedIdentifiers>
         | 
| 39 | 
            -
              <sizes>
         | 
| 40 | 
            -
                <size>256 pages</size>
         | 
| 41 | 
            -
              </sizes>
         | 
| 42 | 
            -
              <formats>
         | 
| 43 | 
            -
                <format>:null</format>
         | 
| 44 | 
            -
              </formats>
         | 
| 45 | 
            -
              <version>2</version>
         | 
| 46 | 
            -
              <rightsList>
         | 
| 47 | 
            -
                <rights xml:lang="eng" rightsURI="http://creativecommons.org/licenses/by-nd/2.0/">Creative Commons Attribution-NoDerivs 2.0 Generic</rights>
         | 
| 48 | 
            -
              </rightsList>
         | 
| 49 | 
            -
              <descriptions>
         | 
| 50 | 
            -
                <description descriptionType="Abstract">
         | 
| 51 | 
            -
                  Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
         | 
| 52 | 
            -
                  takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores
         | 
| 53 | 
            -
                  et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
         | 
| 54 | 
            -
                </description>
         | 
| 55 | 
            -
              </descriptions>
         | 
| 56 | 
            -
            </resource>
         |