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://doi.pangaea.de/10.1594/PANGAEA.836178
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
@@ -19,37 +19,41 @@ http_interactions:
|
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
21
|
Server:
|
22
|
-
- nginx/1.25.
|
22
|
+
- nginx/1.25.2
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Thu, 05 Oct 2023 19:47:41 GMT
|
25
25
|
Content-Type:
|
26
26
|
- text/html;charset=utf-8
|
27
27
|
Transfer-Encoding:
|
28
28
|
- chunked
|
29
29
|
Connection:
|
30
30
|
- close
|
31
|
+
X-Powered-By:
|
32
|
+
- Jetty(12.0.1)
|
33
|
+
Vary:
|
34
|
+
- Origin, Cookie, Authorization, Accept
|
31
35
|
Set-Cookie:
|
32
|
-
- pansessid=
|
36
|
+
- pansessid=e97488e12fd2083a1de910e987a9e413; Path=/; Domain=.pangaea.de; Secure;
|
33
37
|
HttpOnly
|
34
|
-
Vary:
|
35
|
-
- Cookie, Authorization, Accept
|
36
38
|
Cache-Control:
|
37
39
|
- public
|
38
40
|
X-Cid:
|
39
|
-
-
|
41
|
+
- e97488e12fd2083a1de910e987a9e413
|
40
42
|
Link:
|
41
|
-
- <https://doi.org/10.1594/PANGAEA.836178>;rel="cite-as", <https://doi.pangaea.de/10.1594/PANGAEA.836178?format=
|
42
|
-
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=
|
43
|
-
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_datacite4>;rel="describedby";type="application/vnd.datacite.datacite+xml",
|
43
|
+
- <https://doi.org/10.1594/PANGAEA.836178>;rel="cite-as", <https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_datacite4>;rel="describedby";type="application/vnd.datacite.datacite+xml",
|
44
|
+
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_iso19139>;rel="describedby";type="application/vnd.iso19139.metadata+xml",
|
44
45
|
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=citation_ris>;rel="describedby";type="application/x-research-info-systems",
|
46
|
+
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_dif>;rel="describedby";type="application/vnd.nasa.dif-metadata+xml",
|
45
47
|
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=citation_text>;rel="describedby";type="text/x-bibliography",
|
48
|
+
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_jsonld>;rel="describedby";type="application/ld+json",
|
46
49
|
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_panmd>;rel="describedby";type="application/vnd.pangaea.metadata+xml",
|
47
|
-
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_iso19139>;rel="describedby";type="application/vnd.iso19139.metadata+xml",
|
48
50
|
<https://doi.pangaea.de/10.1594/PANGAEA.836178?format=citation_bibtex>;rel="describedby";type="application/x-bibtex",
|
49
51
|
<https://store.pangaea.de/Publications/JohanssonE_et_al_2014/johansson_etal-2014.zip>;rel="item";type="application/zip",
|
50
52
|
<https://orcid.org/0000-0002-6553-8982>;rel="author", <https://orcid.org/0000-0001-6058-1466>;rel="author"
|
51
|
-
X-
|
52
|
-
-
|
53
|
+
X-Robots-Tag:
|
54
|
+
- index,follow,archive
|
55
|
+
Alt-Svc:
|
56
|
+
- h3=":443"; ma=2592000
|
53
57
|
Strict-Transport-Security:
|
54
58
|
- max-age=31536000
|
55
59
|
X-Ua-Compatible:
|
@@ -63,11 +67,11 @@ http_interactions:
|
|
63
67
|
string: "<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\n<meta charset=\"UTF-8\">\r\n<meta
|
64
68
|
name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1,
|
65
69
|
maximum-scale=1, user-scalable=no\">\r\n<link rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,700,700italic,600italic,300,300italic,800,800italic\">\n<link
|
66
|
-
rel=\"stylesheet\" href=\"//www.pangaea.de/assets/v.
|
67
|
-
rel=\"stylesheet\" href=\"//www.pangaea.de/assets/v.
|
70
|
+
rel=\"stylesheet\" href=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/bootstrap-24col/css/bootstrap.min.css\">\n<link
|
71
|
+
rel=\"stylesheet\" href=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/css/pangaea.css\">\n<!--[if
|
68
72
|
lte IE 9]>\r\n<style>#topics-pulldown-wrapper label:after { display:none;
|
69
|
-
}</style>\r\n<![endif]-->\r\n<link rel=\"shortcut icon\" href=\"//www.pangaea.de/assets/v.
|
70
|
-
rel=\"icon\" href=\"//www.pangaea.de/assets/v.
|
73
|
+
}</style>\r\n<![endif]-->\r\n<link rel=\"shortcut icon\" href=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/favicon.ico\">\r\n<link
|
74
|
+
rel=\"icon\" href=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/favicon.ico\"
|
71
75
|
type=\"image/vnd.microsoft.icon\">\r\n<link rel=\"image_src\" type=\"image/png\"
|
72
76
|
href=\"https://www.pangaea.de/assets/social-icons/pangaea-share.png\">\r\n<meta
|
73
77
|
property=\"og:image\" content=\"https://www.pangaea.de/assets/social-icons/pangaea-share.png\">\r\n<script
|
@@ -75,38 +79,39 @@ http_interactions:
|
|
75
79
|
type=\"text/javascript\" src=\"//cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.0/jquery.matchHeight-min.js\"></script>\n<script
|
76
80
|
type=\"text/javascript\" src=\"//cdnjs.cloudflare.com/ajax/libs/jquery.appear/0.4.1/jquery.appear.min.js\"></script>\n<script
|
77
81
|
type=\"text/javascript\" src=\"//cdnjs.cloudflare.com/ajax/libs/Chart.js/3.7.1/chart.min.js\"></script>\n<script
|
78
|
-
type=\"text/javascript\" src=\"//www.pangaea.de/assets/v.
|
79
|
-
type=\"text/javascript\" src=\"//www.pangaea.de/assets/v.
|
82
|
+
type=\"text/javascript\" src=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/bootstrap-24col/js/bootstrap.min.js\"></script>\n<script
|
83
|
+
type=\"text/javascript\" src=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/js/datacombo-min.js\"></script>\n<title>Johansson,
|
80
84
|
E et al. (2014): Hydrological and meteorological investigations in a lake
|
81
85
|
near Kangerlussuaq, west Greenland</title>\n<meta name=\"title\" content=\"Hydrological
|
82
86
|
and meteorological investigations in a lake near Kangerlussuaq, west Greenland\"
|
83
87
|
/>\n<meta name=\"author\" content=\"Johansson, Emma; Berglund, Sten; Lindborg,
|
84
88
|
Tobias; Petrone, Johannes; van As, Dirk; Gustafsson, Lars-Göran; Näslund,
|
85
|
-
Jens-Ove; Laudon, Hjalmar\" />\n<meta name=\"date\" content=\"2014
|
86
|
-
|
87
|
-
|
88
|
-
Näslund, Jens-Ove; Laudon, Hjalmar (2014):
|
89
|
-
investigations in a lake near Kangerlussuaq,
|
90
|
-
|
91
|
-
investigations in a periglacial lake catchment near Kangerlussuaq, west Greenland
|
92
|
-
– presentation of a new multi-parameter data set. Earth System Science Data,
|
93
|
-
7(1), 93-108, https://doi.org/10.5194/essd-7-93-2015\" />\n<meta name=\"geo.position\"
|
94
|
-
content=\"67.125940;-50.180370\" />\n<meta name=\"ICBM\" content=\"67.125940,
|
95
|
-
-50.180370\" />\n<!--BEGIN: Dublin Core description-->\n<link rel=\"schema.DC\"
|
96
|
-
href=\"http://purl.org/dc/elements/1.1/\" />\n<link rel=\"schema.DCTERMS\"
|
97
|
-
href=\"http://purl.org/dc/terms/\" />\n<meta name=\"DC.title\" content=\"Hydrological
|
98
|
-
and meteorological investigations in a lake near Kangerlussuaq, west Greenland\"
|
99
|
-
/>\n<meta name=\"DC.creator\" content=\"Johansson, Emma\" />\n<meta name=\"DC.creator\"
|
100
|
-
content=\"Berglund, Sten\" />\n<meta name=\"DC.creator\" content=\"Lindborg,
|
101
|
-
Tobias\" />\n<meta name=\"DC.creator\" content=\"Petrone, Johannes\" />\n<meta
|
102
|
-
name=\"DC.creator\" content=\"van As, Dirk\" />\n<meta name=\"DC.creator\"
|
103
|
-
content=\"Gustafsson, Lars-Göran\" />\n<meta name=\"DC.creator\" content=\"Näslund,
|
104
|
-
Jens-Ove\" />\n<meta name=\"DC.creator\" content=\"Laudon, Hjalmar\" />\n<meta
|
105
|
-
name=\"DC.publisher\" content=\"PANGAEA\" />\n<meta name=\"DC.source\" content=\"Supplement
|
89
|
+
Jens-Ove; Laudon, Hjalmar\" />\n<meta name=\"date\" content=\"2014\" />\n<meta
|
90
|
+
name=\"robots\" content=\"index,follow,archive\" />\n<meta name=\"description\"
|
91
|
+
content=\"Johansson, Emma; Berglund, Sten; Lindborg, Tobias; Petrone, Johannes;
|
92
|
+
van As, Dirk; Gustafsson, Lars-Göran; Näslund, Jens-Ove; Laudon, Hjalmar (2014):
|
93
|
+
Hydrological and meteorological investigations in a lake near Kangerlussuaq,
|
94
|
+
west Greenland. PANGAEA, https://doi.org/10.1594/PANGAEA.836178, Supplement
|
106
95
|
to: Johansson, E et al. (2015): Hydrological and meteorological investigations
|
107
96
|
in a periglacial lake catchment near Kangerlussuaq, west Greenland – presentation
|
108
97
|
of a new multi-parameter data set. Earth System Science Data, 7(1), 93-108,
|
109
|
-
https://doi.org/10.5194/essd-7-93-2015\" />\n<meta name=\"
|
98
|
+
https://doi.org/10.5194/essd-7-93-2015\" />\n<meta name=\"geo.position\" content=\"67.125940;-50.180370\"
|
99
|
+
/>\n<meta name=\"ICBM\" content=\"67.125940, -50.180370\" />\n<!--BEGIN: Dublin
|
100
|
+
Core description-->\n<link rel=\"schema.DC\" href=\"http://purl.org/dc/elements/1.1/\"
|
101
|
+
/>\n<link rel=\"schema.DCTERMS\" href=\"http://purl.org/dc/terms/\" />\n<meta
|
102
|
+
name=\"DC.title\" content=\"Hydrological and meteorological investigations
|
103
|
+
in a lake near Kangerlussuaq, west Greenland\" />\n<meta name=\"DC.creator\"
|
104
|
+
content=\"Johansson, Emma\" />\n<meta name=\"DC.creator\" content=\"Berglund,
|
105
|
+
Sten\" />\n<meta name=\"DC.creator\" content=\"Lindborg, Tobias\" />\n<meta
|
106
|
+
name=\"DC.creator\" content=\"Petrone, Johannes\" />\n<meta name=\"DC.creator\"
|
107
|
+
content=\"van As, Dirk\" />\n<meta name=\"DC.creator\" content=\"Gustafsson,
|
108
|
+
Lars-Göran\" />\n<meta name=\"DC.creator\" content=\"Näslund, Jens-Ove\" />\n<meta
|
109
|
+
name=\"DC.creator\" content=\"Laudon, Hjalmar\" />\n<meta name=\"DC.publisher\"
|
110
|
+
content=\"PANGAEA\" />\n<meta name=\"DC.source\" content=\"Supplement to:
|
111
|
+
Johansson, E et al. (2015): Hydrological and meteorological investigations
|
112
|
+
in a periglacial lake catchment near Kangerlussuaq, west Greenland – presentation
|
113
|
+
of a new multi-parameter data set. Earth System Science Data, 7(1), 93-108,
|
114
|
+
https://doi.org/10.5194/essd-7-93-2015\" />\n<meta name=\"DC.date\" content=\"2014\"
|
110
115
|
scheme=\"DCTERMS.W3CDTF\" />\n<meta name=\"DC.type\" content=\"Dataset\" />\n<meta
|
111
116
|
name=\"DC.language\" content=\"en\" scheme=\"DCTERMS.RFC3066\" />\n<meta name=\"DCTERMS.license\"
|
112
117
|
scheme=\"DCTERMS.URI\" content=\"https://creativecommons.org/licenses/by/3.0/\"
|
@@ -124,17 +129,17 @@ http_interactions:
|
|
124
129
|
google.maps.LatLngBounds(new google.maps.LatLng(67.12594,-50.18037),new google.maps.LatLng(67.12594,-50.18037)),undefined);
|
125
130
|
});/*]]>*/</script>\n<script type=\"text/javascript\" src=\"//d1bxh8uas1mnw7.cloudfront.net/assets/embed.js\"></script>\n<link
|
126
131
|
rel=\"cite-as\" href=\"https://doi.org/10.1594/PANGAEA.836178\">\n<link rel=\"describedby\"
|
127
|
-
href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=
|
128
|
-
type=\"application/vnd.nasa.dif-metadata+xml\">\n<link rel=\"describedby\"
|
129
|
-
href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_jsonld\"
|
130
|
-
type=\"application/ld+json\">\n<link rel=\"describedby\" href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_datacite4\"
|
132
|
+
href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_datacite4\"
|
131
133
|
type=\"application/vnd.datacite.datacite+xml\">\n<link rel=\"describedby\"
|
132
|
-
href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=citation_ris\"
|
133
|
-
type=\"application/x-research-info-systems\">\n<link rel=\"describedby\" href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=citation_text\"
|
134
|
-
type=\"text/x-bibliography\">\n<link rel=\"describedby\" href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_panmd\"
|
135
|
-
type=\"application/vnd.pangaea.metadata+xml\">\n<link rel=\"describedby\"
|
136
134
|
href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_iso19139\"
|
137
135
|
type=\"application/vnd.iso19139.metadata+xml\">\n<link rel=\"describedby\"
|
136
|
+
href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=citation_ris\"
|
137
|
+
type=\"application/x-research-info-systems\">\n<link rel=\"describedby\" href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_dif\"
|
138
|
+
type=\"application/vnd.nasa.dif-metadata+xml\">\n<link rel=\"describedby\"
|
139
|
+
href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=citation_text\"
|
140
|
+
type=\"text/x-bibliography\">\n<link rel=\"describedby\" href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_jsonld\"
|
141
|
+
type=\"application/ld+json\">\n<link rel=\"describedby\" href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=metadata_panmd\"
|
142
|
+
type=\"application/vnd.pangaea.metadata+xml\">\n<link rel=\"describedby\"
|
138
143
|
href=\"https://doi.pangaea.de/10.1594/PANGAEA.836178?format=citation_bibtex\"
|
139
144
|
type=\"application/x-bibtex\">\n<link rel=\"item\" href=\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/johansson_etal-2014.zip\"
|
140
145
|
type=\"application/zip\">\n<link rel=\"author\" href=\"https://orcid.org/0000-0002-6553-8982\">\n<link
|
@@ -184,16 +189,16 @@ http_interactions:
|
|
184
189
|
and utilized equipment, as well as the data collection and processing. The
|
185
190
|
investigations were performed between 2010 and 2013. The high spatial resolution,
|
186
191
|
within the investigated area, of the dataset makes it highly suitable for
|
187
|
-
various detailed hydrological and ecological studies on catchment scale.\",\"
|
192
|
+
various detailed hydrological and ecological studies on catchment scale.\",\"citation\":[{\"@id\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/twoboatlake_greenland.jpg\",\"@type\":[\"CreativeWork\",\"WebPage\"],\"identifier\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/twoboatlake_greenland.jpg\",\"url\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/twoboatlake_greenland.jpg\",\"name\":\"Map
|
193
|
+
of Two Boat Lake in Greenland (jpg 13 MB) with position of sampling sites\"},{\"@id\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/Timelapse_TBL.zip\",\"@type\":[\"CreativeWork\",\"WebPage\"],\"identifier\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/Timelapse_TBL.zip\",\"url\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/Timelapse_TBL.zip\",\"name\":\"Time
|
194
|
+
laps photos of lake 2012-09-05 to 2013-08-14 (mov file, zipped 205 MB)\"}],\"spatialCoverage\":{\"@type\":\"Place\",\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":67.12594,\"longitude\":-50.18037}},\"size\":{\"@type\":\"QuantitativeValue\",\"value\":5.5,\"unitText\":\"MBytes\"},\"comment\":\"The
|
188
195
|
dataset contains hydrological and meteorological data from a lake catchment
|
189
196
|
in the Kangerlussuaq region, Western Greenland. The investigations were performed
|
190
197
|
during 2010-2013 and the following parameters are included: Soil moisture,
|
191
198
|
Soil temperature, Hydraulic properties of the active layer, meteorological
|
192
199
|
parameters from a local weather station within the catchment, water levels
|
193
200
|
and discharge, sublimation and evaportation measurments, snow depth and snow
|
194
|
-
water content data and time lapse photos.\",\"
|
195
|
-
of Two Boat Lake in Greenland (jpg 13 MB) with position of sampling sites\"},{\"@id\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/Timelapse_TBL.zip\",\"@type\":[\"CreativeWork\",\"WebPage\"],\"identifier\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/Timelapse_TBL.zip\",\"url\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/Timelapse_TBL.zip\",\"name\":\"Time
|
196
|
-
laps photos of lake 2012-09-05 to 2013-08-14 (mov file, zipped 205 MB)\"}],\"spatialCoverage\":{\"@type\":\"Place\",\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":67.12594,\"longitude\":-50.18037}},\"inLanguage\":\"en\",\"license\":\"https://creativecommons.org/licenses/by/3.0/\",\"conditionsOfAccess\":\"unrestricted\",\"isAccessibleForFree\":true,\"size\":{\"@type\":\"QuantitativeValue\",\"value\":5.5,\"unitText\":\"MBytes\"},\"distribution\":{\"@type\":\"DataDownload\",\"encodingFormat\":\"application/zip\",\"contentUrl\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/johansson_etal-2014.zip\"}}</script>\n<script
|
201
|
+
water content data and time lapse photos.\",\"license\":\"https://creativecommons.org/licenses/by/3.0/\",\"conditionsOfAccess\":\"unrestricted\",\"isAccessibleForFree\":true,\"inLanguage\":\"en\",\"distribution\":{\"@type\":\"DataDownload\",\"encodingFormat\":\"application/zip\",\"contentUrl\":\"https://store.pangaea.de/Publications/JohanssonE_et_al_2014/johansson_etal-2014.zip\"}}</script>\n<script
|
197
202
|
type=\"text/javascript\">/*<![CDATA[*/\r\nvar _paq=window._paq=window._paq||[];(function(){\r\nvar
|
198
203
|
u=\"https://analytics.pangaea.de/\";_paq.push(['setTrackerUrl',u+'matomo.php']);_paq.push(['setCookieDomain','pangaea.de']);_paq.push(['setDomains',['pangaea.de','www.pangaea.de','doi.pangaea.de']]);_paq.push(['setSiteId',1]);\r\n_paq.push(['enableLinkTracking']);_paq.push(['setDownloadClasses',['dl-link']]);_paq.push(['setDownloadExtensions',[]]);_paq.push(['setIgnoreClasses',['notrack']]);_paq.push(['trackPageView']);\r\nvar
|
199
204
|
d=document,g=d.createElement('script'),s=d.getElementsByTagName('script')[0];g.async=true;g.src=u+'matomo.js';s.parentNode.insertBefore(g,s);\r\n})();\r\n/*]]>*/</script>\r\n</head>\r\n<body
|
@@ -212,7 +217,7 @@ http_interactions:
|
|
212
217
|
\ \r\n <div id=\"header-logo-block\" class=\"header-block col-lg-3
|
213
218
|
col-md-4 col-sm-4 col-xs-8\">\r\n <div id=\"pangaea-logo\">\r\n <a
|
214
219
|
title=\"PANGAEA home\" href=\"//www.pangaea.de/\" class=\"home-link\"><img
|
215
|
-
src=\"//www.pangaea.de/assets/v.
|
220
|
+
src=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/layout-images/pangaea-logo.png\"
|
216
221
|
alt=\"PANGAEA home\"></a>\r\n </div>\r\n </div>\r\n \r\n
|
217
222
|
\ <div id=\"header-mid-block\" class=\"header-block col-lg-12 col-md-9
|
218
223
|
col-sm-20 col-xs-16\">\r\n <div id=\"pangaea-logo-headline\">\r\n
|
@@ -428,13 +433,13 @@ http_interactions:
|
|
428
433
|
\ PANGAEA is certified by\r\n </div>\r\n \r\n
|
429
434
|
\ <div>\r\n <a href=\"//www.worlddatasystem.org/\"
|
430
435
|
target=\"_blank\" title=\"World Data System\">\r\n <img class=\"col-lg-6
|
431
|
-
col-md-6 col-sm-6 col-xs-6\" src=\"//www.pangaea.de/assets/v.
|
436
|
+
col-md-6 col-sm-6 col-xs-6\" src=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/logos/logo-wds-block.png\"
|
432
437
|
alt=\"World Data System\">\r\n </a>\r\n <a href=\"//www.wmo.int/\"
|
433
438
|
target=\"_blank\" title=\"World Meteorological Organization\">\r\n <img
|
434
|
-
class=\"col-lg-6 col-md-6 col-sm-6 col-xs-6\" src=\"//www.pangaea.de/assets/v.
|
439
|
+
class=\"col-lg-6 col-md-6 col-sm-6 col-xs-6\" src=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/logos/logo-wmo-block.png\"
|
435
440
|
alt=\"World Meteorological Organization\">\r\n </a>\r\n <a
|
436
441
|
href=\"//www.coretrustseal.org/\" target=\"_blank\" title=\"CoreTrustSeal\">\r\n
|
437
|
-
\ <img class=\"col-lg-6 col-md-6 col-sm-6 col-xs-6\" src=\"//www.pangaea.de/assets/v.
|
442
|
+
\ <img class=\"col-lg-6 col-md-6 col-sm-6 col-xs-6\" src=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/logos/logo-coretrustseal-block.png\"
|
438
443
|
alt=\"CoreTrustSeal\">\r\n </a>\r\n </div>\r\n </div>\r\n
|
439
444
|
\ </div>\r\n <div id=\"footer-social-area\" class=\"col-lg-3
|
440
445
|
col-md-24 col-sm-24 col-xs-24\">\r\n <div id=\"footer-social-area-wrapper\"
|
@@ -445,12 +450,12 @@ http_interactions:
|
|
445
450
|
class=\"self-referer-link share-link\" href=\"//www.pangaea.de/nojs.php\"
|
446
451
|
data-template=\"https://www.facebook.com/sharer.php?u=#u#&t=#t#\" title=\"Share
|
447
452
|
on Facebook\" target=\"_blank\">\r\n <img id=\"facebook-icon\"
|
448
|
-
class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\" src=\"//www.pangaea.de/assets/v.
|
453
|
+
class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\" src=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/social-icons/facebook-icon.png\"
|
449
454
|
alt=\"Facebook Icon\">\r\n </a>\r\n <a rel=\"nofollow\"
|
450
455
|
class=\"self-referer-link share-link\" href=\"//www.pangaea.de/nojs.php\"
|
451
456
|
data-template=\"https://twitter.com/intent/tweet?url=#u#&text=#t#&via=PANGAEAdataPubl\"
|
452
457
|
title=\"Share on Twitter\" target=\"_blank\">\r\n <img id=\"twitter-icon\"
|
453
|
-
class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\" src=\"//www.pangaea.de/assets/v.
|
458
|
+
class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\" src=\"//www.pangaea.de/assets/v.112dc41eb49dfca575d9dbe3f2cf499e/social-icons/twitter-icon.png\"
|
454
459
|
alt=\"Twitter Icon\">\r\n </a>\r\n </div>\r\n
|
455
460
|
\ </div>\r\n <div class=\"blindspalte col-lg-0 col-md-18\"></div>\r\n
|
456
461
|
\ </div>\r\n </div>\r\n \r\n <div id=\"footer-menu-area\"
|
@@ -470,5 +475,5 @@ http_interactions:
|
|
470
475
|
\ </li>\r\n </ul>\r\n </nav>\r\n <div
|
471
476
|
class=\"clearfix\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n
|
472
477
|
\ </footer>\r\n </div>\r\n</div>\r\n</body>\n</html>\n"
|
473
|
-
recorded_at:
|
474
|
-
recorded_with: VCR 6.
|
478
|
+
recorded_at: Thu, 05 Oct 2023 19:47:41 GMT
|
479
|
+
recorded_with: VCR 6.2.0
|
data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/upstream_blog.yml
CHANGED
@@ -4,7 +4,7 @@ http_interactions:
|
|
4
4
|
method: get
|
5
5
|
uri: https://upstream.force11.org/elife-reviewed-preprints-interview-with-fiona-hutton
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
@@ -21,7 +21,7 @@ http_interactions:
|
|
21
21
|
Server:
|
22
22
|
- nginx/1.14.0 (Ubuntu)
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Thu, 05 Oct 2023 19:47:41 GMT
|
25
25
|
Transfer-Encoding:
|
26
26
|
- chunked
|
27
27
|
Connection:
|
@@ -35,12 +35,12 @@ http_interactions:
|
|
35
35
|
body:
|
36
36
|
encoding: ASCII-8BIT
|
37
37
|
string: ''
|
38
|
-
recorded_at:
|
38
|
+
recorded_at: Thu, 05 Oct 2023 19:47:41 GMT
|
39
39
|
- request:
|
40
40
|
method: get
|
41
41
|
uri: https://upstream.force11.org/elife-reviewed-preprints-interview-with-fiona-hutton/
|
42
42
|
body:
|
43
|
-
encoding:
|
43
|
+
encoding: ASCII-8BIT
|
44
44
|
string: ''
|
45
45
|
headers:
|
46
46
|
Connection:
|
@@ -57,11 +57,11 @@ http_interactions:
|
|
57
57
|
Server:
|
58
58
|
- nginx/1.14.0 (Ubuntu)
|
59
59
|
Date:
|
60
|
-
-
|
60
|
+
- Thu, 05 Oct 2023 19:47:42 GMT
|
61
61
|
Content-Type:
|
62
62
|
- text/html; charset=utf-8
|
63
63
|
Content-Length:
|
64
|
-
- '
|
64
|
+
- '113106'
|
65
65
|
Connection:
|
66
66
|
- close
|
67
67
|
X-Powered-By:
|
@@ -69,7 +69,7 @@ http_interactions:
|
|
69
69
|
Cache-Control:
|
70
70
|
- public, max-age=0
|
71
71
|
Etag:
|
72
|
-
- W/"
|
72
|
+
- W/"1b9d2-Y79QwIjRnWjrXAUJ1SPy1ZTfMmw"
|
73
73
|
Vary:
|
74
74
|
- Accept-Encoding
|
75
75
|
body:
|
@@ -544,9 +544,9 @@ http_interactions:
|
|
544
544
|
data-key=\"5c1b6ee01f44f70c7feb624aab\" data-styles=\"https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css\"
|
545
545
|
data-sodo-search=\"https://upstream.force11.org/\" crossorigin=\"anonymous\"></script>\n
|
546
546
|
\ \n <link href=\"https://upstream.force11.org/webmentions/receive/\"
|
547
|
-
rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=
|
548
|
-
\ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=
|
549
|
-
\ <script defer src=\"/public/comment-counts.min.js?v=
|
547
|
+
rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=77b77c0c74\"></script>\n
|
548
|
+
\ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=77b77c0c74\">\n
|
549
|
+
\ <script defer src=\"/public/comment-counts.min.js?v=77b77c0c74\" data-ghost-comments-counts-api=\"https://upstream.force11.org/members/api/comments/counts/\"></script>\n
|
550
550
|
\ <script async=\"\" defer=\"\" data-domain=\"upstream.force11.org\" src=\"https://plausible.io/js/plausible.js\"></script>\n<script>window.plausible
|
551
551
|
= window.plausible || function() { (window.plausible.q = window.plausible.q
|
552
552
|
|| []).push(arguments) }</script><style>:root {--ghost-accent-color: #8cbfd0;}</style>\n</head>\n
|
@@ -803,6 +803,53 @@ http_interactions:
|
|
803
803
|
c-section--latest'>\n <div class='o-grid'>\n <div class='c-section-heading'>\n
|
804
804
|
\ <h2 class='c-section-heading__title'>Latest</h2>\n </div>\n
|
805
805
|
\ </div>\n\n <div class='o-grid o-grid--4-columns'>\n <article
|
806
|
+
class='js-card c-card c-card-- c-card-- post tag-thought-pieces'>\n <a
|
807
|
+
href='/experiences-of-scholarly-marginalization/' class='c-card__media'>\n
|
808
|
+
\ <img\n class='c-card__image lazyload'\n alt=\"Experiences
|
809
|
+
of scholarly marginalization\"\n data-src='https://images.unsplash.com/photo-1535231540604-72e8fbaf8cdb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDF8fG1ldGFtb3JwaG9zaXN8ZW58MHx8fHwxNjg3OTQ1Mzk3fDA&ixlib=rb-4.0.3&q=80&w=1304'\n
|
810
|
+
\ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
|
811
|
+
c-tag'>\n <a href=\"/tag/thought-pieces/\">Thought Pieces</a>\n </div>\n\n
|
812
|
+
\ <h3 class='c-card__headline'><a href='/experiences-of-scholarly-marginalization/'
|
813
|
+
class='c-card__link'>Experiences of scholarly marginalization</a></h3>\n\n\n
|
814
|
+
\ <div class='c-card__meta'>\n <div class='c-byline c-card__byline'>\n
|
815
|
+
\ <span class='u-hidden u-hidden'>, </span>\n <span class='u-hidden
|
816
|
+
'> and </span>\n\n <a href='/author/amalia/'>Amalia Raquel Pérez-Nebra</a>\n</div>\n
|
817
|
+
\ <time class='c-timestamp c-card__timestamp' datetime='2023-08-01'>\n
|
818
|
+
\ August 1, 2023\n\n</time> </div>\n </div>\n</article> <article
|
819
|
+
class='js-card c-card c-card-- c-card-- post tag-thought-pieces tag-original-research
|
820
|
+
featured'>\n <a href='/fairer-future-for-open-science-choosing-community-over-commercialization-with-equitable-article-processing-charges/'
|
821
|
+
class='c-card__media'>\n <img\n class='c-card__image lazyload'\n
|
822
|
+
\ alt=\"A Fairer Future for Open Science: Choosing community over commercialization
|
823
|
+
with equitable article processing charges\"\n data-src='/content/images/size/w1304/2023/06/standard-quality-control-collage-concept--1-.jpg'\n
|
824
|
+
\ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
|
825
|
+
c-tag'>\n <a href=\"/tag/thought-pieces/\">Thought Pieces</a>\n </div>\n\n
|
826
|
+
\ <h3 class='c-card__headline'><a href='/fairer-future-for-open-science-choosing-community-over-commercialization-with-equitable-article-processing-charges/'
|
827
|
+
class='c-card__link'>A Fairer Future for Open Science: Choosing community
|
828
|
+
over commercialization with equitable article processing charges</a></h3>\n\n\n
|
829
|
+
\ <div class='c-card__meta'>\n <div class='c-byline c-card__byline'>\n
|
830
|
+
\ <span class='u-hidden '>, </span>\n <span class='u-hidden '> and </span>\n\n
|
831
|
+
\ <a href='/author/uttkarsha/'>Uttkarsha Bhosale</a>\n <span class='
|
832
|
+
'>, </span>\n <span class='u-hidden '> and </span>\n\n <a
|
833
|
+
href='/author/riya/'>Riya Thomas</a>\n <span class=' '>, </span>\n
|
834
|
+
\ <span class='u-hidden '> and </span>\n\n <a href='/author/gayatri-phadke/'>Dr.
|
835
|
+
Gayatri Phadke</a>\n <span class=' u-hidden'>, </span>\n <span
|
836
|
+
class='u-hidden u-block'> and </span>\n\n <a href='/author/anupama/'>Anupama
|
837
|
+
Kapadia</a>\n</div>\n <time class='c-timestamp c-card__timestamp' datetime='2023-07-04'>\n
|
838
|
+
\ July 4, 2023\n\n</time> </div>\n </div>\n</article> <article
|
839
|
+
class='js-card c-card c-card-- c-card-- post tag-thought-pieces featured'>\n
|
840
|
+
\ <a href='/flowcharts-from-the-f11-cope-data-publishing-ethics-working-group/'
|
841
|
+
class='c-card__media'>\n <img\n class='c-card__image lazyload'\n
|
842
|
+
\ alt=\"Announcing new resources from the FORCE11-COPE Research Data
|
843
|
+
Publishing Ethics Working Group: flowcharts!\"\n data-src='/content/images/size/w1304/2023/06/Screen-Shot-2023-06-26-at-11.33.11-AM.png'\n
|
844
|
+
\ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
|
845
|
+
c-tag'>\n <a href=\"/tag/thought-pieces/\">Thought Pieces</a>\n </div>\n\n
|
846
|
+
\ <h3 class='c-card__headline'><a href='/flowcharts-from-the-f11-cope-data-publishing-ethics-working-group/'
|
847
|
+
class='c-card__link'>Announcing new resources from the FORCE11-COPE Research
|
848
|
+
Data Publishing Ethics Working Group: flowcharts!</a></h3>\n\n\n <div class='c-card__meta'>\n
|
849
|
+
\ <div class='c-byline c-card__byline'>\n <span class='u-hidden u-hidden'>, </span>\n
|
850
|
+
\ <span class='u-hidden '> and </span>\n\n <a href='/author/iratxe/'>Iratxe
|
851
|
+
Puebla</a>\n</div>\n <time class='c-timestamp c-card__timestamp' datetime='2023-06-27'>\n
|
852
|
+
\ June 27, 2023\n\n</time> </div>\n </div>\n</article> <article
|
806
853
|
class='js-card c-card c-card-- c-card-- post tag-thought-pieces featured'>\n
|
807
854
|
\ <a href='/navigating-data-intensive-innovation-the-transition-from-research-data-management-to-research-data-governance/'
|
808
855
|
class='c-card__media'>\n <img\n class='c-card__image lazyload'\n
|
@@ -817,50 +864,10 @@ http_interactions:
|
|
817
864
|
class='u-hidden u-hidden'>, </span>\n <span class='u-hidden '> and </span>\n\n
|
818
865
|
\ <a href='/author/andrea/'>Andrea Chiarelli</a>\n</div>\n <time class='c-timestamp
|
819
866
|
c-card__timestamp' datetime='2023-06-06'>\n June 6, 2023\n\n</time> </div>\n
|
820
|
-
\ </div>\n</article>
|
821
|
-
|
822
|
-
class='c-
|
823
|
-
|
824
|
-
\ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
|
825
|
-
c-tag'>\n <a href=\"/tag/original-research/\">Original Research</a>\n
|
826
|
-
\ </div>\n\n <h3 class='c-card__headline'><a href='/attempts-at-automating-journal-subject-classification/'
|
827
|
-
class='c-card__link'>Attempts at automating journal subject classification</a></h3>\n\n\n
|
828
|
-
\ <div class='c-card__meta'>\n <div class='c-byline c-card__byline'>\n
|
829
|
-
\ <span class='u-hidden u-hidden'>, </span>\n <span class='u-hidden
|
830
|
-
'> and </span>\n\n <a href='/author/esha/'>Esha Datta</a>\n</div>\n
|
831
|
-
\ <time class='c-timestamp c-card__timestamp' datetime='2023-05-23'>\n
|
832
|
-
\ May 23, 2023\n\n</time> </div>\n </div>\n</article> <article
|
833
|
-
class='js-card c-card c-card-- c-card-- post tag-thought-pieces featured'>\n
|
834
|
-
\ <a href='/opening-new-paths-to-technology-transfer/' class='c-card__media'>\n
|
835
|
-
\ <img\n class='c-card__image lazyload'\n alt=\"Opening
|
836
|
-
New Paths to Technology Transfer: Open Science, Intellectual Property, and
|
837
|
-
Technology Transfer\"\n data-src='https://images.unsplash.com/photo-1512314889357-e157c22f938d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDN8fGlkZWF8ZW58MHx8fHwxNjgzNTMyNjc1&ixlib=rb-4.0.3&q=80&w=1304'\n
|
838
|
-
\ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
|
839
|
-
c-tag'>\n <a href=\"/tag/thought-pieces/\">Thought Pieces</a>\n </div>\n\n
|
840
|
-
\ <h3 class='c-card__headline'><a href='/opening-new-paths-to-technology-transfer/'
|
841
|
-
class='c-card__link'>Opening New Paths to Technology Transfer: Open Science,
|
842
|
-
Intellectual Property, and Technology Transfer</a></h3>\n\n\n <div class='c-card__meta'>\n
|
843
|
-
\ <div class='c-byline c-card__byline'>\n <span class='u-hidden u-hidden'>, </span>\n
|
844
|
-
\ <span class='u-hidden '> and </span>\n\n <a href='/author/dylan/'>Dylan
|
845
|
-
Roskams-Edris</a>\n</div>\n <time class='c-timestamp c-card__timestamp'
|
846
|
-
datetime='2023-05-09'>\n May 9, 2023\n\n</time> </div>\n </div>\n</article>
|
847
|
-
\ <article class='js-card c-card c-card-- c-card-- post tag-open-tabs
|
848
|
-
featured'>\n <a href='/patricio-panataleo-open-tabs/' class='c-card__media'>\n
|
849
|
-
\ <img\n class='c-card__image lazyload'\n alt=\"Patricio
|
850
|
-
Pantaleo is Keeping Tabs on Open Research\"\n data-src='/content/images/size/w1304/2023/04/alice-donovan-rouse-yu68fUQDvOI-unsplash.jpg'\n
|
851
|
-
\ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
|
852
|
-
c-tag'>\n <a href=\"/tag/open-tabs/\">Open Tabs</a>\n </div>\n\n
|
853
|
-
\ <h3 class='c-card__headline'><a href='/patricio-panataleo-open-tabs/'
|
854
|
-
class='c-card__link'>Patricio Pantaleo is Keeping Tabs on Open Research</a></h3>\n\n\n
|
855
|
-
\ <div class='c-card__meta'>\n <div class='c-byline c-card__byline'>\n
|
856
|
-
\ <span class='u-hidden u-hidden'>, </span>\n <span class='u-hidden
|
857
|
-
'> and </span>\n\n <a href='/author/patricio_pantaleo/'>Patricio
|
858
|
-
Pantaleo</a>\n</div>\n <time class='c-timestamp c-card__timestamp' datetime='2023-04-25'>\n
|
859
|
-
\ April 25, 2023\n\n</time> </div>\n </div>\n</article> </div>\n
|
860
|
-
\ </div>\n\n </main>\n\n <footer class='c-footer'>\n <div class='o-grid
|
861
|
-
c-footer__content'>\n <div class='c-logo'>\n <div class='c-logo__dark'>\n
|
862
|
-
\ <a href='https://upstream.force11.org' class='u-block'>\n <img
|
863
|
-
class='c-logo__img' src='https://upstream.force11.org/content/images/2022/06/Upstream-logo--dark-mode-.png'
|
867
|
+
\ </div>\n</article> </div>\n </div>\n\n </main>\n\n <footer
|
868
|
+
class='c-footer'>\n <div class='o-grid c-footer__content'>\n <div class='c-logo'>\n
|
869
|
+
\ <div class='c-logo__dark'>\n <a href='https://upstream.force11.org'
|
870
|
+
class='u-block'>\n <img class='c-logo__img' src='https://upstream.force11.org/content/images/2022/06/Upstream-logo--dark-mode-.png'
|
864
871
|
alt='Upstream' width='' height=''>\n </a>\n </div>\n\n <div class='c-logo__light'>\n
|
865
872
|
\ <a href='https://upstream.force11.org' class='u-block'>\n <img
|
866
873
|
class='c-logo__img' src='https://upstream.force11.org/content/images/2022/06/Upstream-logo--light-mode-.png'
|
@@ -879,7 +886,7 @@ http_interactions:
|
|
879
886
|
\ <span class='u-screenreader'>RSS</span>\n </a>\n </li>\n</ul>\n\n
|
880
887
|
\ <div class='c-footer-copy'>\n © 2023 Upstream\n <span>
|
881
888
|
– Published with <a href='https://ghost.org'>Ghost</a> & <a href='https://aspirethemes.com/themes/tripoli'>Tripoli</a></span>\n
|
882
|
-
\ </div>\n </div>\n</footer>\n <script src='/assets/js/app.min.js?v=
|
889
|
+
\ </div>\n </div>\n</footer>\n <script src='/assets/js/app.min.js?v=77b77c0c74'></script>\n
|
883
890
|
\ \n </body>\n</html>"
|
884
|
-
recorded_at:
|
885
|
-
recorded_with: VCR 6.
|
891
|
+
recorded_at: Thu, 05 Oct 2023 19:47:42 GMT
|
892
|
+
recorded_with: VCR 6.2.0
|
@@ -4,7 +4,7 @@ http_interactions:
|
|
4
4
|
method: get
|
5
5
|
uri: https://www.zenodo.org/record/1196821
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
@@ -21,11 +21,11 @@ http_interactions:
|
|
21
21
|
Server:
|
22
22
|
- nginx
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Thu, 05 Oct 2023 19:47:40 GMT
|
25
25
|
Content-Type:
|
26
26
|
- text/html; charset=utf-8
|
27
27
|
Content-Length:
|
28
|
-
- '
|
28
|
+
- '43212'
|
29
29
|
Connection:
|
30
30
|
- close
|
31
31
|
Vary:
|
@@ -35,7 +35,7 @@ http_interactions:
|
|
35
35
|
X-Ratelimit-Remaining:
|
36
36
|
- '59'
|
37
37
|
X-Ratelimit-Reset:
|
38
|
-
- '
|
38
|
+
- '1696535320'
|
39
39
|
Retry-After:
|
40
40
|
- '59'
|
41
41
|
X-Frame-Options:
|
@@ -49,12 +49,12 @@ http_interactions:
|
|
49
49
|
Referrer-Policy:
|
50
50
|
- strict-origin-when-cross-origin
|
51
51
|
Set-Cookie:
|
52
|
-
- session=
|
53
|
-
|
52
|
+
- session=c41032bdb235d3cb_651f12dc.6XmREiTOL0BFA79I_MD37-ybLNE; Expires=Sun,
|
53
|
+
05-Nov-2023 19:47:40 GMT; Secure; HttpOnly; Path=/
|
54
54
|
X-Session-Id:
|
55
|
-
-
|
55
|
+
- c41032bdb235d3cb_651f12dc
|
56
56
|
X-Request-Id:
|
57
|
-
-
|
57
|
+
- 91d3693804cbc1bf8b98ad429bcf881d
|
58
58
|
body:
|
59
59
|
encoding: UTF-8
|
60
60
|
string: "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n <head>\n\n<meta
|
@@ -71,7 +71,7 @@ http_interactions:
|
|
71
71
|
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/static/apple-touch-icon-72-precomposed.png\"/>\n
|
72
72
|
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/static/apple-touch-icon-57-precomposed.png\"/>\n<link
|
73
73
|
href=\"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,100,italic\"
|
74
|
-
rel=\"stylesheet\">\n<link href=\"/static/gen/zenodo.
|
74
|
+
rel=\"stylesheet\">\n<link href=\"/static/gen/zenodo.092db7c7.css\" rel=\"stylesheet\">\n<!--
|
75
75
|
HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries
|
76
76
|
-->\n<!--[if lt IE 9]>\n <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>\n
|
77
77
|
\ <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\n<![endif]-->\n
|
@@ -314,8 +314,8 @@ http_interactions:
|
|
314
314
|
\ <div class=\"col-sm-4 col-md-4 col-right\">\n\n\n\n \n <div
|
315
315
|
class=\"well\"><!-- Stats -->\n<div class=\"row stats-box\">\n <div id=\"accordion\">\n
|
316
316
|
\ <!-- Banner --><div class=\"row\">\n <div class=\"col-sm-6\">\n <span
|
317
|
-
class=\"stats-data\">
|
318
|
-
\ <span class=\"stats-data\">
|
317
|
+
class=\"stats-data\">4,028</span>\n </div>\n <div class=\"col-sm-6\">\n
|
318
|
+
\ <span class=\"stats-data\">843</span>\n </div>\n </div>\n
|
319
319
|
\ <div class=\"row\">\n <div class=\"col-sm-6\">\n <i class=\"fa
|
320
320
|
fa-eye \" data-toggle=\"tooltip\" tooltip data-placement=\"top\" title=\"Total
|
321
321
|
views.\" data-original-title=\"Total views.\"></i> views\n </div>\n <div
|
@@ -332,21 +332,21 @@ http_interactions:
|
|
332
332
|
versions</th>\n <th>This version</th>\n </tr><tr>\n <td>Views
|
333
333
|
<i class=\"fa fa-question-circle text-muted\" data-toggle=\"tooltip\" tooltip
|
334
334
|
data-placement=\"top\" title=\"Total views.\" data-original-title=\"Total
|
335
|
-
views.\"></i></td><td>
|
335
|
+
views.\"></i></td><td>4,028</td><td>1,683</td>\n </tr>\n <tr>\n
|
336
336
|
\ <td>Downloads <i class=\"fa fa-question-circle text-muted\" data-toggle=\"tooltip\"
|
337
337
|
tooltip data-placement=\"top\" title=\"Total downloads.\" data-original-title=\"Total
|
338
|
-
downloads.\"></i></td><td>
|
338
|
+
downloads.\"></i></td><td>843</td><td>153</td>\n </tr>\n <tr>\n
|
339
339
|
\ <td>Data volume <i class=\"fa fa-question-circle text-muted\" data-toggle=\"tooltip\"
|
340
340
|
tooltip data-placement=\"top\" title=\"Total download volume.\" data-original-title=\"Total
|
341
|
-
download volume.\"></i></td><td>
|
341
|
+
download volume.\"></i></td><td>127.1 GB</td><td>18.5 GB</td>\n </tr>\n
|
342
342
|
\ <tr>\n <td>Unique views <i class=\"fa fa-question-circle
|
343
343
|
text-muted\" data-toggle=\"tooltip\" tooltip data-placement=\"top\" title=\"Views
|
344
344
|
in one hour user-sessions are counted only once.\" data-original-title=\"Views
|
345
|
-
in one hour user-sessions are counted only once.\"></i></td><td>2,
|
345
|
+
in one hour user-sessions are counted only once.\"></i></td><td>2,746</td><td>954</td>\n
|
346
346
|
\ </tr>\n <tr>\n <td>Unique downloads <i class=\"fa
|
347
347
|
fa-question-circle text-muted\" data-toggle=\"tooltip\" tooltip data-placement=\"top\"
|
348
348
|
title=\"Downloads in one hour user-sessions are counted only once.\" data-original-title=\"Downloads
|
349
|
-
in one hour user-sessions are counted only once.\"></i></td><td>
|
349
|
+
in one hour user-sessions are counted only once.\"></i></td><td>431</td><td>107</td>\n
|
350
350
|
\ </tr>\n </table>\n <div class=\"row\">\n <a href=\"https://help.zenodo.org/#statistics\">More
|
351
351
|
info on how stats are collected.</a>\n </div>\n </div>\n </div>\n</div>\n
|
352
352
|
\ </div>\n<div class=\"well metadata\">\n \n <small class=\"text-muted\">Indexed
|
@@ -459,16 +459,19 @@ http_interactions:
|
|
459
459
|
class=\"col-xs-12 col-md-8\">\n <div class=\"row\">\n <div
|
460
460
|
class=\"col-xs-2 col-md-2\">\n <h5>About</h5>\n <ul
|
461
461
|
class=\"list-unstyled\">\n <li><a href=\"http://about.zenodo.org\">About</a></li>\n
|
462
|
-
\ <li><a href=\"http://about.zenodo.org/policies
|
463
|
-
\ <li><a href=\"http://about.zenodo.org/infrastructure
|
464
|
-
\ <li><a href=\"http://about.zenodo.org/principles
|
465
|
-
\ <li><a href=\"http://about.zenodo.org/
|
462
|
+
\ <li><a href=\"http://about.zenodo.org/policies/\">Policies</a></li>\n
|
463
|
+
\ <li><a href=\"http://about.zenodo.org/infrastructure/\">Infrastructure</a></li>\n
|
464
|
+
\ <li><a href=\"http://about.zenodo.org/principles/\">Principles</a></li>\n
|
465
|
+
\ <li><a href=\"http://about.zenodo.org/roadmap/\">Roadmap</a></li>\n
|
466
|
+
\ <li><a href=\"http://about.zenodo.org/projects/\">Projects</a></li>\n
|
467
|
+
\ <li><a href=\"http://about.zenodo.org/contact/\">Contact</a></li>\n
|
466
468
|
\ </ul>\n </div>\n <div class=\"col-xs-2
|
467
469
|
col-md-2\">\n <h5>Blog</h5>\n <ul class=\"list-unstyled\">\n
|
468
470
|
\ <li><a href=\"http://blog.zenodo.org\">Blog</a></li>\n </ul>\n
|
469
471
|
\ </div>\n <div class=\"col-xs-2 col-md-2\">\n <h5>Help</h5>\n
|
470
|
-
\ <ul class=\"list-unstyled\">\n <li><a href=\"http://help.zenodo.org
|
471
|
-
\ <li><a href=\"http://help.zenodo.org/
|
472
|
+
\ <ul class=\"list-unstyled\">\n <li><a href=\"http://help.zenodo.org/\">Overview</a></li>\n
|
473
|
+
\ <li><a href=\"http://help.zenodo.org/faq\">FAQ</a></li>\n
|
474
|
+
\ <li><a href=\"http://help.zenodo.org/guides\">Guides</a></li>\n
|
472
475
|
\ <li><a href=\"/support\">Support</a></li>\n </ul>\n
|
473
476
|
\ </div>\n <div class=\"col-xs-2 col-md-2\">\n <h5>Developers</h5>\n
|
474
477
|
\ <ul class=\"list-unstyled\">\n <li><a href=\"http://developers.zenodo.org\">REST
|
@@ -579,5 +582,5 @@ http_interactions:
|
|
579
582
|
s=d.getElementsByTagName(\"script\")[0]; g.type=\"text/javascript\";\n g.defer=true;
|
580
583
|
g.async=true; g.src=u+\"piwik.js\"; s.parentNode.insertBefore(g,s);\n})();\n</script>\n
|
581
584
|
\ </body>\n</html>"
|
582
|
-
recorded_at:
|
583
|
-
recorded_with: VCR 6.
|
585
|
+
recorded_at: Thu, 05 Oct 2023 19:47:40 GMT
|
586
|
+
recorded_with: VCR 6.2.0
|