bolognese 2.3.7 → 2.3.9
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 +1 -1
- data/README.md +1 -1
- data/bolognese.gemspec +1 -2
- data/lib/bolognese/datacite_utils.rb +10 -3
- data/lib/bolognese/readers/datacite_reader.rb +5 -9
- data/lib/bolognese/utils.rb +4 -2
- data/lib/bolognese/version.rb +1 -1
- metadata +2 -545
- data/spec/array_spec.rb +0 -22
- data/spec/author_utils_spec.rb +0 -259
- data/spec/cli_spec.rb +0 -226
- data/spec/datacite_utils_spec.rb +0 -357
- data/spec/doi_utils_spec.rb +0 -314
- data/spec/find_from_format_spec.rb +0 -114
- data/spec/fixtures/aida.json +0 -82
- data/spec/fixtures/cgimp_package.json +0 -18
- data/spec/fixtures/cit_package.json +0 -19
- data/spec/fixtures/citeproc-no-author.json +0 -26
- data/spec/fixtures/citeproc-no-categories.json +0 -21
- data/spec/fixtures/citeproc.json +0 -36
- data/spec/fixtures/codemeta.json +0 -86
- data/spec/fixtures/codemeta_v2.json +0 -86
- data/spec/fixtures/crosscite.json +0 -63
- data/spec/fixtures/crossref.bib +0 -14
- data/spec/fixtures/crossref.ris +0 -15
- data/spec/fixtures/crossref.xml +0 -606
- data/spec/fixtures/crossref_schema_4.6_values.xml +0 -183
- data/spec/fixtures/datacite-by-nd-4.0.xml +0 -51
- data/spec/fixtures/datacite-empty-sizes.xml +0 -57
- data/spec/fixtures/datacite-example-ROR-nameIdentifiers.xml +0 -125
- data/spec/fixtures/datacite-example-affiliation.xml +0 -114
- data/spec/fixtures/datacite-example-ancientdates-v4.3.xml +0 -29
- data/spec/fixtures/datacite-example-complicated-tba.xml +0 -56
- data/spec/fixtures/datacite-example-complicated-v3.0.xml +0 -48
- data/spec/fixtures/datacite-example-complicated-v4.0.xml +0 -54
- data/spec/fixtures/datacite-example-complicated-v4.1.xml +0 -57
- data/spec/fixtures/datacite-example-dissertation-v4.4.xml +0 -56
- data/spec/fixtures/datacite-example-escaped-text.xml +0 -56
- data/spec/fixtures/datacite-example-full-v4.4.xml +0 -114
- data/spec/fixtures/datacite-example-full-v4.5.xml +0 -255
- data/spec/fixtures/datacite-example-full-v4.6.xml +0 -114
- data/spec/fixtures/datacite-example-geolocation-2.xml +0 -141
- data/spec/fixtures/datacite-example-geolocation.xml +0 -66
- data/spec/fixtures/datacite-example-nameIdentifier-with-schemeURI.xml +0 -94
- data/spec/fixtures/datacite-example-polygon-v4.1.xml +0 -163
- data/spec/fixtures/datacite-example-relateditems-with-attributes.xml +0 -61
- data/spec/fixtures/datacite-example-relateditems.xml +0 -61
- data/spec/fixtures/datacite-example-xs-string.xml +0 -28
- data/spec/fixtures/datacite-formats-with-xs.xml +0 -22
- data/spec/fixtures/datacite-funderIdentifier.xml +0 -98
- data/spec/fixtures/datacite-geolocation-empty.xml +0 -159
- data/spec/fixtures/datacite-geolocationpolygons-multiple.xml +0 -76
- data/spec/fixtures/datacite-metadata-sample-complicated-v2.2.xml +0 -52
- data/spec/fixtures/datacite-multiple-language.xml +0 -38
- data/spec/fixtures/datacite-multiple-rights.xml +0 -59
- data/spec/fixtures/datacite-schema-2.2.xml +0 -80
- data/spec/fixtures/datacite-seriesinformation.xml +0 -46
- data/spec/fixtures/datacite-space-in-sizes.xml +0 -52
- data/spec/fixtures/datacite-xml-lang.xml +0 -51
- data/spec/fixtures/datacite.json +0 -89
- data/spec/fixtures/datacite.xml +0 -40
- data/spec/fixtures/datacite_blank_name_identifier.xml +0 -22
- data/spec/fixtures/datacite_blank_publisher.xml +0 -18
- data/spec/fixtures/datacite_dataset.xml +0 -58
- data/spec/fixtures/datacite_journal_article.xml +0 -64
- data/spec/fixtures/datacite_malformed_creator.xml +0 -52
- data/spec/fixtures/datacite_missing_creator.xml +0 -33
- data/spec/fixtures/datacite_schema_3.xml +0 -58
- data/spec/fixtures/datacite_software.json +0 -21
- data/spec/fixtures/datacite_software_missing_comma.json +0 -18
- data/spec/fixtures/datacite_software_overlapping_keys.json +0 -18
- data/spec/fixtures/datacite_software_version.json +0 -74
- data/spec/fixtures/edam_package.json +0 -12
- data/spec/fixtures/funding_reference.xml +0 -53
- data/spec/fixtures/gtex.xml +0 -71
- data/spec/fixtures/maremma/codemeta.json +0 -36
- data/spec/fixtures/nist.xml +0 -35
- data/spec/fixtures/ns0.xml +0 -2
- data/spec/fixtures/pure.bib +0 -14
- data/spec/fixtures/pure.ris +0 -15
- data/spec/fixtures/pure.xml +0 -188
- data/spec/fixtures/ris_bug.ris +0 -9
- data/spec/fixtures/schema_4.0.xml +0 -140
- data/spec/fixtures/schema_org.json +0 -50
- data/spec/fixtures/schema_org_4.6_attributes.json +0 -108
- data/spec/fixtures/schema_org_geolocation.json +0 -82
- data/spec/fixtures/schema_org_geoshape.json +0 -550
- data/spec/fixtures/schema_org_gtex.json +0 -75
- data/spec/fixtures/schema_org_list.json +0 -12623
- data/spec/fixtures/schema_org_tdl_iodp_invalid_authors.json +0 -25
- data/spec/fixtures/schema_org_topmed.json +0 -53
- data/spec/fixtures/schema_org_type_as_array.json +0 -41
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_citation.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_jats.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_citation.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_jats.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +0 -115
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/crossref.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/datacite.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/jalc.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/kisti.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/medra.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/op.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_state.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_title.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_description.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_identifiers.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_name.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_url.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_state.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/validates_against_schema.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/doi_with_protocol.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/dx_doi_org_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/force_test_resolver.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/https_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/test_resolver.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/test_resolver_http.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi_with_special_characters.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/sandbox_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/jalc.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/kisti.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/op.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi_with_protocol.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/dx_doi_org_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/force_stage_resolver.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/https_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/stage_resolver.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/stage_resolver_http.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +0 -157
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_for_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_for_with_schemeUri_in_hash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_no_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/name_to_fos_for_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/name_to_fos_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/name_to_fos_no_match.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org_creators/with_affiliation.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org_creators/without_affiliation.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/metadata_reports.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +0 -103
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +0 -102
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/JaLC.yml +0 -137
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/KISTI.yml +0 -158
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/OP.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/affiliation_is_space.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/another_book.yml +0 -98
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/another_book_chapter.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/article_id_as_page_number.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/author_literal.yml +0 -108
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter.yml +0 -170
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter_with_RDF_for_container.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_oup.yml +0 -98
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/component.yml +0 -120
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset.yml +0 -130
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset_usda.yml +0 -143
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dissertation.yml +0 -129
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/empty_given_name.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/invalid_date.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_original_language_title.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with.yml +0 -104
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with_RDF_for_container.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with_funding.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_issue.yml +0 -127
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/mEDRA.yml +0 -98
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/markup.yml +0 -105
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/missing_creator.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_issn.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_titles.yml +0 -98
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_titles_with_missing.yml +0 -450
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +0 -97
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/peer_review.yml +0 -103
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content_copernicus.yml +0 -102
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/report_osti.yml +0 -144
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/vor_with_url.yml +0 -102
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/yet_another_book.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/yet_another_book_chapter.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_json_metadata/metadata_from_api.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_staging_system.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_staging_system_schema_3.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_with_related_id_system.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +0 -102
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_empty_awardTitle.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Referee_report_in_staging_system.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Schema_org_type.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/cc-by_3_0_us.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/content_url.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/dissertation.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/doi_with_sign.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/even_more_subject_scheme_FOR.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_references.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/leading_and_trailing_whitespace.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/more_subject_scheme_FOR.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorsName.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/series-information.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/subject_scheme.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/subject_scheme_FOR.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date/publication_date.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/date.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year-month.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/future.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/invalid.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/nil.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/past.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/present.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation_and_country.yml +0 -114
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/only_familyName_and_givenName.yml +0 -57
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/harvard_dataverse.yml +0 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/pangaea.yml +0 -57
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/zenodo.yml +0 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/only_title.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_and_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_volume_and_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_volume_issue_and_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_as_codemeta_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url_file.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors_Translator/supports_Translator_contributorType.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates_with_Coverage/inserts_date_with_dateType_Coverage.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_language/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers_CSTR/supports_CSTR_relatedIdentifierType.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers_HasTranslation/supports_HasTranslation_relationType.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers_RRID/supports_RRID_relatedIdentifierType.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_items/insert.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type_with_Award/supports_Award_as_resourceTypeGeneral.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type_with_Project/supports_Project_as_resourceTypeGeneral.yml +0 -71
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_sizes/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_orcid_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_cc_url/not_found.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_cc_url/with_trailing_slash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_cc_url/with_trailing_slash_and_to_https.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_force_datacite_sandbox.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_datacite_sandbox.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_options.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_array.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_empty_array.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_hash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash_and_to_https.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/hsh_to_spdx_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/hsh_to_spdx_not_found.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/hsh_to_spdx_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/name_to_spdx_exists.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/name_to_spdx_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org_identifiers/with_identifiers.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_doi/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_10.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_11.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_12.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_13.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_14.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_4.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_5.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_6.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_7.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_8.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_9.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/funder_doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/funder_doi_without_prefix.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/non-funder_doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_sandbox.yml +0 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_sandbox_https.yml +0 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_as_url.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_with_protocol.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/only_prefix.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/authors_with_affiliations.yml +0 -114
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/climate_data.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +0 -115
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/keywords_subject_scheme.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Missing_author.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/interactive_resource_without_dates.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/software_w/version.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Another_dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +0 -115
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/interactive_resource_without_dates.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/keywords_subject_scheme.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/missing_creator.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/organization_author.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software_w/version.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_only_first_page.yml +0 -50
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite_check_codemeta_v2.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/climate_data.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/text.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/DOI_not_found.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru_with_doi_in_options.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +0 -115
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_version.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/book_chapter.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/interactive_resource_without_dates.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_editor.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/BlogPosting_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/keywords_with_subject_scheme.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_Cyark.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/alternate_identifiers.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/data_catalog.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/geo_location_box.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/interactive_resource_without_dates.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/series_information.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme_multiple_keywords.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_schema_org.yml +0 -117
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/journal_article.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/with_pages.yml +0 -52
- data/spec/fixtures/vivli.xml +0 -1
- data/spec/metadata_spec.rb +0 -165
- data/spec/readers/bibtex_reader_spec.rb +0 -65
- data/spec/readers/citeproc_reader_spec.rb +0 -65
- data/spec/readers/codemeta_reader_spec.rb +0 -138
- data/spec/readers/crosscite_reader_spec.rb +0 -43
- data/spec/readers/crossref_reader_spec.rb +0 -1133
- data/spec/readers/datacite_json_reader_spec.rb +0 -82
- data/spec/readers/datacite_reader_spec.rb +0 -1865
- data/spec/readers/npm_reader_spec.rb +0 -68
- data/spec/readers/ris_reader_spec.rb +0 -78
- data/spec/readers/schema_org_reader_spec.rb +0 -371
- data/spec/spec_helper.rb +0 -95
- data/spec/utils_spec.rb +0 -666
- data/spec/writers/bibtex_writer_spec.rb +0 -195
- data/spec/writers/citation_writer_spec.rb +0 -61
- data/spec/writers/citeproc_writer_spec.rb +0 -299
- data/spec/writers/codemeta_writer_spec.rb +0 -45
- data/spec/writers/crosscite_writer_spec.rb +0 -129
- data/spec/writers/crossref_writer_spec.rb +0 -21
- data/spec/writers/csv_writer_spec.rb +0 -94
- data/spec/writers/datacite_json_writer_spec.rb +0 -112
- data/spec/writers/datacite_writer_spec.rb +0 -578
- data/spec/writers/jats_writer_spec.rb +0 -208
- data/spec/writers/rdf_xml_writer_spec.rb +0 -93
- data/spec/writers/ris_writer_spec.rb +0 -207
- data/spec/writers/schema_org_writer_spec.rb +0 -426
- data/spec/writers/turtle_writer_spec.rb +0 -102
| @@ -1,53 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            -
            <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
         | 
