bolognese 1.9.9 → 2.6.1

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.
Files changed (604) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +2 -30
  3. data/.github/workflows/ci.yml +22 -0
  4. data/.github/workflows/pull-request.yml +9 -0
  5. data/.github/workflows/release.yml +8 -23
  6. data/.gitignore +1 -0
  7. data/CHANGELOG.md +91 -0
  8. data/Gemfile +1 -1
  9. data/Gemfile.lock +217 -169
  10. data/README.md +1 -1
  11. data/bolognese.gemspec +31 -36
  12. data/lib/bolognese/author_utils.rb +22 -12
  13. data/lib/bolognese/citeproc_extensions.rb +48 -0
  14. data/lib/bolognese/datacite_utils.rb +60 -36
  15. data/lib/bolognese/doi_utils.rb +4 -0
  16. data/lib/bolognese/metadata.rb +9 -6
  17. data/lib/bolognese/metadata_utils.rb +21 -6
  18. data/lib/bolognese/readers/bibtex_reader.rb +2 -2
  19. data/lib/bolognese/readers/citeproc_reader.rb +7 -1
  20. data/lib/bolognese/readers/codemeta_reader.rb +2 -2
  21. data/lib/bolognese/readers/crosscite_reader.rb +4 -1
  22. data/lib/bolognese/readers/crossref_reader.rb +53 -8
  23. data/lib/bolognese/readers/datacite_json_reader.rb +4 -1
  24. data/lib/bolognese/readers/datacite_reader.rb +61 -57
  25. data/lib/bolognese/readers/npm_reader.rb +1 -1
  26. data/lib/bolognese/readers/ris_reader.rb +2 -2
  27. data/lib/bolognese/readers/schema_org_reader.rb +30 -8
  28. data/lib/bolognese/utils.rb +177 -35
  29. data/lib/bolognese/version.rb +1 -1
  30. data/lib/bolognese/writers/bibtex_writer.rb +1 -1
  31. data/lib/bolognese/writers/codemeta_writer.rb +1 -1
  32. data/lib/bolognese/writers/csv_writer.rb +3 -5
  33. data/lib/bolognese/writers/datacite_json_writer.rb +3 -1
  34. data/lib/bolognese/writers/jats_writer.rb +6 -3
  35. data/lib/bolognese/writers/ris_writer.rb +2 -2
  36. data/lib/bolognese/writers/schema_org_writer.rb +6 -2
  37. data/lib/bolognese.rb +1 -4
  38. data/resources/kernel-4/include/datacite-contributorType-v4.xsd +3 -1
  39. data/resources/kernel-4/include/datacite-dateType-v4.xsd +3 -1
  40. data/resources/kernel-4/include/datacite-relatedIdentifierType-v4.xsd +7 -2
  41. data/resources/kernel-4/include/datacite-relationType-v4.xsd +11 -3
  42. data/resources/kernel-4/include/datacite-resourceType-v4.xsd +10 -1
  43. data/resources/kernel-4/include/datacite-titleType-v4.xsd +1 -1
  44. data/resources/kernel-4/metadata.xsd +15 -7
  45. data/resources/kernel-4.5/include/datacite-contributorType-v4.xsd +35 -0
  46. data/resources/kernel-4.5/include/datacite-dateType-v4.xsd +25 -0
  47. data/resources/kernel-4.5/include/datacite-descriptionType-v4.xsd +19 -0
  48. data/resources/kernel-4.5/include/datacite-funderIdentifierType-v4.xsd +16 -0
  49. data/resources/kernel-4.5/include/datacite-nameType-v4.xsd +10 -0
  50. data/resources/kernel-4.5/include/datacite-numberType-v4.xsd +12 -0
  51. data/resources/kernel-4.5/include/datacite-relatedIdentifierType-v4.xsd +34 -0
  52. data/resources/kernel-4.5/include/datacite-relationType-v4.xsd +53 -0
  53. data/resources/kernel-4.5/include/datacite-resourceType-v4.xsd +45 -0
  54. data/resources/kernel-4.5/include/datacite-titleType-v4.xsd +14 -0
  55. data/resources/kernel-4.5/include/xml.xsd +286 -0
  56. data/resources/kernel-4.5/metadata.xsd +711 -0
  57. data/resources/kernel-4.6/include/datacite-contributorType-v4.xsd +37 -0
  58. data/resources/kernel-4.6/include/datacite-dateType-v4.xsd +27 -0
  59. data/resources/kernel-4.6/include/datacite-descriptionType-v4.xsd +19 -0
  60. data/resources/kernel-4.6/include/datacite-funderIdentifierType-v4.xsd +16 -0
  61. data/resources/kernel-4.6/include/datacite-nameType-v4.xsd +10 -0
  62. data/resources/kernel-4.6/include/datacite-numberType-v4.xsd +12 -0
  63. data/resources/kernel-4.6/include/datacite-relatedIdentifierType-v4.xsd +37 -0
  64. data/resources/kernel-4.6/include/datacite-relationType-v4.xsd +57 -0
  65. data/resources/kernel-4.6/include/datacite-resourceType-v4.xsd +49 -0
  66. data/resources/kernel-4.6/include/datacite-titleType-v4.xsd +14 -0
  67. data/resources/kernel-4.6/include/xml.xsd +286 -0
  68. data/resources/kernel-4.6/metadata.xsd +712 -0
  69. data/resources/kernel-4.7/include/datacite-contributorType-v4.xsd +37 -0
  70. data/resources/kernel-4.7/include/datacite-dateType-v4.xsd +27 -0
  71. data/resources/kernel-4.7/include/datacite-descriptionType-v4.xsd +19 -0
  72. data/resources/kernel-4.7/include/datacite-funderIdentifierType-v4.xsd +16 -0
  73. data/resources/kernel-4.7/include/datacite-nameType-v4.xsd +10 -0
  74. data/resources/kernel-4.7/include/datacite-numberType-v4.xsd +12 -0
  75. data/resources/kernel-4.7/include/datacite-relatedIdentifierType-v4.xsd +39 -0
  76. data/resources/kernel-4.7/include/datacite-relationType-v4.xsd +59 -0
  77. data/resources/kernel-4.7/include/datacite-resourceType-v4.xsd +52 -0
  78. data/resources/kernel-4.7/include/datacite-titleType-v4.xsd +14 -0
  79. data/resources/kernel-4.7/include/xml.xsd +286 -0
  80. data/resources/kernel-4.7/metadata.xsd +715 -0
  81. data/resources/oecd/dfg-mappings.json +1866 -0
  82. metadata +164 -708
  83. data/spec/array_spec.rb +0 -22
  84. data/spec/author_utils_spec.rb +0 -194
  85. data/spec/cli_spec.rb +0 -226
  86. data/spec/datacite_utils_spec.rb +0 -178
  87. data/spec/doi_utils_spec.rb +0 -314
  88. data/spec/find_from_format_spec.rb +0 -114
  89. data/spec/fixtures/aida.json +0 -82
  90. data/spec/fixtures/cgimp_package.json +0 -18
  91. data/spec/fixtures/cit_package.json +0 -19
  92. data/spec/fixtures/citeproc-no-author.json +0 -26
  93. data/spec/fixtures/citeproc-no-categories.json +0 -21
  94. data/spec/fixtures/citeproc.json +0 -30
  95. data/spec/fixtures/codemeta.json +0 -86
  96. data/spec/fixtures/codemeta_v2.json +0 -86
  97. data/spec/fixtures/crosscite.json +0 -63
  98. data/spec/fixtures/crossref.bib +0 -14
  99. data/spec/fixtures/crossref.ris +0 -15
  100. data/spec/fixtures/crossref.xml +0 -606
  101. data/spec/fixtures/datacite-empty-sizes.xml +0 -57
  102. data/spec/fixtures/datacite-example-affiliation.xml +0 -114
  103. data/spec/fixtures/datacite-example-ancientdates-v4.3.xml +0 -29
  104. data/spec/fixtures/datacite-example-complicated-tba.xml +0 -56
  105. data/spec/fixtures/datacite-example-complicated-v3.0.xml +0 -48
  106. data/spec/fixtures/datacite-example-complicated-v4.0.xml +0 -54
  107. data/spec/fixtures/datacite-example-complicated-v4.1.xml +0 -57
  108. data/spec/fixtures/datacite-example-dissertation-v4.4.xml +0 -56
  109. data/spec/fixtures/datacite-example-escaped-text.xml +0 -56
  110. data/spec/fixtures/datacite-example-full-v4.4.xml +0 -114
  111. data/spec/fixtures/datacite-example-geolocation-2.xml +0 -141
  112. data/spec/fixtures/datacite-example-geolocation.xml +0 -66
  113. data/spec/fixtures/datacite-example-polygon-v4.1.xml +0 -163
  114. data/spec/fixtures/datacite-example-relateditems.xml +0 -61
  115. data/spec/fixtures/datacite-example-xs-string.xml +0 -28
  116. data/spec/fixtures/datacite-formats-with-xs.xml +0 -22
  117. data/spec/fixtures/datacite-funderIdentifier.xml +0 -78
  118. data/spec/fixtures/datacite-geolocation-empty.xml +0 -159
  119. data/spec/fixtures/datacite-geolocationpolygons-multiple.xml +0 -76
  120. data/spec/fixtures/datacite-metadata-sample-complicated-v2.2.xml +0 -52
  121. data/spec/fixtures/datacite-multiple-language.xml +0 -38
  122. data/spec/fixtures/datacite-multiple-rights.xml +0 -59
  123. data/spec/fixtures/datacite-schema-2.2.xml +0 -80
  124. data/spec/fixtures/datacite-seriesinformation.xml +0 -41
  125. data/spec/fixtures/datacite-space-in-sizes.xml +0 -52
  126. data/spec/fixtures/datacite-xml-lang.xml +0 -51
  127. data/spec/fixtures/datacite.json +0 -83
  128. data/spec/fixtures/datacite.xml +0 -40
  129. data/spec/fixtures/datacite_dataset.xml +0 -58
  130. data/spec/fixtures/datacite_malformed_creator.xml +0 -52
  131. data/spec/fixtures/datacite_missing_creator.xml +0 -33
  132. data/spec/fixtures/datacite_schema_3.xml +0 -58
  133. data/spec/fixtures/datacite_software.json +0 -21
  134. data/spec/fixtures/datacite_software_missing_comma.json +0 -18
  135. data/spec/fixtures/datacite_software_overlapping_keys.json +0 -18
  136. data/spec/fixtures/datacite_software_version.json +0 -74
  137. data/spec/fixtures/edam_package.json +0 -12
  138. data/spec/fixtures/funding_reference.xml +0 -53
  139. data/spec/fixtures/gtex.xml +0 -71
  140. data/spec/fixtures/maremma/codemeta.json +0 -36
  141. data/spec/fixtures/nist.xml +0 -35
  142. data/spec/fixtures/ns0.xml +0 -2
  143. data/spec/fixtures/pure.bib +0 -14
  144. data/spec/fixtures/pure.ris +0 -15
  145. data/spec/fixtures/pure.xml +0 -188
  146. data/spec/fixtures/ris_bug.ris +0 -9
  147. data/spec/fixtures/schema_4.0.xml +0 -140
  148. data/spec/fixtures/schema_org.json +0 -49
  149. data/spec/fixtures/schema_org_geolocation.json +0 -82
  150. data/spec/fixtures/schema_org_geoshape.json +0 -550
  151. data/spec/fixtures/schema_org_gtex.json +0 -75
  152. data/spec/fixtures/schema_org_list.json +0 -12623
  153. data/spec/fixtures/schema_org_tdl_iodp_invalid_authors.json +0 -25
  154. data/spec/fixtures/schema_org_topmed.json +0 -53
  155. data/spec/fixtures/schema_org_type_as_array.json +0 -41
  156. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +0 -106
  157. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +0 -106
  158. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_citation.yml +0 -106
  159. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +0 -106
  160. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +0 -106
  161. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_jats.yml +0 -106
  162. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +0 -106
  163. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +0 -106
  164. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +0 -106
  165. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_citation.yml +0 -106
  166. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +0 -106
  167. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +0 -106
  168. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_jats.yml +0 -106
  169. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +0 -106
  170. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +0 -117
  171. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +0 -117
  172. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +0 -115
  173. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/crossref.yml +0 -54
  174. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/datacite.yml +0 -54
  175. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/jalc.yml +0 -54
  176. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/kisti.yml +0 -54
  177. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/medra.yml +0 -54
  178. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/op.yml +0 -54
  179. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +0 -48
  180. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +0 -48
  181. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +0 -48
  182. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +0 -48
  183. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_state.yml +0 -106
  184. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_title.yml +0 -106
  185. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_description.yml +0 -55
  186. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_identifiers.yml +0 -55
  187. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license.yml +0 -55
  188. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_name.yml +0 -55
  189. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_url.yml +0 -55
  190. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_state.yml +0 -55
  191. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/validates_against_schema.yml +0 -55
  192. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +0 -55
  193. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/doi.yml +0 -48
  194. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/doi_with_protocol.yml +0 -48
  195. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/dx_doi_org_url.yml +0 -48
  196. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/force_test_resolver.yml +0 -48
  197. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/https_url.yml +0 -48
  198. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/test_resolver.yml +0 -48
  199. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/test_resolver_http.yml +0 -48
  200. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +0 -48
  201. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi_with_special_characters.yml +0 -48
  202. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +0 -48
  203. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/sandbox_url.yml +0 -48
  204. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +0 -48
  205. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +0 -99
  206. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +0 -99
  207. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/jalc.yml +0 -99
  208. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/kisti.yml +0 -99
  209. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +0 -99
  210. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +0 -48
  211. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +0 -99
  212. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/op.yml +0 -99
  213. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi.yml +0 -48
  214. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi_with_protocol.yml +0 -48
  215. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/dx_doi_org_url.yml +0 -48
  216. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/force_stage_resolver.yml +0 -48
  217. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/https_url.yml +0 -48
  218. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/stage_resolver.yml +0 -48
  219. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/stage_resolver_http.yml +0 -48
  220. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +0 -157
  221. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +0 -157
  222. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +0 -157
  223. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +0 -157
  224. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +0 -106
  225. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +0 -106
  226. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +0 -106
  227. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +0 -157
  228. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +0 -106
  229. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +0 -106
  230. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +0 -106
  231. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +0 -106
  232. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +0 -106
  233. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +0 -106
  234. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +0 -106
  235. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +0 -106
  236. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +0 -106
  237. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +0 -106
  238. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_for_match.yml +0 -48
  239. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_for_with_schemeUri_in_hash.yml +0 -48
  240. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_match.yml +0 -48
  241. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/hsh_to_fos_no_match.yml +0 -48
  242. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/name_to_fos_for_match.yml +0 -48
  243. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/name_to_fos_match.yml +0 -48
  244. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/fos/name_to_fos_no_match.yml +0 -48
  245. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +0 -48
  246. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org_creators/with_affiliation.yml +0 -48
  247. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org_creators/without_affiliation.yml +0 -48
  248. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +0 -75
  249. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/metadata_reports.yml +0 -75
  250. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +0 -103
  251. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +0 -102
  252. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +0 -106
  253. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/JaLC.yml +0 -137
  254. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/KISTI.yml +0 -158
  255. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/OP.yml +0 -100
  256. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/affiliation_is_space.yml +0 -101
  257. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/another_book.yml +0 -138
  258. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/another_book_chapter.yml +0 -100
  259. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/article_id_as_page_number.yml +0 -101
  260. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/author_literal.yml +0 -108
  261. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book.yml +0 -99
  262. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter.yml +0 -170
  263. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter_with_RDF_for_container.yml +0 -99
  264. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_oup.yml +0 -98
  265. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/component.yml +0 -120
  266. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset.yml +0 -130
  267. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset_usda.yml +0 -143
  268. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +0 -101
  269. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dissertation.yml +0 -129
  270. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/empty_given_name.yml +0 -101
  271. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/invalid_date.yml +0 -101
  272. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +0 -100
  273. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_original_language_title.yml +0 -99
  274. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with.yml +0 -104
  275. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with_RDF_for_container.yml +0 -99
  276. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with_funding.yml +0 -100
  277. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_issue.yml +0 -127
  278. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/mEDRA.yml +0 -98
  279. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/markup.yml +0 -105
  280. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/missing_creator.yml +0 -100
  281. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_issn.yml +0 -99
  282. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_titles.yml +0 -98
  283. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_titles_with_missing.yml +0 -450
  284. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +0 -97
  285. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/peer_review.yml +0 -103
  286. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +0 -99
  287. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content_copernicus.yml +0 -102
  288. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/report_osti.yml +0 -144
  289. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/vor_with_url.yml +0 -102
  290. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/yet_another_book.yml +0 -99
  291. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/yet_another_book_chapter.yml +0 -99
  292. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_json_metadata/metadata_from_api.yml +0 -106
  293. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +0 -106
  294. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_staging_system.yml +0 -106
  295. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_staging_system_schema_3.yml +0 -106
  296. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_with_related_id_system.yml +0 -106
  297. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +0 -102
  298. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +0 -106
  299. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +0 -106
  300. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_empty_awardTitle.yml +0 -106
  301. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +0 -106
  302. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Referee_report_in_staging_system.yml +0 -106
  303. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Schema_org_type.yml +0 -106
  304. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +0 -106
  305. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +0 -106
  306. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +0 -106
  307. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/cc-by_3_0_us.yml +0 -106
  308. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/content_url.yml +0 -106
  309. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +0 -106
  310. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/dissertation.yml +0 -106
  311. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/doi_with_sign.yml +0 -106
  312. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +0 -106
  313. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/even_more_subject_scheme_FOR.yml +0 -106
  314. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_references.yml +0 -106
  315. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +0 -106
  316. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +0 -106
  317. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +0 -106
  318. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/leading_and_trailing_whitespace.yml +0 -106
  319. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/more_subject_scheme_FOR.yml +0 -106
  320. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorsName.yml +0 -106
  321. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +0 -106
  322. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/series-information.yml +0 -106
  323. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/subject_scheme.yml +0 -106
  324. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/subject_scheme_FOR.yml +0 -106
  325. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date/publication_date.yml +0 -48
  326. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +0 -48
  327. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +0 -48
  328. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +0 -48
  329. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/date.yml +0 -48
  330. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year-month.yml +0 -48
  331. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year.yml +0 -48
  332. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +0 -48
  333. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +0 -48
  334. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +0 -48
  335. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/future.yml +0 -48
  336. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/invalid.yml +0 -48
  337. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/nil.yml +0 -48
  338. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/past.yml +0 -48
  339. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datetime_from_time/present.yml +0 -48
  340. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +0 -55
  341. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +0 -55
  342. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +0 -55
  343. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +0 -55
  344. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +0 -55
  345. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +0 -55
  346. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +0 -48
  347. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +0 -55
  348. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +0 -55
  349. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +0 -55
  350. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation_and_country.yml +0 -114
  351. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +0 -55
  352. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/only_familyName_and_givenName.yml +0 -57
  353. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +0 -117
  354. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +0 -117
  355. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/harvard_dataverse.yml +0 -40
  356. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/pangaea.yml +0 -57
  357. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/zenodo.yml +0 -62
  358. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/only_title.yml +0 -48
  359. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_and_pages.yml +0 -48
  360. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_volume_and_pages.yml +0 -48
  361. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_volume_issue_and_pages.yml +0 -48
  362. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_as_codemeta_url.yml +0 -48
  363. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url.yml +0 -48
  364. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url_file.yml +0 -48
  365. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +0 -54
  366. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +0 -54
  367. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +0 -55
  368. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +0 -55
  369. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates/insert.yml +0 -55
  370. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +0 -55
  371. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +0 -55
  372. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_language/insert.yml +0 -55
  373. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +0 -55
  374. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +0 -55
  375. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +0 -55
  376. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +0 -55
  377. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +0 -55
  378. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +0 -55
  379. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +0 -55
  380. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_sizes/insert.yml +0 -55
  381. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +0 -55
  382. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +0 -55
  383. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +0 -55
  384. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +0 -48
  385. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +0 -48
  386. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +0 -48
  387. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +0 -48
  388. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +0 -48
  389. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_orcid_id.yml +0 -48
  390. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +0 -48
  391. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +0 -106
  392. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +0 -106
  393. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +0 -106
  394. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +0 -106
  395. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_cc_url/not_found.yml +0 -48
  396. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_cc_url/with_trailing_slash.yml +0 -48
  397. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_cc_url/with_trailing_slash_and_to_https.yml +0 -48
  398. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +0 -48
  399. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +0 -48
  400. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_force_datacite_sandbox.yml +0 -48
  401. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_datacite_sandbox.yml +0 -48
  402. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +0 -48
  403. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +0 -48
  404. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +0 -48
  405. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +0 -48
  406. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +0 -48
  407. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +0 -48
  408. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +0 -48
  409. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +0 -48
  410. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +0 -48
  411. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +0 -48
  412. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +0 -48
  413. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +0 -48
  414. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_options.yml +0 -48
  415. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_url.yml +0 -48
  416. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +0 -48
  417. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +0 -48
  418. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +0 -48
  419. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +0 -48
  420. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +0 -48
  421. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_array.yml +0 -48
  422. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_empty_array.yml +0 -48
  423. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_hash.yml +0 -48
  424. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_string.yml +0 -48
  425. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +0 -48
  426. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +0 -48
  427. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash_and_to_https.yml +0 -48
  428. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +0 -48
  429. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +0 -48
  430. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +0 -48
  431. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +0 -48
  432. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +0 -48
  433. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +0 -48
  434. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +0 -48
  435. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +0 -48
  436. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/hsh_to_spdx_id.yml +0 -48
  437. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/hsh_to_spdx_not_found.yml +0 -48
  438. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/hsh_to_spdx_url.yml +0 -48
  439. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/name_to_spdx_exists.yml +0 -48
  440. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/spdx/name_to_spdx_id.yml +0 -48
  441. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +0 -48
  442. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org_identifiers/with_identifiers.yml +0 -48
  443. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_doi/doi.yml +0 -48
  444. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_10.yml +0 -48
  445. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_11.yml +0 -48
  446. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_12.yml +0 -48
  447. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_13.yml +0 -48
  448. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_14.yml +0 -48
  449. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_4.yml +0 -48
  450. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_5.yml +0 -48
  451. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_6.yml +0 -48
  452. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_7.yml +0 -48
  453. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_8.yml +0 -48
  454. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/1_7_9.yml +0 -48
  455. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/funder_doi.yml +0 -48
  456. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/funder_doi_without_prefix.yml +0 -48
  457. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/non-funder_doi.yml +0 -48
  458. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +0 -48
  459. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +0 -48
  460. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +0 -48
  461. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +0 -48
  462. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +0 -48
  463. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +0 -48
  464. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +0 -48
  465. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +0 -48
  466. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +0 -48
  467. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +0 -48
  468. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi.yml +0 -48
  469. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_as_url.yml +0 -48
  470. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_with_protocol.yml +0 -48
  471. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/only_prefix.yml +0 -48
  472. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +0 -48
  473. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +0 -48
  474. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +0 -48
  475. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +0 -48
  476. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +0 -55
  477. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +0 -55
  478. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/authors_with_affiliations.yml +0 -114
  479. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/climate_data.yml +0 -55
  480. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +0 -115
  481. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/keywords_subject_scheme.yml +0 -55
  482. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +0 -75
  483. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +0 -55
  484. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +0 -55
  485. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +0 -52
  486. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Dataset.yml +0 -55
  487. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article.yml +0 -55
  488. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +0 -55
  489. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Missing_author.yml +0 -49
  490. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/interactive_resource_without_dates.yml +0 -55
  491. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/software_w/version.yml +0 -55
  492. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Another_dataset.yml +0 -55
  493. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +0 -55
  494. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +0 -115
  495. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +0 -55
  496. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +0 -55
  497. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/interactive_resource_without_dates.yml +0 -55
  498. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +0 -55
  499. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/keywords_subject_scheme.yml +0 -55
  500. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +0 -75
  501. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/missing_creator.yml +0 -49
  502. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +0 -55
  503. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/organization_author.yml +0 -52
  504. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software.yml +0 -55
  505. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software_w/version.yml +0 -55
  506. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_only_first_page.yml +0 -50
  507. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +0 -52
  508. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +0 -55
  509. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite_check_codemeta_v2.yml +0 -55
  510. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +0 -55
  511. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +0 -75
  512. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +0 -52
  513. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +0 -55
  514. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +0 -117
  515. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +0 -55
  516. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/climate_data.yml +0 -55
  517. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/maremma.yml +0 -75
  518. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/text.yml +0 -55
  519. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/with_data_citation.yml +0 -55
  520. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/with_pages.yml +0 -52
  521. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +0 -75
  522. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +0 -52
  523. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +0 -55
  524. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +0 -117
  525. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/DOI_not_found.yml +0 -51
  526. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +0 -55
  527. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +0 -55
  528. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru_with_doi_in_options.yml +0 -55
  529. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +0 -75
  530. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +0 -52
  531. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +0 -55
  532. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +0 -115
  533. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +0 -49
  534. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_version.yml +0 -55
  535. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +0 -55
  536. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +0 -55
  537. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/book_chapter.yml +0 -88
  538. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/interactive_resource_without_dates.yml +0 -55
  539. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/maremma.yml +0 -75
  540. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +0 -52
  541. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +0 -55
  542. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation_schema_org.yml +0 -117
  543. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_editor.yml +0 -49
  544. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/BlogPosting.yml +0 -55
  545. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/BlogPosting_schema_org.yml +0 -117
  546. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/journal_article.yml +0 -55
  547. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/maremma.yml +0 -75
  548. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/with_pages.yml +0 -52
  549. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +0 -55
  550. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +0 -117
  551. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +0 -55
  552. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +0 -55
  553. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +0 -55
  554. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/keywords_with_subject_scheme.yml +0 -55
  555. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +0 -75
  556. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +0 -52
  557. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +0 -106
  558. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +0 -106
  559. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +0 -55
  560. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_Cyark.yml +0 -106
  561. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +0 -106
  562. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +0 -55
  563. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/alternate_identifiers.yml +0 -55
  564. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/data_catalog.yml +0 -55
  565. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/geo_location_box.yml +0 -55
  566. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/interactive_resource_without_dates.yml +0 -55
  567. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +0 -55
  568. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +0 -75
  569. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/series_information.yml +0 -55
  570. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme.yml +0 -55
  571. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme_multiple_keywords.yml +0 -55
  572. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml +0 -55
  573. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_schema_org.yml +0 -117
  574. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +0 -55
  575. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/journal_article.yml +0 -55
  576. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/with_pages.yml +0 -52
  577. data/spec/fixtures/vivli.xml +0 -1
  578. data/spec/metadata_spec.rb +0 -165
  579. data/spec/readers/bibtex_reader_spec.rb +0 -63
  580. data/spec/readers/citeproc_reader_spec.rb +0 -61
  581. data/spec/readers/codemeta_reader_spec.rb +0 -138
  582. data/spec/readers/crosscite_reader_spec.rb +0 -41
  583. data/spec/readers/crossref_reader_spec.rb +0 -1102
  584. data/spec/readers/datacite_json_reader_spec.rb +0 -80
  585. data/spec/readers/datacite_reader_spec.rb +0 -1615
  586. data/spec/readers/npm_reader_spec.rb +0 -66
  587. data/spec/readers/ris_reader_spec.rb +0 -75
  588. data/spec/readers/schema_org_reader_spec.rb +0 -344
  589. data/spec/spec_helper.rb +0 -94
  590. data/spec/utils_spec.rb +0 -605
  591. data/spec/writers/bibtex_writer_spec.rb +0 -195
  592. data/spec/writers/citation_writer_spec.rb +0 -52
  593. data/spec/writers/citeproc_writer_spec.rb +0 -290
  594. data/spec/writers/codemeta_writer_spec.rb +0 -45
  595. data/spec/writers/crosscite_writer_spec.rb +0 -122
  596. data/spec/writers/crossref_writer_spec.rb +0 -21
  597. data/spec/writers/csv_writer_spec.rb +0 -94
  598. data/spec/writers/datacite_json_writer_spec.rb +0 -90
  599. data/spec/writers/datacite_writer_spec.rb +0 -428
  600. data/spec/writers/jats_writer_spec.rb +0 -193
  601. data/spec/writers/rdf_xml_writer_spec.rb +0 -86
  602. data/spec/writers/ris_writer_spec.rb +0 -207
  603. data/spec/writers/schema_org_writer_spec.rb +0 -369
  604. data/spec/writers/turtle_writer_spec.rb +0 -84
