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
@@ -4,7 +4,7 @@ http_interactions:
|
|
4
4
|
method: get
|
5
5
|
uri: https://blog.front-matter.io/posts/step-forward-for-software-citation
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
@@ -27,8 +27,8 @@ http_interactions:
|
|
27
27
|
Status:
|
28
28
|
- 301 Moved Permanently
|
29
29
|
X-Request-Id:
|
30
|
-
-
|
31
|
-
-
|
30
|
+
- e47154b2-86fa-4101-84da-238bf75a841e
|
31
|
+
- e47154b2-86fa-4101-84da-238bf75a841e
|
32
32
|
Location:
|
33
33
|
- "/posts/step-forward-for-software-citation/"
|
34
34
|
Ghost-Cache:
|
@@ -40,19 +40,19 @@ http_interactions:
|
|
40
40
|
Accept-Ranges:
|
41
41
|
- bytes
|
42
42
|
Date:
|
43
|
-
-
|
43
|
+
- Thu, 05 Oct 2023 19:47:42 GMT
|
44
44
|
Via:
|
45
45
|
- 1.1 varnish
|
46
46
|
Age:
|
47
|
-
- '
|
47
|
+
- '1814'
|
48
48
|
X-Served-By:
|
49
|
-
- cache-
|
49
|
+
- cache-ams21082-AMS
|
50
50
|
X-Cache:
|
51
|
-
-
|
51
|
+
- HIT
|
52
52
|
X-Cache-Hits:
|
53
|
-
- '
|
53
|
+
- '1'
|
54
54
|
X-Timer:
|
55
|
-
-
|
55
|
+
- S1696535263.946554,VS0,VE1
|
56
56
|
Vary:
|
57
57
|
- Cookie
|
58
58
|
Ghost-Fastly:
|
@@ -62,12 +62,12 @@ http_interactions:
|
|
62
62
|
body:
|
63
63
|
encoding: ASCII-8BIT
|
64
64
|
string: ''
|
65
|
-
recorded_at:
|
65
|
+
recorded_at: Thu, 05 Oct 2023 19:47:42 GMT
|
66
66
|
- request:
|
67
67
|
method: get
|
68
68
|
uri: https://blog.front-matter.io/posts/step-forward-for-software-citation/
|
69
69
|
body:
|
70
|
-
encoding:
|
70
|
+
encoding: ASCII-8BIT
|
71
71
|
string: ''
|
72
72
|
headers:
|
73
73
|
Connection:
|
@@ -84,7 +84,7 @@ http_interactions:
|
|
84
84
|
Connection:
|
85
85
|
- close
|
86
86
|
Content-Length:
|
87
|
-
- '
|
87
|
+
- '38918'
|
88
88
|
Server:
|
89
89
|
- openresty
|
90
90
|
Content-Type:
|
@@ -92,10 +92,10 @@ http_interactions:
|
|
92
92
|
Status:
|
93
93
|
- 200 OK
|
94
94
|
X-Request-Id:
|
95
|
-
-
|
96
|
-
-
|
95
|
+
- 45286f55-78bb-4759-b56e-17103be3d299
|
96
|
+
- 45286f55-78bb-4759-b56e-17103be3d299
|
97
97
|
Etag:
|
98
|
-
- W/"
|
98
|
+
- W/"9806-yM3AtmNBK4YzThvUFPWPBq5tRnU"
|
99
99
|
Ghost-Cache:
|
100
100
|
- MISS
|
101
101
|
Cache-Control:
|
@@ -105,19 +105,19 @@ http_interactions:
|
|
105
105
|
Accept-Ranges:
|
106
106
|
- bytes
|
107
107
|
Date:
|
108
|
-
-
|
108
|
+
- Thu, 05 Oct 2023 19:47:43 GMT
|
109
109
|
Via:
|
110
110
|
- 1.1 varnish
|
111
111
|
Age:
|
112
|
-
- '
|
112
|
+
- '1814'
|
113
113
|
X-Served-By:
|
114
|
-
- cache-
|
114
|
+
- cache-ams21044-AMS
|
115
115
|
X-Cache:
|
116
|
-
-
|
116
|
+
- HIT
|
117
117
|
X-Cache-Hits:
|
118
|
-
- '
|
118
|
+
- '1'
|
119
119
|
X-Timer:
|
120
|
-
-
|
120
|
+
- S1696535263.075570,VS0,VE1
|
121
121
|
Vary:
|
122
122
|
- Cookie, Accept-Encoding
|
123
123
|
Ghost-Fastly:
|
@@ -129,7 +129,7 @@ http_interactions:
|
|
129
129
|
string: "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n
|
130
130
|
\ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n
|
131
131
|
\ <title>A step forward for software citation: GitHub's enhanced software
|
132
|
-
citation support</title>\n <link rel=\"stylesheet\" href=\"https://blog.front-matter.io/assets/built/screen.css?v=
|
132
|
+
citation support</title>\n <link rel=\"stylesheet\" href=\"https://blog.front-matter.io/assets/built/screen.css?v=6869c21382\">\n\n
|
133
133
|
\ <meta name=\"citation_doi\" content=\"https://doi.org/10.53731/r9531p1-97aq74v-ag78v\">\n
|
134
134
|
\ <meta name=\"citation_title\" content=\"A step forward for software citation:
|
135
135
|
GitHub's enhanced software citation support\">\n <meta name=\"citation_abstract\"
|
@@ -209,10 +209,10 @@ http_interactions:
|
|
209
209
|
as it is the only popular citation style that labels software with the string
|
210
210
|
[Computer software] but we hope to see support for more citation styles –
|
211
211
|
including\",\n \"mainEntityOfPage\": \"https://blog.front-matter.io/posts/step-forward-for-software-citation/\"\n}\n
|
212
|
-
\ </script>\n\n <meta name=\"generator\" content=\"Ghost 5.
|
212
|
+
\ </script>\n\n <meta name=\"generator\" content=\"Ghost 5.67\">\n <link
|
213
213
|
rel=\"alternate\" type=\"application/rss+xml\" title=\"Front Matter\" href=\"https://blog.front-matter.io/rss/\">\n
|
214
|
-
\ <script defer src=\"https://cdn.jsdelivr.net/ghost/portal@~2.
|
215
|
-
data-i18n=\"
|
214
|
+
\ <script defer src=\"https://cdn.jsdelivr.net/ghost/portal@~2.36/umd/portal.min.js\"
|
215
|
+
data-i18n=\"true\" data-ghost=\"https://blog.front-matter.io/\" data-key=\"d0d5aabcc0f96718307d5944b6\"
|
216
216
|
data-api=\"https://front-matter.ghost.io/ghost/api/content/\" crossorigin=\"anonymous\"></script><style
|
217
217
|
id=\"gh-members-styles\">.gh-post-upgrade-cta-content,\n.gh-post-upgrade-cta
|
218
218
|
{\n display: flex;\n flex-direction: column;\n align-items: center;\n
|
@@ -235,19 +235,20 @@ http_interactions:
|
|
235
235
|
data-key=\"d0d5aabcc0f96718307d5944b6\" data-styles=\"https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css\"
|
236
236
|
data-sodo-search=\"https://front-matter.ghost.io/\" crossorigin=\"anonymous\"></script>\n
|
237
237
|
\ \n <link href=\"https://blog.front-matter.io/webmentions/receive/\"
|
238
|
-
rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=
|
239
|
-
\ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=
|
240
|
-
\ <script defer src=\"/public/comment-counts.min.js?v=
|
238
|
+
rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=6869c21382\"></script>\n
|
239
|
+
\ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=6869c21382\">\n
|
240
|
+
\ <script defer src=\"/public/comment-counts.min.js?v=6869c21382\" data-ghost-comments-counts-api=\"https://blog.front-matter.io/members/api/comments/counts/\"></script>\n
|
241
241
|
\ <link href=\"/atom/\" type=\"application/atom+xml\" rel=\"alternate\"
|
242
|
-
title=\"Atom feed\" />\n<
|
243
|
-
src=\"https://plausible.io/js/plausible.js\"></script><style>:root
|
244
|
-
#059669;}</style>\n</head>\n\n<body class=\"post-template
|
245
|
-
has-serif-body\">\n<div class=\"gh-site\">\n\n <header
|
246
|
-
gh-
|
247
|
-
|
248
|
-
|
249
|
-
\
|
250
|
-
alt=\"Front
|
242
|
+
title=\"Atom feed\" />\n<link rel=\"me\" href=\"https://hachyderm.io/@mfenner\">\n<script
|
243
|
+
defer data-domain=\"blog.front-matter.io\" src=\"https://plausible.io/js/plausible.js\"></script><style>:root
|
244
|
+
{--ghost-accent-color: #059669;}</style>\n</head>\n\n<body class=\"post-template
|
245
|
+
tag-news is-head-stacked has-serif-body\">\n<div class=\"gh-site\">\n\n <header
|
246
|
+
id=\"gh-head\" class=\"gh-head gh-outer\">\n <div class=\"gh-head-inner
|
247
|
+
gh-inner\">\n <div class=\"gh-head-brand\">\n <div
|
248
|
+
class=\"gh-head-brand-wrapper\">\n \n <a
|
249
|
+
class=\"gh-head-logo\" href=\"https://blog.front-matter.io\">\n <img
|
250
|
+
src=\"https://blog.front-matter.io/content/images/2022/12/logo.png\" alt=\"Front
|
251
|
+
Matter\">\n </a>\n \n </div>\n
|
251
252
|
\ <button class=\"gh-search gh-icon-btn\" aria-label=\"Search
|
252
253
|
this site\" data-ghost-search><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"
|
253
254
|
viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" width=\"20\"
|
@@ -396,94 +397,92 @@ http_interactions:
|
|
396
397
|
class=\"gh-pagehead\">\n <h4 class=\"gh-pagehead-title\">Read
|
397
398
|
next</h4>\n </section>\n\n <div class=\"gh-topic
|
398
399
|
gh-topic-grid\">\n <div class=\"gh-topic-content\">\n <article
|
399
|
-
class=\"gh-card post\">\n <a class=\"gh-card-link\" href=\"/posts/
|
400
|
-
\ <figure class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-
|
401
|
-
300w,\n https://images.unsplash.com/photo-
|
402
|
-
720w,\n https://images.unsplash.com/photo-
|
403
|
-
960w,\n https://images.unsplash.com/photo-
|
404
|
-
1200w,\n https://images.unsplash.com/photo-
|
400
|
+
class=\"gh-card post\">\n <a class=\"gh-card-link\" href=\"/posts/use-cases-for-science-blogs-grant-funded-projects/\">\n
|
401
|
+
\ <figure class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-1517048676732-d65bc937f952?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDI3fHxwcm9qZWN0fGVufDB8fHx8MTY5NTY0MjU4MHww&ixlib=rb-4.0.3&q=80&w=300
|
402
|
+
300w,\n https://images.unsplash.com/photo-1517048676732-d65bc937f952?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDI3fHxwcm9qZWN0fGVufDB8fHx8MTY5NTY0MjU4MHww&ixlib=rb-4.0.3&q=80&w=720
|
403
|
+
720w,\n https://images.unsplash.com/photo-1517048676732-d65bc937f952?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDI3fHxwcm9qZWN0fGVufDB8fHx8MTY5NTY0MjU4MHww&ixlib=rb-4.0.3&q=80&w=960
|
404
|
+
960w,\n https://images.unsplash.com/photo-1517048676732-d65bc937f952?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDI3fHxwcm9qZWN0fGVufDB8fHx8MTY5NTY0MjU4MHww&ixlib=rb-4.0.3&q=80&w=1200
|
405
|
+
1200w,\n https://images.unsplash.com/photo-1517048676732-d65bc937f952?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDI3fHxwcm9qZWN0fGVufDB8fHx8MTY5NTY0MjU4MHww&ixlib=rb-4.0.3&q=80&w=2000
|
405
406
|
2000w\"\n sizes=\"(max-width: 1200px) 100vw, 1200px\"\n
|
406
|
-
\ src=\"https://images.unsplash.com/photo-
|
407
|
-
\ alt=\"
|
408
|
-
\
|
409
|
-
\
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
class=\"gh-card-
|
417
|
-
|
418
|
-
\
|
419
|
-
\ data-ghost-comment-count-
|
420
|
-
\ data-ghost-comment-count-
|
421
|
-
\
|
422
|
-
|
423
|
-
\
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
407
|
+
\ src=\"https://images.unsplash.com/photo-1517048676732-d65bc937f952?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDI3fHxwcm9qZWN0fGVufDB8fHx8MTY5NTY0MjU4MHww&ixlib=rb-4.0.3&q=80&w=720\"\n
|
408
|
+
\ alt=\"Use cases for science blogs: grant-funded projects\"\n
|
409
|
+
\ >\n </figure>\n\n <div class=\"gh-card-wrapper\">\n
|
410
|
+
\ <header class=\"gh-card-header\">\n <h3 class=\"gh-card-title\">Use
|
411
|
+
cases for science blogs: grant-funded projects</h3>\n </header>\n\n
|
412
|
+
\ <div class=\"gh-card-excerpt\">The Rogue Scholar science
|
413
|
+
blog archive is open to science blogs that want to be enhanced by adding long-term
|
414
|
+
archiving, DOI registration, and full-text search. The currently 56 participating
|
415
|
+
blogs represent a broad spectrum of topics, people, and communities. Today
|
416
|
+
I want to go into more detail into one particular</div>\n\n <footer
|
417
|
+
class=\"gh-card-footer\">\n <span class=\"gh-card-author\">Martin
|
418
|
+
Fenner</span>\n <time class=\"gh-card-date\" datetime=\"2023-09-25\">Sep
|
419
|
+
25, 2023</time>\n <script\n data-ghost-comment-count=\"651173cd0538110001aae364\"\n
|
420
|
+
\ data-ghost-comment-count-empty=\"\"\n data-ghost-comment-count-singular=\"comment\"\n
|
421
|
+
\ data-ghost-comment-count-plural=\"comments\"\n data-ghost-comment-count-tag=\"span\"\n
|
422
|
+
\ data-ghost-comment-count-class-name=\"gh-card-comments\"\n data-ghost-comment-count-autowrap=\"true\"\n>\n</script>\n
|
423
|
+
\ </footer>\n </div>\n </a>\n</article> <article
|
424
|
+
class=\"gh-card post\">\n <a class=\"gh-card-link\" href=\"/posts/doi-registration-workflow-science-blog/\">\n
|
425
|
+
\ <figure class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-1595126731003-755959b6baf8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDEyfHxyZWdpc3RyYXRpb258ZW58MHx8fHwxNjk1MzczNDkzfDA&ixlib=rb-4.0.3&q=80&w=300
|
426
|
+
300w,\n https://images.unsplash.com/photo-1595126731003-755959b6baf8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDEyfHxyZWdpc3RyYXRpb258ZW58MHx8fHwxNjk1MzczNDkzfDA&ixlib=rb-4.0.3&q=80&w=720
|
427
|
+
720w,\n https://images.unsplash.com/photo-1595126731003-755959b6baf8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDEyfHxyZWdpc3RyYXRpb258ZW58MHx8fHwxNjk1MzczNDkzfDA&ixlib=rb-4.0.3&q=80&w=960
|
428
|
+
960w,\n https://images.unsplash.com/photo-1595126731003-755959b6baf8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDEyfHxyZWdpc3RyYXRpb258ZW58MHx8fHwxNjk1MzczNDkzfDA&ixlib=rb-4.0.3&q=80&w=1200
|
429
|
+
1200w,\n https://images.unsplash.com/photo-1595126731003-755959b6baf8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDEyfHxyZWdpc3RyYXRpb258ZW58MHx8fHwxNjk1MzczNDkzfDA&ixlib=rb-4.0.3&q=80&w=2000
|
428
430
|
2000w\"\n sizes=\"(max-width: 1200px) 100vw, 1200px\"\n
|
429
|
-
\ src=\"https://images.unsplash.com/photo-
|
430
|
-
\ alt=\"
|
431
|
-
\
|
432
|
-
class=\"gh-card-header\">\n <h3 class=\"gh-card-title\">
|
433
|
-
|
434
|
-
class=\"gh-card-excerpt\">
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
\ data-ghost-comment-count=\"
|
431
|
+
\ src=\"https://images.unsplash.com/photo-1595126731003-755959b6baf8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDEyfHxyZWdpc3RyYXRpb258ZW58MHx8fHwxNjk1MzczNDkzfDA&ixlib=rb-4.0.3&q=80&w=720\"\n
|
432
|
+
\ alt=\"DOI registration workflow for a science blog\"\n
|
433
|
+
\ >\n </figure>\n\n <div class=\"gh-card-wrapper\">\n
|
434
|
+
\ <header class=\"gh-card-header\">\n <h3 class=\"gh-card-title\">DOI
|
435
|
+
registration workflow for a science blog</h3>\n </header>\n\n <div
|
436
|
+
class=\"gh-card-excerpt\">In previous blog posts such as the one published
|
437
|
+
earlier this week, I discussed the various elements involved in registering
|
438
|
+
a DOI for a science blog post. Briefly, the Rogue Scholar service takes advantage
|
439
|
+
of the fact that blogs\n\n\n * use RSS feeds (or the Atom or JSON Feed format)
|
440
|
+
to</div>\n\n <footer class=\"gh-card-footer\">\n <span
|
441
|
+
class=\"gh-card-author\">Martin Fenner</span>\n <time class=\"gh-card-date\"
|
442
|
+
datetime=\"2023-09-22\">Sep 22, 2023</time>\n <script\n
|
443
|
+
\ data-ghost-comment-count=\"650d58ae0538110001aae161\"\n data-ghost-comment-count-empty=\"\"\n
|
442
444
|
\ data-ghost-comment-count-singular=\"comment\"\n data-ghost-comment-count-plural=\"comments\"\n
|
443
445
|
\ data-ghost-comment-count-tag=\"span\"\n data-ghost-comment-count-class-name=\"gh-card-comments\"\n
|
444
446
|
\ data-ghost-comment-count-autowrap=\"true\"\n>\n</script>\n </footer>\n
|
445
447
|
\ </div>\n </a>\n</article> <article class=\"gh-card
|
446
|
-
post\">\n <a class=\"gh-card-link\" href=\"/posts/
|
447
|
-
|
448
|
-
300w,\n https://images.unsplash.com/photo-
|
449
|
-
720w,\n https://images.unsplash.com/photo-
|
450
|
-
960w,\n https://images.unsplash.com/photo-
|
451
|
-
1200w,\n https://images.unsplash.com/photo-
|
448
|
+
post\">\n <a class=\"gh-card-link\" href=\"/posts/streamlining/\">\n <figure
|
449
|
+
class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-1476725994324-6f6833ea0631?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDM1fHxmYXN0fGVufDB8fHx8MTY5NTEwNjkzN3ww&ixlib=rb-4.0.3&q=80&w=300
|
450
|
+
300w,\n https://images.unsplash.com/photo-1476725994324-6f6833ea0631?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDM1fHxmYXN0fGVufDB8fHx8MTY5NTEwNjkzN3ww&ixlib=rb-4.0.3&q=80&w=720
|
451
|
+
720w,\n https://images.unsplash.com/photo-1476725994324-6f6833ea0631?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDM1fHxmYXN0fGVufDB8fHx8MTY5NTEwNjkzN3ww&ixlib=rb-4.0.3&q=80&w=960
|
452
|
+
960w,\n https://images.unsplash.com/photo-1476725994324-6f6833ea0631?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDM1fHxmYXN0fGVufDB8fHx8MTY5NTEwNjkzN3ww&ixlib=rb-4.0.3&q=80&w=1200
|
453
|
+
1200w,\n https://images.unsplash.com/photo-1476725994324-6f6833ea0631?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDM1fHxmYXN0fGVufDB8fHx8MTY5NTEwNjkzN3ww&ixlib=rb-4.0.3&q=80&w=2000
|
452
454
|
2000w\"\n sizes=\"(max-width: 1200px) 100vw, 1200px\"\n
|
453
|
-
\ src=\"https://images.unsplash.com/photo-
|
454
|
-
\ alt=\"
|
455
|
-
|
456
|
-
class=\"gh-card-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
\ data-ghost-comment-count=\"
|
467
|
-
\ data-ghost-comment-count-
|
468
|
-
\ data-ghost-comment-count-
|
469
|
-
\
|
470
|
-
\
|
471
|
-
\
|
472
|
-
gh-canvas\">\n <section class=\"gh-pagehead\">\n <h4
|
455
|
+
\ src=\"https://images.unsplash.com/photo-1476725994324-6f6833ea0631?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDM1fHxmYXN0fGVufDB8fHx8MTY5NTEwNjkzN3ww&ixlib=rb-4.0.3&q=80&w=720\"\n
|
456
|
+
\ alt=\"Streamlining the archiving of science blog posts\"\n
|
457
|
+
\ >\n </figure>\n\n <div class=\"gh-card-wrapper\">\n
|
458
|
+
\ <header class=\"gh-card-header\">\n <h3 class=\"gh-card-title\">Streamlining
|
459
|
+
the archiving of science blog posts</h3>\n </header>\n\n <div
|
460
|
+
class=\"gh-card-excerpt\">The Rogue Scholar science blog archive is adding
|
461
|
+
important functionality to existing science blogs. The first step after a
|
462
|
+
blog has signed up with Rogue Scholar is archiving the content. This is not
|
463
|
+
only needed for long-term preservation but also enables full-text search and
|
464
|
+
DOI registration with meaningful metadata. Rogue</div>\n\n <footer
|
465
|
+
class=\"gh-card-footer\">\n <span class=\"gh-card-author\">Martin
|
466
|
+
Fenner</span>\n <time class=\"gh-card-date\" datetime=\"2023-09-19\">Sep
|
467
|
+
19, 2023</time>\n <script\n data-ghost-comment-count=\"6509473a4e05250001e02f74\"\n
|
468
|
+
\ data-ghost-comment-count-empty=\"\"\n data-ghost-comment-count-singular=\"comment\"\n
|
469
|
+
\ data-ghost-comment-count-plural=\"comments\"\n data-ghost-comment-count-tag=\"span\"\n
|
470
|
+
\ data-ghost-comment-count-class-name=\"gh-card-comments\"\n data-ghost-comment-count-autowrap=\"true\"\n>\n</script>\n
|
471
|
+
\ </footer>\n </div>\n </a>\n</article> </div>\n
|
472
|
+
\ </div>\n </div>\n\n <div class=\"gh-comments
|
473
|
+
gh-read-next gh-canvas\">\n <section class=\"gh-pagehead\">\n <h4
|
473
474
|
class=\"gh-pagehead-title\">Comments (<script\n data-ghost-comment-count=\"62d42bbd41e317003df48f14\"\n
|
474
475
|
\ data-ghost-comment-count-empty=\"0\"\n data-ghost-comment-count-singular=\"\"\n
|
475
476
|
\ data-ghost-comment-count-plural=\"\"\n data-ghost-comment-count-tag=\"span\"\n
|
476
477
|
\ data-ghost-comment-count-class-name=\"\"\n data-ghost-comment-count-autowrap=\"true\"\n>\n</script>)</h3>\n
|
477
|
-
\ </section>\n \n <script defer src=\"https://cdn.jsdelivr.net/ghost/comments-ui@~0.
|
478
|
-
data-ghost-comments=\"https://blog.front-matter.io/\" data-api=\"https://front-matter.ghost.io/ghost/api/content/\"
|
478
|
+
\ </section>\n \n <script defer src=\"https://cdn.jsdelivr.net/ghost/comments-ui@~0.13/umd/comments-ui.min.js\"
|
479
|
+
data-locale=\"en\" data-ghost-comments=\"https://blog.front-matter.io/\" data-api=\"https://front-matter.ghost.io/ghost/api/content/\"
|
479
480
|
data-admin=\"https://front-matter.ghost.io/ghost/\" data-key=\"d0d5aabcc0f96718307d5944b6\"
|
480
|
-
data-styles=\"https://cdn.jsdelivr.net/ghost/comments-ui@~0.12/umd/main.css\"
|
481
481
|
data-title=\"\" data-count=\"false\" data-post-id=\"62d42bbd41e317003df48f14\"
|
482
|
-
data-
|
483
|
-
data-
|
484
|
-
|
485
|
-
\
|
486
|
-
class=\"gh-foot-inner gh-inner\">\n <section class=\"gh-subscribe\">\n
|
482
|
+
data-color-scheme=\"auto\" data-avatar-saturation=\"60\" data-accent-color=\"#059669\"
|
483
|
+
data-comments-enabled=\"all\" data-publication=\"Front Matter\" crossorigin=\"anonymous\"></script>\n
|
484
|
+
\ \n </div>\n</main>\n\n <footer class=\"gh-foot gh-outer\">\n
|
485
|
+
\ <div class=\"gh-foot-inner gh-inner\">\n <section class=\"gh-subscribe\">\n
|
487
486
|
\ <h3 class=\"gh-subscribe-title\">Subscribe to Front Matter</h3>\n
|
488
487
|
\ <div class=\"gh-subscribe-description\">Subscribe
|
489
488
|
to the Front Matter Blog to automatically receive blog posts via email newsletter.</div>\n
|
@@ -527,6 +526,6 @@ http_interactions:
|
|
527
526
|
(arrow left)\"></button>\n <button class=\"pswp__button pswp__button--arrow--right\"
|
528
527
|
title=\"Next (arrow right)\"></button>\n\n <div class=\"pswp__caption\">\n
|
529
528
|
\ <div class=\"pswp__caption__center\"></div>\n </div>\n
|
530
|
-
\ </div>\n </div>\n</div>\n<script src=\"https://blog.front-matter.io/assets/built/main.min.js?v=
|
531
|
-
recorded_at:
|
532
|
-
recorded_with: VCR 6.
|
529
|
+
\ </div>\n </div>\n</div>\n<script src=\"https://blog.front-matter.io/assets/built/main.min.js?v=6869c21382\"></script>\n\n\n\n</body>\n\n</html>\n"
|
530
|
+
recorded_at: Thu, 05 Oct 2023 19:47:43 GMT
|
531
|
+
recorded_with: VCR 6.2.0
|