| 3 | 
            -
              <identifier identifierType="DOI">10.7907/G31J-CH52</identifier>
         | 
| 4 | 
            -
              <creators>
         | 
| 5 | 
            -
                <creator>
         | 
| 6 | 
            -
                  <creatorName>Singhal,Vipul</creatorName>
         | 
| 7 | 
            -
                </creator>
         | 
| 8 | 
            -
              </creators>
         | 
| 9 | 
            -
              <titles>
         | 
| 10 | 
            -
                <title>Modeling, Computation, and Characterization to Accelerate the Development of Synthetic Gene Circuits in Cell-Free Extracts</title>
         | 
| 11 | 
            -
              </titles>
         | 
| 12 | 
            -
              <publisher>California Institute of Technology</publisher>
         | 
| 13 | 
            -
              <publicationYear>2019</publicationYear>
         | 
| 14 | 
            -
              <resourceType resourceTypeGeneral="Text">Dissertation</resourceType>
         | 
| 15 | 
            -
              <alternateIdentifiers>
         | 
| 16 | 
            -
                <alternateIdentifier alternateIdentifierType="Eprint_ID">11161</alternateIdentifier>
         | 
| 17 | 
            -
              </alternateIdentifiers>
         | 
| 18 | 
            -
              <subjects>
         | 
| 19 | 
            -
                <subject>Synthetic Biology</subject>
         | 
| 20 | 
            -
                <subject>System Identification</subject>
         | 
| 21 | 
            -
                <subject>Control Theory</subject>
         | 
| 22 | 
            -
                <subject>Mathematical Modeling</subject>
         | 
| 23 | 
            -
                <subject>Chemical Reaction Networks</subject>
         | 
| 24 | 
            -
                <subject>Transcription</subject>
         | 
| 25 | 
            -
                <subject>Translation</subject>
         | 
| 26 | 
            -
                <subject>Gene Regulatory Networks</subject>
         | 
| 27 | 
            -
                <subject>Calibration</subject>
         | 
| 28 | 
            -
                <subject>Computation and Neural Systems</subject>
         | 
| 29 | 
            -
              </subjects>
         | 
| 30 | 
            -
              <fundingReferences>
         | 
| 31 | 
            -
                <fundingReference/>
         | 
| 32 | 
            -
                <fundingReference/>
         | 
| 33 | 
            -
                <fundingReference>
         | 
| 34 | 
            -
                  <funderName>Agency for Science, Technology and Research (Singapore)</funderName>
         | 
| 35 | 
            -
                </fundingReference>
         | 