@@ -1,52 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <resource xmlns="http://datacite.org/schema/kernel-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">
3
- <identifier identifierType="DOI">10.1594/GFZ.SDDB.1102</identifier>
4
- <creators>
5
- <creator>
6
- <creatorName>Dannowski, Grit</creatorName>
7
- </creator>
8
- <creator>
9
- <creatorName>Schrötter, Jörg</creatorName>
10
- </creator>
11
- <creator>
12
- <creatorName>Erbas, Kemal</creatorName>
13
- </creator>
14
- <creator>
15
- <creatorName>Förster, Andrea</creatorName>
16
- </creator>
17
- <creator>
18
- <creatorName>Huenges, Ernst</creatorName>
19
- </creator>
20
- </creators>
21
- <titles>
22
- <title>Borehole Temperature of HSDP-2-A on 07/05/1999</title>
23
- </titles>
24
- <publisher>Deutsches GeoForschungsZentrum GFZ</publisher>
25
- <publicationYear>2007</publicationYear>
26
- <subjects>
27
- <subject subjectScheme="project">Hawaii Scientific Drilling Project</subject>
28
- <subject subjectScheme="platform">Land based</subject>
29
- <subject subjectScheme="keyword">Distributed Optical Fibre Temperature Sensing</subject>
30
- <subject subjectScheme="keyword">temperature_07/05/99_02:44am</subject>
31
- <subject subjectScheme="keyword">temperature_07/05/99_07:22am</subject>
32
- </subjects>
33
- <dates>
34
- <date dateType="Issued">2007-10-09</date>
35
- </dates>
36
- <language>eng</language>
37
- <resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
38
- <relatedIdentifiers>
39
- <relatedIdentifier relatedIdentifierType="DOI" relationType="IsCitedBy">http://dx.doi.org/10.1016/S0040-1951(03)00197-5</relatedIdentifier>
40
- </relatedIdentifiers>
41
- <sizes>
42
- <size> </size>
43
- </sizes>
44
- <descriptions>
45
- <description descriptionType="Abstract">The temperature pattern is attributed to a superposition of thermal and hydraulic processes. In the deeper borehole (HSDP-2, depth 3.1 km) detailed temperature monitoring was performed. Temperature measurements reveal two different thermal regimes. The upper part is characterised by cold temperatures and a negative temperature gradient similar to those observed in the shallow pilot borehole. Below 1100 m, increasing temperatures are observed. Different processes, such as topographically driven groundwater flow, ingress of salt water and conductive previous termheatnext term flow are investigated by numerical modeling. A pure conductive scenario fails to match the temperature measurements, implying that both borehole sections are overprinted by advective conditions. Coupled fluid and previous termheatnext term flow modeling with solute transport yield results that agree with observed temperatures. These data were taken at 07/05/1999 from 02.30 a.m. to 07.30 a.m.</description>
46
- </descriptions>
47
- <geoLocations>
48
- <geoLocation>
49
- <geoLocationPoint>19.74 -155.05</geoLocationPoint>
50
- </geoLocation>
51
- </geoLocations>
52
- </resource>
@@ -1,51 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <resource
3
- xmlns="http://datacite.org/schema/kernel-4"
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">
5
- <identifier identifierType="DOI">10.15770/EUM_SAF_OSI_9999</identifier>
6
- <creators>
7
- <creator>
8
- <creatorName>SAF on Ocean and Sea Ice</creatorName>
9
- </creator>
10
- <creator>
11
- <creatorName>OSI SAF</creatorName>
12
- </creator>
13
- </creators>
14
- <titles>
15
- <title xml:lang="en">DOI Test 2 title content</title>
16
- <title xml:lang="en">AAPP</title>
17
- </titles>
18
- <publisher>OSI SAF</publisher>
19
- <publicationYear>2004</publicationYear>
20
- <resourceType resourceTypeGeneral="Collection">Climate Data Record</resourceType>
21
- <dates>
22
- <date dateType="Created">2004-01-19</date>
23
- <date dateType="Valid">2004-01-19/2015-12-31</date>
24
- </dates>
25
- <language>en</language>
26
- <relatedIdentifiers>
27
- <relatedIdentifier relatedIdentifierType="URL" relationType="HasMetadata" relatedMetadataScheme="http://schemas.opengis.net/iso/19139/20060504/gmd/gmd.xsd" schemeURI="http://schemas.opengis.net/csw/2.0.2/csw.xsd" schemeType="xsd">https://eumetsat.eggits.net/elastic-csw/download/EO:EUM:CM:MSG:DOI_TEST_2</relatedIdentifier>
28
- <relatedIdentifier relatedIdentifierType="URL" relationType="IsDocumentedBy" schemeType="text/html">https://eumetsat.eggits.net/nextgen-pn/product/EO:EUM:CM:MSG:DOI_TEST_2</relatedIdentifier>
29
- </relatedIdentifiers>
30
- <rightsList>
31
- <rights>copyright</rights>
32
- </rightsList>
33
- <descriptions>
34
- <description descriptionType="Methods" xml:lang="en">This is the DOI TEST 2 product where this is the description field content.</description>
35
- </descriptions>
36
- <geoLocations>
37
- <geoLocation>
38
- <geoLocationBox>
39
- <westBoundLongitude>-70.0</westBoundLongitude>
40
- <eastBoundLongitude>70.0</eastBoundLongitude>
41
- <southBoundLatitude>-70.0</southBoundLatitude>
42
- <northBoundLatitude>70.0</northBoundLatitude>
43
- </geoLocationBox>
44
- </geoLocation>
45
- <geoLocation>
46
- <geoLocationPlace
47
- xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">Regional
48
- </geoLocationPlace>
49
- </geoLocation>
50
- </geoLocations>
51
- </resource>
@@ -1,83 +0,0 @@
1
- {
2
- "id": "https://doi.org/10.5438/4k3m-nyvg",
3
- "types": {
4
- "resourceTypeGeneral": "Text",
5
- "resourceType": "BlogPosting",
6
- "schemaOrg": "ScholarlyArticle",
7
- "citeproc": "article-journal",
8
- "bibtex": "article",
9
- "ris": "RPRT"
10
- },
11
- "doi": "10.5438/4k3m-nyvg",
12
- "identifiers": [
13
- {
14
- "identifierType": "DOI",
15
- "identifier": "https://doi.org/10.5438/4k3m-nyvg"
16
- },
17
- {
18
- "identifierType": "Local accession number",
19
- "identifier": "MS-49-3632-5083"
20
- }
21
- ],
22
- "creators": [{
23
- "type": "Person",
24
- "id": "http://orcid.org/0000-0003-1419-2405",
25
- "name": "Fenner, Martin",
26
- "givenName": "Martin",
27
- "familyName": "Fenner"
28
- }],
29
- "titles": [{
30
- "title": "Eating your own Dog Food"
31
- }],
32
- "publisher": "DataCite",
33
- "publicationYear": "2016",
34
- "subjects": [
35
- {
36
- "subject": "datacite"
37
- },
38
- {
39
- "subject": "doi"
40
- },
41
- {
42
- "subject": "metadata"
43
- }
44
- ],
45
- "dates": [
46
- {
47
- "dateType": "Created",
48
- "date": "2016-12-20"
49
- },
50
- {
51
- "dateType": "Issued",
52
- "date": "2016-12-20"
53
- },
54
- {
55
- "dateType": "Updated",
56
- "date": "2016-12-20"
57
- }
58
- ],
59
- "relatedIdentifiers": [
60
- {
61
- "relatedIdentifier": "10.5438/0000-00ss",
62
- "relatedIdentifierType": "DOI",
63
- "relationType": "IsPartOf"
64
- },
65
- {
66
- "relatedIdentifier": "10.5438/0012",
67
- "relatedIdentifierType": "DOI",
68
- "relationType": "References"
69
- },
70
- {
71
- "relatedIdentifier": "10.5438/55e5-t5c0",
72
- "relatedIdentifierType": "DOI",
73
- "relationType": "References"
74
- }
75
- ],
76
- "version": "1.0",
77
- "descriptions": [{
78
- "descriptionType": "Abstract",
79
- "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..."
80
- }],
81
- "schemaVersion": "http://datacite.org/schema/kernel-4",
82
- "agency": "datacite"
83
- }
@@ -1,40 +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.5438/4K3M-NYVG</identifier>
4
- <creators>
5
- <creator>
6
- <creatorName>Fenner, Martin</creatorName>
7
- <givenName>Martin</givenName>
8
- <familyName>Fenner</familyName>
9
- <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0003-1419-2405</nameIdentifier>
10
- </creator>
11
- </creators>
12
- <titles>
13
- <title>Eating your own Dog Food</title>
14
- </titles>
15
- <publisher>DataCite</publisher>
16
- <publicationYear>2016</publicationYear>
17
- <resourceType resourceTypeGeneral="Text">BlogPosting</resourceType>
18
- <alternateIdentifiers>
19
- <alternateIdentifier alternateIdentifierType="Local accession number">MS-49-3632-5083</alternateIdentifier>
20
- </alternateIdentifiers>
21
- <subjects>
22
- <subject>datacite</subject>
23
- <subject>doi</subject>
24
- <subject>metadata</subject>
25
- </subjects>
26
- <dates>
27
- <date dateType="Created">2016-12-20</date>
28
- <date dateType="Issued">2016-12-20</date>
29
- <date dateType="Updated">2016-12-20</date>
30
- </dates>
31
- <relatedIdentifiers>
32
- <relatedIdentifier relatedIdentifierType="DOI" relationType="References">10.5438/0012</relatedIdentifier>
33
- <relatedIdentifier relatedIdentifierType="DOI" relationType="References">10.5438/55E5-T5C0</relatedIdentifier>
34
- <relatedIdentifier relatedIdentifierType="DOI" relationType="IsPartOf">10.5438/0000-00SS</relatedIdentifier>
35
- </relatedIdentifiers>
36
- <version>1.0</version>
37
- <descriptions>
38
- <description descriptionType="Abstract">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...</description>
39
- </descriptions>
40
- </resource>
@@ -1,58 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <resource xmlns="http://datacite.org/schema/kernel-3" xmlns:dim="http://www.dspace.org/xmlns/dspace/dim" xmlns:dryad="http://purl.org/dryad/terms/" xmlns:dspace="http://www.dspace.org/xmlns/dspace/dim" xmlns:mets="http://www.loc.gov/METS/" 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">
3
- <identifier identifierType="DOI">10.5061/DRYAD.8515</identifier>
4
- <version>1</version>
5
- <creators>
6
- <creator>
7
- <creatorName>Ollomo, Benjamin</creatorName>
8
- </creator>
9
- <creator>
10
- <creatorName>Durand, Patrick</creatorName>
11
- </creator>
12
- <creator>
13
- <creatorName>Prugnolle, Franck</creatorName>
14
- </creator>
15
- <creator>
16
- <creatorName>Douzery, Emmanuel J. P.</creatorName>
17
- </creator>
18
- <creator>
19
- <creatorName>Arnathau, Céline</creatorName>
20
- </creator>
21
- <creator>
22
- <creatorName>Nkoghe, Dieudonné</creatorName>
23
- </creator>
24
- <creator>
25
- <creatorName>Leroy, Eric</creatorName>
26
- </creator>
27
- <creator>
28
- <creatorName>Renaud, François</creatorName>
29
- </creator>
30
- </creators>
31
- <titles>
32
- <title>Data from: A new malaria agent in African hominids.</title>
33
- </titles>
34
- <publisher>Dryad Digital Repository</publisher>
35
- <publicationYear>2011</publicationYear>
36
- <subjects>
37
- <subject>Phylogeny</subject>
38
- <subject>Malaria</subject>
39
- <subject>Parasites</subject>
40
- <subject>Taxonomy</subject>
41
- <subject>Mitochondrial genome</subject>
42
- <subject>Africa</subject>
43
- <subject>Plasmodium</subject>
44
- </subjects>
45
- <resourceType resourceTypeGeneral="Dataset">DataPackage</resourceType>
46
- <alternateIdentifiers>
47
- <alternateIdentifier alternateIdentifierType="citation">Ollomo B, Durand P, Prugnolle F, Douzery EJP, Arnathau C, Nkoghe D, Leroy E, Renaud F (2009) A new malaria agent in African hominids. PLoS Pathogens 5(5): e1000446.</alternateIdentifier>
48
- </alternateIdentifiers>
49
- <relatedIdentifiers>
50
- <relatedIdentifier relatedIdentifierType="DOI" relationType="HasPart">10.5061/DRYAD.8515/1</relatedIdentifier>
51
- <relatedIdentifier relatedIdentifierType="DOI" relationType="HasPart">10.5061/DRYAD.8515/2</relatedIdentifier>
52
- <relatedIdentifier relatedIdentifierType="DOI" relationType="IsReferencedBy">10.1371/JOURNAL.PPAT.1000446</relatedIdentifier>
53
- <relatedIdentifier relatedIdentifierType="PMID" relationType="IsReferencedBy">19478877</relatedIdentifier>
54
- </relatedIdentifiers>
55
- <rightsList>
56
- <rights rightsURI="http://creativecommons.org/publicdomain/zero/1.0/" />
57
- </rightsList>
58
- </resource>
@@ -1,52 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <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">
3
- <identifier identifierType="DOI">10.25670/oi2018-001on</identifier>
4
- <titles>
5
- <title xml:lang="sl">Učinkovitost kanabinoidov pri zdravljenju raka</title>
6
- <title xml:lang="sl" titleType="Subtitle">mit ali resnica</title>
7
- <title xml:lang="en" titleType="TranslatedTitle">Therapeutic Efficacy of Cannabinoids in Cancer Treatment</title>
8
- <title xml:lang="en" titleType="Subtitle">Myth or Fact</title>
9
- </titles>
10
- <creators>
11
- <creator>
12
- <creatorName nameType="Personal">Grošelj, Blaž</creatorName>
13
- <givenName>Blaž</givenName>
14
- <familyName>Grošelj</familyName>
15
- <affiliation>Onkološki inštitut Ljubljana</affiliation>
16
- <creatorName nameType="Personal">Oražem, Miha </creatorName>
17
- <givenName>Miha</givenName>
18
- <familyName>Oražem</familyName>
19
- <affiliation>Onkološki inštitut Ljubljana</affiliation>
20
- <creatorName nameType="Personal">Kovač, Viljem</creatorName>
21
- <givenName>Viljem</givenName>
22
- <familyName>Kovač</familyName>
23
- <affiliation>Onkološki inštitut Ljubljana</affiliation>
24
- </creator>
25
- </creators>
26
- <publisher>Onkološki inštitut Ljubljana</publisher>
27
- <publicationYear>2018</publicationYear>
28
- <resourceType resourceTypeGeneral="Text">Journal Article</resourceType>
29
- <subjects>
30
- <subject subjectScheme="DDC">610 Medical sciences; Medicine</subject>
31
- <subject xml:lang="en">cancer</subject>
32
- <subject xml:lang="en">cannabinoids</subject>
33
- </subjects>
34
- <dates>
35
- <date dateType="Issued">2018-06-20</date>
36
- </dates>
37
- <relatedIdentifiers>
38
- <relatedIdentifier relatedIdentifierType="ISSN" relationType="IsPartOf">1581-3215</relatedIdentifier>
39
- </relatedIdentifiers>
40
- <descriptions>
41
- <description xml:lang="en" descriptionType="Other">The use of cannabis derivatives (cannabinoids) in oncology is sometimes indicated in the symptomatic treatment of nausea and vomiting, in pain management and in some neuropsychiatric disorders. In the recent years, there has been a growing interest in determining the anticancer effects of cannabinoids. Based on our clinical experience, we know that many patients use cannabinoids, among them also those with the aim of curing their disease. But despite the extensive and convincing data on the anticancer properties of cannabinoids from in vitro studies on cell cultures and studies on animal models, these properties have not (yet) been confirmed in a clinical trial. This paper summarises the currently available data on the potential of cannabinoid use in the clinical practice of oncology.</description>
42
- <description descriptionType="SeriesInformation" xml:lang="sl">Onkologija, leto XXII, št. 1, junij 2018</description>
43
- <description descriptionType="SeriesInformation" xml:lang="en">Onkologija, Volume XXII, No. 1, June 2018</description>
44
- </descriptions>
45
- <language>sl</language>
46
- <formats>
47
- <format>pdf</format>
48
- </formats>
49
- <rightsList>
50
- <rights rightsURI="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International license (CC BY 4.0)</rights>
51
- </rightsList>
52
- </resource>
@@ -1,33 +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.5438/4K3M-NYVG</identifier>
4
- <creators/>
5
- <titles>
6
- <title>Eating your own Dog Food</title>
7
- </titles>
8
- <publisher>DataCite</publisher>
9
- <publicationYear>2016</publicationYear>
10
- <resourceType resourceTypeGeneral="Text">BlogPosting</resourceType>
11
- <alternateIdentifiers>
12
- <alternateIdentifier alternateIdentifierType="Local accession number">MS-49-3632-5083</alternateIdentifier>
13
- </alternateIdentifiers>
14
- <subjects>
15
- <subject>datacite</subject>
16
- <subject>doi</subject>
17
- <subject>metadata</subject>
18
- </subjects>
19
- <dates>
20
- <date dateType="Created">2016-12-20</date>
21
- <date dateType="Issued">2016-12-20</date>
22
- <date dateType="Updated">2016-12-20</date>
23
- </dates>
24
- <relatedIdentifiers>
25
- <relatedIdentifier relatedIdentifierType="DOI" relationType="References">10.5438/0012</relatedIdentifier>
26
- <relatedIdentifier relatedIdentifierType="DOI" relationType="References">10.5438/55E5-T5C0</relatedIdentifier>
27
- <relatedIdentifier relatedIdentifierType="DOI" relationType="IsPartOf">10.5438/0000-00SS</relatedIdentifier>
28
- </relatedIdentifiers>
29
- <version>1.0</version>
30
- <descriptions>
31
- <description descriptionType="Abstract">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...</description>
32
- </descriptions>
33
- </resource>
@@ -1,58 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <resource xmlns="http://datacite.org/schema/kernel-3" xmlns:dim="http://www.dspace.org/xmlns/dspace/dim" xmlns:dryad="http://purl.org/dryad/terms/" xmlns:dspace="http://www.dspace.org/xmlns/dspace/dim" xmlns:mets="http://www.loc.gov/METS/" 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">
3
- <identifier identifierType="DOI">10.5061/DRYAD.8515</identifier>
4
- <version>1</version>
5
- <creators>
6
- <creator>
7
- <creatorName>Ollomo, Benjamin</creatorName>
8
- </creator>
9
- <creator>
10
- <creatorName>Durand, Patrick</creatorName>
11
- </creator>
12
- <creator>
13
- <creatorName>Prugnolle, Franck</creatorName>
14
- </creator>
15
- <creator>
16
- <creatorName>Douzery, Emmanuel J. P.</creatorName>
17
- </creator>
18
- <creator>
19
- <creatorName>Arnathau, Céline</creatorName>
20
- </creator>
21
- <creator>
22
- <creatorName>Nkoghe, Dieudonné</creatorName>
23
- </creator>
24
- <creator>
25
- <creatorName>Leroy, Eric</creatorName>
26
- </creator>
27
- <creator>
28
- <creatorName>Renaud, François</creatorName>
29
- </creator>
30
- </creators>
31
- <titles>
32
- <title>Data from: A new malaria agent in African hominids.</title>
33
- </titles>
34
- <publisher>Dryad Digital Repository</publisher>
35
- <publicationYear>2011</publicationYear>
36
- <subjects>
37
- <subject>Phylogeny</subject>
38
- <subject>Malaria</subject>
39
- <subject>Parasites</subject>
40
- <subject>Taxonomy</subject>
41
- <subject>Mitochondrial genome</subject>
42
- <subject>Africa</subject>
43
- <subject>Plasmodium</subject>
44
- </subjects>
45
- <resourceType resourceTypeGeneral="Dataset">DataPackage</resourceType>
46
- <alternateIdentifiers>
47
- <alternateIdentifier alternateIdentifierType="citation">Ollomo B, Durand P, Prugnolle F, Douzery EJP, Arnathau C, Nkoghe D, Leroy E, Renaud F (2009) A new malaria agent in African hominids. PLoS Pathogens 5(5): e1000446.</alternateIdentifier>
48
- </alternateIdentifiers>
49
- <relatedIdentifiers>
50
- <relatedIdentifier relatedIdentifierType="DOI" relationType="HasPart">10.5061/DRYAD.8515/1</relatedIdentifier>
51
- <relatedIdentifier relatedIdentifierType="DOI" relationType="HasPart">10.5061/DRYAD.8515/2</relatedIdentifier>
52
- <relatedIdentifier relatedIdentifierType="DOI" relationType="IsReferencedBy">10.1371/JOURNAL.PPAT.1000446</relatedIdentifier>
53
- <relatedIdentifier relatedIdentifierType="PMID" relationType="IsReferencedBy">19478877</relatedIdentifier>
54
- </relatedIdentifiers>
55
- <rightsList>
56
- <rights rightsURI="http://creativecommons.org/publicdomain/zero/1.0/" />
57
- </rightsList>
58
- </resource>
@@ -1,21 +0,0 @@
1
- {
2
- "id": "https://doi.org/10.5063/f1m61h5x",
3
- "types": {
4
- "resource-type-general": "Software",
5
- "resource-type": "Software"
6
- },
7
- "doi": "10.5063/F1M61H5X",
8
- "creators": [{
9
- "type": "Person",
10
- "name": "Matthew B. Jones",
11
- "givenName": "Matthew B.",
12
- "familyName": "Jones"
13
- }],
14
- "titles": [{
15
- "title": "dataone: R interface to the DataONE network of data repositories"
16
- }],
17
- "publisher": "KNB Data Repository",
18
- "publication-year": "2016",
19
- "schema-version": "http://datacite.org/schema/kernel-3",
20
- "agency": "datacite"
21
- }
@@ -1,18 +0,0 @@
1
- {
2
- "id": "https://doi.org/10.5063/f1m61h5x",
3
- "doi": "10.5063/F1M61H5X"
4
- "creator": {
5
- "type": "Person",
6
- "name": "Matthew B. Jones",
7
- "givenName": "Matthew B.",
8
- "familyName": "Jones"
9
- },
10
- "title": "dataone: R interface to the DataONE network of data repositories",
11
- "publisher": "KNB Data Repository",
12
- "publication-year": "2016",
13
- "resource-type-general": "Software",
14
- "resource-type": "Software",
15
- "date-published": "2016",
16
- "schema-version": "http://datacite.org/schema/kernel-3",
17
- "provider": "DataCite"
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "id": "https://doi.org/10.5063/f1m61h5x",
3
- "id": "10.5063/F1M61H5X",
4
- "creator": {
5
- "type": "Person",
6
- "name": "Matthew B. Jones",
7
- "givenName": "Matthew B.",
8
- "familyName": "Jones"
9
- },
10
- "title": "dataone: R interface to the DataONE network of data repositories",
11
- "publisher": "KNB Data Repository",
12
- "publication-year": "2016",
13
- "resource-type-general": "Software",
14
- "resource-type": "Software",
15
- "date-published": "2016",
16
- "schemaVersion": "http://datacite.org/schema/kernel-3",
17
- "provider": "DataCite"
18
- }
@@ -1,74 +0,0 @@
1
- {
2
- "id": "https://doi.org/10.5281/zenodo.2598836",
3
- "doi": "10.5281/ZENODO.2598836",
4
- "url": "https://zenodo.org/record/2598836",
5
- "types": {
6
- "ris": "COMP",
7
- "bibtex": "misc",
8
- "citeproc": "article",
9
- "schemaOrg": "SoftwareSourceCode",
10
- "resourceTypeGeneral": "Software"
11
- },
12
- "creators": [
13
- {
14
- "name": "Lab For Exosphere And Near Space Environment Studies",
15
- "affiliation": []
16
- }
17
- ],
18
- "titles": [
19
- {
20
- "title": "lenses-lab/LYAO_RT-2018JA026426: Original Release"
21
- }
22
- ],
23
- "publisher": "Zenodo",
24
- "container": {},
25
- "contributors": [],
26
- "dates": [
27
- {
28
- "date": "2019-03-20",
29
- "dateType": "Issued"
30
- }
31
- ],
32
- "publicationYear": 2019,
33
- "identifiers": [
34
- {
35
- "identifier": "https://doi.org/10.5281/zenodo.2598836",
36
- "identifierType": "DOI"
37
- },
38
- {
39
- "identifier": "https://zenodo.org/record/2598836",
40
- "identifierType": "URL"
41
- }
42
- ],
43
- "version": "1.0.0",
44
- "rightsList": [
45
- {
46
- "rights": "Open Access",
47
- "rightsUri": "info:eu-repo/semantics/openAccess"
48
- }
49
- ],
50
- "descriptions": [
51
- {
52
- "description": "Original executables used by Gallant et al. for JGR publication 2018JA026426.",
53
- "descriptionType": "Abstract"
54
- }
55
- ],
56
- "relatedIdentifiers": [
57
- {
58
- "relationType": "IsSupplementTo",
59
- "relatedIdentifier": "https://github.com/lenses-lab/LYAO_RT-2018JA026426/tree/1.0.0",
60
- "relatedIdentifierType": "URL"
61
- },
62
- {
63
- "relationType": "IsVersionOf",
64
- "relatedIdentifier": "10.5281/zenodo.2598835",
65
- "relatedIdentifierType": "DOI"
66
- }
67
- ],
68
- "schemaVersion": "http://datacite.org/schema/kernel-4",
69
- "providerId": "cern",
70
- "clientId": "cern.zenodo",
71
- "agency": "datacite",
72
- "state": "findable"
73
- }
74
-
@@ -1,12 +0,0 @@
1
- {
2
- "name": "edam-browser",
3
- "description": "The EDAM Browser is a client-side web-based visualization javascript widget. Its goals are to help describing bio-related resources and service with EDAM, and to facilitate and foster community contributions to EDAM.",
4
- "author": "Bryan Brancotte",
5
- "version": "1.0.0",
6
- "scripts": {
7
- "test": "jshint js/*js"
8
- },
9
- "devDependencies": {
10
- "jshint": "^2.9.5"
11
- }
12
- }
@@ -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>