commonmeta-ruby 3.5.4 → 3.6
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 +16 -5
- data/bin/commonmeta +1 -1
- data/lib/commonmeta/readers/crossref_xml_reader.rb +1 -1
- data/lib/commonmeta/utils.rb +6 -6
- data/lib/commonmeta/version.rb +1 -1
- data/spec/cli_spec.rb +13 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/default.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_bibtex.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_crossref_xml.yml +25 -25
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_datacite.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_schema_org.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/default.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_bibtex.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_crossref_xml.yml +7 -59
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_datacite.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_schema_org.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/default.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_bibtex.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_citation.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_crossref_xml.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_datacite.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_jats.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_schema_org.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/default.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_bibtex.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_datacite.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_jats.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_schema_org.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/default.yml +479 -946
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_crossref_xml.yml +957 -1891
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_datacite.yml +479 -946
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_schema_org.yml +481 -950
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_blog.yml +5540 -968
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_blog_unknown_blog_id.yml +22 -29
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_id.yml +25 -39
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_id_unknown_uuid.yml +18 -28
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/crossref.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/datacite.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/jalc.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/kisti.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/medra.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/op.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_blog_id.yml +46 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_by_blog.yml +5578 -246
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_not_indexed.yml +13 -2201
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_unregistered.yml +176 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/crossref.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/datacite.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/jalc.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/kisti.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/medra.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/not_found.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/op.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/crossref.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/datacite.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/datacite_doi_http.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_blog_id_for_json_feed_item_id/by_blog_post_id.yml +27 -105
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_blog_id_for_json_feed_item_id/not_found.yml +20 -27
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_cff_metadata/cff-converter-python.yml +51 -25
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_cff_metadata/ruby-cff.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_cff_metadata/ruby-cff_repository_url.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_codemeta_metadata/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_codemeta_metadata/metadata_reports.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +78 -78
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +35 -35
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/JaLC.yml +162 -162
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/KISTI.yml +131 -131
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/OP.yml +75 -75
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/affiliation_is_space.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/another_book.yml +113 -113
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/another_book_chapter.yml +74 -74
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/article_id_as_page_number.yml +77 -77
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/author_literal.yml +84 -84
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book.yml +77 -77
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book_chapter.yml +75 -75
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book_chapter_with_RDF_for_container.yml +73 -73
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book_oup.yml +72 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/component.yml +94 -94
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/dataset.yml +104 -104
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/dataset_usda.yml +136 -136
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/date_in_future.yml +80 -80
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/dissertation.yml +103 -103
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/empty_given_name.yml +75 -75
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/invalid_date.yml +77 -77
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_original_language_title.yml +73 -73
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_with.yml +128 -210
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_with_RDF_for_container.yml +74 -74
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_with_funding.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_issue.yml +72 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/mEDRA.yml +72 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/markup.yml +81 -81
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/missing_contributor.yml +71 -71
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/multiple_issn.yml +75 -75
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/multiple_titles.yml +71 -71
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/multiple_titles_with_missing.yml +573 -573
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/not_found_error.yml +65 -65
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/peer_review.yml +77 -77
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/posted_content.yml +74 -74
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/posted_content_copernicus.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/report_osti.yml +120 -120
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/vor_with_url.yml +78 -78
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/yet_another_book.yml +74 -74
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/yet_another_book_chapter.yml +73 -73
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_raw/journal_article.yml +59 -59
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/SoftwareSourceCode.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/dissertation.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/funding_references.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/subject_scheme.yml +120 -120
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_id.yml +5540 -555
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_id.yml +31 -42
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_id_specific_prefix.yml +25 -39
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/by_blog_id.yml +5540 -247
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/not_indexed_posts.yml +14 -26
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/unregistered_posts.yml +176 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/archived_wordpress_post.yml +27 -95
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blog_post_with_non-url_id.yml +28 -106
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +21 -65
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +20 -208
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +26 -97
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_institutional_author.yml +24 -55
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_organizational_author.yml +27 -70
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers.yml +41 -143
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers_and_funding.yml +54 -132
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers_and_link_to_peer-reviewed_article.yml +304 -818
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +24 -169
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +24 -63
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post_with_anonymous_author.yml +25 -40
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/substack_post_with_broken_reference.yml +278 -591
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +59 -101
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +135 -331
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +24 -134
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_many_references.yml +578 -2967
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +44 -205
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_tracking_code_on_url.yml +26 -160
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/affiliation_is_space.yml +21 -21
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/has_familyName.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/name_with_affiliation_crossref.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/only_familyName_and_givenName.yml +66 -61
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/BlogPosting.yml +145 -146
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +149 -150
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/get_schema_org_metadata_front_matter/BlogPosting.yml +114 -115
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/harvard_dataverse.yml +300 -289
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/pangaea.yml +66 -61
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/upstream_blog.yml +64 -57
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/zenodo.yml +27 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/handle_input/unknown_DOI_prefix.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/json_schema_errors/is_valid.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/BlogPosting.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/authors_with_affiliations.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/climate_data.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/from_schema_org.yml +145 -146
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/keywords_subject_scheme.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/maremma.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/text.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/with_pages.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/Collection_of_Jupyter_notebooks.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/SoftwareSourceCode_Zenodo.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/SoftwareSourceCode_also_Zenodo.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/ruby-cff.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Journal_article.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +21 -21
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Missing_author.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/interactive_resource_without_dates.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/software_w/version.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite_check_codemeta_v2.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_commonmeta/with_data_citation.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/another_schema_org_from_front-matter.yml +32 -32
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_from_datacite.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_plos.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_anonymous_author.yml +25 -40
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +24 -134
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_organizational_author.yml +27 -70
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_relations.yml +41 -143
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_relations_and_funding.yml +55 -133
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +21 -224
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +134 -330
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/posted_content.yml +19 -19
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_another_science_blog.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_front_matter.yml +92 -91
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_upstream_blog.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/Another_dataset.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/BlogPosting.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/BlogPosting_schema_org.yml +146 -147
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/container_title.yml +16 -21
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/interactive_resource_without_dates.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/journal_article.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/keywords_subject_scheme.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/missing_creator.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/multiple_abstracts.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/organization_author.yml +22 -22
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/software.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/software_w/version.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/with_only_first_page.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/with_pages.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/climate_data.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/text.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/with_pages.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/dissertation.yml +20 -20
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/from_schema_org.yml +146 -147
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/journal_article.yml +22 -22
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/with_ORCID_ID.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/book_chapter.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/from_schema_org.yml +146 -147
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/interactive_resource_without_dates.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/with_editor.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/BlogPosting.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +145 -146
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/alternate_name.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/journal_article.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/keywords_with_subject_scheme.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/with_pages.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Another_Schema_org_JSON.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Funding.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Schema_org_JSON_Cyark.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/alternate_identifiers.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/data_catalog.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/geo_location_box.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/interactive_resource_without_dates.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/journal_article.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/series_information.yml +17 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/subject_scheme.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/subject_scheme_multiple_keywords.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/BlogPosting.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/journal_article.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/with_pages.yml +16 -16
- data/spec/readers/cff_reader_spec.rb +2 -20
- data/spec/readers/crossref_reader_spec.rb +10 -16
- data/spec/readers/crossref_xml_reader_spec.rb +61 -64
- data/spec/readers/json_feed_reader_spec.rb +56 -56
- data/spec/readers/schema_org_reader_spec.rb +1 -1
- data/spec/utils_spec.rb +1 -1
- data/spec/writers/crossref_xml_writer_spec.rb +9 -8
- data/spec/writers/csv_writer_spec.rb +1 -1
- data/spec/writers/ris_writer_spec.rb +2 -2
- metadata +3 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_crossref_xml_refresh.yml +0 -107
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/doi_prefix/doi_prefix_by_blog.yml +0 -997
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/doi_prefix/doi_prefix_by_uuid.yml +0 -256
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_uuid.yml +0 -256
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_uuid_unknown_uuid.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/missing_creator.yml +0 -307
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_uuid.yml +0 -136
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_uuid_specific_prefix.yml +0 -256
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/book_oup.yml +0 -107
@@ -1,10 +1,102 @@
|
|
1
1
|
---
|
2
2
|
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.crossref.org/works/10.2973/odp.proc.ir.180.2000/transform/application/vnd.crossref.unixsd+xml
|
6
|
+
body:
|
7
|
+
encoding: ASCII-8BIT
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Connection:
|
11
|
+
- close
|
12
|
+
Host:
|
13
|
+
- api.crossref.org
|
14
|
+
User-Agent:
|
15
|
+
- http.rb/5.1.1
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Date:
|
22
|
+
- Thu, 05 Oct 2023 19:46:45 GMT
|
23
|
+
Transfer-Encoding:
|
24
|
+
- chunked
|
25
|
+
Link:
|
26
|
+
- <http://dx.doi.org/10.2973/odp.proc.ir.180.2000>; rel="canonical"
|
27
|
+
Access-Control-Expose-Headers:
|
28
|
+
- Link
|
29
|
+
Access-Control-Allow-Headers:
|
30
|
+
- X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language,
|
31
|
+
Accept-Ranges, Cache-Control
|
32
|
+
Access-Control-Allow-Origin:
|
33
|
+
- "*"
|
34
|
+
Server:
|
35
|
+
- Jetty(9.4.40.v20210413)
|
36
|
+
X-Ratelimit-Limit:
|
37
|
+
- '50'
|
38
|
+
X-Ratelimit-Interval:
|
39
|
+
- 1s
|
40
|
+
X-Api-Pool:
|
41
|
+
- public
|
42
|
+
X-Rate-Limit-Limit:
|
43
|
+
- '50'
|
44
|
+
X-Rate-Limit-Interval:
|
45
|
+
- 1s
|
46
|
+
Permissions-Policy:
|
47
|
+
- interest-cohort=()
|
48
|
+
Connection:
|
49
|
+
- close
|
50
|
+
body:
|
51
|
+
encoding: ASCII-8BIT
|
52
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<crossref_result xmlns=\"http://www.crossref.org/qrschema/3.0\"
|
53
|
+
version=\"3.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.crossref.org/qrschema/3.0
|
54
|
+
http://www.crossref.org/schemas/crossref_query_output3.0.xsd\">\r\n <query_result>\r\n
|
55
|
+
\ <head>\r\n <doi_batch_id>none</doi_batch_id>\r\n </head>\r\n <body>\r\n
|
56
|
+
\ <query status=\"resolved\">\r\n <doi type=\"book_title\">10.2973/odp.proc.ir.180.2000</doi>\r\n
|
57
|
+
\ <crm-item name=\"publisher-name\" type=\"string\">International Ocean
|
58
|
+
Discovery Program (IODP)</crm-item>\r\n <crm-item name=\"prefix-name\"
|
59
|
+
type=\"string\">International Ocean Discovery Program Texas</crm-item>\r\n
|
60
|
+
\ <crm-item name=\"member-id\" type=\"number\">1029</crm-item>\r\n <crm-item
|
61
|
+
name=\"citation-id\" type=\"number\">23807285</crm-item>\r\n <crm-item
|
62
|
+
name=\"book-id\" type=\"number\">284099</crm-item>\r\n <crm-item name=\"series-id\"
|
63
|
+
type=\"number\">283327</crm-item>\r\n <crm-item name=\"deposit-timestamp\"
|
64
|
+
type=\"number\">20061017201744</crm-item>\r\n <crm-item name=\"owner-prefix\"
|
65
|
+
type=\"string\">10.2973</crm-item>\r\n <crm-item name=\"last-update\"
|
66
|
+
type=\"date\">2009-02-02T21:19:43Z</crm-item>\r\n <crm-item name=\"created\"
|
67
|
+
type=\"date\">2006-10-17T19:50:37Z</crm-item>\r\n <crm-item name=\"citedby-count\"
|
68
|
+
type=\"number\">11</crm-item>\r\n <doi_record>\r\n <crossref
|
69
|
+
xmlns=\"http://www.crossref.org/xschema/1.0\" xsi:schemaLocation=\"http://www.crossref.org/xschema/1.0
|
70
|
+
http://doi.crossref.org/schemas/unixref1.0.xsd\">\r\n <book book_type=\"monograph\">\r\n
|
71
|
+
\ <book_metadata language=\"en\">\r\n <contributors>\r\n
|
72
|
+
\ <person_name sequence=\"first\" contributor_role=\"editor\">\r\n
|
73
|
+
\ <given_name>B.</given_name>\r\n <surname>Taylor</surname>\r\n
|
74
|
+
\ </person_name>\r\n <person_name sequence=\"additional\"
|
75
|
+
contributor_role=\"editor\">\r\n <given_name>P.</given_name>\r\n
|
76
|
+
\ <surname>Huchon</surname>\r\n </person_name>\r\n
|
77
|
+
\ <person_name sequence=\"additional\" contributor_role=\"editor\">\r\n
|
78
|
+
\ <given_name>A.</given_name>\r\n <surname>Klaus</surname>\r\n
|
79
|
+
\ </person_name>\r\n <organization sequence=\"additional\"
|
80
|
+
contributor_role=\"editor\">et al.</organization>\r\n </contributors>\r\n
|
81
|
+
\ <titles>\r\n <title>Proceedings of the Ocean
|
82
|
+
Drilling Program, 180 Initial Reports</title>\r\n </titles>\r\n
|
83
|
+
\ <series_metadata>\r\n <titles>\r\n <title>Proceedings
|
84
|
+
of the Ocean Drilling Program</title>\r\n </titles>\r\n </series_metadata>\r\n
|
85
|
+
\ <volume>180</volume>\r\n <publication_date
|
86
|
+
media_type=\"online\">\r\n <month>02</month>\r\n <day>04</day>\r\n
|
87
|
+
\ <year>2000</year>\r\n </publication_date>\r\n
|
88
|
+
\ <publisher>\r\n <publisher_name>Ocean Drilling
|
89
|
+
Program</publisher_name>\r\n </publisher>\r\n <doi_data>\r\n
|
90
|
+
\ <doi>10.2973/odp.proc.ir.180.2000</doi>\r\n <resource>http://www-odp.tamu.edu/publications/180_IR/180TOC.HTM</resource>\r\n
|
91
|
+
\ </doi_data>\r\n </book_metadata>\r\n </book>\r\n
|
92
|
+
\ </crossref>\r\n </doi_record>\r\n </query>\r\n </body>\r\n
|
93
|
+
\ </query_result>\r\n</crossref_result>"
|
94
|
+
recorded_at: Thu, 05 Oct 2023 19:46:45 GMT
|
3
95
|
- request:
|
4
96
|
method: get
|
5
97
|
uri: https://doi.org/ra/10.2973
|
6
98
|
body:
|
7
|
-
encoding:
|
99
|
+
encoding: ASCII-8BIT
|
8
100
|
string: ''
|
9
101
|
headers:
|
10
102
|
Connection:
|
@@ -19,7 +111,7 @@ http_interactions:
|
|
19
111
|
message: OK
|
20
112
|
headers:
|
21
113
|
Date:
|
22
|
-
-
|
114
|
+
- Thu, 05 Oct 2023 19:46:45 GMT
|
23
115
|
Content-Type:
|
24
116
|
- application/json;charset=UTF-8
|
25
117
|
Transfer-Encoding:
|
@@ -31,7 +123,7 @@ http_interactions:
|
|
31
123
|
Cf-Cache-Status:
|
32
124
|
- DYNAMIC
|
33
125
|
Report-To:
|
34
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
126
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=j3%2B%2BCqqnU%2BLsMiy3q5KlNtJao1LXGXNeRfaQu3hNDAD%2FGqYQFsk8wdwemc0JHpySusw8fcrBXQIcSNNSGXMtOLAnde6iL5QfKIWNEPbv7%2FLfAmEIX3h2ZPO4bFqNZHSaL2L3HKo%3D"}],"group":"cf-nel","max_age":604800}'
|
35
127
|
Nel:
|
36
128
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
37
129
|
Strict-Transport-Security:
|
@@ -39,7 +131,7 @@ http_interactions:
|
|
39
131
|
Server:
|
40
132
|
- cloudflare
|
41
133
|
Cf-Ray:
|
42
|
-
-
|
134
|
+
- 81182c29a809d0cd-AMS
|
43
135
|
Alt-Svc:
|
44
136
|
- h3=":443"; ma=86400
|
45
137
|
body:
|
@@ -51,12 +143,12 @@ http_interactions:
|
|
51
143
|
"RA": "Crossref"
|
52
144
|
}
|
53
145
|
]
|
54
|
-
recorded_at:
|
146
|
+
recorded_at: Thu, 05 Oct 2023 19:46:45 GMT
|
55
147
|
- request:
|
56
148
|
method: get
|
57
149
|
uri: https://api.crossref.org/works/10.2973/odp.proc.ir.180.2000
|
58
150
|
body:
|
59
|
-
encoding:
|
151
|
+
encoding: ASCII-8BIT
|
60
152
|
string: ''
|
61
153
|
headers:
|
62
154
|
Connection:
|
@@ -71,7 +163,7 @@ http_interactions:
|
|
71
163
|
message: OK
|
72
164
|
headers:
|
73
165
|
Date:
|
74
|
-
-
|
166
|
+
- Thu, 05 Oct 2023 19:48:33 GMT
|
75
167
|
Content-Type:
|
76
168
|
- application/json
|
77
169
|
Transfer-Encoding:
|
@@ -101,17 +193,17 @@ http_interactions:
|
|
101
193
|
- close
|
102
194
|
body:
|
103
195
|
encoding: UTF-8
|
104
|
-
string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[
|
196
|
+
string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,10,3]],"date-time":"2023-10-03T21:09:15Z","timestamp":1696367355008},"reference-count":0,"publisher":"Ocean
|
105
197
|
Drilling Program","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.2973\/odp.proc.ir.180.2000","type":"monograph","created":{"date-parts":[[2006,10,17]],"date-time":"2006-10-17T15:50:37Z","timestamp":1161100237000},"source":"Crossref","is-referenced-by-count":11,"title":["Proceedings
|
106
198
|
of the Ocean Drilling Program, 180 Initial Reports"],"prefix":"10.2973","member":"1029","published-online":{"date-parts":[[2000,2,4]]},"container-title":["Proceedings
|
107
199
|
of the Ocean Drilling Program"],"original-title":[],"deposited":{"date-parts":[[2009,2,2]],"date-time":"2009-02-02T16:19:43Z","timestamp":1233591583000},"score":1,"resource":{"primary":{"URL":"http:\/\/www-odp.tamu.edu\/publications\/180_IR\/180TOC.HTM"}},"subtitle":[],"editor":[{"given":"B.","family":"Taylor","sequence":"first","affiliation":[]},{"given":"P.","family":"Huchon","sequence":"additional","affiliation":[]},{"given":"A.","family":"Klaus","sequence":"additional","affiliation":[]},{"name":"et
|
108
200
|
al.","sequence":"additional","affiliation":[]}],"short-title":[],"issued":{"date-parts":[[2000,2,4]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2973\/odp.proc.ir.180.2000","relation":{},"published":{"date-parts":[[2000,2,4]]}}}'
|
109
|
-
recorded_at:
|
201
|
+
recorded_at: Thu, 05 Oct 2023 19:48:33 GMT
|
110
202
|
- request:
|
111
203
|
method: get
|
112
204
|
uri: https://api.crossref.org/members/1029
|
113
205
|
body:
|
114
|
-
encoding:
|
206
|
+
encoding: ASCII-8BIT
|
115
207
|
string: ''
|
116
208
|
headers:
|
117
209
|
Connection:
|
@@ -126,7 +218,7 @@ http_interactions:
|
|
126
218
|
message: OK
|
127
219
|
headers:
|
128
220
|
Date:
|
129
|
-
-
|
221
|
+
- Thu, 05 Oct 2023 19:48:33 GMT
|
130
222
|
Content-Type:
|
131
223
|
- application/json
|
132
224
|
Transfer-Encoding:
|
@@ -156,20 +248,20 @@ http_interactions:
|
|
156
248
|
- close
|
157
249
|
body:
|
158
250
|
encoding: UTF-8
|
159
|
-
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":
|
160
|
-
Ocean Discovery Program (IODP)","counts":{"current-dois":
|
251
|
+
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1696462660931,"primary-name":"International
|
252
|
+
Ocean Discovery Program (IODP)","counts":{"current-dois":130,"backfile-dois":10179,"total-dois":10309},"breakdowns":{"dois-by-issued-year":[[1992,573],[1995,421],[1990,414],[1973,399],[1980,336],[1978,330],[1979,317],[1998,314],[1991,314],[1984,312],[1996,296],[1983,282],[1974,272],[1985,264],[1989,254],[2000,252],[1986,247],[1982,244],[1997,240],[1987,233],[1993,230],[1994,214],[1975,207],[2006,206],[1988,198],[1976,193],[1981,186],[2001,182],[1977,165],[2002,151],[2003,149],[2004,127],[1999,125],[1972,123],[1970,121],[1971,114],[2017,109],[2011,103],[2015,91],[2007,86],[2013,85],[2005,84],[2014,82],[2019,79],[2009,79],[2018,75],[2016,67],[2012,67],[2010,66],[2021,61],[2020,48],[2022,35],[2023,34],[1969,29],[2008,24]]},"prefixes":["10.2204","10.2973","10.14379"],"coverage":{"affiliations-current":0.0,"similarity-checking-current":0.0,"descriptions-current":0.0,"ror-ids-current":0.0,"funders-backfile":0.02603399155123293,"licenses-backfile":0.04185086943707633,"funders-current":0.7615384615384615,"affiliations-backfile":0.0,"resource-links-backfile":0.00864525002456037,"orcids-backfile":0.01571863640829158,"update-policies-current":0.9384615384615385,"ror-ids-backfile":0.0,"orcids-current":0.8615384615384615,"similarity-checking-backfile":0.0,"references-backfile":0.09018567639257294,"descriptions-backfile":0.0,"award-numbers-backfile":0.02426564495530013,"update-policies-backfile":0.02652519893899204,"licenses-current":0.9076923076923077,"award-numbers-current":0.6615384615384615,"abstracts-backfile":0.0,"resource-links-current":0.7,"abstracts-current":0.0,"references-current":0.9},"prefix":[{"name":"International
|
161
253
|
Ocean Discovery Program - Management International","value":"10.2204"},{"name":"International
|
162
254
|
Ocean Discovery Program Texas","value":"10.2973"},{"name":"International Ocean
|
163
|
-
Discovery Program - TAMU","value":"10.14379"}],"id":1029,"tokens":["international","ocean","discovery","program","iodp"],"counts-type":{"all":{"monograph":
|
255
|
+
Discovery Program - TAMU","value":"10.14379"}],"id":1029,"tokens":["international","ocean","discovery","program","iodp"],"counts-type":{"all":{"monograph":954,"report":1,"book":3,"book-chapter":9351,"dataset":57},"backfile":{"monograph":920,"report":1,"book":3,"book-chapter":9255},"current":{"monograph":34,"book-chapter":96}},"coverage-type":{"all":{"monograph":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":0.08490566037735849,"licenses":0.04821802935010482,"references":0.1949685534591195,"funders":0.04926624737945493,"similarity-checking":0.0,"award-numbers":0.04821802935010482,"ror-ids":0.0,"update-policies":0.05660377358490566,"resource-links":0.001048218029350105,"descriptions":0.0},"report":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":1.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"book":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":1.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"book-chapter":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":0.01999786119131644,"licenses":0.05325633622072506,"references":0.0907924286172602,"funders":0.0339001176344776,"similarity-checking":0.0,"award-numbers":0.03069190460913271,"ror-ids":0.0,"update-policies":0.03614586675221901,"resource-links":0.01903539728371297,"descriptions":0.0},"dataset":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.5614035087719298,"resource-links":0.0,"descriptions":0.0}},"backfile":{"monograph":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":0.05760869565217391,"licenses":0.02173913043478261,"references":0.1739130434782609,"funders":0.02282608695652174,"similarity-checking":0.0,"award-numbers":0.02173913043478261,"ror-ids":0.0,"update-policies":0.03043478260869565,"resource-links":0.00108695652173913,"descriptions":0.0},"report":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":1.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"book":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":1.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"book-chapter":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":0.01112911939492166,"licenses":0.04386817936250675,"references":0.08190167477039438,"funders":0.02636412749864938,"similarity-checking":0.0,"award-numbers":0.02452728254997299,"ror-ids":0.0,"update-policies":0.02614802809292274,"resource-links":0.00940032414910859,"descriptions":0.0}},"current":{"monograph":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":0.823529411764706,"licenses":0.7647058823529412,"references":0.7647058823529412,"funders":0.7647058823529412,"similarity-checking":0.0,"award-numbers":0.7647058823529412,"ror-ids":0.0,"update-policies":0.7647058823529412,"resource-links":0.0,"descriptions":0.0},"book-chapter":{"last-status-check-time":1696462660931,"affiliations":0.0,"abstracts":0.0,"orcids":0.875,"licenses":0.9583333333333333,"references":0.9479166666666667,"funders":0.7604166666666667,"similarity-checking":0.0,"award-numbers":0.625,"ror-ids":0.0,"update-policies":1.0,"resource-links":0.9479166666666667,"descriptions":0.0}}},"flags":{"deposits-abstracts-current":false,"deposits-orcids-current":true,"deposits":true,"deposits-affiliations-backfile":false,"deposits-update-policies-backfile":true,"deposits-similarity-checking-backfile":false,"deposits-award-numbers-current":true,"deposits-resource-links-current":true,"deposits-ror-ids-current":false,"deposits-articles":false,"deposits-affiliations-current":false,"deposits-funders-current":true,"deposits-references-backfile":true,"deposits-ror-ids-backfile":false,"deposits-abstracts-backfile":false,"deposits-licenses-backfile":true,"deposits-award-numbers-backfile":true,"deposits-descriptions-current":false,"deposits-references-current":true,"deposits-resource-links-backfile":true,"deposits-descriptions-backfile":false,"deposits-orcids-backfile":true,"deposits-funders-backfile":true,"deposits-update-policies-current":true,"deposits-similarity-checking-current":false,"deposits-licenses-current":true},"location":"College
|
164
256
|
Station, TX, United States","names":["International Ocean Discovery Program
|
165
257
|
(IODP)","International Ocean Discovery Program - Management International","International
|
166
258
|
Ocean Discovery Program Texas","International Ocean Discovery Program - TAMU"]}}'
|
167
|
-
recorded_at:
|
259
|
+
recorded_at: Thu, 05 Oct 2023 19:48:33 GMT
|
168
260
|
- request:
|
169
261
|
method: get
|
170
262
|
uri: https://doi.org/ra/10.2973
|
171
263
|
body:
|
172
|
-
encoding:
|
264
|
+
encoding: ASCII-8BIT
|
173
265
|
string: ''
|
174
266
|
headers:
|
175
267
|
Connection:
|
@@ -184,7 +276,7 @@ http_interactions:
|
|
184
276
|
message: OK
|
185
277
|
headers:
|
186
278
|
Date:
|
187
|
-
-
|
279
|
+
- Thu, 05 Oct 2023 19:48:34 GMT
|
188
280
|
Content-Type:
|
189
281
|
- application/json;charset=UTF-8
|
190
282
|
Transfer-Encoding:
|
@@ -196,7 +288,7 @@ http_interactions:
|
|
196
288
|
Cf-Cache-Status:
|
197
289
|
- DYNAMIC
|
198
290
|
Report-To:
|
199
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
291
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=tjvO5YmeBNgQKYFF4TL2mpvtLXoyPm60OmwQ9v6qb5zUdJGTSc3WwpfwBZjqe6V3CVYgMsLwPkLA8NuEhah0HNPgZ2goK%2Fa26avoflWDtr%2Fm89UXqIi5xblmDy69hJElkSu%2F%2BHY%3D"}],"group":"cf-nel","max_age":604800}'
|
200
292
|
Nel:
|
201
293
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
202
294
|
Strict-Transport-Security:
|
@@ -204,7 +296,7 @@ http_interactions:
|
|
204
296
|
Server:
|
205
297
|
- cloudflare
|
206
298
|
Cf-Ray:
|
207
|
-
-
|
299
|
+
- 81182ed15a151cb0-AMS
|
208
300
|
Alt-Svc:
|
209
301
|
- h3=":443"; ma=86400
|
210
302
|
body:
|
@@ -216,97 +308,5 @@ http_interactions:
|
|
216
308
|
"RA": "Crossref"
|
217
309
|
}
|
218
310
|
]
|
219
|
-
recorded_at:
|
220
|
-
|
221
|
-
method: get
|
222
|
-
uri: https://api.crossref.org/works/10.2973/odp.proc.ir.180.2000/transform/application/vnd.crossref.unixsd+xml
|
223
|
-
body:
|
224
|
-
encoding: UTF-8
|
225
|
-
string: ''
|
226
|
-
headers:
|
227
|
-
Connection:
|
228
|
-
- close
|
229
|
-
Host:
|
230
|
-
- api.crossref.org
|
231
|
-
User-Agent:
|
232
|
-
- http.rb/5.1.1
|
233
|
-
response:
|
234
|
-
status:
|
235
|
-
code: 200
|
236
|
-
message: OK
|
237
|
-
headers:
|
238
|
-
Date:
|
239
|
-
- Sun, 18 Jun 2023 15:25:13 GMT
|
240
|
-
Transfer-Encoding:
|
241
|
-
- chunked
|
242
|
-
Link:
|
243
|
-
- <http://dx.doi.org/10.2973/odp.proc.ir.180.2000>; rel="canonical"
|
244
|
-
Access-Control-Expose-Headers:
|
245
|
-
- Link
|
246
|
-
Access-Control-Allow-Headers:
|
247
|
-
- X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language,
|
248
|
-
Accept-Ranges, Cache-Control
|
249
|
-
Access-Control-Allow-Origin:
|
250
|
-
- "*"
|
251
|
-
Server:
|
252
|
-
- Jetty(9.4.40.v20210413)
|
253
|
-
X-Ratelimit-Limit:
|
254
|
-
- '50'
|
255
|
-
X-Ratelimit-Interval:
|
256
|
-
- 1s
|
257
|
-
X-Api-Pool:
|
258
|
-
- public
|
259
|
-
X-Rate-Limit-Limit:
|
260
|
-
- '50'
|
261
|
-
X-Rate-Limit-Interval:
|
262
|
-
- 1s
|
263
|
-
Permissions-Policy:
|
264
|
-
- interest-cohort=()
|
265
|
-
Connection:
|
266
|
-
- close
|
267
|
-
body:
|
268
|
-
encoding: ASCII-8BIT
|
269
|
-
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<crossref_result xmlns=\"http://www.crossref.org/qrschema/3.0\"
|
270
|
-
version=\"3.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.crossref.org/qrschema/3.0
|
271
|
-
http://www.crossref.org/schemas/crossref_query_output3.0.xsd\">\r\n <query_result>\r\n
|
272
|
-
\ <head>\r\n <doi_batch_id>none</doi_batch_id>\r\n </head>\r\n <body>\r\n
|
273
|
-
\ <query status=\"resolved\">\r\n <doi type=\"book_title\">10.2973/odp.proc.ir.180.2000</doi>\r\n
|
274
|
-
\ <crm-item name=\"publisher-name\" type=\"string\">International Ocean
|
275
|
-
Discovery Program (IODP)</crm-item>\r\n <crm-item name=\"prefix-name\"
|
276
|
-
type=\"string\">International Ocean Discovery Program Texas</crm-item>\r\n
|
277
|
-
\ <crm-item name=\"member-id\" type=\"number\">1029</crm-item>\r\n <crm-item
|
278
|
-
name=\"citation-id\" type=\"number\">23807285</crm-item>\r\n <crm-item
|
279
|
-
name=\"book-id\" type=\"number\">284099</crm-item>\r\n <crm-item name=\"series-id\"
|
280
|
-
type=\"number\">283327</crm-item>\r\n <crm-item name=\"deposit-timestamp\"
|
281
|
-
type=\"number\">20061017201744</crm-item>\r\n <crm-item name=\"owner-prefix\"
|
282
|
-
type=\"string\">10.2973</crm-item>\r\n <crm-item name=\"last-update\"
|
283
|
-
type=\"date\">2009-02-02T21:19:43Z</crm-item>\r\n <crm-item name=\"created\"
|
284
|
-
type=\"date\">2006-10-17T19:50:37Z</crm-item>\r\n <crm-item name=\"citedby-count\"
|
285
|
-
type=\"number\">11</crm-item>\r\n <doi_record>\r\n <crossref
|
286
|
-
xmlns=\"http://www.crossref.org/xschema/1.0\" xsi:schemaLocation=\"http://www.crossref.org/xschema/1.0
|
287
|
-
http://doi.crossref.org/schemas/unixref1.0.xsd\">\r\n <book book_type=\"monograph\">\r\n
|
288
|
-
\ <book_metadata language=\"en\">\r\n <contributors>\r\n
|
289
|
-
\ <person_name sequence=\"first\" contributor_role=\"editor\">\r\n
|
290
|
-
\ <given_name>B.</given_name>\r\n <surname>Taylor</surname>\r\n
|
291
|
-
\ </person_name>\r\n <person_name sequence=\"additional\"
|
292
|
-
contributor_role=\"editor\">\r\n <given_name>P.</given_name>\r\n
|
293
|
-
\ <surname>Huchon</surname>\r\n </person_name>\r\n
|
294
|
-
\ <person_name sequence=\"additional\" contributor_role=\"editor\">\r\n
|
295
|
-
\ <given_name>A.</given_name>\r\n <surname>Klaus</surname>\r\n
|
296
|
-
\ </person_name>\r\n <organization sequence=\"additional\"
|
297
|
-
contributor_role=\"editor\">et al.</organization>\r\n </contributors>\r\n
|
298
|
-
\ <titles>\r\n <title>Proceedings of the Ocean
|
299
|
-
Drilling Program, 180 Initial Reports</title>\r\n </titles>\r\n
|
300
|
-
\ <series_metadata>\r\n <titles>\r\n <title>Proceedings
|
301
|
-
of the Ocean Drilling Program</title>\r\n </titles>\r\n </series_metadata>\r\n
|
302
|
-
\ <volume>180</volume>\r\n <publication_date
|
303
|
-
media_type=\"online\">\r\n <month>02</month>\r\n <day>04</day>\r\n
|
304
|
-
\ <year>2000</year>\r\n </publication_date>\r\n
|
305
|
-
\ <publisher>\r\n <publisher_name>Ocean Drilling
|
306
|
-
Program</publisher_name>\r\n </publisher>\r\n <doi_data>\r\n
|
307
|
-
\ <doi>10.2973/odp.proc.ir.180.2000</doi>\r\n <resource>http://www-odp.tamu.edu/publications/180_IR/180TOC.HTM</resource>\r\n
|
308
|
-
\ </doi_data>\r\n </book_metadata>\r\n </book>\r\n
|
309
|
-
\ </crossref>\r\n </doi_record>\r\n </query>\r\n </body>\r\n
|
310
|
-
\ </query_result>\r\n</crossref_result>"
|
311
|
-
recorded_at: Sun, 18 Jun 2023 15:25:13 GMT
|
312
|
-
recorded_with: VCR 6.1.0
|
311
|
+
recorded_at: Thu, 05 Oct 2023 19:48:34 GMT
|
312
|
+
recorded_with: VCR 6.2.0
|