| 36 | 
            -
                <fundingReference/>
         | 
| 37 | 
            -
              </fundingReferences>
         | 
| 38 | 
            -
              <dates>
         | 
| 39 | 
            -
                <date dateType="Issued">2019</date>
         | 
| 40 | 
            -
              </dates>
         | 
| 41 | 
            -
              <version>Final</version>
         | 
| 42 | 
            -
              <descriptions>
         | 
| 43 | 
            -
                <description descriptionType="Abstract">Synthetic biology may be defined as an attempt at using engineering principles to design and build novel biological functionalities. An important class of such functionalities involves the bottom up design of genetic networks (or 'circuits') to control cellular behavior. Performing design iterations on these circuits in vivo is often a time consuming process. One approach that has been developed to address these long design times is to use E. coli cell extracts as simplified circuit prototyping environments. The analogy with similar approaches in engineering, such as prototyping using wind tunnels and breadboards, may be extended by developing accompanying computer aided design tools. In this thesis, we discuss the development of computational and mathematical tools to accelerate circuit prototyping in the TX-TL cell free prototyping platform, and demonstrate some applications of these tools.
         | 
| 44 | 
            -
             | 
| 45 | 
            -
            We start by discussing the problem of reducing circuit behavior variability between different batches of TX-TL cell extracts. To this end, we demonstrate a model-based methodology for calibrating extract batches, and for using the calibrations to 'correct' the behavior of genetic circuits between batches. We also look at the interaction of this methodology with the phenomenon of parameter non-identifiability, which occurs when the parameter identification inverse problem has multiple solutions. In particular, we derive conditions under which parameter non-identifiability does not hinder our modeling objectives, and subsequently demonstrate the use of such non-identifiable models in performing data variability reduction. 
         | 
| 46 | 
            -
             | 
| 47 | 
            -
            Next, we describe txtlsim, a MATLAB Simbiology based toolbox for automatically generating models of genetic circuits in TX-TL, and for using these models for part characterization and circuit behavior prediction. Large genetic circuits can have non-negligible resource usage needs, leading to unintended interactions between circuit nodes arising due to the loading of cellular machinery, transcription factors or other regulatory elements. The usage of consumable resources like nucleotides and amino acids can also have non-trivial effects on complex genetic circuits. These types of effects are handled by the modeling framework of txtlsim in a natural way.
         | 
| 48 | 
            -
             | 
| 49 | 
            -
            We also highlight mcmc-simbio, a smaller toolbox within txtlsim for performing concurrent Bayesian parameter inference on Simbiology models. Concurrent inference here means that a common set of parameters can be identified using data from an ensemble of different circuits and experiments, with each experiment informing a subset of the parameters. The combination of the concurrence feature with the fact that Markov chain Monte Carlo based Bayesian inference methods allow for the direct visualization of parameter non-identifiability enables the design of ensembles of experiments that reduce such non-identifiability.
         | 
| 50 | 
            -
             | 
| 51 | 
            -
            Finally, we end with a method for performing model order reduction on transcription and translation elongation models while maintaining the ability of these models to track resource consumption. We show that due to their network topology, our models cannot be brought into the two-timescale form of singular perturbation theory when written in species concentration coordinates. We identify a coordinate system in which singular perturbation theory may be applied to chemical reaction networks more naturally, and use this to achieve the desired model reduction.</description>
         | 
| 52 | 
            -
              </descriptions>
         | 
| 53 | 
            -
            </resource>
         | 
    
        data/spec/fixtures/gtex.xml
    DELETED
    
    | @@ -1,71 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            -
             | 
| 3 | 
            -
            <resource xmlns="http://datacite.org/schema/kernel-4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">  
         | 
| 4 | 
            -
              <identifier identifierType="DOI">10.25491/9HX8-KE93</identifier>  
         | 
| 5 | 
            -
              <creators> 
         | 
| 6 | 
            -
                <creator> 
         | 
| 7 | 
            -
                  <creatorName nameType="Organizational">The GTEx Consortium</creatorName> 
         | 
| 8 | 
            -
                </creator> 
         | 
| 9 | 
            -
              </creators>  
         | 
| 10 | 
            -
              <titles> 
         | 
| 11 | 
            -
                <title>DroNc-seq data</title> 
         | 
| 12 | 
            -
              </titles>  
         | 
| 13 | 
            -
              <publisher>GTEx</publisher>  
         | 
| 14 | 
            -
              <publicationYear>2017</publicationYear>  
         | 
| 15 | 
            -
              <subjects> 
         | 
| 16 | 
            -
                <subject>gtex</subject>  
         | 
| 17 | 
            -
                <subject>annotation</subject>  
         | 
| 18 | 
            -
                <subject>phenotype</subject>  
         | 
| 19 | 
            -
                <subject>gene regulation</subject>  
         | 
| 20 | 
            -
                <subject>transcriptomics</subject> 
         | 
| 21 | 
            -
              </subjects>  
         | 
| 22 | 
            -
              <fundingReferences> 
         | 
| 23 | 
            -
                <fundingReference> 
         | 
| 24 | 
            -
                  <funderName>Common Fund of the Office of the Director of the NIH</funderName>  
         | 
| 25 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/100000052</funderIdentifier> 
         | 
| 26 | 
            -
                </fundingReference>  
         | 
| 27 | 
            -
                <fundingReference> 
         | 
| 28 | 
            -
                  <funderName>National Cancer Institute (NCI)</funderName>  
         | 
| 29 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/100000054</funderIdentifier> 
         | 
| 30 | 
            -
                </fundingReference>  
         | 
| 31 | 
            -
                <fundingReference> 
         | 
| 32 | 
            -
                  <funderName>National Human Genome Research Institute (NHGRI)</funderName>  
         | 
| 33 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/100000051</funderIdentifier> 
         | 
| 34 | 
            -
                </fundingReference>  
         | 
| 35 | 
            -
                <fundingReference> 
         | 
| 36 | 
            -
                  <funderName>National Heart, Lung, and Blood Institute (NHLBI)</funderName>  
         | 
| 37 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/100000050</funderIdentifier> 
         | 
| 38 | 
            -
                </fundingReference>  
         | 
| 39 | 
            -
                <fundingReference> 
         | 
| 40 | 
            -
                  <funderName>National Institute on Drug Abuse (NIDA)</funderName>  
         | 
| 41 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/100000026</funderIdentifier> 
         | 
| 42 | 
            -
                </fundingReference>  
         | 
| 43 | 
            -
                <fundingReference> 
         | 
| 44 | 
            -
                  <funderName>National Institute of Mental Health (NIMH)</funderName>  
         | 
| 45 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/100000025</funderIdentifier> 
         | 
| 46 | 
            -
                </fundingReference>  
         | 
| 47 | 
            -
                <fundingReference> 
         | 
| 48 | 
            -
                  <funderName>National Institute of Neurological Disorders and Stroke (NINDS)</funderName>  
         | 
| 49 | 
            -
                  <funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/100000065</funderIdentifier> 
         | 
| 50 | 
            -
                </fundingReference> 
         | 
| 51 | 
            -
              </fundingReferences>  
         | 
| 52 | 
            -
              <resourceType resourceTypeGeneral="Dataset">DroNc-seq data</resourceType>  
         | 
| 53 | 
            -
              <dates> 
         | 
| 54 | 
            -
                <date dateType="Issued">2017</date> 
         | 
| 55 | 
            -
              </dates>  
         | 
| 56 | 
            -
              <relatedIdentifiers> 
         | 
| 57 | 
            -
                <relatedIdentifier relationType="Documents" relatedIdentifierType="URL">http://identifiers.org/dbgap:phs000424.v7.p2</relatedIdentifier>  
         | 
| 58 | 
            -
                <relatedIdentifier relationType="IsDocumentedBy" relatedIdentifierType="DOI">https://doi.org/10.1038/nature24277</relatedIdentifier>  
         | 
