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
@@ -2,7 +2,7 @@
|
|
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/e58dc9c8-b870-4db2-8896-238b3246c551
|
6
6
|
body:
|
7
7
|
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
@@ -10,7 +10,7 @@ http_interactions:
|
|
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,112 +18,34 @@ 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
|
-
- '8364'
|
27
21
|
Content-Type:
|
28
|
-
- application/json
|
22
|
+
- application/json
|
23
|
+
Content-Length:
|
24
|
+
- '2201'
|
29
25
|
Date:
|
30
|
-
- Thu,
|
31
|
-
Etag:
|
32
|
-
- '"1fh93kri2p6g9"'
|
26
|
+
- Thu, 05 Oct 2023 20:37:17 GMT
|
33
27
|
Server:
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
38
|
-
-
|
39
|
-
X-Vercel-Cache:
|
40
|
-
- MISS
|
41
|
-
X-Vercel-Id:
|
42
|
-
- fra1::iad1::7sqgk-1694124124467-4d32847e7c1d
|
43
|
-
Connection:
|
44
|
-
- close
|
28
|
+
- Fly/e440b950 (2023-09-20)
|
29
|
+
Via:
|
30
|
+
- 1.1 fly.io
|
31
|
+
Fly-Request-Id:
|
32
|
+
- 01HC0RY5ZEY4A27256VTB7E72S-fra
|
45
33
|
body:
|
46
34
|
encoding: UTF-8
|
47
|
-
string: '{"
|
48
|
-
the Growth of the PID Graph","summary":"The connections between scholarly
|
49
|
-
resources generated by persistent identifiers (PIDs) and associated metadata
|
50
|
-
form a graph: the PID Graph [Fenner & Aryani (2019)]. We developed this PID
|
51
|
-
Graph concept in the EC-funded FREYA project, and have identified important
|
52
|
-
use cases and technical requirements.","content_html":" <p><img src=\"https://blog.front-matter.io/content/images/2022/08/download-19-.jpeg\"
|
53
|
-
/></p><p>The connections between scholarly resources generated by persistent
|
54
|
-
identifiers (PIDs) and associated metadata form a graph: the PID Graph [Fenner
|
55
|
-
& Aryani (<a href=\"https://blog.datacite.org/tracking-the-growth-of-the-pid-graph/#ref-https://doi.org/10.5438/jwvf-8a66\">2019</a>)].
|
56
|
-
We developed this PID Graph concept in the EC-funded <a href=\"https://www.project-freya.eu/en\">FREYA
|
57
|
-
project</a>, and have identified important use cases and technical requirements.
|
58
|
-
In May, DataCite introduced a GraphQL API to standardize and simplify how
|
59
|
-
users can contribute to and consume the PID Graph [Fenner (<a href=\"https://blog.datacite.org/tracking-the-growth-of-the-pid-graph/#ref-https://doi.org/10.5438/qab1-n315\">2019b</a>)].
|
60
|
-
Today we are announcing another important milestone: we added the required
|
61
|
-
functionality to the DataCite GraphQL API that allows us to keep track of
|
62
|
-
the growth of the PID Graph in terms of nodes (resources) and edges (connections).
|
63
|
-
As before, we are using a Jupyter notebook to analyze and visualize the data.</p>\n<p>The
|
64
|
-
graph visualizes the main resources currently available via the DataCite GraphQL
|
65
|
-
API, and their connections. The required data are fetched via a single GraphQL
|
66
|
-
API call:</p>\n<pre><code>{\n publications {\n totalCount\n publicationConnectionCount\n datasetConnectionCount\n softwareConnectionCount\n researcherConnectionCount\n funderConnectionCount\n }\n datasets
|
67
|
-
{\n totalCount\n datasetConnectionCount\n softwareConnectionCount\n researcherConnectionCount\n funderConnectionCount\n }\n softwares
|
68
|
-
{\n totalCount\n softwareConnectionCount\n researcherConnectionCount\n funderConnectionCount\n }\n researchers
|
69
|
-
{\n totalCount\n }\n funders {\n totalCount\n }\n}</code></pre>\n<p>The
|
70
|
-
numbers reflect what is currently available via the DataCite GraphQL API,
|
71
|
-
not the total number of publications, datasets, etc. with persistent identifiers
|
72
|
-
and linking metadata. This includes all publications, datasets and software
|
73
|
-
with DataCite DOIs, all funders in the <a href=\"https://support.crossref.org/hc/en-us/articles/214360886-The-Open-Funder-Registry\">Crossref
|
74
|
-
Open Funder Registry</a>, publications with Crossref DOIs linked to at least
|
75
|
-
one DataCite DOI, and all researchers with an ORCID identifier linked to at
|
76
|
-
least one DataCite DOI. A lot of work remains to be done to include the other
|
77
|
-
resources with persistent identifiers made available by FREYA partners, including
|
78
|
-
Crossref, ORCID and EMBL-EBI, as well as their connections. With this new
|
79
|
-
API functionality we can now track the growth of the PID Graph with the key
|
80
|
-
performance indicators (KPIs) number of <strong>nodes</strong> and number
|
81
|
-
of <strong>connections</strong>.</p>\n<p>A few interesting observations can
|
82
|
-
be made from the visualization: not surprisingly, given that datasets currently
|
83
|
-
make up the largest number of resources in the PID Graph, by far the largest
|
84
|
-
number of connections (9.4 million) is between datasets and other datasets.
|
85
|
-
Looking at the relation type of these connections in the Event Data API, most
|
86
|
-
of them (8.5 million) don''t describe versioning or granularity (HasPart/IsPartOf
|
87
|
-
relations), but use the relation type <strong>references</strong> between
|
88
|
-
two <a href=\"https://www.gbif.org/en/\">GBIF</a> DOIs. This reflects the
|
89
|
-
main <a href=\"https://www.gbif.org/en/document/81771/gbif-overview-powerpoint-slides\">use
|
90
|
-
case for DOIs at GBIF</a>, tracking occurrences of species.</p>\n<p>The graph
|
91
|
-
shows 1.5 million connections between publications and datasets, representing
|
92
|
-
the data citations made available via the <a href=\"https://www.eventdata.crossref.org/guide/app-scholix/\">Crossref/DataCite
|
93
|
-
Event Data Scholix API endpoint</a>. Twenty-five percent of datasets with
|
94
|
-
DataCite DOIs have been referenced in the scholarly literature, according
|
95
|
-
to this graph. We also see the number of software citations using DataCite
|
96
|
-
DOIs for software found in the scholarly literature, and we can use this API
|
97
|
-
call to keep track of them. Similarly, we can track the number of datasets,
|
98
|
-
publications, and software linked to researchers (via their ORCID ID), and
|
99
|
-
funding (via the Crossref Funder ID), but keep in mind that connections to
|
100
|
-
researchers and funding via Crossref are still missing.</p>\n<p>The Jupyter
|
101
|
-
notebook used to generate the visualization shown here is available via GitHub,
|
102
|
-
where we store all PID Graph notebooks in a <a href=\"https://github.com/datacite/notebooks\">central
|
103
|
-
repository</a>. Starting with this notebook [Fenner (<a href=\"https://blog.datacite.org/tracking-the-growth-of-the-pid-graph/#ref-https://doi.org/10.14454/3bpw-w381\">2019a</a>)]
|
104
|
-
we are also issuing DOIs for the notebooks, which we generate using a <a href=\"https://codemeta.github.io/\">codemeta</a>
|
105
|
-
file hosted in the same folder as the notebook. This should make these notebooks
|
106
|
-
easier to discover, and they also become part of the PID Graph.</p>\n<p>Going
|
107
|
-
forward we want to refine the GraphQL API to provide the numbers of <strong>nodes</strong>
|
108
|
-
and <strong>connections</strong> as they change over time, making it easier
|
109
|
-
to track progress. And of course, we will be adding more resource types and
|
110
|
-
information from other FREYA partners. Keep an eye on this blog for further
|
111
|
-
updates!</p>\n<h2>Acknowledgments</h2>\n<p>This blog post was <a href=\"https://doi.org/10.5438/bv9z-dc66\">originally
|
112
|
-
published</a> on the DataCite Blog. This work was funded by the European Union’s
|
113
|
-
Horizon 2020 research and innovation programme under <a href=\"https://doi.org/10.3030/777523\">grant
|
114
|
-
agreement No. 777523</a>.</p>\n<h2>References</h2>\n<p>Fenner M. Jupyter Notebook
|
115
|
-
FREYA PID Graph Key Performance Indicators (KPIs). Published online June 30,
|
116
|
-
2019. doi:<a href=\"https://doi.org/10.14454/3BPW-W381\">10.14454/3BPW-W381</a></p>\n<p>Fenner
|
117
|
-
M. The DataCite GraphQL API is now open for (pre-release) business. Published
|
118
|
-
online May 15, 2019. doi:<a href=\"https://doi.org/10.53731/r79sa71-97aq74v-ag4vc\">10.53731/r79sa71-97aq74v-ag4vc</a></p>\n<p>Fenner
|
119
|
-
M, Aryani A. Introducing the PID Graph. Published online 2019. doi:<a href=\"https://doi.org/10.5438/JWVF-8A66\">10.5438/JWVF-8A66</a></p>
|
120
|
-
","published_at":1561939200,"updated_at":1694087432,"indexed_at":1694117129,"authors":[{"url":"https://orcid.org/0000-0003-1419-2405","name":"Martin
|
121
|
-
Fenner"}],"image":"https://blog.front-matter.io/content/images/2022/08/download-19-.jpeg","tags":["Feature"],"language":"en","reference":[{"doi":"https://doi.org/10.14454/3BPW-W381","key":"ref1"},{"doi":"https://doi.org/10.53731/r79sa71-97aq74v-ag4vc","key":"ref2"},{"doi":"https://doi.org/10.5438/JWVF-8A66","key":"ref3"}],"relationships":[{"url":"https://doi.org/10.5438/bv9z-dc66","type":"IsIdenticalTo"},{"url":"https://doi.org/10.3030/777523","type":"HasAward"}],"blog_id":"f0m0e38","blog_name":"Front
|
122
|
-
Matter","blog_slug":"front_matter","blog":{"id":"f0m0e38","title":"Front Matter","description":"The
|
35
|
+
string: '{"archive_url":null,"authors":[{"name":"Martin Fenner","url":"https://orcid.org/0000-0003-1419-2405"}],"blog":{"api":true,"archive_prefix":null,"authors":null,"backlog":0,"canonical_url":null,"category":"computerAndInformationSciences","created_at":"2023-01-02","current_feed_url":"https://blog.front-matter.io/atom/","description":"The
|
123
36
|
Front Matter Blog covers the intersection of science and technology since
|
124
|
-
2007.","
|
125
|
-
5.52","
|
126
|
-
|
37
|
+
2007.","favicon":"https://blog.front-matter.io/favicon.png","feed_format":"application/atom+xml","feed_url":"https://blog.front-matter.io/atom-complete/","filter":null,"funding":null,"generator":"Ghost
|
38
|
+
5.52","home_page_url":"https://blog.front-matter.io","id":"f0m0e38","issn":"2749-9952","language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-10-04T10:36:32+00:00","plan":"Team","prefix":"10.53731","relative_url":null,"slug":"front_matter","status":"active","title":"Front
|
39
|
+
Matter","use_api":true,"use_mastodon":true,"user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Front
|
40
|
+
Matter","blog_slug":"front_matter","doi":"https://doi.org/10.53731/r79s4nh-97aq74v-ag4t1","id":"e58dc9c8-b870-4db2-8896-238b3246c551","image":"https://blog.front-matter.io/content/images/2022/08/download-19-.jpeg","indexed_at":1694117129,"language":"en","published_at":1561939200,"reference":[{"doi":"https://doi.org/10.14454/3BPW-W381","key":"ref1"},{"doi":"https://doi.org/10.53731/r79sa71-97aq74v-ag4vc","key":"ref2"},{"doi":"https://doi.org/10.5438/JWVF-8A66","key":"ref3"}],"relationships":[{"type":"IsIdenticalTo","url":"https://doi.org/10.5438/bv9z-dc66"},{"type":"HasAward","url":"https://doi.org/10.3030/777523"}],"summary":"The
|
41
|
+
connections between scholarly resources generated by persistent identifiers
|
42
|
+
(PIDs) and associated metadata form a graph: the PID Graph [Fenner & Aryani
|
43
|
+
(2019)]. We developed this PID Graph concept in the EC-funded FREYA project,
|
44
|
+
and have identified important use cases and technical requirements.","tags":["Feature"],"title":"Tracking
|
45
|
+
the Growth of the PID Graph","updated_at":1694087432,"url":"https://blog.front-matter.io/posts/tracking-the-growth-of-the-pid-graph"}
|
46
|
+
|
47
|
+
'
|
48
|
+
recorded_at: Thu, 05 Oct 2023 20:37:17 GMT
|
127
49
|
- request:
|
128
50
|
method: get
|
129
51
|
uri: https://doi.org/10.14454/3BPW-W381
|
@@ -145,7 +67,7 @@ http_interactions:
|
|
145
67
|
message: Found
|
146
68
|
headers:
|
147
69
|
Date:
|
148
|
-
- Thu,
|
70
|
+
- Thu, 05 Oct 2023 20:37:17 GMT
|
149
71
|
Content-Type:
|
150
72
|
- text/html;charset=utf-8
|
151
73
|
Content-Length:
|
@@ -157,13 +79,13 @@ http_interactions:
|
|
157
79
|
Vary:
|
158
80
|
- Accept
|
159
81
|
Expires:
|
160
|
-
- Thu,
|
82
|
+
- Thu, 05 Oct 2023 20:54:35 GMT
|
161
83
|
Permissions-Policy:
|
162
84
|
- interest-cohort=(),browsing-topics=()
|
163
85
|
Cf-Cache-Status:
|
164
86
|
- DYNAMIC
|
165
87
|
Report-To:
|
166
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s
|
88
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=2Wg4LqoZSkdn9iTgnM2hMsqBDPr2XQVPJKkPusjUx%2FkrT53y7COIDaQaRBRB91Vx%2BLaD6aB5KOLlc8H4xgddAXPhYDWwePqDvAagugQ0DJ%2Fhq3Y2v3nnEZZ4JDrtPre6BUhzVd4%3D"}],"group":"cf-nel","max_age":604800}'
|
167
89
|
Nel:
|
168
90
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
169
91
|
Strict-Transport-Security:
|
@@ -171,7 +93,7 @@ http_interactions:
|
|
171
93
|
Server:
|
172
94
|
- cloudflare
|
173
95
|
Cf-Ray:
|
174
|
-
-
|
96
|
+
- 8118762ffcbeb8f6-AMS
|
175
97
|
Alt-Svc:
|
176
98
|
- h3=":443"; ma=86400
|
177
99
|
body:
|
@@ -179,7 +101,7 @@ http_interactions:
|
|
179
101
|
string: |-
|
180
102
|
<html><head><title>Handle Redirect</title></head>
|
181
103
|
<body><a href="https://data.crosscite.org/10.14454%2F3BPW-W381">https://data.crosscite.org/10.14454%2F3BPW-W381</a></body></html>
|
182
|
-
recorded_at: Thu,
|
104
|
+
recorded_at: Thu, 05 Oct 2023 20:37:17 GMT
|
183
105
|
- request:
|
184
106
|
method: get
|
185
107
|
uri: https://data.crosscite.org/10.14454%2F3BPW-W381
|
@@ -201,7 +123,7 @@ http_interactions:
|
|
201
123
|
message: OK
|
202
124
|
headers:
|
203
125
|
Date:
|
204
|
-
- Thu,
|
126
|
+
- Thu, 05 Oct 2023 20:37:18 GMT
|
205
127
|
Content-Type:
|
206
128
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
207
129
|
Transfer-Encoding:
|
@@ -217,9 +139,9 @@ http_interactions:
|
|
217
139
|
Etag:
|
218
140
|
- W/"e5a505a4330ff4865cb47565f20f9119"
|
219
141
|
X-Runtime:
|
220
|
-
- '0.
|
142
|
+
- '0.448991'
|
221
143
|
X-Request-Id:
|
222
|
-
-
|
144
|
+
- a228ee19-0f00-4510-8a78-f7635f224150
|
223
145
|
X-Powered-By:
|
224
146
|
- Phusion Passenger(R) 6.0.13
|
225
147
|
Server:
|
@@ -260,7 +182,7 @@ http_interactions:
|
|
260
182
|
"copyright": "MIT License",
|
261
183
|
"version": "1.1.0"
|
262
184
|
}
|
263
|
-
recorded_at: Thu,
|
185
|
+
recorded_at: Thu, 05 Oct 2023 20:37:18 GMT
|
264
186
|
- request:
|
265
187
|
method: get
|
266
188
|
uri: https://doi.org/10.53731/r79sa71-97aq74v-ag4vc
|
@@ -282,7 +204,7 @@ http_interactions:
|
|
282
204
|
message: Found
|
283
205
|
headers:
|
284
206
|
Date:
|
285
|
-
- Thu,
|
207
|
+
- Thu, 05 Oct 2023 20:37:18 GMT
|
286
208
|
Content-Type:
|
287
209
|
- text/html;charset=utf-8
|
288
210
|
Content-Length:
|
@@ -294,13 +216,13 @@ http_interactions:
|
|
294
216
|
Vary:
|
295
217
|
- Accept
|
296
218
|
Expires:
|
297
|
-
- Thu,
|
219
|
+
- Thu, 05 Oct 2023 21:36:04 GMT
|
298
220
|
Permissions-Policy:
|
299
221
|
- interest-cohort=(),browsing-topics=()
|
300
222
|
Cf-Cache-Status:
|
301
223
|
- DYNAMIC
|
302
224
|
Report-To:
|
303
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
225
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=CQH34pAxXRi9QHeOYwcbMO2ShLMBpOUdWjZ%2B7ura%2B6fbOQLw17H0nckIcvx9RDmMoCoN87X6sW4Hz%2BJwqK4aXTn77KWuqyuBGA%2B6tSqDPSONf4odOb7WvqqzUEVvqh%2BC%2FHg8uu8%3D"}],"group":"cf-nel","max_age":604800}'
|
304
226
|
Nel:
|
305
227
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
306
228
|
Strict-Transport-Security:
|
@@ -308,7 +230,7 @@ http_interactions:
|
|
308
230
|
Server:
|
309
231
|
- cloudflare
|
310
232
|
Cf-Ray:
|
311
|
-
-
|
233
|
+
- 81187636eb92d0d9-AMS
|
312
234
|
Alt-Svc:
|
313
235
|
- h3=":443"; ma=86400
|
314
236
|
body:
|
@@ -316,7 +238,7 @@ http_interactions:
|
|
316
238
|
string: |-
|
317
239
|
<html><head><title>Handle Redirect</title></head>
|
318
240
|
<body><a href="https://api.crossref.org/v1/works/10.53731%2Fr79sa71-97aq74v-ag4vc/transform">https://api.crossref.org/v1/works/10.53731%2Fr79sa71-97aq74v-ag4vc/transform</a></body></html>
|
319
|
-
recorded_at: Thu,
|
241
|
+
recorded_at: Thu, 05 Oct 2023 20:37:18 GMT
|
320
242
|
- request:
|
321
243
|
method: get
|
322
244
|
uri: https://api.crossref.org/v1/works/10.53731%2Fr79sa71-97aq74v-ag4vc/transform
|
@@ -338,7 +260,7 @@ http_interactions:
|
|
338
260
|
message: OK
|
339
261
|
headers:
|
340
262
|
Date:
|
341
|
-
- Thu,
|
263
|
+
- Thu, 05 Oct 2023 20:37:19 GMT
|
342
264
|
Content-Type:
|
343
265
|
- application/vnd.citationstyles.csl+json
|
344
266
|
Transfer-Encoding:
|
@@ -387,7 +309,7 @@ http_interactions:
|
|
387
309
|
while preserving the rich connections...<\/p>","DOI":"10.53731\/r79sa71-97aq74v-ag4vc","type":"posted-content","created":{"date-parts":[[2021,10,17]],"date-time":"2021-10-17T19:03:27Z","timestamp":1634497407000},"source":"Crossref","is-referenced-by-count":2,"title":"The
|
388
310
|
DataCite GraphQL API is now open for (pre-release) business","prefix":"10.53731","author":[{"ORCID":"http:\/\/orcid.org\/0000-0003-1419-2405","authenticated-orcid":false,"given":"Martin","family":"Fenner","sequence":"first","affiliation":[]}],"member":"31795","reference":[{"key":"ref1","doi-asserted-by":"publisher","article-title":"Introducing
|
389
311
|
the PID Graph","year":"2019","DOI":"10.5438\/jwvf-8a66"}],"container-title":[],"original-title":[],"link":[{"URL":"https:\/\/blog.front-matter.io\/posts\/the-datacite-graphql-api-is-now-open-for-pre-release-business","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2023,8,4]],"date-time":"2023-08-04T10:35:54Z","timestamp":1691145354000},"score":1,"resource":{"primary":{"URL":"https:\/\/blog.front-matter.io\/posts\/the-datacite-graphql-api-is-now-open-for-pre-release-business"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2019,5,15]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.53731\/r79sa71-97aq74v-ag4vc","relation":{},"published":{"date-parts":[[2019,5,15]]},"subtype":"other"}'
|
390
|
-
recorded_at: Thu,
|
312
|
+
recorded_at: Thu, 05 Oct 2023 20:37:19 GMT
|
391
313
|
- request:
|
392
314
|
method: get
|
393
315
|
uri: https://doi.org/10.5438/JWVF-8A66
|
@@ -409,7 +331,7 @@ http_interactions:
|
|
409
331
|
message: Found
|
410
332
|
headers:
|
411
333
|
Date:
|
412
|
-
- Thu,
|
334
|
+
- Thu, 05 Oct 2023 20:37:19 GMT
|
413
335
|
Content-Type:
|
414
336
|
- text/html;charset=utf-8
|
415
337
|
Content-Length:
|
@@ -421,13 +343,13 @@ http_interactions:
|
|
421
343
|
Vary:
|
422
344
|
- Accept
|
423
345
|
Expires:
|
424
|
-
- Thu,
|
346
|
+
- Thu, 05 Oct 2023 20:54:35 GMT
|
425
347
|
Permissions-Policy:
|
426
348
|
- interest-cohort=(),browsing-topics=()
|
427
349
|
Cf-Cache-Status:
|
428
350
|
- DYNAMIC
|
429
351
|
Report-To:
|
430
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
352
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=rsWWFYitSCZGbyk%2BGKAC4DC9S0zOazepDzNblf%2BLd%2Fnfz6EGxrO1cfMhfjhdsYDt%2F0DlSiwtXfZibhlHoMrv6ED7okAOypqvl8aSqFPQW5gyjsPET97RQALBRVPGo0AP9Edzj54%3D"}],"group":"cf-nel","max_age":604800}'
|
431
353
|
Nel:
|
432
354
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
433
355
|
Strict-Transport-Security:
|
@@ -435,7 +357,7 @@ http_interactions:
|
|
435
357
|
Server:
|
436
358
|
- cloudflare
|
437
359
|
Cf-Ray:
|
438
|
-
-
|
360
|
+
- 8118763c792f656e-AMS
|
439
361
|
Alt-Svc:
|
440
362
|
- h3=":443"; ma=86400
|
441
363
|
body:
|
@@ -443,7 +365,7 @@ http_interactions:
|
|
443
365
|
string: |-
|
444
366
|
<html><head><title>Handle Redirect</title></head>
|
445
367
|
<body><a href="https://data.crosscite.org/10.5438%2FJWVF-8A66">https://data.crosscite.org/10.5438%2FJWVF-8A66</a></body></html>
|
446
|
-
recorded_at: Thu,
|
368
|
+
recorded_at: Thu, 05 Oct 2023 20:37:19 GMT
|
447
369
|
- request:
|
448
370
|
method: get
|
449
371
|
uri: https://data.crosscite.org/10.5438%2FJWVF-8A66
|
@@ -465,7 +387,7 @@ http_interactions:
|
|
465
387
|
message: OK
|
466
388
|
headers:
|
467
389
|
Date:
|
468
|
-
- Thu,
|
390
|
+
- Thu, 05 Oct 2023 20:37:19 GMT
|
469
391
|
Content-Type:
|
470
392
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
471
393
|
Transfer-Encoding:
|
@@ -481,9 +403,9 @@ http_interactions:
|
|
481
403
|
Etag:
|
482
404
|
- W/"9f25c07c85d932482bc11873f11231a1"
|
483
405
|
X-Runtime:
|
484
|
-
- '0.
|
406
|
+
- '0.015324'
|
485
407
|
X-Request-Id:
|
486
|
-
-
|
408
|
+
- 8821c4e5-0e52-4ee1-822f-fb8ff0d24656
|
487
409
|
X-Powered-By:
|
488
410
|
- Phusion Passenger(R) 6.0.13
|
489
411
|
Server:
|
@@ -524,7 +446,7 @@ http_interactions:
|
|
524
446
|
"copyright": "Creative Commons Attribution 4.0 International",
|
525
447
|
"version": "1.0"
|
526
448
|
}
|
527
|
-
recorded_at: Thu,
|
449
|
+
recorded_at: Thu, 05 Oct 2023 20:37:19 GMT
|
528
450
|
- request:
|
529
451
|
method: head
|
530
452
|
uri: https://doi.org/10.5438/bv9z-dc66
|
@@ -544,7 +466,7 @@ http_interactions:
|
|
544
466
|
message: Found
|
545
467
|
headers:
|
546
468
|
Date:
|
547
|
-
- Thu,
|
469
|
+
- Thu, 05 Oct 2023 20:37:20 GMT
|
548
470
|
Content-Type:
|
549
471
|
- text/html;charset=utf-8
|
550
472
|
Content-Length:
|
@@ -556,13 +478,13 @@ http_interactions:
|
|
556
478
|
Vary:
|
557
479
|
- Accept
|
558
480
|
Expires:
|
559
|
-
- Thu,
|
481
|
+
- Thu, 05 Oct 2023 21:10:16 GMT
|
560
482
|
Permissions-Policy:
|
561
483
|
- interest-cohort=(),browsing-topics=()
|
562
484
|
Cf-Cache-Status:
|
563
485
|
- DYNAMIC
|
564
486
|
Report-To:
|
565
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
487
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=hMh2jV7T8x%2FbvY6T9s4kgsLH55F%2FZpFyzGL3j4a9ulOW7%2FjyklZE81i7S4jZvhfzFyqkLHsYXCgtOrtS%2Flcp43PJSJSQMDu5rYDrI6pukVaiTMLo1KQPwJop3692CvWE%2FDCbkog%3D"}],"group":"cf-nel","max_age":604800}'
|
566
488
|
Nel:
|
567
489
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
568
490
|
Strict-Transport-Security:
|
@@ -570,11 +492,11 @@ http_interactions:
|
|
570
492
|
Server:
|
571
493
|
- cloudflare
|
572
494
|
Cf-Ray:
|
573
|
-
-
|
495
|
+
- 8118763fae051c83-AMS
|
574
496
|
Alt-Svc:
|
575
497
|
- h3=":443"; ma=86400
|
576
498
|
body:
|
577
499
|
encoding: UTF-8
|
578
500
|
string: ''
|
579
|
-
recorded_at: Thu,
|
501
|
+
recorded_at: Thu, 05 Oct 2023 20:37:20 GMT
|
580
502
|
recorded_with: VCR 6.2.0
|