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
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Thu, 05 Oct 2023 19:47:55 GMT
|
23
23
|
Content-Type:
|
24
24
|
- application/json
|
25
25
|
Transfer-Encoding:
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
- close
|
50
50
|
body:
|
51
51
|
encoding: UTF-8
|
52
|
-
string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,
|
52
|
+
string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,10,3]],"date-time":"2023-10-03T17:19:30Z","timestamp":1696353570692},"reference-count":27,"publisher":"eLife
|
53
53
|
Sciences Publications, Ltd","license":[{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"am","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"am","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"}],"funder":[{"name":"SystemsX"},{"name":"EMBO
|
54
54
|
longterm post-doctoral fellowships"},{"name":"Marie Heim-Voegtlin"},{"DOI":"10.13039\/501100006390","name":"University
|
55
55
|
of Lausanne","doi-asserted-by":"crossref"},{"name":"SystemsX"},{"DOI":"10.13039\/501100003043","name":"EMBO","doi-asserted-by":"publisher"},{"DOI":"10.13039\/501100001711","name":"Swiss
|
@@ -136,7 +136,7 @@ http_interactions:
|
|
136
136
|
History"}},{"value":"2013-12-24","order":1,"name":"accepted","label":"Accepted","group":{"name":"publication_history","label":"Publication
|
137
137
|
History"}},{"value":"2014-02-11","order":2,"name":"published","label":"Published","group":{"name":"publication_history","label":"Publication
|
138
138
|
History"}}]}}'
|
139
|
-
recorded_at:
|
139
|
+
recorded_at: Thu, 05 Oct 2023 19:47:55 GMT
|
140
140
|
- request:
|
141
141
|
method: get
|
142
142
|
uri: https://api.crossref.org/members/4374
|
@@ -156,7 +156,7 @@ http_interactions:
|
|
156
156
|
message: OK
|
157
157
|
headers:
|
158
158
|
Date:
|
159
|
-
-
|
159
|
+
- Thu, 05 Oct 2023 19:47:55 GMT
|
160
160
|
Content-Type:
|
161
161
|
- application/json
|
162
162
|
Transfer-Encoding:
|
@@ -186,12 +186,12 @@ http_interactions:
|
|
186
186
|
- close
|
187
187
|
body:
|
188
188
|
encoding: UTF-8
|
189
|
-
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":
|
190
|
-
Sciences Publications, Ltd","counts":{"current-dois":
|
191
|
-
Sciences Publications, Ltd.","value":"10.7554"}],"id":4374,"tokens":["elife","sciences","publications","ltd"],"counts-type":{"all":{"peer-review":
|
189
|
+
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1696466957315,"primary-name":"eLife
|
190
|
+
Sciences Publications, Ltd","counts":{"current-dois":22741,"backfile-dois":28286,"total-dois":51027},"breakdowns":{"dois-by-issued-year":[[2023,8158],[2022,7328],[2021,7255],[2020,6186],[2019,4848],[2017,4118],[2018,4058],[2016,3512],[2015,2808],[2014,1786],[2013,811],[2012,159]]},"prefixes":["10.7554"],"coverage":{"affiliations-current":0.8376940328041863,"similarity-checking-current":0.0,"descriptions-current":0.0,"ror-ids-current":0.4925465019128446,"funders-backfile":0.3052039878385067,"licenses-backfile":0.9999646468217493,"funders-current":0.2229013675739853,"affiliations-backfile":0.9898182846637913,"resource-links-backfile":0.3481227462348865,"orcids-backfile":0.8474863890263735,"update-policies-current":0.2433050437535728,"ror-ids-backfile":0.002333309764547833,"orcids-current":0.7908623191592278,"similarity-checking-backfile":0.0,"references-backfile":0.3392137453157039,"descriptions-backfile":0.0,"award-numbers-backfile":0.2866082160786255,"update-policies-backfile":0.0714487732447147,"licenses-current":1.0,"award-numbers-current":0.2156457499670199,"abstracts-backfile":0.34048645973273,"resource-links-current":0.2433050437535728,"abstracts-current":0.3094850710171057,"references-current":0.2367969746273251},"prefix":[{"name":"eLife
|
191
|
+
Sciences Publications, Ltd.","value":"10.7554"}],"id":4374,"tokens":["elife","sciences","publications","ltd"],"counts-type":{"all":{"peer-review":34061,"journal-article":15382,"journal":1,"component":143802,"posted-content":1584},"backfile":{"peer-review":18437,"journal-article":9849},"current":{"peer-review":15624,"journal-article":5533,"posted-content":1584}},"coverage-type":{"all":{"peer-review":{"last-status-check-time":1696466957315,"affiliations":0.8925750858753413,"abstracts":0.0,"orcids":0.7939285399724025,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.2386306919937759,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1696466957315,"affiliations":0.9795215186581719,"abstracts":0.9806917175919906,"orcids":0.882655051358731,"licenses":0.9999349889481212,"references":0.9738655571447146,"funders":0.8907814328435834,"similarity-checking":0.0,"award-numbers":0.8458587959953192,"ror-ids":0.2040696918476141,"update-policies":0.4910934858926017,"resource-links":0.9998699778962424,"descriptions":0.0},"journal":{"last-status-check-time":1696466957315,"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.0,"resource-links":0.0,"descriptions":0.0},"component":{"last-status-check-time":1696466957315,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":4.867804342081473E-4,"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},"posted-content":{"last-status-check-time":1696466957315,"affiliations":0.9968434343434343,"abstracts":1.0,"orcids":0.8446969696969697,"licenses":1.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}},"backfile":{"peer-review":{"last-status-check-time":1696466957315,"affiliations":0.9971253457720887,"abstracts":0.0,"orcids":0.8638064761078267,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.003579758095134783,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1696466957315,"affiliations":0.9761397096151894,"abstracts":0.9778657731749416,"orcids":0.8169357295156869,"licenses":0.9998984668494263,"references":0.9742105797542898,"funders":0.8765356889024266,"similarity-checking":0.0,"award-numbers":0.8231292517006803,"ror-ids":0.0,"update-policies":0.2051984973093715,"resource-links":0.9997969336988527,"descriptions":0.0}},"current":{"peer-review":{"last-status-check-time":1696466957315,"affiliations":0.7692012288786482,"abstracts":0.0,"orcids":0.7114695340501792,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.5160010240655402,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1696466957315,"affiliations":0.9855412976685342,"abstracts":0.9857220314476776,"orcids":0.9996385324417134,"licenses":1.0,"references":0.9732514006867884,"funders":0.9161395264774986,"similarity-checking":0.0,"award-numbers":0.8863184529188505,"ror-ids":0.5673233327308874,"update-policies":1.0,"resource-links":1.0,"descriptions":0.0},"posted-content":{"last-status-check-time":1696466957315,"affiliations":0.9968434343434343,"abstracts":1.0,"orcids":0.8446969696969697,"licenses":1.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}}},"flags":{"deposits-abstracts-current":true,"deposits-orcids-current":true,"deposits":true,"deposits-affiliations-backfile":true,"deposits-update-policies-backfile":true,"deposits-similarity-checking-backfile":false,"deposits-award-numbers-current":true,"deposits-resource-links-current":true,"deposits-ror-ids-current":true,"deposits-articles":true,"deposits-affiliations-current":true,"deposits-funders-current":true,"deposits-references-backfile":true,"deposits-ror-ids-backfile":true,"deposits-abstracts-backfile":true,"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":"Cambridge,
|
192
192
|
United Kingdom","names":["eLife Sciences Publications, Ltd","eLife Sciences
|
193
193
|
Publications, Ltd."]}}'
|
194
|
-
recorded_at:
|
194
|
+
recorded_at: Thu, 05 Oct 2023 19:47:55 GMT
|
195
195
|
- request:
|
196
196
|
method: get
|
197
197
|
uri: https://doi.org/ra/10.7554
|
@@ -211,7 +211,7 @@ http_interactions:
|
|
211
211
|
message: OK
|
212
212
|
headers:
|
213
213
|
Date:
|
214
|
-
-
|
214
|
+
- Thu, 05 Oct 2023 19:47:56 GMT
|
215
215
|
Content-Type:
|
216
216
|
- application/json;charset=UTF-8
|
217
217
|
Transfer-Encoding:
|
@@ -223,7 +223,7 @@ http_interactions:
|
|
223
223
|
Cf-Cache-Status:
|
224
224
|
- DYNAMIC
|
225
225
|
Report-To:
|
226
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
226
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=C3%2B1cLQfPi5GaR1XtEFOJSBQxm7GUM8YQGeZYvWm0LZ6GYThUYddjIjoFUV9UWBQ5nCpQNYEcs9j0n80Sz%2FhqRbQbig2v3MZAZBehlQWbaYrm33LLAJ0chuQAUGtutYT5lvk910%3D"}],"group":"cf-nel","max_age":604800}'
|
227
227
|
Nel:
|
228
228
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
229
229
|
Strict-Transport-Security:
|
@@ -231,7 +231,7 @@ http_interactions:
|
|
231
231
|
Server:
|
232
232
|
- cloudflare
|
233
233
|
Cf-Ray:
|
234
|
-
-
|
234
|
+
- 81182de48bb506ba-AMS
|
235
235
|
Alt-Svc:
|
236
236
|
- h3=":443"; ma=86400
|
237
237
|
body:
|
@@ -243,5 +243,5 @@ http_interactions:
|
|
243
243
|
"RA": "Crossref"
|
244
244
|
}
|
245
245
|
]
|
246
|
-
recorded_at:
|
246
|
+
recorded_at: Thu, 05 Oct 2023 19:47:56 GMT
|
247
247
|
recorded_with: VCR 6.2.0
|
@@ -4,7 +4,7 @@ http_interactions:
|
|
4
4
|
method: get
|
5
5
|
uri: https://blog.front-matter.io/posts/dryad-interview-jen-gibson
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
@@ -27,8 +27,8 @@ http_interactions:
|
|
27
27
|
Status:
|
28
28
|
- 301 Moved Permanently
|
29
29
|
X-Request-Id:
|
30
|
-
-
|
31
|
-
-
|
30
|
+
- d3c603a5-8641-4c72-bf12-91903c984d5e
|
31
|
+
- d3c603a5-8641-4c72-bf12-91903c984d5e
|
32
32
|
Location:
|
33
33
|
- "/posts/dryad-interview-jen-gibson/"
|
34
34
|
Ghost-Cache:
|
@@ -37,22 +37,22 @@ http_interactions:
|
|
37
37
|
- public, max-age=31536000
|
38
38
|
Ghost-Age:
|
39
39
|
- '0'
|
40
|
-
Via:
|
41
|
-
- 1.1 varnish, 1.1 varnish
|
42
40
|
Accept-Ranges:
|
43
41
|
- bytes
|
44
42
|
Date:
|
45
|
-
-
|
43
|
+
- Thu, 05 Oct 2023 19:47:48 GMT
|
44
|
+
Via:
|
45
|
+
- 1.1 varnish
|
46
46
|
Age:
|
47
|
-
- '
|
47
|
+
- '4339'
|
48
48
|
X-Served-By:
|
49
|
-
- cache-
|
49
|
+
- cache-ams21042-AMS
|
50
50
|
X-Cache:
|
51
|
-
-
|
51
|
+
- HIT
|
52
52
|
X-Cache-Hits:
|
53
|
-
-
|
53
|
+
- '1'
|
54
54
|
X-Timer:
|
55
|
-
-
|
55
|
+
- S1696535268.156531,VS0,VE1
|
56
56
|
Vary:
|
57
57
|
- Cookie
|
58
58
|
Ghost-Fastly:
|
@@ -62,12 +62,12 @@ http_interactions:
|
|
62
62
|
body:
|
63
63
|
encoding: ASCII-8BIT
|
64
64
|
string: ''
|
65
|
-
recorded_at:
|
65
|
+
recorded_at: Thu, 05 Oct 2023 19:47:48 GMT
|
66
66
|
- request:
|
67
67
|
method: get
|
68
68
|
uri: https://blog.front-matter.io/posts/dryad-interview-jen-gibson/
|
69
69
|
body:
|
70
|
-
encoding:
|
70
|
+
encoding: ASCII-8BIT
|
71
71
|
string: ''
|
72
72
|
headers:
|
73
73
|
Connection:
|
@@ -92,32 +92,32 @@ http_interactions:
|
|
92
92
|
Status:
|
93
93
|
- 200 OK
|
94
94
|
X-Request-Id:
|
95
|
-
-
|
96
|
-
-
|
95
|
+
- 00c518b6-47de-40e9-9f27-7c7b661c8cea
|
96
|
+
- 00c518b6-47de-40e9-9f27-7c7b661c8cea
|
97
97
|
Etag:
|
98
|
-
- W/"8628-
|
98
|
+
- W/"8628-ppQZswl0I3VaC/GlLWfzzmZSVTc"
|
99
99
|
Ghost-Cache:
|
100
100
|
- MISS
|
101
101
|
Cache-Control:
|
102
102
|
- public, max-age=0
|
103
103
|
Ghost-Age:
|
104
104
|
- '0'
|
105
|
-
Via:
|
106
|
-
- 1.1 varnish, 1.1 varnish
|
107
105
|
Accept-Ranges:
|
108
106
|
- bytes
|
109
107
|
Date:
|
110
|
-
-
|
108
|
+
- Thu, 05 Oct 2023 19:47:48 GMT
|
109
|
+
Via:
|
110
|
+
- 1.1 varnish
|
111
111
|
Age:
|
112
|
-
- '
|
112
|
+
- '4338'
|
113
113
|
X-Served-By:
|
114
|
-
- cache-
|
114
|
+
- cache-ams21068-AMS
|
115
115
|
X-Cache:
|
116
|
-
-
|
116
|
+
- HIT
|
117
117
|
X-Cache-Hits:
|
118
|
-
-
|
118
|
+
- '2'
|
119
119
|
X-Timer:
|
120
|
-
-
|
120
|
+
- S1696535268.290962,VS0,VE0
|
121
121
|
Vary:
|
122
122
|
- Cookie, Accept-Encoding
|
123
123
|
Ghost-Fastly:
|
@@ -129,7 +129,7 @@ http_interactions:
|
|
129
129
|
string: "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n
|
130
130
|
\ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n
|
131
131
|
\ <title>Dryad: Interview with Jen Gibson</title>\n <link rel=\"stylesheet\"
|
132
|
-
href=\"https://blog.front-matter.io/assets/built/screen.css?v=
|
132
|
+
href=\"https://blog.front-matter.io/assets/built/screen.css?v=6869c21382\">\n\n
|
133
133
|
\ <meta name=\"citation_doi\" content=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\">\n
|
134
134
|
\ <meta name=\"citation_title\" content=\"Dryad: Interview with Jen Gibson\">\n
|
135
135
|
\ <meta name=\"citation_abstract\" content=\"In October Jen Gibson started
|
@@ -205,9 +205,9 @@ http_interactions:
|
|
205
205
|
post on this blog is about a presentation I gave in 2013 (Metrics and attribution:
|
206
206
|
my thoughts for the panel at the ORCID-Dryad symposium on research attri\",\n
|
207
207
|
\ \"mainEntityOfPage\": \"https://blog.front-matter.io/posts/dryad-interview-jen-gibson/\"\n}\n
|
208
|
-
\ </script>\n\n <meta name=\"generator\" content=\"Ghost 5.
|
208
|
+
\ </script>\n\n <meta name=\"generator\" content=\"Ghost 5.67\">\n <link
|
209
209
|
rel=\"alternate\" type=\"application/rss+xml\" title=\"Front Matter\" href=\"https://blog.front-matter.io/rss/\">\n
|
210
|
-
\ <script defer src=\"https://cdn.jsdelivr.net/ghost/portal@~2.
|
210
|
+
\ <script defer src=\"https://cdn.jsdelivr.net/ghost/portal@~2.36/umd/portal.min.js\"
|
211
211
|
data-i18n=\"true\" data-ghost=\"https://blog.front-matter.io/\" data-key=\"d0d5aabcc0f96718307d5944b6\"
|
212
212
|
data-api=\"https://front-matter.ghost.io/ghost/api/content/\" crossorigin=\"anonymous\"></script><style
|
213
213
|
id=\"gh-members-styles\">.gh-post-upgrade-cta-content,\n.gh-post-upgrade-cta
|
@@ -231,9 +231,9 @@ http_interactions:
|
|
231
231
|
data-key=\"d0d5aabcc0f96718307d5944b6\" data-styles=\"https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css\"
|
232
232
|
data-sodo-search=\"https://front-matter.ghost.io/\" crossorigin=\"anonymous\"></script>\n
|
233
233
|
\ \n <link href=\"https://blog.front-matter.io/webmentions/receive/\"
|
234
|
-
rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=
|
235
|
-
\ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=
|
236
|
-
\ <script defer src=\"/public/comment-counts.min.js?v=
|
234
|
+
rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=6869c21382\"></script>\n
|
235
|
+
\ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=6869c21382\">\n
|
236
|
+
\ <script defer src=\"/public/comment-counts.min.js?v=6869c21382\" data-ghost-comments-counts-api=\"https://blog.front-matter.io/members/api/comments/counts/\"></script>\n
|
237
237
|
\ <link href=\"/atom/\" type=\"application/atom+xml\" rel=\"alternate\"
|
238
238
|
title=\"Atom feed\" />\n<link rel=\"me\" href=\"https://hachyderm.io/@mfenner\">\n<script
|
239
239
|
defer data-domain=\"blog.front-matter.io\" src=\"https://plausible.io/js/plausible.js\"></script><style>:root
|
@@ -533,6 +533,6 @@ http_interactions:
|
|
533
533
|
(arrow left)\"></button>\n <button class=\"pswp__button pswp__button--arrow--right\"
|
534
534
|
title=\"Next (arrow right)\"></button>\n\n <div class=\"pswp__caption\">\n
|
535
535
|
\ <div class=\"pswp__caption__center\"></div>\n </div>\n
|
536
|
-
\ </div>\n </div>\n</div>\n<script src=\"https://blog.front-matter.io/assets/built/main.min.js?v=
|
537
|
-
recorded_at:
|
536
|
+
\ </div>\n </div>\n</div>\n<script src=\"https://blog.front-matter.io/assets/built/main.min.js?v=6869c21382\"></script>\n\n\n\n</body>\n\n</html>\n"
|
537
|
+
recorded_at: Thu, 05 Oct 2023 19:47:48 GMT
|
538
538
|
recorded_with: VCR 6.2.0
|
data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article.yml
CHANGED
@@ -4,7 +4,7 @@ http_interactions:
|
|
4
4
|
method: get
|
5
5
|
uri: https://doi.org/ra/10.7554
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Thu, 05 Oct 2023 19:47:44 GMT
|
23
23
|
Content-Type:
|
24
24
|
- application/json;charset=UTF-8
|
25
25
|
Transfer-Encoding:
|
@@ -31,7 +31,7 @@ http_interactions:
|
|
31
31
|
Cf-Cache-Status:
|
32
32
|
- DYNAMIC
|
33
33
|
Report-To:
|
34
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
34
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=MrTDwTEss7soceB2C6f2u1xx1%2FsrpU26rFr0PXKLH844KcL93SqXsLiy1gbw%2FmH0ZrDE5O9zP4dDTd%2F9e37uxgjU7pUzillbCwvU0JMXA7wI5FAl7oUvdxZKjpmoCliVPelWl3M%3D"}],"group":"cf-nel","max_age":604800}'
|
35
35
|
Nel:
|
36
36
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
37
37
|
Strict-Transport-Security:
|
@@ -39,7 +39,7 @@ http_interactions:
|
|
39
39
|
Server:
|
40
40
|
- cloudflare
|
41
41
|
Cf-Ray:
|
42
|
-
-
|
42
|
+
- 81182d9bc934b794-AMS
|
43
43
|
Alt-Svc:
|
44
44
|
- h3=":443"; ma=86400
|
45
45
|
body:
|
@@ -51,5 +51,5 @@ http_interactions:
|
|
51
51
|
"RA": "Crossref"
|
52
52
|
}
|
53
53
|
]
|
54
|
-
recorded_at:
|
54
|
+
recorded_at: Thu, 05 Oct 2023 19:47:44 GMT
|
55
55
|
recorded_with: VCR 6.2.0
|
@@ -4,7 +4,7 @@ http_interactions:
|
|
4
4
|
method: get
|
5
5
|
uri: https://api.datacite.org/dois/10.2312/geowissenschaften.1989.7.181?include=media,client
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Thu, 05 Oct 2023 19:47:47 GMT
|
23
23
|
Content-Type:
|
24
24
|
- application/json; charset=utf-8
|
25
25
|
Transfer-Encoding:
|
@@ -41,7 +41,7 @@ http_interactions:
|
|
41
41
|
X-Xss-Protection:
|
42
42
|
- 1; mode=block
|
43
43
|
X-Request-Id:
|
44
|
-
-
|
44
|
+
- 5bfadf85-482c-41d4-91e2-6467acbb10e3
|
45
45
|
X-Download-Options:
|
46
46
|
- noopen
|
47
47
|
Etag:
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
X-Frame-Options:
|
50
50
|
- SAMEORIGIN
|
51
51
|
X-Runtime:
|
52
|
-
- '0.
|
52
|
+
- '0.053692'
|
53
53
|
X-Content-Type-Options:
|
54
54
|
- nosniff
|
55
55
|
X-Powered-By:
|
@@ -81,5 +81,5 @@ http_interactions:
|
|
81
81
|
Geowissenschaften","descriptionType":"SeriesInformation"}],"geoLocations":[],"fundingReferences":[],"xml":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHJlc291cmNlIHhtbG5zPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCBodHRwOi8vc2NoZW1hLmRhdGFjaXRlLm9yZy9tZXRhL2tlcm5lbC00LjQvbWV0YWRhdGEueHNkIj4KICA8aWRlbnRpZmllciBpZGVudGlmaWVyVHlwZT0iRE9JIj4xMC4yMzEyL0dFT1dJU1NFTlNDSEFGVEVOLjE5ODkuNy4xODE8L2lkZW50aWZpZXI+CiAgPGNyZWF0b3JzPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5Nb3NzbWFuLCBEYXZpZCBKPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICA8L2NyZWF0b3JzPgogIDxjb250cmlidXRvcnM+CiAgICA8Y29udHJpYnV0b3IgY29udHJpYnV0b3JUeXBlPSJIb3N0aW5nSW5zdGl0dXRpb24iPgogICAgICA8Y29udHJpYnV0b3JOYW1lIG5hbWVUeXBlPSJPcmdhbml6YXRpb25hbCI+VElCIC0gVGVjaG5pc2NoZSBJbmZvcm1hdGlvbnNiaWJsaW90aGVrIFVuaXZlcnNpdMOkdHNiaWJsaW90aGVrIEhhbm5vdmVyPC9jb250cmlidXRvck5hbWU+CiAgICA8L2NvbnRyaWJ1dG9yPgogICAgPGNvbnRyaWJ1dG9yIGNvbnRyaWJ1dG9yVHlwZT0iRGF0YU1hbmFnZXIiPgogICAgICA8Y29udHJpYnV0b3JOYW1lPkFsZnJlZC1XZWdlbmVyLUluc3RpdHV0IGbDvHIgUG9sYXItIHVuZCBNZWVyZXNmb3JzY2h1bmc8L2NvbnRyaWJ1dG9yTmFtZT4KICAgIDwvY29udHJpYnV0b3I+CiAgPC9jb250cmlidXRvcnM+CiAgPHRpdGxlcz4KICAgIDx0aXRsZT5BbiBPdmVydmlldyBvZiB0aGUgR2VvbG9neSBvZiBDYW5hZGlhbiBHb2xkIE9jY3VycmVuY2VzPC90aXRsZT4KICA8L3RpdGxlcz4KICA8cHVibGlzaGVyPlZDSCBWZXJsYWdzZ2VzZWxsc2NoYWZ0IG1iSDwvcHVibGlzaGVyPgogIDxwdWJsaWNhdGlvblllYXI+MTk4OTwvcHVibGljYXRpb25ZZWFyPgogIDxzdWJqZWN0cz4KICAgIDxzdWJqZWN0IGNsYXNzaWZpY2F0aW9uQ29kZT0iZ2VvIiBzdWJqZWN0U2NoZW1lPSJsaW5zZWFyY2gobWFwcGluZykiPkVhcnRoIFNjaWVuY2U8L3N1YmplY3Q+CiAgICA8c3ViamVjdCBjbGFzc2lmaWNhdGlvbkNvZGU9IjU1MCIgc3ViamVjdFNjaGVtZT0iZGRjIj4gRWFydGggc2NpZW5jZXMgYW5kIGdlb2xvZ3k8L3N1YmplY3Q+CiAgPC9zdWJqZWN0cz4KICA8ZGF0ZXM+CiAgICA8ZGF0ZSBkYXRlVHlwZT0iSXNzdWVkIj4xOTg5LTAxLTAxPC9kYXRlPgogICAgPGRhdGUgZGF0ZVR5cGU9IkNvcHlyaWdodGVkIj4xOTg5LTAxLTAxPC9kYXRlPgogIDwvZGF0ZXM+CiAgPGxhbmd1YWdlPmVuPC9sYW5ndWFnZT4KICA8cmVzb3VyY2VUeXBlIHJlc291cmNlVHlwZUdlbmVyYWw9IkpvdXJuYWxBcnRpY2xlIj5FbGVjdHJvbmljIFJlc291cmNlPC9yZXNvdXJjZVR5cGU+CiAgPGFsdGVybmF0ZUlkZW50aWZpZXJzPgogICAgPGFsdGVybmF0ZUlkZW50aWZpZXIgYWx0ZXJuYXRlSWRlbnRpZmllclR5cGU9ImZ0eC1vbGQiPmF3aTpkb2l+MTAuMjMxMiUyRmdlb3dpc3NlbnNjaGFmdGVuLjE5ODkuNy4xODE8L2FsdGVybmF0ZUlkZW50aWZpZXI+CiAgICA8YWx0ZXJuYXRlSWRlbnRpZmllciBhbHRlcm5hdGVJZGVudGlmaWVyVHlwZT0iZnR4LWlkIj5hd2k6NzA1OGE1NmM1ZTQzYWZkNzA1YWY5NDVkMDE1MzZiOWFhZWVlZTQ5MTwvYWx0ZXJuYXRlSWRlbnRpZmllcj4KICA8L2FsdGVybmF0ZUlkZW50aWZpZXJzPgogIDxyZWxhdGVkSWRlbnRpZmllcnM+CiAgICA8cmVsYXRlZElkZW50aWZpZXIgcmVsYXRlZElkZW50aWZpZXJUeXBlPSJJU1NOIiByZWxhdGlvblR5cGU9IklzUHVibGlzaGVkSW4iPjA5MzMtMDcwNDwvcmVsYXRlZElkZW50aWZpZXI+CiAgPC9yZWxhdGVkSWRlbnRpZmllcnM+CiAgPHNpemVzPgogICAgPHNpemU+NiAgcGFnZXM8L3NpemU+CiAgPC9zaXplcz4KICA8Zm9ybWF0cz4KICAgIDxmb3JtYXQ+YXBwbGljYXRpb24vcGRmPC9mb3JtYXQ+CiAgPC9mb3JtYXRzPgogIDx2ZXJzaW9uPjEuMDwvdmVyc2lvbj4KICA8cmlnaHRzTGlzdD4KICAgIDxyaWdodHM+VkNIIFZlcmxhZ3NnZXNlbGxzY2hhZnQgbWJIPC9yaWdodHM+CiAgPC9yaWdodHNMaXN0PgogIDxkZXNjcmlwdGlvbnM+CiAgICA8ZGVzY3JpcHRpb24gZGVzY3JpcHRpb25UeXBlPSJBYnN0cmFjdCIvPgogICAgPGRlc2NyaXB0aW9uIGRlc2NyaXB0aW9uVHlwZT0iU2VyaWVzSW5mb3JtYXRpb24iPkRpZSBHZW93aXNzZW5zY2hhZnRlbjwvZGVzY3JpcHRpb24+CiAgPC9kZXNjcmlwdGlvbnM+CiAgPHJlbGF0ZWRJdGVtcz4KICAgIDxyZWxhdGVkSXRlbSByZWxhdGVkSXRlbVR5cGU9IkpvdXJuYWwiIHJlbGF0aW9uVHlwZT0iSXNQdWJsaXNoZWRJbiI+CiAgICAgIDxyZWxhdGVkSXRlbUlkZW50aWZpZXIgcmVsYXRlZEl0ZW1JZGVudGlmaWVyVHlwZT0iSVNTTiI+MDkzMy0wNzA0PC9yZWxhdGVkSXRlbUlkZW50aWZpZXI+CiAgICAgIDx0aXRsZXM+CiAgICAgICAgPHRpdGxlPkRpZSBHZW93aXNzZW5zY2hhZnRlbjwvdGl0bGU+CiAgICAgIDwvdGl0bGVzPgogICAgICA8dm9sdW1lPjc8L3ZvbHVtZT4KICAgICAgPGlzc3VlPjc8L2lzc3VlPgogICAgICA8Zmlyc3RQYWdlPjE4MTwvZmlyc3RQYWdlPgogICAgICA8bGFzdFBhZ2U+MTg2PC9sYXN0UGFnZT4KICAgIDwvcmVsYXRlZEl0ZW0+CiAgPC9yZWxhdGVkSXRlbXM+CjwvcmVzb3VyY2U+","url":"https://www.tib.eu/suchen/id/awi:7058a56c5e43afd705af945d01536b9aaeeee491","contentUrl":null,"metadataVersion":10,"schemaVersion":"http://datacite.org/schema/kernel-4","source":"mds","isActive":true,"state":"findable","reason":null,"viewCount":0,"viewsOverTime":[],"downloadCount":0,"downloadsOverTime":[],"referenceCount":0,"citationCount":0,"citationsOverTime":[],"partCount":0,"partOfCount":0,"versionCount":0,"versionOfCount":0,"created":"2011-12-13T16:36:34.000Z","registered":"2011-08-19T09:10:02.000Z","published":"1989","updated":"2022-03-24T00:30:25.000Z"},"relationships":{"client":{"data":{"id":"tib.awi","type":"clients"}},"provider":{"data":{"id":"ruwk","type":"providers"}},"media":{"data":{"id":"10.2312/geowissenschaften.1989.7.181","type":"media"}},"references":{"data":[]},"citations":{"data":[]},"parts":{"data":[]},"partOf":{"data":[]},"versions":{"data":[]},"versionOf":{"data":[]}}},"included":[{"id":"tib.awi","type":"clients","attributes":{"name":"Alfred
|
82
82
|
Wegener Institute","symbol":"TIB.AWI","year":2011,"alternateName":null,"description":"TIB-Portal
|
83
83
|
Betrieb","language":[],"clientType":"repository","domains":"*","re3data":null,"opendoar":null,"issn":{},"url":null,"created":"2011-11-24T12:21:02.000Z","updated":"2020-12-18T15:03:59.000Z","isActive":true},"relationships":{"provider":{"data":{"id":"ruwk","type":"providers"}},"consortium":{"data":{"id":"tibco","type":"providers"}},"prefixes":{"data":[{"id":"10.48433","type":"prefixes"}]}}}]}'
|
84
|
-
recorded_at:
|
84
|
+
recorded_at: Thu, 05 Oct 2023 19:47:47 GMT
|
85
85
|
recorded_with: VCR 6.2.0
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Thu, 05 Oct 2023 19:47:51 GMT
|
23
23
|
Content-Type:
|
24
24
|
- application/json;charset=UTF-8
|
25
25
|
Transfer-Encoding:
|
@@ -31,7 +31,7 @@ http_interactions:
|
|
31
31
|
Cf-Cache-Status:
|
32
32
|
- DYNAMIC
|
33
33
|
Report-To:
|
34
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
34
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=cUpPNu3JSkK0HjQZ6fLLGj%2BtWvfLvZ%2B0vThpffS0Kbv6AdEAXlutIFcBY1Tm0tJi3GSQwiukRRz9VQIrHVM1byvwqz3VJY0%2FsXouWw%2BWsPBaSfuk24LilWUsTbk2kr9uG%2Bpfxe0%3D"}],"group":"cf-nel","max_age":604800}'
|
35
35
|
Nel:
|
36
36
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
37
37
|
Strict-Transport-Security:
|
@@ -39,7 +39,7 @@ http_interactions:
|
|
39
39
|
Server:
|
40
40
|
- cloudflare
|
41
41
|
Cf-Ray:
|
42
|
-
-
|
42
|
+
- 81182dc6ad2e0bd5-AMS
|
43
43
|
Alt-Svc:
|
44
44
|
- h3=":443"; ma=86400
|
45
45
|
body:
|
@@ -51,7 +51,7 @@ http_interactions:
|
|
51
51
|
"RA": "Crossref"
|
52
52
|
}
|
53
53
|
]
|
54
|
-
recorded_at:
|
54
|
+
recorded_at: Thu, 05 Oct 2023 19:47:51 GMT
|
55
55
|
- request:
|
56
56
|
method: get
|
57
57
|
uri: https://api.crossref.org/works/10.1371/journal.pone.0000030
|
@@ -71,7 +71,7 @@ http_interactions:
|
|
71
71
|
message: OK
|
72
72
|
headers:
|
73
73
|
Date:
|
74
|
-
-
|
74
|
+
- Thu, 05 Oct 2023 19:47:51 GMT
|
75
75
|
Content-Type:
|
76
76
|
- application/json
|
77
77
|
Transfer-Encoding:
|
@@ -101,7 +101,7 @@ http_interactions:
|
|
101
101
|
- close
|
102
102
|
body:
|
103
103
|
encoding: UTF-8
|
104
|
-
string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,
|
104
|
+
string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,10,2]],"date-time":"2023-10-02T08:59:45Z","timestamp":1696237185368},"reference-count":73,"publisher":"Public
|
105
105
|
Library of Science (PLoS)","issue":"1","license":[{"start":{"date-parts":[[2006,12,20]],"date-time":"2006-12-20T00:00:00Z","timestamp":1166572800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/4.0\/"}],"content-domain":{"domain":["www.plosone.org"],"crossmark-restriction":false},"short-container-title":["PLoS
|
106
106
|
ONE"],"DOI":"10.1371\/journal.pone.0000030","type":"journal-article","created":{"date-parts":[[2006,12,20]],"date-time":"2006-12-20T19:38:57Z","timestamp":1166643537000},"page":"e30","update-policy":"http:\/\/dx.doi.org\/10.1371\/journal.pone.corrections_policy","source":"Crossref","is-referenced-by-count":63,"title":["Triose
|
107
107
|
Phosphate Isomerase Deficiency Is Caused by Altered Dimerization\u2013Not
|
@@ -295,7 +295,7 @@ http_interactions:
|
|
295
295
|
of statewide neonatal screening for cystic fibrosis by assay of trypsinogen
|
296
296
|
concentrations.","volume":"325","author":"KB Hammond","year":"1991","journal-title":"N
|
297
297
|
Engl J Med"}],"container-title":["PLoS ONE"],"original-title":[],"language":"en","link":[{"URL":"http:\/\/dx.plos.org\/10.1371\/journal.pone.0000030","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,6]],"date-time":"2021-08-06T23:49:55Z","timestamp":1628293795000},"score":1,"resource":{"primary":{"URL":"https:\/\/dx.plos.org\/10.1371\/journal.pone.0000030"}},"subtitle":[],"editor":[{"given":"Guilhem","family":"Janbon","sequence":"first","affiliation":[]}],"short-title":[],"issued":{"date-parts":[[2006,12,20]]},"references-count":73,"journal-issue":{"issue":"1","published-online":{"date-parts":[[2006,12,20]]}},"URL":"http:\/\/dx.doi.org\/10.1371\/journal.pone.0000030","relation":{},"ISSN":["1932-6203"],"issn-type":[{"value":"1932-6203","type":"electronic"}],"subject":["Multidisciplinary"],"published":{"date-parts":[[2006,12,20]]}}}'
|
298
|
-
recorded_at:
|
298
|
+
recorded_at: Thu, 05 Oct 2023 19:47:52 GMT
|
299
299
|
- request:
|
300
300
|
method: get
|
301
301
|
uri: https://api.crossref.org/members/340
|
@@ -315,7 +315,7 @@ http_interactions:
|
|
315
315
|
message: OK
|
316
316
|
headers:
|
317
317
|
Date:
|
318
|
-
-
|
318
|
+
- Thu, 05 Oct 2023 19:47:52 GMT
|
319
319
|
Content-Type:
|
320
320
|
- application/json
|
321
321
|
Transfer-Encoding:
|
@@ -345,13 +345,13 @@ http_interactions:
|
|
345
345
|
- close
|
346
346
|
body:
|
347
347
|
encoding: UTF-8
|
348
|
-
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":
|
349
|
-
Library of Science (PLoS)","counts":{"current-dois":
|
348
|
+
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1696462389283,"primary-name":"Public
|
349
|
+
Library of Science (PLoS)","counts":{"current-dois":56123,"backfile-dois":289964,"total-dois":346087},"breakdowns":{"dois-by-issued-year":[[2013,36487],[2014,35452],[2015,33537],[2012,27083],[2016,26725],[2017,24569],[2018,22183],[2021,20842],[2022,20628],[2020,20426],[2019,19633],[2011,16660],[2023,14653],[2010,9348],[2009,6703],[2008,4589],[2007,2671],[2005,1643],[2006,1612],[2004,540],[2003,103]]},"prefixes":["10.24196","10.1371"],"coverage":{"affiliations-current":0.0,"similarity-checking-current":1.0,"descriptions-current":0.0,"ror-ids-current":0.0,"funders-backfile":0.2255038556510463,"licenses-backfile":0.9877364086576265,"funders-current":0.687151435240454,"affiliations-backfile":7.207791312024941E-4,"resource-links-backfile":0.0,"orcids-backfile":0.2808555544826254,"update-policies-current":1.0,"ror-ids-backfile":0.0,"orcids-current":0.9600876645938385,"similarity-checking-backfile":0.9124029189830462,"references-backfile":0.9200521444041329,"descriptions-backfile":0.0,"award-numbers-backfile":0.1966451007711302,"update-policies-backfile":0.9945613938281994,"licenses-current":0.9999465459793667,"award-numbers-current":0.579174313561285,"abstracts-backfile":0.0123291167179374,"resource-links-current":0.0,"abstracts-current":0.9574684175828092,"references-current":0.999714911889956},"prefix":[{"name":"Public
|
350
350
|
Library of Science (PLoS)","value":"10.24196"},{"name":"Public Library of
|
351
|
-
Science","value":"10.1371"}],"id":340,"tokens":["public","library","of","science","plos"],"counts-type":{"all":{"journal-article":
|
351
|
+
Science","value":"10.1371"}],"id":340,"tokens":["public","library","of","science","plos"],"counts-type":{"all":{"journal-article":346087,"journal":1,"component":3628608,"dataset":7},"backfile":{"journal-article":289964},"current":{"journal-article":56123}},"coverage-type":{"all":{"journal-article":{"last-status-check-time":1696462389283,"affiliations":6.038943964956788E-4,"abstracts":0.1655970897491093,"orcids":0.3910028403262763,"licenses":0.9897164585783343,"references":0.9329706114358528,"funders":0.3003666708082072,"similarity-checking":0.9266080494210993,"award-numbers":0.2586777313218931,"ror-ids":0.0,"update-policies":0.9954433422809872,"resource-links":0.0,"descriptions":0.0},"journal":{"last-status-check-time":1696462389283,"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.0,"resource-links":0.0,"descriptions":0.0},"component":{"last-status-check-time":1696462389283,"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.0,"resource-links":0.0,"descriptions":4.740109705980916E-5},"dataset":{"last-status-check-time":1696462389283,"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.0,"resource-links":0.0,"descriptions":0.0}},"backfile":{"journal-article":{"last-status-check-time":1696462389283,"affiliations":7.207791312024941E-4,"abstracts":0.0123291167179374,"orcids":0.2808555544826254,"licenses":0.9877364086576265,"references":0.9200521444041329,"funders":0.2255038556510463,"similarity-checking":0.9124029189830462,"award-numbers":0.1966451007711302,"ror-ids":0.0,"update-policies":0.9945613938281994,"resource-links":0.0,"descriptions":0.0}},"current":{"journal-article":{"last-status-check-time":1696462389283,"affiliations":0.0,"abstracts":0.9574684175828092,"orcids":0.9600876645938385,"licenses":0.9999465459793667,"references":0.999714911889956,"funders":0.687151435240454,"similarity-checking":1.0,"award-numbers":0.579174313561285,"ror-ids":0.0,"update-policies":1.0,"resource-links":0.0,"descriptions":0.0}}},"flags":{"deposits-abstracts-current":true,"deposits-orcids-current":true,"deposits":true,"deposits-affiliations-backfile":true,"deposits-update-policies-backfile":true,"deposits-similarity-checking-backfile":true,"deposits-award-numbers-current":true,"deposits-resource-links-current":false,"deposits-ror-ids-current":false,"deposits-articles":true,"deposits-affiliations-current":false,"deposits-funders-current":true,"deposits-references-backfile":true,"deposits-ror-ids-backfile":false,"deposits-abstracts-backfile":true,"deposits-licenses-backfile":true,"deposits-award-numbers-backfile":true,"deposits-descriptions-current":false,"deposits-references-current":true,"deposits-resource-links-backfile":false,"deposits-descriptions-backfile":false,"deposits-orcids-backfile":true,"deposits-funders-backfile":true,"deposits-update-policies-current":true,"deposits-similarity-checking-current":true,"deposits-licenses-current":true},"location":"San
|
352
352
|
Francisco, CA, United States","names":["Public Library of Science (PLoS)","Public
|
353
353
|
Library of Science"]}}'
|
354
|
-
recorded_at:
|
354
|
+
recorded_at: Thu, 05 Oct 2023 19:47:52 GMT
|
355
355
|
- request:
|
356
356
|
method: get
|
357
357
|
uri: https://doi.org/ra/10.1371
|
@@ -371,7 +371,7 @@ http_interactions:
|
|
371
371
|
message: OK
|
372
372
|
headers:
|
373
373
|
Date:
|
374
|
-
-
|
374
|
+
- Thu, 05 Oct 2023 19:47:53 GMT
|
375
375
|
Content-Type:
|
376
376
|
- application/json;charset=UTF-8
|
377
377
|
Transfer-Encoding:
|
@@ -383,7 +383,7 @@ http_interactions:
|
|
383
383
|
Cf-Cache-Status:
|
384
384
|
- DYNAMIC
|
385
385
|
Report-To:
|
386
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s
|
386
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=ywE7stp2u6itB3nPUWdWV4AZyrZXUD12KCuDsOm%2FtCK02Qd18ciuYbXP8zlkAT4Xpiiib9%2BaguQ6S90346%2FV7oovRvSxXBXe74uO9%2BcNH%2BD948OdRh79Y6bYgzLgxGU6RnE4iwU%3D"}],"group":"cf-nel","max_age":604800}'
|
387
387
|
Nel:
|
388
388
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
389
389
|
Strict-Transport-Security:
|
@@ -391,7 +391,7 @@ http_interactions:
|
|
391
391
|
Server:
|
392
392
|
- cloudflare
|
393
393
|
Cf-Ray:
|
394
|
-
-
|
394
|
+
- 81182dd048b6655b-AMS
|
395
395
|
Alt-Svc:
|
396
396
|
- h3=":443"; ma=86400
|
397
397
|
body:
|
@@ -403,5 +403,5 @@ http_interactions:
|
|
403
403
|
"RA": "Crossref"
|
404
404
|
}
|
405
405
|
]
|
406
|
-
recorded_at:
|
406
|
+
recorded_at: Thu, 05 Oct 2023 19:47:52 GMT
|
407
407
|
recorded_with: VCR 6.2.0
|
@@ -2,15 +2,15 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://rogue-scholar.org/
|
5
|
+
uri: https://api.rogue-scholar.org/posts/a163e340-5b3c-4736-9ab0-8c54fdff6a3c
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
11
11
|
- close
|
12
12
|
Host:
|
13
|
-
- rogue-scholar.org
|
13
|
+
- api.rogue-scholar.org
|
14
14
|
User-Agent:
|
15
15
|
- http.rb/5.1.1
|
16
16
|
response:
|
@@ -18,46 +18,31 @@ http_interactions:
|
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
|
-
Age:
|
22
|
-
- '0'
|
23
|
-
Cache-Control:
|
24
|
-
- public, max-age=0, must-revalidate
|
25
|
-
Content-Length:
|
26
|
-
- '2105'
|
27
21
|
Content-Type:
|
28
|
-
- application/json
|
22
|
+
- application/json
|
23
|
+
Content-Length:
|
24
|
+
- '1825'
|
29
25
|
Date:
|
30
|
-
-
|
31
|
-
Etag:
|
32
|
-
- '"zhstbxmwhv1m8"'
|
26
|
+
- Thu, 05 Oct 2023 21:01:18 GMT
|
33
27
|
Server:
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
38
|
-
-
|
39
|
-
X-Vercel-Cache:
|
40
|
-
- MISS
|
41
|
-
X-Vercel-Id:
|
42
|
-
- fra1::iad1::7xt22-1694011809906-28b8d1ffb5f7
|
43
|
-
Connection:
|
44
|
-
- close
|
28
|
+
- Fly/e440b950 (2023-09-20)
|
29
|
+
Via:
|
30
|
+
- 1.1 fly.io
|
31
|
+
Fly-Request-Id:
|
32
|
+
- 01HC0TA1YDRW91GDJX1H8WJPSM-fra
|
45
33
|
body:
|
46
34
|
encoding: UTF-8
|
47
|
-
string:
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
- Articles\",\"blog_slug\":\"lab_sub\",\"blog\":{\"id\":\"6hezn63\",\"title\":\"lab.sub
|
61
|
-
- Articles\",\"description\":\"Better sit thus, and observe thy strange things\",\"language\":\"en\",\"favicon\":null,\"feed_url\":\"https://lab.sub.uni-goettingen.de/atom.xml\",\"home_page_url\":\"https://lab.sub.uni-goettingen.de\",\"user_id\":\"dead81b3-8a8b-45c9-85fe-f01bb3948c77\",\"created_at\":\"2023-04-24\",\"feed_format\":\"application/atom+xml\",\"license\":\"https://creativecommons.org/licenses/by/4.0/legalcode\",\"generator\":\"Jekyll\",\"category\":\"computerAndInformationSciences\",\"prefix\":\"10.59350\",\"modified_at\":\"2023-06-01T00:00:01+00:00\",\"version\":\"https://jsonfeed.org/version/1.1\",\"current_feed_url\":null,\"status\":\"active\",\"issn\":null,\"backlog\":0,\"authors\":null,\"plan\":\"Starter\",\"slug\":\"lab_sub\",\"use_mastodon\":false}}"
|
62
|
-
recorded_at: Wed, 06 Sep 2023 14:50:10 GMT
|
35
|
+
string: '{"archive_url":null,"authors":[{"name":"Mathias G\u00f6bel","url":null}],"blog":{"api":false,"archive_prefix":null,"authors":null,"backlog":0,"canonical_url":null,"category":"computerAndInformationSciences","created_at":"2023-04-24","current_feed_url":null,"description":"Better
|
36
|
+
sit thus, and observe thy strange things","favicon":null,"feed_format":"application/atom+xml","feed_url":"https://lab.sub.uni-goettingen.de/atom.xml","filter":null,"funding":null,"generator":"Jekyll","home_page_url":"https://lab.sub.uni-goettingen.de","id":"6hezn63","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-06-01T00:00:01+00:00","plan":"Starter","prefix":"10.59350","relative_url":null,"slug":"lab_sub","status":"active","title":"lab.sub
|
37
|
+
- Articles","use_api":null,"use_mastodon":false,"user_id":"dead81b3-8a8b-45c9-85fe-f01bb3948c77","version":"https://jsonfeed.org/version/1.1"},"blog_name":"lab.sub
|
38
|
+
- Articles","blog_slug":"lab_sub","doi":"https://doi.org/10.59350/33es7-fqz31","id":"a163e340-5b3c-4736-9ab0-8c54fdff6a3c","image":"https://lab.sub.uni-goettingen.de/assets/images/Bibliothek_der_UNI_Goettingen-wikiCommons-Suhaknoke.webp","indexed_at":1689006804,"language":"en","published_at":1483228801,"reference":[],"relationships":[],"summary":"Welcome
|
39
|
+
everyone! This is the place to read about projects, resources and all the
|
40
|
+
things we deal with at our work on digital collections, databases, APIs, tools
|
41
|
+
and esoteric programming languages we prefer to write in. It is <em>not</em>
|
42
|
+
meant for a single subject, but covers all topics we \ud83d\udc96. So I hope
|
43
|
+
you don\u2019t mind if the next post is about one of my adorable cute rabbits.","tags":["Meta"],"title":"Welcome
|
44
|
+
to the Lab","updated_at":1483228801,"url":"https://lab.sub.uni-goettingen.de/welcome.html"}
|
45
|
+
|
46
|
+
'
|
47
|
+
recorded_at: Thu, 05 Oct 2023 21:01:18 GMT
|
63
48
|
recorded_with: VCR 6.2.0
|