| 59 | 
            -
                <relatedIdentifier relationType="IsSupplementTo" relatedIdentifierType="DOI">https://doi.org/10.1038/nmeth.4407</relatedIdentifier> 
         | 
| 60 | 
            -
                <relatedIdentifier relationType="IsPartOf" relatedIdentifierType="URL">https://www.ebi.ac.uk/miriam/main/datatypes/MIR:00000663</relatedIdentifier> 
         | 
| 61 | 
            -
              </relatedIdentifiers> 
         | 
| 62 | 
            -
              <formats> 
         | 
| 63 | 
            -
                <format>application/tar</format> 
         | 
| 64 | 
            -
              </formats> 
         | 
| 65 | 
            -
              <sizes> 
         | 
| 66 | 
            -
                <size>15.7M</size> 
         | 
| 67 | 
            -
              </sizes>
         | 
| 68 | 
            -
              <descriptions> 
         | 
| 69 | 
            -
                <description descriptionType="SeriesInformation">GTEx</description> 
         | 
| 70 | 
            -
              </descriptions> 
         | 
| 71 | 
            -
            </resource>
         | 
| @@ -1,36 +0,0 @@ | |
| 1 | 
            -
            {
         | 
| 2 | 
            -
            	"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
         | 
| 3 | 
            -
            	"@type": "SoftwareSourceCode",
         | 
| 4 | 
            -
            	"@id": "https://doi.org/10.5438/QEG0-3GM3",
         | 
| 5 | 
            -
            	"authors": {
         | 
| 6 | 
            -
            		"@id": "http://orcid.org/0000-0003-0077-4738",
         | 
| 7 | 
            -
            		"@type": "person",
         | 
| 8 | 
            -
            		"name": "Martin Fenner",
         | 
| 9 | 
            -
            		"affiliation": "DataCite",
         | 
| 10 | 
            -
            		"mustBeCited": true,
         | 
| 11 | 
            -
            		"isMaintainer": true,
         | 
| 12 | 
            -
            		"isRightsHolder": true
         | 
| 13 | 
            -
            	},
         | 
| 14 | 
            -
            	"identifier": "https://doi.org/10.5438/QEG0-3GM3",
         | 
| 15 | 
            -
            	"codeRepository": "https://github.com/datacite/maremma",
         | 
| 16 | 
            -
            	"controlledTem": "software",
         | 
| 17 | 
            -
            	"dateCreated": "2015-11-28",
         | 
| 18 | 
            -
            	"datePublished": "2017-02-24",
         | 
| 19 | 
            -
            	"dateModified": "2017-02-24",
         | 
| 20 | 
            -
            	"description": "Simplifies network calls, including json/xml parsing and error handling. Based on Faraday.",
         | 
| 21 | 
            -
            	"isAutomatedBuild": true,
         | 
| 22 | 
            -
            	"licenseId": "MIT",
         | 
| 23 | 
            -
            	"publisher": "DataCite",
         | 
| 24 | 
            -
            	"tags": [
         | 
| 25 | 
            -
            		"faraday",
         | 
| 26 | 
            -
            		"excon",
         | 
| 27 | 
            -
            		"net/http"
         | 
| 28 | 
            -
            	],
         | 
| 29 | 
            -
            	"title": "Maremma: a Ruby library for simplified network calls",
         | 
| 30 | 
            -
            	"programmingLanguage": {
         | 
| 31 | 
            -
            		"name": "Ruby",
         | 
| 32 | 
            -
            		"version": "≥ 2.3.3",
         | 
| 33 | 
            -
            		"URL": "https://www.ruby-lang.org"
         | 
| 34 | 
            -
            	},
         | 
| 35 | 
            -
            	"readme": "https://github.com/datacite/maremma/blob/master/README.md"
         | 
| 36 | 
            -
            }
         | 
    
        data/spec/fixtures/nist.xml
    DELETED
    
    | @@ -1,35 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            -
            <resource xmlns="http://datacite.org/schema/kernel-3" 
         | 
| 3 | 
            -
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd">
         | 
| 4 | 
            -
              <identifier identifierType="DOI">https://doi.org/10.5072/M32163</identifier>
         | 
| 5 | 
            -
              <creators>
         | 
| 6 | 
            -
                <creator>
         | 
| 7 | 
            -
                  <creatorName nameType="personal">William Turner</creatorName>
         | 
| 8 | 
            -
                  <givenName>William</givenName>
         | 
| 9 | 
            -
                  <familyName>Turner</familyName>
         | 
| 10 | 
            -
                  <affiliation>National Institute of Standards and Technology</affiliation>
         | 
| 11 | 
            -
                </creator>
         | 
| 12 | 
            -
              </creators>
         | 
| 13 | 
            -
              <titles>
         | 
| 14 | 
            -
                <title>Peter Auto Dataset 501</title>
         | 
| 15 | 
            -
              </titles>
         | 
| 16 | 
            -
              <publisher>National Institute of Standards and Technology</publisher>
         | 
| 17 | 
            -
              <publicationYear>2018</publicationYear>
         | 
| 18 | 
            -
              <subjects>
         | 
| 19 | 
            -
                <subject>Einstein</subject>
         | 
| 20 | 
            -
              </subjects>
         | 
| 21 | 
            -
              <dates>
         | 
| 22 | 
            -
                <date dateType="Updated">2018-10-30</date>
         | 
| 23 | 
            -
              </dates>
         | 
| 24 | 
            -
              <language>en</language>
         | 
| 25 | 
            -
              <resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
         | 
| 26 | 
            -
              <rightsList>
         | 
| 27 | 
            -
                <rights rightsURI="https://www.nist.gov/director/licensing">NIST Licensing</rights>
         | 
| 28 | 
            -
              </rightsList>
         | 
| 29 | 
            -
              <descriptions>
         | 
| 30 | 
            -
                <description descriptionType="Abstract">This is to overturn Einstein's Relativity Theory.</description>
         | 
| 31 | 
            -
              </descriptions>
         | 
| 32 | 
            -
              <alternateIdentifiers alternateIdentifierType="text">
         | 
| 33 | 
            -
                <alternateIdentifier>7CE9D6400C0A30C9E053B357068182C92163</alternateIdentifier>
         | 
| 34 | 
            -
              </alternateIdentifiers>
         | 
| 35 | 
            -
            </resource>
         | 
    
        data/spec/fixtures/ns0.xml
    DELETED
    
    | @@ -1,2 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            -
            <ns0:resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://datacite.org/schema/kernel-2.2" xsi:schemaLocation="http://datacite.org/schema/kernel-2.2 http://schema.datacite.org/meta/kernel-2.2/metadata.xsd"><ns0:identifier identifierType="DOI">10.4231/D38G8FK8B</ns0:identifier><ns0:creators><ns0:creator>	<ns0:creatorName>Patiño, Carlos</ns0:creatorName></ns0:creator><ns0:creator>	<ns0:creatorName>Alzate-Vargas, Lorena</ns0:creatorName></ns0:creator><ns0:creator>	<ns0:creatorName>Li, Chunyu</ns0:creatorName></ns0:creator><ns0:creator>	<ns0:creatorName>Haley, Benjamin</ns0:creatorName></ns0:creator><ns0:creator>	<ns0:creatorName>Strachan, Alejandro</ns0:creatorName></ns0:creator></ns0:creators><ns0:titles>	<ns0:title>LAMMPS Data-File Generator</ns0:title></ns0:titles><ns0:publisher>nanoHUB</ns0:publisher><ns0:publicationYear>2018</ns0:publicationYear><ns0:dates>	<ns0:date dateType="Valid">2018-07-18</ns0:date>	<ns0:date dateType="Accepted">2018-07-18</ns0:date></ns0:dates><ns0:language>en</ns0:language><ns0:resourceType resourceTypeGeneral="Software">Simulation Tool</ns0:resourceType><ns0:version>1.5.2</ns0:version><ns0:descriptions>	<ns0:description descriptionType="Other">This tool generates all necessary input files for LAMMPS simulations of molecular systems starting with an atomistic structure.</ns0:description></ns0:descriptions></ns0:resource>
         | 
    
        data/spec/fixtures/pure.bib
    DELETED
    
    | @@ -1,14 +0,0 @@ | |
