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,122 @@
|
|
1
1
|
---
|
2
2
|
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.crossref.org/works/10.5012/bkcs.2013.34.10.2889/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:06 GMT
|
23
|
+
Transfer-Encoding:
|
24
|
+
- chunked
|
25
|
+
Link:
|
26
|
+
- <http://dx.doi.org/10.5012/bkcs.2013.34.10.2889>; rel="canonical", <http://ocean.kisti.re.kr/downfile/crosscheck/chemical/JAKO201332479081554.pdf>;
|
27
|
+
version="vor"; rel="item"
|
28
|
+
Access-Control-Expose-Headers:
|
29
|
+
- Link
|
30
|
+
Access-Control-Allow-Headers:
|
31
|
+
- X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language,
|
32
|
+
Accept-Ranges, Cache-Control
|
33
|
+
Access-Control-Allow-Origin:
|
34
|
+
- "*"
|
35
|
+
Server:
|
36
|
+
- Jetty(9.4.40.v20210413)
|
37
|
+
X-Ratelimit-Limit:
|
38
|
+
- '50'
|
39
|
+
X-Ratelimit-Interval:
|
40
|
+
- 1s
|
41
|
+
X-Api-Pool:
|
42
|
+
- public
|
43
|
+
X-Rate-Limit-Limit:
|
44
|
+
- '50'
|
45
|
+
X-Rate-Limit-Interval:
|
46
|
+
- 1s
|
47
|
+
Permissions-Policy:
|
48
|
+
- interest-cohort=()
|
49
|
+
Connection:
|
50
|
+
- close
|
51
|
+
body:
|
52
|
+
encoding: ASCII-8BIT
|
53
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<crossref_result xmlns=\"http://www.crossref.org/qrschema/3.0\"
|
54
|
+
version=\"3.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.crossref.org/qrschema/3.0
|
55
|
+
http://www.crossref.org/schemas/crossref_query_output3.0.xsd\">\r\n <query_result>\r\n
|
56
|
+
\ <head>\r\n <doi_batch_id>none</doi_batch_id>\r\n </head>\r\n <body>\r\n
|
57
|
+
\ <query status=\"resolved\">\r\n <doi type=\"journal_article\">10.5012/bkcs.2013.34.10.2889</doi>\r\n
|
58
|
+
\ <crm-item name=\"publisher-name\" type=\"string\">Korean Chemical
|
59
|
+
Society</crm-item>\r\n <crm-item name=\"prefix-name\" type=\"string\">Korean
|
60
|
+
Chemical Society</crm-item>\r\n <crm-item name=\"member-id\" type=\"number\">2923</crm-item>\r\n
|
61
|
+
\ <crm-item name=\"citation-id\" type=\"number\">65745032</crm-item>\r\n
|
62
|
+
\ <crm-item name=\"journal-id\" type=\"number\">98185</crm-item>\r\n
|
63
|
+
\ <crm-item name=\"deposit-timestamp\" type=\"number\">20131125165312</crm-item>\r\n
|
64
|
+
\ <crm-item name=\"owner-prefix\" type=\"string\">10.5012</crm-item>\r\n
|
65
|
+
\ <crm-item name=\"last-update\" type=\"date\">2016-12-15T02:40:52Z</crm-item>\r\n
|
66
|
+
\ <crm-item name=\"created\" type=\"date\">2013-11-25T08:03:35Z</crm-item>\r\n
|
67
|
+
\ <crm-item name=\"citedby-count\" type=\"number\">3</crm-item>\r\n
|
68
|
+
\ <doi_record>\r\n <crossref xmlns=\"http://www.crossref.org/xschema/1.1\"
|
69
|
+
xsi:schemaLocation=\"http://www.crossref.org/xschema/1.1 http://doi.crossref.org/schemas/unixref1.1.xsd\">\r\n
|
70
|
+
\ <journal>\r\n <journal_metadata language=\"en\">\r\n
|
71
|
+
\ <full_title>Bulletin of the Korean Chemical Society</full_title>\r\n
|
72
|
+
\ <abbrev_title>Bulletin of the Korean Chemical Society</abbrev_title>\r\n
|
73
|
+
\ <issn media_type=\"print\">0253-2964</issn>\r\n </journal_metadata>\r\n
|
74
|
+
\ <journal_issue>\r\n <publication_date media_type=\"print\">\r\n
|
75
|
+
\ <month>10</month>\r\n <day>20</day>\r\n
|
76
|
+
\ <year>2013</year>\r\n </publication_date>\r\n
|
77
|
+
\ <journal_volume>\r\n <volume>34</volume>\r\n
|
78
|
+
\ </journal_volume>\r\n <issue>10</issue>\r\n
|
79
|
+
\ </journal_issue>\r\n <journal_article publication_type=\"full_text\">\r\n
|
80
|
+
\ <titles>\r\n <title>Synthesis, Crystal Structure
|
81
|
+
and Theoretical Calculation of a Novel Nickel(II) Complex with Dibromotyrosine
|
82
|
+
and 1,10-Phenanthroline</title>\r\n <original_language_title
|
83
|
+
/>\r\n </titles>\r\n <contributors>\r\n <person_name
|
84
|
+
sequence=\"first\" contributor_role=\"author\">\r\n <given_name>Guimei</given_name>\r\n
|
85
|
+
\ <surname>Huang</surname>\r\n </person_name>\r\n
|
86
|
+
\ <person_name sequence=\"additional\" contributor_role=\"author\">\r\n
|
87
|
+
\ <given_name>Xia</given_name>\r\n <surname>Zhang</surname>\r\n
|
88
|
+
\ </person_name>\r\n <person_name sequence=\"additional\"
|
89
|
+
contributor_role=\"author\">\r\n <given_name>Yuhua</given_name>\r\n
|
90
|
+
\ <surname>Fan</surname>\r\n </person_name>\r\n
|
91
|
+
\ <person_name sequence=\"additional\" contributor_role=\"author\">\r\n
|
92
|
+
\ <given_name>Caifeng</given_name>\r\n <surname>Bi</surname>\r\n
|
93
|
+
\ </person_name>\r\n <person_name sequence=\"additional\"
|
94
|
+
contributor_role=\"author\">\r\n <given_name>Xingchen</given_name>\r\n
|
95
|
+
\ <surname>Yan</surname>\r\n </person_name>\r\n
|
96
|
+
\ <person_name sequence=\"additional\" contributor_role=\"author\">\r\n
|
97
|
+
\ <given_name>Zhongyu</given_name>\r\n <surname>Zhang</surname>\r\n
|
98
|
+
\ </person_name>\r\n <person_name sequence=\"additional\"
|
99
|
+
contributor_role=\"author\">\r\n <given_name>Nan</given_name>\r\n
|
100
|
+
\ <surname>Zhang</surname>\r\n </person_name>\r\n
|
101
|
+
\ </contributors>\r\n <publication_date media_type=\"print\">\r\n
|
102
|
+
\ <month>10</month>\r\n <day>20</day>\r\n
|
103
|
+
\ <year>2013</year>\r\n </publication_date>\r\n
|
104
|
+
\ <pages>\r\n <first_page>2889</first_page>\r\n
|
105
|
+
\ <last_page>2894</last_page>\r\n </pages>\r\n
|
106
|
+
\ <publisher_item>\r\n <item_number>JCGMCS_2013_v34n10_2889</item_number>\r\n
|
107
|
+
\ </publisher_item>\r\n <doi_data>\r\n <doi>10.5012/bkcs.2013.34.10.2889</doi>\r\n
|
108
|
+
\ <resource>http://koreascience.or.kr/journal/view.jsp?kj=JCGMCS&py=2013&vnc=v34n10&sp=2889</resource>\r\n
|
109
|
+
\ <collection property=\"crawler-based\">\r\n <item
|
110
|
+
crawler=\"iParadigms\">\r\n <resource>http://ocean.kisti.re.kr/downfile/crosscheck/chemical/JAKO201332479081554.pdf</resource>\r\n
|
111
|
+
\ </item>\r\n </collection>\r\n </doi_data>\r\n
|
112
|
+
\ </journal_article>\r\n </journal>\r\n </crossref>\r\n
|
113
|
+
\ </doi_record>\r\n </query>\r\n </body>\r\n </query_result>\r\n</crossref_result>"
|
114
|
+
recorded_at: Thu, 05 Oct 2023 19:46:06 GMT
|
3
115
|
- request:
|
4
116
|
method: get
|
5
117
|
uri: https://doi.org/ra/10.5012
|
6
118
|
body:
|
7
|
-
encoding:
|
119
|
+
encoding: ASCII-8BIT
|
8
120
|
string: ''
|
9
121
|
headers:
|
10
122
|
Connection:
|
@@ -19,7 +131,7 @@ http_interactions:
|
|
19
131
|
message: OK
|
20
132
|
headers:
|
21
133
|
Date:
|
22
|
-
-
|
134
|
+
- Thu, 05 Oct 2023 19:46:06 GMT
|
23
135
|
Content-Type:
|
24
136
|
- application/json;charset=UTF-8
|
25
137
|
Transfer-Encoding:
|
@@ -31,7 +143,7 @@ http_interactions:
|
|
31
143
|
Cf-Cache-Status:
|
32
144
|
- DYNAMIC
|
33
145
|
Report-To:
|
34
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s
|
146
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=aIPwkpVEnkwN6FrvadDEdlisS%2Bq7p%2Fs8MvcOmqjq7fSN8Yrm91BwjFmy5GAq01V1OzVe6I2OJu4bRGP95bxtOqcNO1chHz7xCnO4PlggP%2B%2FEm1rUAHg12AKFch7VDLqEEP%2Fk4EI%3D"}],"group":"cf-nel","max_age":604800}'
|
35
147
|
Nel:
|
36
148
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
37
149
|
Strict-Transport-Security:
|
@@ -39,7 +151,7 @@ http_interactions:
|
|
39
151
|
Server:
|
40
152
|
- cloudflare
|
41
153
|
Cf-Ray:
|
42
|
-
-
|
154
|
+
- 81182b38ecf9b94b-AMS
|
43
155
|
Alt-Svc:
|
44
156
|
- h3=":443"; ma=86400
|
45
157
|
body:
|
@@ -51,12 +163,12 @@ http_interactions:
|
|
51
163
|
"RA": "KISTI"
|
52
164
|
}
|
53
165
|
]
|
54
|
-
recorded_at:
|
166
|
+
recorded_at: Thu, 05 Oct 2023 19:46:06 GMT
|
55
167
|
- request:
|
56
168
|
method: get
|
57
169
|
uri: https://api.crossref.org/works/10.5012/bkcs.2013.34.10.2889
|
58
170
|
body:
|
59
|
-
encoding:
|
171
|
+
encoding: ASCII-8BIT
|
60
172
|
string: ''
|
61
173
|
headers:
|
62
174
|
Connection:
|
@@ -71,7 +183,7 @@ http_interactions:
|
|
71
183
|
message: OK
|
72
184
|
headers:
|
73
185
|
Date:
|
74
|
-
-
|
186
|
+
- Thu, 05 Oct 2023 19:48:47 GMT
|
75
187
|
Content-Type:
|
76
188
|
- application/json
|
77
189
|
Transfer-Encoding:
|
@@ -108,12 +220,12 @@ http_interactions:
|
|
108
220
|
with Dibromotyrosine and 1,10-Phenanthroline"],"prefix":"10.5012","volume":"34","author":[{"given":"Guimei","family":"Huang","sequence":"first","affiliation":[]},{"given":"Xia","family":"Zhang","sequence":"additional","affiliation":[]},{"given":"Yuhua","family":"Fan","sequence":"additional","affiliation":[]},{"given":"Caifeng","family":"Bi","sequence":"additional","affiliation":[]},{"given":"Xingchen","family":"Yan","sequence":"additional","affiliation":[]},{"given":"Zhongyu","family":"Zhang","sequence":"additional","affiliation":[]},{"given":"Nan","family":"Zhang","sequence":"additional","affiliation":[]}],"member":"2923","container-title":["Bulletin
|
109
221
|
of the Korean Chemical Society"],"original-title":[""],"language":"en","link":[{"URL":"http:\/\/ocean.kisti.re.kr\/downfile\/crosscheck\/chemical\/JAKO201332479081554.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,12,15]],"date-time":"2016-12-15T02:40:52Z","timestamp":1481769652000},"score":1,"resource":{"primary":{"URL":"http:\/\/koreascience.or.kr\/journal\/view.jsp?kj=JCGMCS&py=2013&vnc=v34n10&sp=2889"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2013,10,20]]},"references-count":0,"journal-issue":{"issue":"10","published-print":{"date-parts":[[2013,10,20]]}},"URL":"http:\/\/dx.doi.org\/10.5012\/bkcs.2013.34.10.2889","relation":{},"ISSN":["0253-2964"],"issn-type":[{"value":"0253-2964","type":"print"}],"subject":["General
|
110
222
|
Chemistry"],"published":{"date-parts":[[2013,10,20]]}}}'
|
111
|
-
recorded_at:
|
223
|
+
recorded_at: Thu, 05 Oct 2023 19:48:47 GMT
|
112
224
|
- request:
|
113
225
|
method: get
|
114
226
|
uri: https://api.crossref.org/members/2923
|
115
227
|
body:
|
116
|
-
encoding:
|
228
|
+
encoding: ASCII-8BIT
|
117
229
|
string: ''
|
118
230
|
headers:
|
119
231
|
Connection:
|
@@ -128,7 +240,7 @@ http_interactions:
|
|
128
240
|
message: OK
|
129
241
|
headers:
|
130
242
|
Date:
|
131
|
-
-
|
243
|
+
- Thu, 05 Oct 2023 19:48:48 GMT
|
132
244
|
Content-Type:
|
133
245
|
- application/json
|
134
246
|
Transfer-Encoding:
|
@@ -158,16 +270,16 @@ http_interactions:
|
|
158
270
|
- close
|
159
271
|
body:
|
160
272
|
encoding: UTF-8
|
161
|
-
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":
|
273
|
+
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1696465693506,"primary-name":"Korean
|
162
274
|
Chemical Society","counts":{"current-dois":0,"backfile-dois":9115,"total-dois":9115},"breakdowns":{"dois-by-issued-year":[[2011,1009],[2012,911],[2010,902],[2013,882],[2009,775],[2014,769],[2008,626],[2007,579],[2004,522],[2005,517],[2003,504],[2002,493],[2006,485],[2015,73],[2016,58],[2017,10]]},"prefixes":["10.5012"],"coverage":{"affiliations-current":0.0,"similarity-checking-current":0.0,"descriptions-current":0.0,"ror-ids-current":0.0,"funders-backfile":0.0,"licenses-backfile":0.0,"funders-current":0.0,"affiliations-backfile":0.0,"resource-links-backfile":0.0,"orcids-backfile":0.0,"update-policies-current":0.0,"ror-ids-backfile":0.0,"orcids-current":0.0,"similarity-checking-backfile":1.0,"references-backfile":0.9804717498628635,"descriptions-backfile":0.0,"award-numbers-backfile":0.0,"update-policies-backfile":0.0,"licenses-current":0.0,"award-numbers-current":0.0,"abstracts-backfile":0.0,"resource-links-current":0.0,"abstracts-current":0.0,"references-current":0.0},"prefix":[{"name":"Korean
|
163
|
-
Chemical Society","value":"10.5012"}],"id":2923,"tokens":["korean","chemical","society"],"counts-type":{"all":{"journal-article":9115},"backfile":{"journal-article":9115},"current":{}},"coverage-type":{"all":{"journal-article":{"last-status-check-time":
|
275
|
+
Chemical Society","value":"10.5012"}],"id":2923,"tokens":["korean","chemical","society"],"counts-type":{"all":{"journal-article":9115},"backfile":{"journal-article":9115},"current":{}},"coverage-type":{"all":{"journal-article":{"last-status-check-time":1696465693506,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.9804717498628635,"funders":0.0,"similarity-checking":1.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":1696465693506,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.9804717498628635,"funders":0.0,"similarity-checking":1.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}},"current":{}},"flags":{"deposits-abstracts-current":false,"deposits-orcids-current":false,"deposits":true,"deposits-affiliations-backfile":false,"deposits-update-policies-backfile":false,"deposits-similarity-checking-backfile":true,"deposits-award-numbers-current":false,"deposits-resource-links-current":false,"deposits-ror-ids-current":false,"deposits-articles":true,"deposits-affiliations-current":false,"deposits-funders-current":false,"deposits-references-backfile":true,"deposits-ror-ids-backfile":false,"deposits-abstracts-backfile":false,"deposits-licenses-backfile":false,"deposits-award-numbers-backfile":false,"deposits-descriptions-current":false,"deposits-references-current":false,"deposits-resource-links-backfile":false,"deposits-descriptions-backfile":false,"deposits-orcids-backfile":false,"deposits-funders-backfile":false,"deposits-update-policies-current":false,"deposits-similarity-checking-current":false,"deposits-licenses-current":false},"location":"South
|
164
276
|
Korea","names":["Korean Chemical Society"]}}'
|
165
|
-
recorded_at:
|
277
|
+
recorded_at: Thu, 05 Oct 2023 19:48:48 GMT
|
166
278
|
- request:
|
167
279
|
method: get
|
168
280
|
uri: https://doi.org/ra/10.5012
|
169
281
|
body:
|
170
|
-
encoding:
|
282
|
+
encoding: ASCII-8BIT
|
171
283
|
string: ''
|
172
284
|
headers:
|
173
285
|
Connection:
|
@@ -182,7 +294,7 @@ http_interactions:
|
|
182
294
|
message: OK
|
183
295
|
headers:
|
184
296
|
Date:
|
185
|
-
-
|
297
|
+
- Thu, 05 Oct 2023 19:48:48 GMT
|
186
298
|
Content-Type:
|
187
299
|
- application/json;charset=UTF-8
|
188
300
|
Transfer-Encoding:
|
@@ -194,7 +306,7 @@ http_interactions:
|
|
194
306
|
Cf-Cache-Status:
|
195
307
|
- DYNAMIC
|
196
308
|
Report-To:
|
197
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
309
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=iGfwfamt0ke0eYWZed3dWJ8iNPvhBIvjT%2Fh%2Bp7QnFxxQwTpv7Ay%2F0P0N1r1%2Fimf1yFgTWWRbbpg%2Blp4dDAyEgcuyxbQj6aWvqtq4TBcaZaiRh3TqcTI94Ow9b5bsvVdqoVrnaYM%3D"}],"group":"cf-nel","max_age":604800}'
|
198
310
|
Nel:
|
199
311
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
200
312
|
Strict-Transport-Security:
|
@@ -202,7 +314,7 @@ http_interactions:
|
|
202
314
|
Server:
|
203
315
|
- cloudflare
|
204
316
|
Cf-Ray:
|
205
|
-
-
|
317
|
+
- 81182f2b0b04b75e-AMS
|
206
318
|
Alt-Svc:
|
207
319
|
- h3=":443"; ma=86400
|
208
320
|
body:
|
@@ -214,117 +326,5 @@ http_interactions:
|
|
214
326
|
"RA": "KISTI"
|
215
327
|
}
|
216
328
|
]
|
217
|
-
recorded_at:
|
218
|
-
|
219
|
-
method: get
|
220
|
-
uri: https://api.crossref.org/works/10.5012/bkcs.2013.34.10.2889/transform/application/vnd.crossref.unixsd+xml
|
221
|
-
body:
|
222
|
-
encoding: UTF-8
|
223
|
-
string: ''
|
224
|
-
headers:
|
225
|
-
Connection:
|
226
|
-
- close
|
227
|
-
Host:
|
228
|
-
- api.crossref.org
|
229
|
-
User-Agent:
|
230
|
-
- http.rb/5.1.1
|
231
|
-
response:
|
232
|
-
status:
|
233
|
-
code: 200
|
234
|
-
message: OK
|
235
|
-
headers:
|
236
|
-
Date:
|
237
|
-
- Sun, 18 Jun 2023 15:25:32 GMT
|
238
|
-
Transfer-Encoding:
|
239
|
-
- chunked
|
240
|
-
Link:
|
241
|
-
- <http://dx.doi.org/10.5012/bkcs.2013.34.10.2889>; rel="canonical", <http://ocean.kisti.re.kr/downfile/crosscheck/chemical/JAKO201332479081554.pdf>;
|
242
|
-
version="vor"; rel="item"
|
243
|
-
Access-Control-Expose-Headers:
|
244
|
-
- Link
|
245
|
-
Access-Control-Allow-Headers:
|
246
|
-
- X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language,
|
247
|
-
Accept-Ranges, Cache-Control
|
248
|
-
Access-Control-Allow-Origin:
|
249
|
-
- "*"
|
250
|
-
Server:
|
251
|
-
- Jetty(9.4.40.v20210413)
|
252
|
-
X-Ratelimit-Limit:
|
253
|
-
- '50'
|
254
|
-
X-Ratelimit-Interval:
|
255
|
-
- 1s
|
256
|
-
X-Api-Pool:
|
257
|
-
- public
|
258
|
-
X-Rate-Limit-Limit:
|
259
|
-
- '50'
|
260
|
-
X-Rate-Limit-Interval:
|
261
|
-
- 1s
|
262
|
-
Permissions-Policy:
|
263
|
-
- interest-cohort=()
|
264
|
-
Connection:
|
265
|
-
- close
|
266
|
-
body:
|
267
|
-
encoding: ASCII-8BIT
|
268
|
-
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<crossref_result xmlns=\"http://www.crossref.org/qrschema/3.0\"
|
269
|
-
version=\"3.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.crossref.org/qrschema/3.0
|
270
|
-
http://www.crossref.org/schemas/crossref_query_output3.0.xsd\">\r\n <query_result>\r\n
|
271
|
-
\ <head>\r\n <doi_batch_id>none</doi_batch_id>\r\n </head>\r\n <body>\r\n
|
272
|
-
\ <query status=\"resolved\">\r\n <doi type=\"journal_article\">10.5012/bkcs.2013.34.10.2889</doi>\r\n
|
273
|
-
\ <crm-item name=\"publisher-name\" type=\"string\">Korean Chemical
|
274
|
-
Society</crm-item>\r\n <crm-item name=\"prefix-name\" type=\"string\">Korean
|
275
|
-
Chemical Society</crm-item>\r\n <crm-item name=\"member-id\" type=\"number\">2923</crm-item>\r\n
|
276
|
-
\ <crm-item name=\"citation-id\" type=\"number\">65745032</crm-item>\r\n
|
277
|
-
\ <crm-item name=\"journal-id\" type=\"number\">98185</crm-item>\r\n
|
278
|
-
\ <crm-item name=\"deposit-timestamp\" type=\"number\">20131125165312</crm-item>\r\n
|
279
|
-
\ <crm-item name=\"owner-prefix\" type=\"string\">10.5012</crm-item>\r\n
|
280
|
-
\ <crm-item name=\"last-update\" type=\"date\">2016-12-14T21:40:52Z</crm-item>\r\n
|
281
|
-
\ <crm-item name=\"created\" type=\"date\">2013-11-25T03:03:35Z</crm-item>\r\n
|
282
|
-
\ <crm-item name=\"citedby-count\" type=\"number\">3</crm-item>\r\n
|
283
|
-
\ <doi_record>\r\n <crossref xmlns=\"http://www.crossref.org/xschema/1.1\"
|
284
|
-
xsi:schemaLocation=\"http://www.crossref.org/xschema/1.1 http://doi.crossref.org/schemas/unixref1.1.xsd\">\r\n
|
285
|
-
\ <journal>\r\n <journal_metadata language=\"en\">\r\n
|
286
|
-
\ <full_title>Bulletin of the Korean Chemical Society</full_title>\r\n
|
287
|
-
\ <abbrev_title>Bulletin of the Korean Chemical Society</abbrev_title>\r\n
|
288
|
-
\ <issn media_type=\"print\">0253-2964</issn>\r\n </journal_metadata>\r\n
|
289
|
-
\ <journal_issue>\r\n <publication_date media_type=\"print\">\r\n
|
290
|
-
\ <month>10</month>\r\n <day>20</day>\r\n
|
291
|
-
\ <year>2013</year>\r\n </publication_date>\r\n
|
292
|
-
\ <journal_volume>\r\n <volume>34</volume>\r\n
|
293
|
-
\ </journal_volume>\r\n <issue>10</issue>\r\n
|
294
|
-
\ </journal_issue>\r\n <journal_article publication_type=\"full_text\">\r\n
|
295
|
-
\ <titles>\r\n <title>Synthesis, Crystal Structure
|
296
|
-
and Theoretical Calculation of a Novel Nickel(II) Complex with Dibromotyrosine
|
297
|
-
and 1,10-Phenanthroline</title>\r\n <original_language_title
|
298
|
-
/>\r\n </titles>\r\n <contributors>\r\n <person_name
|
299
|
-
sequence=\"first\" contributor_role=\"author\">\r\n <given_name>Guimei</given_name>\r\n
|
300
|
-
\ <surname>Huang</surname>\r\n </person_name>\r\n
|
301
|
-
\ <person_name sequence=\"additional\" contributor_role=\"author\">\r\n
|
302
|
-
\ <given_name>Xia</given_name>\r\n <surname>Zhang</surname>\r\n
|
303
|
-
\ </person_name>\r\n <person_name sequence=\"additional\"
|
304
|
-
contributor_role=\"author\">\r\n <given_name>Yuhua</given_name>\r\n
|
305
|
-
\ <surname>Fan</surname>\r\n </person_name>\r\n
|
306
|
-
\ <person_name sequence=\"additional\" contributor_role=\"author\">\r\n
|
307
|
-
\ <given_name>Caifeng</given_name>\r\n <surname>Bi</surname>\r\n
|
308
|
-
\ </person_name>\r\n <person_name sequence=\"additional\"
|
309
|
-
contributor_role=\"author\">\r\n <given_name>Xingchen</given_name>\r\n
|
310
|
-
\ <surname>Yan</surname>\r\n </person_name>\r\n
|
311
|
-
\ <person_name sequence=\"additional\" contributor_role=\"author\">\r\n
|
312
|
-
\ <given_name>Zhongyu</given_name>\r\n <surname>Zhang</surname>\r\n
|
313
|
-
\ </person_name>\r\n <person_name sequence=\"additional\"
|
314
|
-
contributor_role=\"author\">\r\n <given_name>Nan</given_name>\r\n
|
315
|
-
\ <surname>Zhang</surname>\r\n </person_name>\r\n
|
316
|
-
\ </contributors>\r\n <publication_date media_type=\"print\">\r\n
|
317
|
-
\ <month>10</month>\r\n <day>20</day>\r\n
|
318
|
-
\ <year>2013</year>\r\n </publication_date>\r\n
|
319
|
-
\ <pages>\r\n <first_page>2889</first_page>\r\n
|
320
|
-
\ <last_page>2894</last_page>\r\n </pages>\r\n
|
321
|
-
\ <publisher_item>\r\n <item_number>JCGMCS_2013_v34n10_2889</item_number>\r\n
|
322
|
-
\ </publisher_item>\r\n <doi_data>\r\n <doi>10.5012/bkcs.2013.34.10.2889</doi>\r\n
|
323
|
-
\ <resource>http://koreascience.or.kr/journal/view.jsp?kj=JCGMCS&py=2013&vnc=v34n10&sp=2889</resource>\r\n
|
324
|
-
\ <collection property=\"crawler-based\">\r\n <item
|
325
|
-
crawler=\"iParadigms\">\r\n <resource>http://ocean.kisti.re.kr/downfile/crosscheck/chemical/JAKO201332479081554.pdf</resource>\r\n
|
326
|
-
\ </item>\r\n </collection>\r\n </doi_data>\r\n
|
327
|
-
\ </journal_article>\r\n </journal>\r\n </crossref>\r\n
|
328
|
-
\ </doi_record>\r\n </query>\r\n </body>\r\n </query_result>\r\n</crossref_result>"
|
329
|
-
recorded_at: Sun, 18 Jun 2023 15:25:32 GMT
|
330
|
-
recorded_with: VCR 6.1.0
|
329
|
+
recorded_at: Thu, 05 Oct 2023 19:48:48 GMT
|
330
|
+
recorded_with: VCR 6.2.0
|