bolognese 0.9.33 → 0.9.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/bolognese/metadata.rb +14 -4
- data/lib/bolognese/readers/datacite_reader.rb +4 -3
- data/lib/bolognese/version.rb +1 -1
- data/lib/bolognese/writers/crosscite_writer.rb +2 -0
- data/lib/bolognese/writers/datacite_json_writer.rb +2 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +10 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +10 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +14 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +16 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +10 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +21 -23
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +19 -21
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +22 -22
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +22 -22
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +13 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +20 -22
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +14 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/no_codemeta_json.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/not_found_error.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +11 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +11 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +12 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +14 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_test_system.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +14 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +14 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorName.yml +13 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +13 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_ORCID.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_jacow_org_scheme.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_multiple_name_identifier.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_no_ORCID.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_multiple_names_in_display-order.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +14 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +12 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/not_found_error.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +8 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +7 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_alternate_identifiers/insert.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +7 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates/insert.yml +9 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +9 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +9 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +13 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +15 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +14 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +75 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +7 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +73 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +7 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +3 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml +26 -26
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_Citeproc_JSON.yml +18 -18
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_DataCite_JSON.yml +18 -18
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Crossref_DOI.yml +18 -18
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/DataONE.yml +18 -18
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +26 -26
- data/spec/readers/bibtex_reader_spec.rb +1 -1
- data/spec/readers/citeproc_reader_spec.rb +1 -1
- data/spec/readers/codemeta_reader_spec.rb +1 -1
- data/spec/readers/crosscite_reader_spec.rb +1 -1
- data/spec/readers/crossref_reader_spec.rb +1 -1
- data/spec/readers/datacite_json_reader_spec.rb +1 -1
- data/spec/readers/datacite_reader_spec.rb +1 -1
- data/spec/readers/ris_reader_spec.rb +1 -1
- data/spec/readers/schema_org_reader_spec.rb +1 -1
- data/spec/writers/crosscite_writer_spec.rb +14 -0
- data/spec/writers/datacite_writer_spec.rb +19 -0
- metadata +3 -1
@@ -31,9 +31,9 @@ http_interactions:
|
|
31
31
|
Set-Cookie:
|
32
32
|
- GOOGAPPUID=3-2f; Path=/
|
33
33
|
X-Cloud-Trace-Context:
|
34
|
-
-
|
34
|
+
- 663e82c92ff60a89ccbca1f7e589abbe
|
35
35
|
Date:
|
36
|
-
- Sat, 22 Jul 2017
|
36
|
+
- Sat, 22 Jul 2017 20:26:05 GMT
|
37
37
|
Server:
|
38
38
|
- Google Frontend
|
39
39
|
Content-Length:
|
@@ -42,7 +42,7 @@ http_interactions:
|
|
42
42
|
encoding: UTF-8
|
43
43
|
string: ''
|
44
44
|
http_version:
|
45
|
-
recorded_at: Sat, 22 Jul 2017
|
45
|
+
recorded_at: Sat, 22 Jul 2017 20:26:04 GMT
|
46
46
|
- request:
|
47
47
|
method: get
|
48
48
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -70,21 +70,21 @@ http_interactions:
|
|
70
70
|
Content-Type:
|
71
71
|
- application/ld+json; charset=utf-8
|
72
72
|
Etag:
|
73
|
-
-
|
73
|
+
- 24751170722201232a2048647386json
|
74
74
|
Last-Modified:
|
75
|
-
- Sat, 22 Jul 2017
|
75
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
76
76
|
Set-Cookie:
|
77
77
|
- GOOGAPPUID=3-2f; Path=/
|
78
78
|
X-Cloud-Trace-Context:
|
79
|
-
-
|
79
|
+
- 3de4078aed14a211ee031df3bdfe7a43
|
80
80
|
Date:
|
81
|
-
- Sat, 22 Jul 2017
|
81
|
+
- Sat, 22 Jul 2017 20:26:05 GMT
|
82
82
|
Server:
|
83
83
|
- Google Frontend
|
84
84
|
Content-Length:
|
85
85
|
- '128366'
|
86
86
|
Expires:
|
87
|
-
- Sat, 22 Jul 2017
|
87
|
+
- Sat, 22 Jul 2017 20:26:05 GMT
|
88
88
|
body:
|
89
89
|
encoding: UTF-8
|
90
90
|
string: |
|
@@ -2290,7 +2290,7 @@ http_interactions:
|
|
2290
2290
|
}
|
2291
2291
|
}
|
2292
2292
|
http_version:
|
2293
|
-
recorded_at: Sat, 22 Jul 2017
|
2293
|
+
recorded_at: Sat, 22 Jul 2017 20:26:04 GMT
|
2294
2294
|
- request:
|
2295
2295
|
method: get
|
2296
2296
|
uri: http://schema.org/
|
@@ -2322,9 +2322,9 @@ http_interactions:
|
|
2322
2322
|
Set-Cookie:
|
2323
2323
|
- GOOGAPPUID=3-2f; Path=/
|
2324
2324
|
X-Cloud-Trace-Context:
|
2325
|
-
-
|
2325
|
+
- 6e6d721739cf7c7564382a359b6bb651
|
2326
2326
|
Date:
|
2327
|
-
- Sat, 22 Jul 2017
|
2327
|
+
- Sat, 22 Jul 2017 20:26:06 GMT
|
2328
2328
|
Server:
|
2329
2329
|
- Google Frontend
|
2330
2330
|
Content-Length:
|
@@ -2333,7 +2333,7 @@ http_interactions:
|
|
2333
2333
|
encoding: UTF-8
|
2334
2334
|
string: ''
|
2335
2335
|
http_version:
|
2336
|
-
recorded_at: Sat, 22 Jul 2017
|
2336
|
+
recorded_at: Sat, 22 Jul 2017 20:26:05 GMT
|
2337
2337
|
- request:
|
2338
2338
|
method: get
|
2339
2339
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -2361,21 +2361,21 @@ http_interactions:
|
|
2361
2361
|
Content-Type:
|
2362
2362
|
- application/ld+json; charset=utf-8
|
2363
2363
|
Etag:
|
2364
|
-
-
|
2364
|
+
- 24751170722201232a2048647386json
|
2365
2365
|
Last-Modified:
|
2366
|
-
- Sat, 22 Jul 2017
|
2366
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
2367
2367
|
Set-Cookie:
|
2368
2368
|
- GOOGAPPUID=3-2f; Path=/
|
2369
2369
|
X-Cloud-Trace-Context:
|
2370
|
-
-
|
2370
|
+
- a440055c92e4328474ffadf39ec7f713
|
2371
2371
|
Date:
|
2372
|
-
- Sat, 22 Jul 2017
|
2372
|
+
- Sat, 22 Jul 2017 20:26:06 GMT
|
2373
2373
|
Server:
|
2374
2374
|
- Google Frontend
|
2375
2375
|
Content-Length:
|
2376
2376
|
- '128366'
|
2377
2377
|
Expires:
|
2378
|
-
- Sat, 22 Jul 2017
|
2378
|
+
- Sat, 22 Jul 2017 20:26:06 GMT
|
2379
2379
|
body:
|
2380
2380
|
encoding: UTF-8
|
2381
2381
|
string: |
|
@@ -4581,5 +4581,5 @@ http_interactions:
|
|
4581
4581
|
}
|
4582
4582
|
}
|
4583
4583
|
http_version:
|
4584
|
-
recorded_at: Sat, 22 Jul 2017
|
4584
|
+
recorded_at: Sat, 22 Jul 2017 20:26:05 GMT
|
4585
4585
|
recorded_with: VCR 3.0.3
|
@@ -31,9 +31,9 @@ http_interactions:
|
|
31
31
|
Set-Cookie:
|
32
32
|
- GOOGAPPUID=3-2f; Path=/
|
33
33
|
X-Cloud-Trace-Context:
|
34
|
-
-
|
34
|
+
- 2a972886c956f3ff97c830c3ae6dca7d
|
35
35
|
Date:
|
36
|
-
- Sat, 22 Jul 2017
|
36
|
+
- Sat, 22 Jul 2017 20:26:03 GMT
|
37
37
|
Server:
|
38
38
|
- Google Frontend
|
39
39
|
Content-Length:
|
@@ -42,7 +42,7 @@ http_interactions:
|
|
42
42
|
encoding: UTF-8
|
43
43
|
string: ''
|
44
44
|
http_version:
|
45
|
-
recorded_at: Sat, 22 Jul 2017
|
45
|
+
recorded_at: Sat, 22 Jul 2017 20:26:02 GMT
|
46
46
|
- request:
|
47
47
|
method: get
|
48
48
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -70,21 +70,21 @@ http_interactions:
|
|
70
70
|
Content-Type:
|
71
71
|
- application/ld+json; charset=utf-8
|
72
72
|
Etag:
|
73
|
-
-
|
73
|
+
- 24751170722201232a2048647386json
|
74
74
|
Last-Modified:
|
75
|
-
- Sat, 22 Jul 2017
|
75
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
76
76
|
Set-Cookie:
|
77
77
|
- GOOGAPPUID=3-2f; Path=/
|
78
78
|
X-Cloud-Trace-Context:
|
79
|
-
-
|
79
|
+
- 9857e6609fb6b9d04b16986d07109142
|
80
80
|
Date:
|
81
|
-
- Sat, 22 Jul 2017
|
81
|
+
- Sat, 22 Jul 2017 20:26:03 GMT
|
82
82
|
Server:
|
83
83
|
- Google Frontend
|
84
84
|
Content-Length:
|
85
85
|
- '128366'
|
86
86
|
Expires:
|
87
|
-
- Sat, 22 Jul 2017
|
87
|
+
- Sat, 22 Jul 2017 20:26:03 GMT
|
88
88
|
body:
|
89
89
|
encoding: UTF-8
|
90
90
|
string: |
|
@@ -2290,7 +2290,7 @@ http_interactions:
|
|
2290
2290
|
}
|
2291
2291
|
}
|
2292
2292
|
http_version:
|
2293
|
-
recorded_at: Sat, 22 Jul 2017
|
2293
|
+
recorded_at: Sat, 22 Jul 2017 20:26:03 GMT
|
2294
2294
|
- request:
|
2295
2295
|
method: get
|
2296
2296
|
uri: http://schema.org/
|
@@ -2322,9 +2322,9 @@ http_interactions:
|
|
2322
2322
|
Set-Cookie:
|
2323
2323
|
- GOOGAPPUID=3-2f; Path=/
|
2324
2324
|
X-Cloud-Trace-Context:
|
2325
|
-
-
|
2325
|
+
- ae2cf83cfddce497942dbd9e65969427
|
2326
2326
|
Date:
|
2327
|
-
- Sat, 22 Jul 2017
|
2327
|
+
- Sat, 22 Jul 2017 20:26:04 GMT
|
2328
2328
|
Server:
|
2329
2329
|
- Google Frontend
|
2330
2330
|
Content-Length:
|
@@ -2333,7 +2333,7 @@ http_interactions:
|
|
2333
2333
|
encoding: UTF-8
|
2334
2334
|
string: ''
|
2335
2335
|
http_version:
|
2336
|
-
recorded_at: Sat, 22 Jul 2017
|
2336
|
+
recorded_at: Sat, 22 Jul 2017 20:26:03 GMT
|
2337
2337
|
- request:
|
2338
2338
|
method: get
|
2339
2339
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -2361,21 +2361,21 @@ http_interactions:
|
|
2361
2361
|
Content-Type:
|
2362
2362
|
- application/ld+json; charset=utf-8
|
2363
2363
|
Etag:
|
2364
|
-
-
|
2364
|
+
- 24751170722201232a2048647386json
|
2365
2365
|
Last-Modified:
|
2366
|
-
- Sat, 22 Jul 2017
|
2366
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
2367
2367
|
Set-Cookie:
|
2368
2368
|
- GOOGAPPUID=3-2f; Path=/
|
2369
2369
|
X-Cloud-Trace-Context:
|
2370
|
-
-
|
2370
|
+
- 89b7fc502dc89f9eb2b7d6779d51a380
|
2371
2371
|
Date:
|
2372
|
-
- Sat, 22 Jul 2017
|
2372
|
+
- Sat, 22 Jul 2017 20:26:04 GMT
|
2373
2373
|
Server:
|
2374
2374
|
- Google Frontend
|
2375
2375
|
Content-Length:
|
2376
2376
|
- '128366'
|
2377
2377
|
Expires:
|
2378
|
-
- Sat, 22 Jul 2017
|
2378
|
+
- Sat, 22 Jul 2017 20:26:04 GMT
|
2379
2379
|
body:
|
2380
2380
|
encoding: UTF-8
|
2381
2381
|
string: |
|
@@ -4581,5 +4581,5 @@ http_interactions:
|
|
4581
4581
|
}
|
4582
4582
|
}
|
4583
4583
|
http_version:
|
4584
|
-
recorded_at: Sat, 22 Jul 2017
|
4584
|
+
recorded_at: Sat, 22 Jul 2017 20:26:04 GMT
|
4585
4585
|
recorded_with: VCR 3.0.3
|
data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Crossref_DOI.yml
CHANGED
@@ -31,9 +31,9 @@ http_interactions:
|
|
31
31
|
Set-Cookie:
|
32
32
|
- GOOGAPPUID=3-2f; Path=/
|
33
33
|
X-Cloud-Trace-Context:
|
34
|
-
-
|
34
|
+
- 8930abf3d26cb2230f0e6cbee6f58481
|
35
35
|
Date:
|
36
|
-
- Sat, 22 Jul 2017
|
36
|
+
- Sat, 22 Jul 2017 20:25:56 GMT
|
37
37
|
Server:
|
38
38
|
- Google Frontend
|
39
39
|
Content-Length:
|
@@ -42,7 +42,7 @@ http_interactions:
|
|
42
42
|
encoding: UTF-8
|
43
43
|
string: ''
|
44
44
|
http_version:
|
45
|
-
recorded_at: Sat, 22 Jul 2017
|
45
|
+
recorded_at: Sat, 22 Jul 2017 20:25:55 GMT
|
46
46
|
- request:
|
47
47
|
method: get
|
48
48
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -70,21 +70,21 @@ http_interactions:
|
|
70
70
|
Content-Type:
|
71
71
|
- application/ld+json; charset=utf-8
|
72
72
|
Etag:
|
73
|
-
-
|
73
|
+
- 24751170722201232a2048647386json
|
74
74
|
Last-Modified:
|
75
|
-
- Sat, 22 Jul 2017
|
75
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
76
76
|
Set-Cookie:
|
77
77
|
- GOOGAPPUID=3-2f; Path=/
|
78
78
|
X-Cloud-Trace-Context:
|
79
|
-
-
|
79
|
+
- 91b6fb19ab7a247c6d6854dcd0b292c7
|
80
80
|
Date:
|
81
|
-
- Sat, 22 Jul 2017
|
81
|
+
- Sat, 22 Jul 2017 20:25:57 GMT
|
82
82
|
Server:
|
83
83
|
- Google Frontend
|
84
84
|
Content-Length:
|
85
85
|
- '128366'
|
86
86
|
Expires:
|
87
|
-
- Sat, 22 Jul 2017
|
87
|
+
- Sat, 22 Jul 2017 20:25:57 GMT
|
88
88
|
body:
|
89
89
|
encoding: UTF-8
|
90
90
|
string: |
|
@@ -2290,7 +2290,7 @@ http_interactions:
|
|
2290
2290
|
}
|
2291
2291
|
}
|
2292
2292
|
http_version:
|
2293
|
-
recorded_at: Sat, 22 Jul 2017
|
2293
|
+
recorded_at: Sat, 22 Jul 2017 20:25:56 GMT
|
2294
2294
|
- request:
|
2295
2295
|
method: get
|
2296
2296
|
uri: http://schema.org/
|
@@ -2322,9 +2322,9 @@ http_interactions:
|
|
2322
2322
|
Set-Cookie:
|
2323
2323
|
- GOOGAPPUID=3-2f; Path=/
|
2324
2324
|
X-Cloud-Trace-Context:
|
2325
|
-
-
|
2325
|
+
- 62ea5c4c8ad4ac7dd5d2a033fd9d454c
|
2326
2326
|
Date:
|
2327
|
-
- Sat, 22 Jul 2017
|
2327
|
+
- Sat, 22 Jul 2017 20:26:02 GMT
|
2328
2328
|
Server:
|
2329
2329
|
- Google Frontend
|
2330
2330
|
Content-Length:
|
@@ -2333,7 +2333,7 @@ http_interactions:
|
|
2333
2333
|
encoding: UTF-8
|
2334
2334
|
string: ''
|
2335
2335
|
http_version:
|
2336
|
-
recorded_at: Sat, 22 Jul 2017
|
2336
|
+
recorded_at: Sat, 22 Jul 2017 20:26:01 GMT
|
2337
2337
|
- request:
|
2338
2338
|
method: get
|
2339
2339
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -2361,21 +2361,21 @@ http_interactions:
|
|
2361
2361
|
Content-Type:
|
2362
2362
|
- application/ld+json; charset=utf-8
|
2363
2363
|
Etag:
|
2364
|
-
-
|
2364
|
+
- 24751170722201232a2048647386json
|
2365
2365
|
Last-Modified:
|
2366
|
-
- Sat, 22 Jul 2017
|
2366
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
2367
2367
|
Set-Cookie:
|
2368
2368
|
- GOOGAPPUID=3-2f; Path=/
|
2369
2369
|
X-Cloud-Trace-Context:
|
2370
|
-
-
|
2370
|
+
- 2135324fc18b5091596dad47d7e33abd
|
2371
2371
|
Date:
|
2372
|
-
- Sat, 22 Jul 2017
|
2372
|
+
- Sat, 22 Jul 2017 20:26:03 GMT
|
2373
2373
|
Server:
|
2374
2374
|
- Google Frontend
|
2375
2375
|
Content-Length:
|
2376
2376
|
- '128366'
|
2377
2377
|
Expires:
|
2378
|
-
- Sat, 22 Jul 2017
|
2378
|
+
- Sat, 22 Jul 2017 20:26:03 GMT
|
2379
2379
|
body:
|
2380
2380
|
encoding: UTF-8
|
2381
2381
|
string: |
|
@@ -4581,5 +4581,5 @@ http_interactions:
|
|
4581
4581
|
}
|
4582
4582
|
}
|
4583
4583
|
http_version:
|
4584
|
-
recorded_at: Sat, 22 Jul 2017
|
4584
|
+
recorded_at: Sat, 22 Jul 2017 20:26:02 GMT
|
4585
4585
|
recorded_with: VCR 3.0.3
|
@@ -31,9 +31,9 @@ http_interactions:
|
|
31
31
|
Set-Cookie:
|
32
32
|
- GOOGAPPUID=3-2f; Path=/
|
33
33
|
X-Cloud-Trace-Context:
|
34
|
-
-
|
34
|
+
- a1c54695beee8b86693800c38ca0a959
|
35
35
|
Date:
|
36
|
-
- Sat, 22 Jul 2017
|
36
|
+
- Sat, 22 Jul 2017 20:25:52 GMT
|
37
37
|
Server:
|
38
38
|
- Google Frontend
|
39
39
|
Content-Length:
|
@@ -42,7 +42,7 @@ http_interactions:
|
|
42
42
|
encoding: UTF-8
|
43
43
|
string: ''
|
44
44
|
http_version:
|
45
|
-
recorded_at: Sat, 22 Jul 2017
|
45
|
+
recorded_at: Sat, 22 Jul 2017 20:25:51 GMT
|
46
46
|
- request:
|
47
47
|
method: get
|
48
48
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -70,21 +70,21 @@ http_interactions:
|
|
70
70
|
Content-Type:
|
71
71
|
- application/ld+json; charset=utf-8
|
72
72
|
Etag:
|
73
|
-
-
|
73
|
+
- 24751170722201232a2048647386json
|
74
74
|
Last-Modified:
|
75
|
-
- Sat, 22 Jul 2017
|
75
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
76
76
|
Set-Cookie:
|
77
77
|
- GOOGAPPUID=3-2f; Path=/
|
78
78
|
X-Cloud-Trace-Context:
|
79
|
-
-
|
79
|
+
- e5af2d5155a4faf8fdbd2ff2b0010dfc
|
80
80
|
Date:
|
81
|
-
- Sat, 22 Jul 2017
|
81
|
+
- Sat, 22 Jul 2017 20:25:55 GMT
|
82
82
|
Server:
|
83
83
|
- Google Frontend
|
84
84
|
Content-Length:
|
85
85
|
- '128366'
|
86
86
|
Expires:
|
87
|
-
- Sat, 22 Jul 2017
|
87
|
+
- Sat, 22 Jul 2017 20:25:55 GMT
|
88
88
|
body:
|
89
89
|
encoding: UTF-8
|
90
90
|
string: |
|
@@ -2290,7 +2290,7 @@ http_interactions:
|
|
2290
2290
|
}
|
2291
2291
|
}
|
2292
2292
|
http_version:
|
2293
|
-
recorded_at: Sat, 22 Jul 2017
|
2293
|
+
recorded_at: Sat, 22 Jul 2017 20:25:54 GMT
|
2294
2294
|
- request:
|
2295
2295
|
method: get
|
2296
2296
|
uri: http://schema.org/
|
@@ -2322,9 +2322,9 @@ http_interactions:
|
|
2322
2322
|
Set-Cookie:
|
2323
2323
|
- GOOGAPPUID=3-2f; Path=/
|
2324
2324
|
X-Cloud-Trace-Context:
|
2325
|
-
-
|
2325
|
+
- e75413dc96aeb0f3c714b65d99db9a04
|
2326
2326
|
Date:
|
2327
|
-
- Sat, 22 Jul 2017
|
2327
|
+
- Sat, 22 Jul 2017 20:25:56 GMT
|
2328
2328
|
Server:
|
2329
2329
|
- Google Frontend
|
2330
2330
|
Content-Length:
|
@@ -2333,7 +2333,7 @@ http_interactions:
|
|
2333
2333
|
encoding: UTF-8
|
2334
2334
|
string: ''
|
2335
2335
|
http_version:
|
2336
|
-
recorded_at: Sat, 22 Jul 2017
|
2336
|
+
recorded_at: Sat, 22 Jul 2017 20:25:54 GMT
|
2337
2337
|
- request:
|
2338
2338
|
method: get
|
2339
2339
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -2361,21 +2361,21 @@ http_interactions:
|
|
2361
2361
|
Content-Type:
|
2362
2362
|
- application/ld+json; charset=utf-8
|
2363
2363
|
Etag:
|
2364
|
-
-
|
2364
|
+
- 24751170722201232a2048647386json
|
2365
2365
|
Last-Modified:
|
2366
|
-
- Sat, 22 Jul 2017
|
2366
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
2367
2367
|
Set-Cookie:
|
2368
2368
|
- GOOGAPPUID=3-2f; Path=/
|
2369
2369
|
X-Cloud-Trace-Context:
|
2370
|
-
-
|
2370
|
+
- ea7e70b6e656c3994971c3f14285976b
|
2371
2371
|
Date:
|
2372
|
-
- Sat, 22 Jul 2017
|
2372
|
+
- Sat, 22 Jul 2017 20:25:56 GMT
|
2373
2373
|
Server:
|
2374
2374
|
- Google Frontend
|
2375
2375
|
Content-Length:
|
2376
2376
|
- '128366'
|
2377
2377
|
Expires:
|
2378
|
-
- Sat, 22 Jul 2017
|
2378
|
+
- Sat, 22 Jul 2017 20:25:56 GMT
|
2379
2379
|
body:
|
2380
2380
|
encoding: UTF-8
|
2381
2381
|
string: |
|
@@ -4581,5 +4581,5 @@ http_interactions:
|
|
4581
4581
|
}
|
4582
4582
|
}
|
4583
4583
|
http_version:
|
4584
|
-
recorded_at: Sat, 22 Jul 2017
|
4584
|
+
recorded_at: Sat, 22 Jul 2017 20:25:55 GMT
|
4585
4585
|
recorded_with: VCR 3.0.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://search.datacite.org/api?fl=doi,xml,allocator_symbol,datacentre_symbol,media,updated&q=doi:10.5061/dryad.8515&wt=json
|
5
|
+
uri: https://search.datacite.org/api?fl=doi,xml,allocator_symbol,datacentre_symbol,media,minted,updated&q=doi:10.5061/dryad.8515&wt=json
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -23,20 +23,20 @@ http_interactions:
|
|
23
23
|
Content-Type:
|
24
24
|
- application/json;charset=UTF-8
|
25
25
|
Date:
|
26
|
-
- Sat, 22 Jul 2017
|
26
|
+
- Sat, 22 Jul 2017 20:25:49 GMT
|
27
27
|
Server:
|
28
28
|
- openresty/1.11.2.2
|
29
29
|
Content-Length:
|
30
|
-
- '
|
30
|
+
- '4111'
|
31
31
|
Connection:
|
32
32
|
- keep-alive
|
33
33
|
body:
|
34
34
|
encoding: UTF-8
|
35
|
-
string: '{"responseHeader":{"status":0,"QTime":
|
35
|
+
string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":1,"start":0,"docs":[{"datacentre_symbol":"CDL.DRYAD","xml":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHJlc291cmNlIHhtbG5zPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeG1sbnM6bWV0cz0iaHR0cDovL3d3dy5sb2MuZ292L01FVFMvIiB4bWxuczpkc3BhY2U9Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkaW09Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkcnlhZD0iaHR0cDovL3B1cmwub3JnL2RyeWFkL3Rlcm1zLyIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCBodHRwOi8vc2NoZW1hLmRhdGFjaXRlLm9yZy9tZXRhL2tlcm5lbC00L21ldGFkYXRhLnhzZCI+CiAgPGlkZW50aWZpZXIgaWRlbnRpZmllclR5cGU9IkRPSSI+MTAuNTA2MS9EUllBRC44NTE1PC9pZGVudGlmaWVyPgogIDx2ZXJzaW9uPjE8L3ZlcnNpb24+CiAgPGNyZWF0b3JzPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5PbGxvbW8sIEJlbmphbWluPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+RHVyYW5kLCBQYXRyaWNrPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+UHJ1Z25vbGxlLCBGcmFuY2s8L2NyZWF0b3JOYW1lPgogICAgPC9jcmVhdG9yPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5Eb3V6ZXJ5LCBFbW1hbnVlbCBKLiBQLjwvY3JlYXRvck5hbWU+CiAgICA8L2NyZWF0b3I+CiAgICA8Y3JlYXRvcj4KICAgICAgPGNyZWF0b3JOYW1lPkFybmF0aGF1LCBDw6lsaW5lPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+TmtvZ2hlLCBEaWV1ZG9ubsOpPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+TGVyb3ksIEVyaWM8L2NyZWF0b3JOYW1lPgogICAgPC9jcmVhdG9yPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5SZW5hdWQsIEZyYW7Dp29pczwvY3JlYXRvck5hbWU+CiAgICA8L2NyZWF0b3I+CiAgPC9jcmVhdG9ycz4KICA8dGl0bGVzPgogICAgPHRpdGxlPkRhdGEgZnJvbTogQSBuZXcgbWFsYXJpYSBhZ2VudCBpbiBBZnJpY2FuIGhvbWluaWRzLjwvdGl0bGU+CiAgPC90aXRsZXM+CiAgPHB1Ymxpc2hlcj5EcnlhZCBEaWdpdGFsIFJlcG9zaXRvcnk8L3B1Ymxpc2hlcj4KICA8cHVibGljYXRpb25ZZWFyPjIwMTE8L3B1YmxpY2F0aW9uWWVhcj4KICA8c3ViamVjdHM+CiAgICA8c3ViamVjdD5QaHlsb2dlbnk8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5NYWxhcmlhPC9zdWJqZWN0PgogICAgPHN1YmplY3Q+UGFyYXNpdGVzPC9zdWJqZWN0PgogICAgPHN1YmplY3Q+VGF4b25vbXk8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5NaXRvY2hvbmRyaWFsIGdlbm9tZTwvc3ViamVjdD4KICAgIDxzdWJqZWN0PkFmcmljYTwvc3ViamVjdD4KICAgIDxzdWJqZWN0PlBsYXNtb2RpdW08L3N1YmplY3Q+CiAgPC9zdWJqZWN0cz4KICA8cmVzb3VyY2VUeXBlIHJlc291cmNlVHlwZUdlbmVyYWw9IkRhdGFzZXQiPkRhdGFQYWNrYWdlPC9yZXNvdXJjZVR5cGU+CiAgPGFsdGVybmF0ZUlkZW50aWZpZXJzPgogICAgPGFsdGVybmF0ZUlkZW50aWZpZXIgYWx0ZXJuYXRlSWRlbnRpZmllclR5cGU9ImNpdGF0aW9uIj5PbGxvbW8gQiwgRHVyYW5kIFAsIFBydWdub2xsZSBGLCBEb3V6ZXJ5IEVKUCwgQXJuYXRoYXUgQywgTmtvZ2hlIEQsIExlcm95IEUsIFJlbmF1ZCBGICgyMDA5KSBBIG5ldyBtYWxhcmlhIGFnZW50IGluIEFmcmljYW4gaG9taW5pZHMuIFBMb1MgUGF0aG9nZW5zIDUoNSk6IGUxMDAwNDQ2LjwvYWx0ZXJuYXRlSWRlbnRpZmllcj4KICA8L2FsdGVybmF0ZUlkZW50aWZpZXJzPgogIDxyZWxhdGVkSWRlbnRpZmllcnM+CiAgICA8cmVsYXRlZElkZW50aWZpZXIgcmVsYXRlZElkZW50aWZpZXJUeXBlPSJET0kiIHJlbGF0aW9uVHlwZT0iSGFzUGFydCI+MTAuNTA2MS9EUllBRC44NTE1LzE8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iRE9JIiByZWxhdGlvblR5cGU9Ikhhc1BhcnQiPjEwLjUwNjEvRFJZQUQuODUxNS8yPC9yZWxhdGVkSWRlbnRpZmllcj4KICAgIDxyZWxhdGVkSWRlbnRpZmllciByZWxhdGVkSWRlbnRpZmllclR5cGU9IkRPSSIgcmVsYXRpb25UeXBlPSJJc1JlZmVyZW5jZWRCeSI+MTAuMTM3MS9KT1VSTkFMLlBQQVQuMTAwMDQ0NjwvcmVsYXRlZElkZW50aWZpZXI+CiAgICA8cmVsYXRlZElkZW50aWZpZXIgcmVsYXRlZElkZW50aWZpZXJUeXBlPSJET0kiIHJlbGF0aW9uVHlwZT0iSXNTdXBwbGVtZW50VG8iPjEwLjEzNzEvSk9VUk5BTC5QUEFULjEwMDA0NDY8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iUE1JRCIgcmVsYXRpb25UeXBlPSJJc1JlZmVyZW5jZWRCeSI+MTk0Nzg4Nzc8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iUE1JRCIgcmVsYXRpb25UeXBlPSJJc1N1cHBsZW1lbnRUbyI+MTk0Nzg4Nzc8L3JlbGF0ZWRJZGVudGlmaWVyPgogIDwvcmVsYXRlZElkZW50aWZpZXJzPgogIDxyaWdodHNMaXN0PgogICAgPHJpZ2h0cyByaWdodHNVUkk9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL3B1YmxpY2RvbWFpbi96ZXJvLzEuMC8iLz4KICA8L3JpZ2h0c0xpc3Q+CjwvcmVzb3VyY2U+","allocator_symbol":"CDL","minted":"2011-02-01T17:32:02Z","updated":"2017-07-14T01:32:56Z","doi":"10.5061/DRYAD.8515"}]}}
|
36
36
|
|
37
37
|
'
|
38
38
|
http_version:
|
39
|
-
recorded_at: Sat, 22 Jul 2017
|
39
|
+
recorded_at: Sat, 22 Jul 2017 20:25:48 GMT
|
40
40
|
- request:
|
41
41
|
method: head
|
42
42
|
uri: https://doi.org/10.5061/dryad.8515
|
@@ -60,18 +60,18 @@ http_interactions:
|
|
60
60
|
Location:
|
61
61
|
- http://datadryad.org/resource/doi:10.5061/dryad.8515
|
62
62
|
Expires:
|
63
|
-
- Sat, 22 Jul 2017
|
63
|
+
- Sat, 22 Jul 2017 20:26:21 GMT
|
64
64
|
Content-Type:
|
65
65
|
- text/html;charset=utf-8
|
66
66
|
Content-Length:
|
67
67
|
- '189'
|
68
68
|
Date:
|
69
|
-
- Sat, 22 Jul 2017
|
69
|
+
- Sat, 22 Jul 2017 20:25:50 GMT
|
70
70
|
body:
|
71
71
|
encoding: UTF-8
|
72
72
|
string: ''
|
73
73
|
http_version:
|
74
|
-
recorded_at: Sat, 22 Jul 2017
|
74
|
+
recorded_at: Sat, 22 Jul 2017 20:25:49 GMT
|
75
75
|
- request:
|
76
76
|
method: get
|
77
77
|
uri: http://schema.org/
|
@@ -103,9 +103,9 @@ http_interactions:
|
|
103
103
|
Set-Cookie:
|
104
104
|
- GOOGAPPUID=3-2f; Path=/
|
105
105
|
X-Cloud-Trace-Context:
|
106
|
-
-
|
106
|
+
- 40c93cae986ecde79d58ac8bb9b4bb7c
|
107
107
|
Date:
|
108
|
-
- Sat, 22 Jul 2017
|
108
|
+
- Sat, 22 Jul 2017 20:25:50 GMT
|
109
109
|
Server:
|
110
110
|
- Google Frontend
|
111
111
|
Content-Length:
|
@@ -114,7 +114,7 @@ http_interactions:
|
|
114
114
|
encoding: UTF-8
|
115
115
|
string: ''
|
116
116
|
http_version:
|
117
|
-
recorded_at: Sat, 22 Jul 2017
|
117
|
+
recorded_at: Sat, 22 Jul 2017 20:25:49 GMT
|
118
118
|
- request:
|
119
119
|
method: get
|
120
120
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -142,21 +142,21 @@ http_interactions:
|
|
142
142
|
Content-Type:
|
143
143
|
- application/ld+json; charset=utf-8
|
144
144
|
Etag:
|
145
|
-
-
|
145
|
+
- 24751170722201232a2048647386json
|
146
146
|
Last-Modified:
|
147
|
-
- Sat, 22 Jul 2017
|
147
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
148
148
|
Set-Cookie:
|
149
149
|
- GOOGAPPUID=3-2f; Path=/
|
150
150
|
X-Cloud-Trace-Context:
|
151
|
-
-
|
151
|
+
- 5dca1218af272c9e53a14b81d6da2128
|
152
152
|
Date:
|
153
|
-
- Sat, 22 Jul 2017
|
153
|
+
- Sat, 22 Jul 2017 20:25:50 GMT
|
154
154
|
Server:
|
155
155
|
- Google Frontend
|
156
156
|
Content-Length:
|
157
157
|
- '128366'
|
158
158
|
Expires:
|
159
|
-
- Sat, 22 Jul 2017
|
159
|
+
- Sat, 22 Jul 2017 20:25:50 GMT
|
160
160
|
body:
|
161
161
|
encoding: UTF-8
|
162
162
|
string: |
|
@@ -2362,7 +2362,7 @@ http_interactions:
|
|
2362
2362
|
}
|
2363
2363
|
}
|
2364
2364
|
http_version:
|
2365
|
-
recorded_at: Sat, 22 Jul 2017
|
2365
|
+
recorded_at: Sat, 22 Jul 2017 20:25:49 GMT
|
2366
2366
|
- request:
|
2367
2367
|
method: get
|
2368
2368
|
uri: http://schema.org/
|
@@ -2394,9 +2394,9 @@ http_interactions:
|
|
2394
2394
|
Set-Cookie:
|
2395
2395
|
- GOOGAPPUID=3-2f; Path=/
|
2396
2396
|
X-Cloud-Trace-Context:
|
2397
|
-
-
|
2397
|
+
- beb6917db326e5506eca271e1551c9d7
|
2398
2398
|
Date:
|
2399
|
-
- Sat, 22 Jul 2017
|
2399
|
+
- Sat, 22 Jul 2017 20:25:51 GMT
|
2400
2400
|
Server:
|
2401
2401
|
- Google Frontend
|
2402
2402
|
Content-Length:
|
@@ -2405,7 +2405,7 @@ http_interactions:
|
|
2405
2405
|
encoding: UTF-8
|
2406
2406
|
string: ''
|
2407
2407
|
http_version:
|
2408
|
-
recorded_at: Sat, 22 Jul 2017
|
2408
|
+
recorded_at: Sat, 22 Jul 2017 20:25:50 GMT
|
2409
2409
|
- request:
|
2410
2410
|
method: get
|
2411
2411
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -2433,21 +2433,21 @@ http_interactions:
|
|
2433
2433
|
Content-Type:
|
2434
2434
|
- application/ld+json; charset=utf-8
|
2435
2435
|
Etag:
|
2436
|
-
-
|
2436
|
+
- 24751170722201232a2048647386json
|
2437
2437
|
Last-Modified:
|
2438
|
-
- Sat, 22 Jul 2017
|
2438
|
+
- Sat, 22 Jul 2017 20:12:32 UTC
|
2439
2439
|
Set-Cookie:
|
2440
2440
|
- GOOGAPPUID=3-2f; Path=/
|
2441
2441
|
X-Cloud-Trace-Context:
|
2442
|
-
-
|
2442
|
+
- 1618345ae3d62f801064b6dc47f6d8cf
|
2443
2443
|
Date:
|
2444
|
-
- Sat, 22 Jul 2017
|
2444
|
+
- Sat, 22 Jul 2017 20:25:51 GMT
|
2445
2445
|
Server:
|
2446
2446
|
- Google Frontend
|
2447
2447
|
Content-Length:
|
2448
2448
|
- '128366'
|
2449
2449
|
Expires:
|
2450
|
-
- Sat, 22 Jul 2017
|
2450
|
+
- Sat, 22 Jul 2017 20:25:51 GMT
|
2451
2451
|
body:
|
2452
2452
|
encoding: UTF-8
|
2453
2453
|
string: |
|
@@ -4653,5 +4653,5 @@ http_interactions:
|
|
4653
4653
|
}
|
4654
4654
|
}
|
4655
4655
|
http_version:
|
4656
|
-
recorded_at: Sat, 22 Jul 2017
|
4656
|
+
recorded_at: Sat, 22 Jul 2017 20:25:50 GMT
|
4657
4657
|
recorded_with: VCR 3.0.3
|