| 1 | 
            -
            @phdthesis{dbbe66e459a446a0b6fddf42d3401ccb,
         | 
| 2 | 
            -
              title     = "A multiscale analysis of the urban heat island effect: from city averaged temperatures to the energy demand of individual buildings",
         | 
| 3 | 
            -
              abstract  = "Designing the climates of cities",
         | 
| 4 | 
            -
              author    = "Y. Toparlar",
         | 
| 5 | 
            -
              note      = "Proefschrift",
         | 
| 6 | 
            -
              year      = "2018",
         | 
| 7 | 
            -
              month     = "4",
         | 
| 8 | 
            -
              day       = "25",
         | 
| 9 | 
            -
              language  = "English",
         | 
| 10 | 
            -
              isbn      = "978-90-386-4503-2",
         | 
| 11 | 
            -
              series    = "Bouwstenen",
         | 
| 12 | 
            -
              publisher = "Technische Universiteit Eindhoven",
         | 
| 13 | 
            -
              school    = "Department of Built Environment",
         | 
| 14 | 
            -
            }
         | 
    
        data/spec/fixtures/pure.ris
    DELETED
    
    | @@ -1,15 +0,0 @@ | |
| 1 | 
            -
            TY  - THES
         | 
| 2 | 
            -
            T1  - A multiscale analysis of the urban heat island effect
         | 
| 3 | 
            -
            T2  - from city averaged temperatures to the energy demand of individual buildings
         | 
| 4 | 
            -
            AU  - Toparlar,Y.
         | 
| 5 | 
            -
            N1  - Proefschrift
         | 
| 6 | 
            -
            PY  - 2018/4/25
         | 
| 7 | 
            -
            Y1  - 2018/4/25
         | 
| 8 | 
            -
            N2  - Designing the climates of cities
         | 
| 9 | 
            -
            AB  - Designing the climates of cities
         | 
| 10 | 
            -
            M3  - Phd Thesis 1 (Research TU/e / Graduation TU/e)
         | 
| 11 | 
            -
            SN  - 978-90-386-4503-2
         | 
| 12 | 
            -
            T3  - Bouwstenen
         | 
| 13 | 
            -
            PB  - Technische Universiteit Eindhoven
         | 
| 14 | 
            -
            CY  - Eindhoven
         | 
| 15 | 
            -
            ER  - 
         | 
    
        data/spec/fixtures/pure.xml
    DELETED
    
    | @@ -1,188 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
         | 
| 2 | 
            -
            <resource xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd" 
         | 
| 3 | 
            -
              xmlns="http://datacite.org/schema/kernel-4" 
         | 
| 4 | 
            -
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         | 
| 5 | 
            -
              <identifier identifierType="DOI">10.17630/bb43e6a3-72e0-464c-9fdd-fbe5d3e56a09</identifier>
         | 
| 6 | 
            -
              <creators>
         | 
| 7 | 
            -
                <creator>
         | 
| 8 | 
            -
                  <creatorName>Haywood, Raphaelle Dawn</creatorName>
         | 
| 9 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 10 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Raphaelle Dawn</givenName>
         | 
| 11 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 12 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Haywood</familyName>
         | 
| 13 | 
            -
                  <affiliation xsi:type="xs:string" 
         | 
| 14 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">School of Physics and Astronomy</affiliation>
         | 
| 15 | 
            -
                </creator>
         | 
| 16 | 
            -
                <creator>
         | 
| 17 | 
            -
                  <creatorName>Cameron, Andrew Collier</creatorName>
         | 
| 18 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 19 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Andrew Collier</givenName>
         | 
| 20 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 21 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Cameron</familyName>
         | 
| 22 | 
            -
                  <affiliation xsi:type="xs:string" 
         | 
| 23 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">School of Physics and Astronomy</affiliation>
         | 
| 24 | 
            -
                </creator>
         | 
| 25 | 
            -
                <creator>
         | 
| 26 | 
            -
                  <creatorName>Unruh, Y. C. </creatorName>
         | 
| 27 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 28 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Y. C. </givenName>
         | 
| 29 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 30 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Unruh</familyName>
         | 
| 31 | 
            -
                </creator>
         | 
| 32 | 
            -
                <creator>
         | 
| 33 | 
            -
                  <creatorName>Lovis, C. </creatorName>
         | 
| 34 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 35 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">C. </givenName>
         | 
| 36 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 37 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Lovis</familyName>
         | 
| 38 | 
            -
                </creator>
         | 
| 39 | 
            -
                <creator>
         | 
| 40 | 
            -
                  <creatorName>Lanza, A.F. </creatorName>
         | 
| 41 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 42 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">A.F. </givenName>
         | 
| 43 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 44 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Lanza</familyName>
         | 
| 45 | 
            -
                </creator>
         | 
| 46 | 
            -
                <creator>
         | 
| 47 | 
            -
                  <creatorName>Llama, Joseph</creatorName>
         | 
| 48 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 49 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Joseph</givenName>
         | 
| 50 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 51 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Llama</familyName>
         | 
| 52 | 
            -
                  <affiliation xsi:type="xs:string" 
         | 
| 53 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">School of Physics and Astronomy</affiliation>
         | 
| 54 | 
            -
                </creator>
         | 
| 55 | 
            -
                <creator>
         | 
| 56 | 
            -
                  <creatorName>Deleuil, M. </creatorName>
         | 
| 57 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 58 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">M. </givenName>
         | 
| 59 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 60 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Deleuil</familyName>
         | 
| 61 | 
            -
                </creator>
         | 
| 62 | 
            -
                <creator>
         | 
| 63 | 
            -
                  <creatorName>Fares, Rim</creatorName>
         | 
| 64 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 65 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Rim</givenName>
         | 
| 66 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 67 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Fares</familyName>
         | 
| 68 | 
            -
                </creator>
         | 
| 69 | 
            -
                <creator>
         | 
| 70 | 
            -
                  <creatorName>Gillon, M. </creatorName>
         | 
| 71 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 72 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">M. </givenName>
         | 
| 73 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 74 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Gillon</familyName>
         | 
| 75 | 
            -
                </creator>
         | 
| 76 | 
            -
                <creator>
         | 
| 77 | 
            -
                  <creatorName>Moutou, C. </creatorName>
         | 
| 78 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 79 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">C. </givenName>
         | 
| 80 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 81 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Moutou</familyName>
         | 
| 82 | 
            -
                </creator>
         | 
| 83 | 
            -
                <creator>
         | 
| 84 | 
            -
                  <creatorName>Pepe, F. </creatorName>
         | 
| 85 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 86 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">F. </givenName>
         | 
| 87 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 88 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Pepe</familyName>
         | 
| 89 | 
            -
                </creator>
         | 
| 90 | 
            -
                <creator>
         | 
| 91 | 
            -
                  <creatorName>Pollacco, D. </creatorName>
         | 
| 92 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 93 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">D. </givenName>
         | 
| 94 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 95 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Pollacco</familyName>
         | 
| 96 | 
            -
                </creator>
         | 
| 97 | 
            -
                <creator>
         | 
| 98 | 
            -
                  <creatorName>Queloz, D. </creatorName>
         | 
| 99 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 100 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">D. </givenName>
         | 
| 101 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 102 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Queloz</familyName>
         | 
| 103 | 
            -
                </creator>
         | 
| 104 | 
            -
                <creator>
         | 
| 105 | 
            -
                  <creatorName>Ségransan, D. </creatorName>
         | 
| 106 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 107 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">D. </givenName>
         | 
| 108 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 109 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Ségransan</familyName>
         | 
| 110 | 
            -
                </creator>
         | 
| 111 | 
            -
              </creators>
         | 
| 112 | 
            -
              <titles>
         | 
| 113 | 
            -
                <title xml:lang="en">Data underpinning - The Sun as a planet-host star: Proxies from SDO images for HARPS radial-velocity variations</title>
         | 
| 114 | 
            -
              </titles>
         | 
| 115 | 
            -
              <publisher>University of St Andrews</publisher>
         | 
| 116 | 
            -
              <publicationYear>2016</publicationYear>
         | 
| 117 | 
            -
              <resourceType resourceTypeGeneral="Audiovisual">Dataset</resourceType>
         | 
| 118 | 
            -
              <contributors>
         | 
| 119 | 
            -
                <contributor contributorType="ContactPerson">
         | 
| 120 | 
            -
                  <contributorName>Haywood, Raphaelle Dawn</contributorName>
         | 
| 121 | 
            -
                  <givenName xsi:type="xs:string" 
         | 
| 122 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Raphaelle Dawn</givenName>
         | 
| 123 | 
            -
                  <familyName xsi:type="xs:string" 
         | 
| 124 | 
            -
                    xmlns:xs="http://www.w3.org/2001/XMLSchema">Haywood</familyName>
         | 
| 125 | 
            -
                </contributor>
         | 
| 126 | 
            -
              </contributors>
         | 
| 127 | 
            -
              <dates>
         | 
| 128 | 
            -
                <date dateType="Available">2016-01-20</date>
         | 
| 129 | 
            -
              </dates>
         | 
| 130 | 
            -
              <sizes>
         | 
| 131 | 
            -
                <size>1KB</size>
         | 
| 132 | 
            -
                <size>6KB</size>
         | 
| 133 | 
            -
                <size>25KB</size>
         | 
| 134 | 
            -
                <size>4KB</size>
         | 
| 135 | 
            -
                <size>11KB</size>
         | 
| 136 | 
            -
                <size>7MB</size>
         | 
| 137 | 
            -
              </sizes>
         | 
| 138 | 
            -
              <formats>
         | 
| 139 | 
            -
                <format>application/octet-stream</format>
         | 
| 140 | 
            -
                <format>application/x-rtf</format>
         | 
| 141 | 
            -
                <format>text/plain</format>
         | 
| 142 | 
            -
                <format>text/plain</format>
         | 
| 143 | 
            -
                <format>application/octet-stream</format>
         | 
| 144 | 
            -
                <format>application/x-gzip</format>
         | 
| 145 | 
            -
              </formats>
         | 
| 146 | 
            -
              <rightsList>
         | 
| 147 | 
            -
                <rights rightsURI="http://creativecommons.org/licenses/by/4.0/">CC BY</rights>
         | 
| 148 | 
            -
                <rights rightsURI="http://creativecommons.org/licenses/by/4.0/">CC BY</rights>
         | 
| 149 | 
            -
                <rights rightsURI="http://creativecommons.org/licenses/by/4.0/">CC BY</rights>
         | 
| 150 | 
            -
                <rights rightsURI="http://creativecommons.org/licenses/by/4.0/">CC BY</rights>
         | 
| 151 | 
            -
                <rights rightsURI="http://creativecommons.org/licenses/by/4.0/">CC BY</rights>
         | 
| 152 | 
            -
                <rights rightsURI="http://creativecommons.org/licenses/by/4.0/">CC BY</rights>
         | 
| 153 | 
            -
              </rightsList>
         | 
| 154 | 
            -
              <descriptions>
         | 
| 155 | 
            -
                <description descriptionType="Abstract" xml:lang="en"></description>
         | 
| 156 | 
            -
              </descriptions>
         | 
| 157 | 
            -
              <fundingReferences>
         | 
| 158 | 
            -
                <fundingReference>
         | 
| 159 | 
            -
                  <funderName>Science & Technology Facilities Council</funderName>
         | 
| 160 | 
            -
                  <awardNumber>ST/M001296/1</awardNumber>
         | 
| 161 | 
            -
                  <awardTitle>Astronomy at St Andrews 2015-2018</awardTitle>
         | 
| 162 | 
            -
                </fundingReference>
         | 
| 163 | 
            -
                <fundingReference>
         | 
| 164 | 
            -
                  <funderName>European Commission</funderName>
         | 
| 165 | 
            -
                  <awardTitle>ETAEARTH</awardTitle>
         | 
| 166 | 
            -
                </fundingReference>
         | 
| 167 | 
            -
                <fundingReference>
         | 
| 168 | 
            -
                  <funderName>Science & Technology Facilities Council</funderName>
         | 
| 169 | 
            -
                  <awardNumber>ST/I000666/1</awardNumber>
         | 
| 170 | 
            -
                  <awardTitle>St Andrrews Astronomy PATT linked Travel and subsistence</awardTitle>
         | 
| 171 | 
            -
                </fundingReference>
         | 
| 172 | 
            -
                <fundingReference>
         | 
| 173 | 
            -
                  <funderName>Science & Technology Facilities Council</funderName>
         | 
| 174 | 
            -
                  <awardNumber>ST/J001651/1</awardNumber>
         | 
| 175 | 
            -
                  <awardTitle>Astrophysics at St Andrews: 2012 - 2014</awardTitle>
         | 
| 176 | 
            -
                </fundingReference>
         | 
| 177 | 
            -
                <fundingReference>
         | 
| 178 | 
            -
                  <funderName>PPARC - Now STFC</funderName>
         | 
| 179 | 
            -
                  <awardNumber>PP/D000890/1</awardNumber>
         | 
| 180 | 
            -
                  <awardTitle>Astrophysics at St.Andrews</awardTitle>
         | 
| 181 | 
            -
                </fundingReference>
         | 
| 182 | 
            -
                <fundingReference>
         | 
| 183 | 
            -
                  <funderName>Science & Technology Facilities Council</funderName>
         | 
| 184 | 
            -
                  <awardNumber>ST/G001006/1</awardNumber>
         | 
| 185 | 
            -
                  <awardTitle>Patt Linked Travel & Subsistence</awardTitle>
         | 
| 186 | 
            -
                </fundingReference>
         | 
| 187 | 
            -
              </fundingReferences>
         | 
| 188 | 
            -
            </resource>
         | 
    
        data/spec/fixtures/ris_bug.ris
    DELETED
    
    | @@ -1,9 +0,0 @@ | |
| 1 | 
            -
            TY -  BOOK
         | 
| 2 | 
            -
            T1  - Validation of an Image-based Subject-Specific Dynamic Model of the Ankle Joint Complex and its Applications to the Study of the Effect of Articular Surface Morphology on Ankle Joint Mechanics
         | 
| 3 | 
            -
            AU  - Balakrishnan, Vishnuvardhan
         | 
| 4 | 
            -
            DO  - 10.17918/ERNK-6431
         | 
| 5 | 
            -
            UR  - https://idea.library.drexel.edu/islandora/object/idea:8247
         | 
| 6 | 
            -
            AB  - 3D image based subject specific models of the ankle complex can be extremely significant in a wide variety of clinical and biomechanical applications such as evaluating the effect of ligament ruptures, diagnosing and comparing surgical procedures. However, there are very few computational models that can accurately capture the full 3D biomechanical properties of the ankle complex. One such computational model was introduced by our group in 2004 [1], and this model was partially validated with a very limited set of parameters for comparison. In the current study, we have developed an improvised version of this model and validated it on a subject to subject basis for a number of specimens. This is achieved by comparing a wide range of biomechanical parameters between the experiments and the simulation. Once, the model is validated, it can be used for a wide variety of clinical and surgical applications .Some applications include comparing the effects of surface morphology on the kinematics of the ankle joint, diagnosing and evaluation of ankle disorders like ligament tears and reconstruction surgeries. Previous experimental studies conducted to understand and validate the effect of morphological variations to kinematics involved invasive surgical procedures and hence could only be conducted in cadaveric foot. Hence a need for a dynamic model which could predict and recreate the kinematics of an ankle using only CT and, or MRI data was realized. Such a model could help in development and non-invasive testing of subject specific TAR. This thesis focusses on the subject specific validation of rigid body models of four specimens and an one-to-one validation based on Load-displacement curves, Range of Motion, Surface-to-surface interaction and Ligament straining patterns. Post validation of the MBS model in MSC ADAMS, the model is used to investigate the effect of axial loads, total ankle arthrodesis and the effect of varying surface morphologies on the behavior of the ankle joint complex. An in-depth comparative analysis on the use of a numerical model for the development and performance evaluation of an implant derived from the morphological parameters of the ankle joint is also presented.
         | 
| 7 | 
            -
            PY  - 2018
         | 
| 8 | 
            -
            PB  - Drexel University
         | 
| 9 | 
            -
            ER  -
         | 
| @@ -1,140 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" ?>
         | 
| 2 | 
            -
            <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
         | 
| 3 | 
            -
              <identifier identifierType="DOI">10.6071/Z7WC73</identifier>
         | 
| 4 | 
            -
              <creators>
         | 
| 5 | 
            -
                <creator>
         | 
| 6 | 
            -
                  <creatorName>Bales, Roger</creatorName>
         | 
| 7 | 
            -
                  <affiliation>UC Merced</affiliation>
         | 
| 8 | 
            -
                </creator>
         | 
| 9 | 
            -
                <creator>
         | 
| 10 | 
            -
                  <creatorName>Meadows, Matt</creatorName>
         | 
| 11 | 
            -
                  <affiliation>UC Merced</affiliation>
         | 
| 12 | 
            -
                </creator>
         | 
| 13 | 
            -
                <creator>
         | 
| 14 | 
            -
                  <creatorName>Stacy, Erin</creatorName>
         | 
| 15 | 
            -
                  <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-8862-1404</nameIdentifier>
         | 
| 16 | 
            -
                  <affiliation>UC Merced</affiliation>
         | 
| 17 | 
            -
                </creator>
         | 
| 18 | 
            -
                <creator>
         | 
| 19 | 
            -
                  <creatorName>Conklin, Martha</creatorName>
         | 
| 20 | 
            -
                  <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-9627-2427</nameIdentifier>
         | 
| 21 | 
            -
                  <affiliation>UC Merced</affiliation>
         | 
| 22 | 
            -
                </creator>
         | 
| 23 | 
            -
                <creator>
         | 
| 24 | 
            -
                  <creatorName>Meng, Xiande</creatorName>
         | 
| 25 | 
            -
                  <affiliation>UC Merced</affiliation>
         | 
| 26 | 
            -
                </creator>
         | 
| 27 | 
            -
                <creator>
         | 
| 28 | 
            -
                  <creatorName>Southern Sierra Critical Zone Observatory, SSCZO</creatorName>
         | 
| 29 | 
            -
                  <affiliation>NSF</affiliation>
         | 
| 30 | 
            -
                </creator>
         | 
| 31 | 
            -
              </creators>
         | 
| 32 | 
            -
              <titles>
         | 
| 33 | 
            -
                <title>
         | 
| 34 | 
            -
                  Southern Sierra Critical Zone Observatory (SSCZO), Providence Creek
         | 
| 35 | 
            -
                  meteorological data, soil moisture and temperature, snow depth and air
         | 
| 36 | 
            -
                  temperature
         | 
| 37 | 
            -
                </title>
         | 
| 38 | 
            -
              </titles>
         | 
| 39 | 
            -
              <publisher>UC Merced</publisher>
         | 
| 40 | 
            -
              <publicationYear>2013</publicationYear>
         | 
| 41 | 
            -
              <subjects>
         | 
| 42 | 
            -
                <subject>Earth sciences</subject>
         | 
| 43 | 
            -
                <subject>soil moisture</subject>
         | 
| 44 | 
            -
                <subject>soil temperature</subject>
         | 
| 45 | 
            -
                <subject>snow depth</subject>
         | 
| 46 | 
            -
                <subject>air temperature</subject>
         | 
| 47 | 
            -
                <subject>water balance</subject>
         | 
| 48 | 
            -
                <subject>Nevada, Sierra (mountain range)</subject>
         | 
| 49 | 
            -
              </subjects>
         | 
| 50 | 
            -
              <fundingReferences>
         | 
| 51 | 
            -
                <fundingReference>
         | 
| 52 | 
            -
                  <funderName>
         | 
| 53 | 
            -
                    National Science Foundation, Division of Earth Sciences, Critical Zone
         | 
| 54 | 
            -
                    Observatories
         | 
| 55 | 
            -
                  </funderName>
         | 
| 56 | 
            -
                  <awardNumber>1331939, 0725097</awardNumber>
         | 
| 57 | 
            -
                </fundingReference>
         | 
| 58 | 
            -
              </fundingReferences>
         | 
| 59 | 
            -
              <contributors>
         | 
| 60 | 
            -
                <contributor contributorType="ProjectLeader">
         | 
| 61 | 
            -
                  <contributorName>Bales, Roger</contributorName>
         | 
| 62 | 
            -
                  <affiliation>University of California, Merced</affiliation>
         | 
| 63 | 
            -
                </contributor>
         | 
| 64 | 
            -
                <contributor contributorType="DataCollector">
         | 
| 65 | 
            -
                  <contributorName>Meadows, Matt</contributorName>
         | 
| 66 | 
            -
                  <affiliation>University of California, Merced</affiliation>
         | 
| 67 | 
            -
                </contributor>
         | 
| 68 | 
            -
                <contributor contributorType="DataManager">
         | 
| 69 | 
            -
                  <contributorName>Meng, Xiande</contributorName>
         | 
| 70 | 
            -
                  <affiliation>University of California, Merced</affiliation>
         | 
| 71 | 
            -
                </contributor>
         | 
| 72 | 
            -
                <contributor contributorType="ResearchGroup">
         | 
| 73 | 
            -
                  <contributorName>Southern Sierra Critical Zone Observatory</contributorName>
         | 
| 74 | 
            -
                </contributor>
         | 
| 75 | 
            -
              </contributors>
         | 
| 76 | 
            -
              <dates>
         | 
| 77 | 
            -
                <date dateType="Updated">2014-10-17</date>
         | 
| 78 | 
            -
                <date dateType="Available">2016-03-14T17:02:02Z</date>
         | 
| 79 | 
            -
              </dates>
         | 
| 80 | 
            -
              <language>en</language>
         | 
| 81 | 
            -
              <resourceType resourceTypeGeneral="Dataset">dataset</resourceType>
         | 
| 82 | 
            -
              <sizes>
         | 
| 83 | 
            -
                <size>1799269709 bytes</size>
         | 
| 84 | 
            -
              </sizes>
         | 
| 85 | 
            -
              <version>2</version>
         | 
| 86 | 
            -
              <rightsList>
         | 
| 87 | 
            -
                <rights rightsURI="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0)</rights>
         | 
| 88 | 
            -
              </rightsList>
         | 
| 89 | 
            -
              <descriptions>
         | 
| 90 | 
            -
                <description descriptionType="Abstract">
         | 
| 91 | 
            -
                  Snow depth, soil moisture and soil temperature are measured at lower
         | 
| 92 | 
            -
                  Providence South facing (LowMetS) and North facing (LowMetN), Upper
         | 
| 93 | 
            -
                  Providence South facing (UpMetS), North facing (UpMetN) and Flat aspect
         | 
| 94 | 
            -
                  (UpMetF), and Subcatchment basin P301 (P301) with a wireless sensor
         | 
| 95 | 
            -
                  network, using a Campbell Scientific logger to control peripheral devices.
         | 
| 96 | 
            -
                  Snow depth is measured in the open, at the drip edge and under canopies.
         | 
| 97 | 
            -
                  Soil moisture and temperature are measured at 10, 30, 60 and 90 cm depths
         | 
| 98 | 
            -
                  coincident with the snow depth nodes. 10 watt solar panels provides power
         | 
| 99 | 
            -
                  for monitoring at 10 minute intervals. Raw data have been processed to
         | 
| 100 | 
            -
                  level 1 (QA/QC) and level 2 (gap-filled, derived) data. Time period: water
         | 
| 101 | 
            -
                  year 2008 through water year 2012 (version 1), 2013 to 2016 (version 2).
         | 
| 102 | 
            -
                </description>
         | 
| 103 | 
            -
                <description descriptionType="Methods">
         | 
| 104 | 
            -
                  Soil volumetric water content (VWC) and soil temperature measured using
         | 
| 105 | 
            -
                  Decagon Devices ECHO-TM at depths of 10, 30, 60, an 90 cm below the
         | 
| 106 | 
            -
                  mineral soil surface. Sensor now equivalent to 5TM
         | 
| 107 | 
            -
                  (http://www.decagon.com/soil-moisture-sensors/). Distance to snow/soil
         | 
| 108 | 
            -
                  surface and air temperature measured with Judd Communications ultrasonic
         | 
| 109 | 
            -
                  depth sensor, using analog control ( http://www.juddcom.com/ ). Data
         | 
| 110 | 
            -
                  control and storage on Campbell Scientific CR1000 datalogger, using
         | 
| 111 | 
            -
                  AM16/32B multiplexer ( http://www.campbellsci.com ). Program for data
         | 
| 112 | 
            -
                  acquisition are located on UC Merced-SNRI digital library (
         | 
| 113 | 
            -
                  https://eng.ucmerced.edu/snsjho/files/MHWG/Field/Southern...)
         | 
| 114 | 
            -
                </description>
         | 
| 115 | 
            -
                <description descriptionType="Other">
         | 
| 116 | 
            -
                  Lower and upper Providence Creek, Subcatchment basin P301.acde: white fir
         | 
| 117 | 
            -
                  drip edge; acuc: white fir under canopy; cdde: incense-cedar drip edge;
         | 
| 118 | 
            -
                  cduc: incense-cedar under canopy; open: open canopy; plde: sugar pine drip
         | 
| 119 | 
            -
                  edge; pluc: sugar pine under canopy; ppde: Ponderosa pine drip; edge ppde:
         | 
| 120 | 
            -
                  Ponderosa pine drip edge; ppuc: Ponderosa pine under canopy; ppuc:
         | 
| 121 | 
            -
                  Ponderosa pine under canopy; qkde: black oak drip edge; qkuc: black oak
         | 
| 122 | 
            -
                  under canopy
         | 
| 123 | 
            -
                </description>
         | 
| 124 | 
            -
              </descriptions>
         | 
| 125 | 
            -
              <geoLocations>
         | 
| 126 | 
            -
                <geoLocation>
         | 
| 127 | 
            -
                  <geoLocationPoint>
         | 
| 128 | 
            -
                    <pointLatitude>37.047756</pointLatitude>
         | 
| 129 | 
            -
                    <pointLongitude>-119.221094</pointLongitude>
         | 
| 130 | 
            -
                  </geoLocationPoint>
         | 
| 131 | 
            -
                  <geoLocationBox>
         | 
| 132 | 
            -
                    <westBoundLongitude>-119.211</westBoundLongitude>
         | 
| 133 | 
            -
                    <eastBoundLongitude>-119.182</eastBoundLongitude>
         | 
| 134 | 
            -
                    <southBoundLatitude>37.046</southBoundLatitude>
         | 
| 135 | 
            -
                    <northBoundLatitude>37.075</northBoundLatitude>
         | 
| 136 | 
            -
                  </geoLocationBox>
         | 
| 137 | 
            -
                  <geoLocationPlace>Providence Creek (Lower, Upper and P301)</geoLocationPlace>
         | 
| 138 | 
            -
                </geoLocation>
         | 
| 139 | 
            -
              </geoLocations>
         | 
| 140 | 
            -
            </resource>
         | 
| @@ -1,50 +0,0 @@ | |
| 1 | 
            -
            {
         | 
| 2 | 
            -
                "@context": "http://schema.org",
         | 
| 3 | 
            -
                "@type": "BlogPosting",
         | 
| 4 | 
            -
                "@id": "https://doi.org/10.5438/4K3M-NYVG",
         | 
| 5 | 
            -
                "name": "Eating your own Dog Food",
         | 
| 6 | 
            -
                "alternateName": "MS-49-3632-5083",
         | 
| 7 | 
            -
                "url": "https://blog.datacite.org/eating-your-own-dog-food/",
         | 
| 8 | 
            -
                "author": [{
         | 
| 9 | 
            -
                    "@type": "Person",
         | 
| 10 | 
            -
                    "@id": "http://orcid.org/0000-0003-1419-2405",
         | 
| 11 | 
            -
                    "givenName": "Martin",
         | 
| 12 | 
            -
                    "familyName": "Fenner",
         | 
| 13 | 
            -
                    "name": "Martin Fenner"
         | 
| 14 | 
            -
                }],
         | 
| 15 | 
            -
                "publisher": {
         | 
| 16 | 
            -
                    "@type": "Organization",
         | 
| 17 | 
            -
                    "@id": "https://ror.org/04wxnsj81",
         | 
| 18 | 
            -
                    "name": "DataCite"
         | 
| 19 | 
            -
                },
         | 
| 20 | 
            -
                "dateCreated": "2016-12-20",
         | 
| 21 | 
            -
                "datePublished": "2016-12-20",
         | 
| 22 | 
            -
                "dateModified": "2016-12-20",
         | 
| 23 | 
            -
                "keywords": "datacite, doi, metadata, featured",
         | 
| 24 | 
            -
                "version": "1.0",
         | 
| 25 | 
            -
                "description": "Eating your own dog food is a slang term to describe that an organization should itself use the products and services it provides. For DataCite this means that we should use DOIs with appropriate metadata and strategies for long-term preservation for...",
         | 
| 26 | 
            -
                "license": "https://creativecommons.org/licenses/by/4.0/",
         | 
| 27 | 
            -
                "image": "https://blog.datacite.org/images/2016/12/230785.jpg",
         | 
| 28 | 
            -
                "inLanguage": {
         | 
| 29 | 
            -
                    "@type": "Language",
         | 
| 30 | 
            -
                    "alternateName": "en",
         | 
| 31 | 
            -
                    "name": "English"
         | 
| 32 | 
            -
                },
         | 
| 33 | 
            -
                "encoding": {
         | 
| 34 | 
            -
                    "@type": "MediaObject",
         | 
| 35 | 
            -
                    "@id": "https://blog.datacite.org/eating-your-own-dog-food/eating-your-own-dog-food.xml",
         | 
| 36 | 
            -
                    "fileFormat": "application/xml"
         | 
| 37 | 
            -
                },
         | 
| 38 | 
            -
                "isPartOf": {
         | 
| 39 | 
            -
                    "@type": "Blog",
         | 
| 40 | 
            -
                    "@id": "https://doi.org/10.5438/0000-00SS",
         | 
| 41 | 
            -
                    "name": "DataCite Blog"
         | 
| 42 | 
            -
                },
         | 
| 43 | 
            -
                "citation": [{
         | 
| 44 | 
            -
                    "@type": "CreativeWork",
         | 
| 45 | 
            -
                    "@id": "https://doi.org/10.5438/0012"
         | 
| 46 | 
            -
                }, {
         | 
| 47 | 
            -
                    "@type": "CreativeWork",
         | 
| 48 | 
            -
                    "@id": "https://doi.org/10.5438/55E5-T5C0"
         | 
| 49 | 
            -
                }]
         | 
| 50 | 
            -
            }
         |