bolognese 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (197) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/README.md +2 -3
  4. data/lib/bolognese.rb +1 -0
  5. data/lib/bolognese/datacite.rb +6 -2
  6. data/lib/bolognese/version.rb +1 -1
  7. data/spec/codemeta_spec.rb +1 -1
  8. data/spec/crossref_spec.rb +2 -2
  9. data/spec/fixtures/vcr_cassettes/Bolognese_Bibtex/get_metadata_as_rdf_xml/Crossref_DOI.yml +18 -4598
  10. data/spec/fixtures/vcr_cassettes/Bolognese_Bibtex/get_metadata_as_turtle/Crossref_DOI.yml +18 -738
  11. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +14 -22
  12. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +14 -22
  13. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +14 -24
  14. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +16 -22
  15. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +14 -22
  16. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +15 -160
  17. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +15 -160
  18. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +17 -160
  19. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +17 -160
  20. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +17 -160
  21. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +519 -528
  22. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml +519 -528
  23. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +519 -528
  24. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +519 -528
  25. data/spec/fixtures/vcr_cassettes/Bolognese_Citeproc/get_metadata_as_rdf_xml/BlogPosting.yml +18 -4598
  26. data/spec/fixtures/vcr_cassettes/Bolognese_Citeproc/get_metadata_as_turtle/BlogPosting.yml +18 -18
  27. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata/maremma.yml +25 -22
  28. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata/maremma_schema_org_JSON.yml +23 -20
  29. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata/no_codemeta_json.yml +7 -7
  30. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata/not_found_error.yml +7 -7
  31. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata_as_bibtex/maremma.yml +24 -21
  32. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata_as_citeproc/maremma.yml +10 -10
  33. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata_as_datacite_xml/maremma.yml +26 -23
  34. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata_as_rdf_xml/maremma.yml +26 -4606
  35. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata_as_ris/maremma.yml +7 -7
  36. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata_as_schema_org_JSON/maremma.yml +26 -23
  37. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata_as_turtle/maremma.yml +28 -4608
  38. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/authors_as_string/author.yml +9 -5
  39. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/authors_as_string/no_author.yml +9 -5
  40. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/authors_as_string/single_author.yml +9 -5
  41. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/authors_as_string/with_organization.yml +9 -5
  42. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata/DOI_with_ORCID_ID.yml +9 -145
  43. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata/DOI_with_SICI_DOI.yml +173 -98
  44. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata/DOI_with_data_citation.yml +9 -187
  45. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata/Schema_org_JSON.yml +9 -5
  46. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata/date_in_future.yml +9 -83
  47. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata/journal_article.yml +9 -155
  48. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata/not_found_error.yml +2 -92
  49. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata/posted_content.yml +9 -187
  50. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_bibtex/with_data_citation.yml +9 -5
  51. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_bibtex/with_pages.yml +9 -5
  52. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_citeproc/journal_article.yml +5 -5
  53. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_citeproc/with_pages.yml +5 -5
  54. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_datacite_xml/with_ORCID_ID.yml +9 -5
  55. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_datacite_xml/with_data_citation.yml +9 -5
  56. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_datacite_xml/with_editor.yml +9 -5
  57. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_rdf_xml/journal_article.yml +23 -23
  58. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_rdf_xml/with_pages.yml +23 -23
  59. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_ris/journal_article.yml +5 -5
  60. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_ris/with_pages.yml +5 -5
  61. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_string/DOI_with_data_citation.yml +9 -5
  62. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_turtle/journal_article.yml +23 -23
  63. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_turtle/with_pages.yml +23 -4603
  64. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_name_identifier/has_ORCID.yml +14 -129
  65. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_name_identifier/has_no_ORCID.yml +13 -109
  66. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_one_author/has_familyName.yml +13 -130
  67. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_one_author/has_name_in_display-order.yml +12 -160
  68. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_one_author/has_name_in_display-order_with_ORCID.yml +14 -151
  69. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_one_author/has_name_in_sort-order.yml +13 -148
  70. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_one_author/is_organization.yml +9 -5
  71. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/is_personal_name_/has_comma.yml +9 -5
  72. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/is_personal_name_/has_family_name.yml +9 -5
  73. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/is_personal_name_/has_id.yml +9 -5
  74. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/is_personal_name_/has_no_info.yml +9 -5
  75. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/is_personal_name_/has_type_organization.yml +9 -5
  76. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/is_personal_name_/has_type_person.yml +9 -5
  77. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/BlogPosting.yml +14 -129
  78. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/Dataset.yml +14 -147
  79. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/Date.yml +14 -108
  80. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/Funding_schema_version_3.yml +14 -114
  81. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/Funding_schema_version_4.yml +13 -449
  82. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/Schema_org_JSON_IsSupplementTo.yml +14 -145
  83. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/Schema_org_JSON_isReferencedBy.yml +14 -147
  84. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/is_identical_to.yml +14 -150
  85. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/multiple_licenses.yml +13 -159
  86. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_bibtex/BlogPosting.yml +14 -129
  87. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_bibtex/Dataset.yml +14 -147
  88. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_citeproc/BlogPosting.yml +8 -125
  89. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_citeproc/Dataset.yml +10 -143
  90. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_codemeta/SoftwareSourceCode.yml +14 -107
  91. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_datacite_xml_4_0/Dataset.yml +14 -147
  92. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_rdf_xml/BlogPosting.yml +27 -142
  93. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_ris/BlogPosting.yml +9 -124
  94. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_ris/Dataset.yml +10 -143
  95. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_turtle/BlogPosting.yml +27 -142
  96. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_turtle/Dataset.yml +28 -161
  97. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_alternate_identifiers/insert.yml +13 -148
  98. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_contributors/none.yml +14 -147
  99. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_creators/insert.yml +14 -147
  100. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_dates/insert.yml +14 -147
  101. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_descriptions/insert.yml +13 -130
  102. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_identifier/doi.yml +14 -147
  103. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_person/creator_only_name.yml +13 -148
  104. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_publication_year/insert.yml +13 -148
  105. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_publisher/insert.yml +13 -148
  106. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_related_identifiers/insert.yml +13 -148
  107. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_related_identifiers/related_identifier.yml +14 -147
  108. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_resource_type/insert.yml +14 -147
  109. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_rights_list/insert.yml +14 -147
  110. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_subjects/insert.yml +14 -147
  111. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_titles/insert.yml +14 -147
  112. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_version/insert.yml +14 -147
  113. data/spec/fixtures/vcr_cassettes/Bolognese_DataciteJson/get_metadata_as_rdf_xml/BlogPosting.yml +27 -142
  114. data/spec/fixtures/vcr_cassettes/Bolognese_DataciteJson/get_metadata_as_turtle/BlogPosting.yml +18 -18
  115. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +5 -17
  116. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +5 -17
  117. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +7 -17
  118. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +8 -16
  119. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +5 -19
  120. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +5 -17
  121. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +5 -19
  122. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +7 -17
  123. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/generate/datacite.yml +10 -143
  124. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/read/datacite.yml +10 -143
  125. data/spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata/BlogPosting.yml +538 -538
  126. data/spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata/BlogPosting_schema_org_JSON.yml +538 -538
  127. data/spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata/not_found_error.yml +2 -2
  128. data/spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata_as_bibtex/with_data_citation.yml +538 -538
  129. data/spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata_as_citeproc/BlogPosting.yml +12 -12
  130. data/spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata_as_datacite_xml/with_data_citation.yml +538 -538
  131. data/spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata_as_ris/BlogPosting.yml +12 -12
  132. metadata +2 -67
  133. data/spec/fixtures/vcr_cassettes/Bolognese_Codemeta/get_metadata_as_ris/BlogPosting.yml +0 -100
  134. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/author_from_schema_org/with_id.yml +0 -930
  135. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/author_to_schema_org/with_id.yml +0 -930
  136. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/from_schema_org/with_id.yml +0 -930
  137. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_datacite_xml/DOI_with_ORCID_ID.yml +0 -506
  138. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/get_metadata_as_datacite_xml/DOI_with_data_citation.yml +0 -901
  139. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_doi/SICI_doi.yml +0 -930
  140. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_doi/doi.yml +0 -930
  141. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_doi/doi_from_url_without_doi_proxy.yml +0 -930
  142. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_doi/doi_prefix_too_long.yml +0 -930
  143. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_doi/doi_prefix_with_string.yml +0 -930
  144. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_doi/doi_with_protocol.yml +0 -930
  145. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_doi/dx_doi_org_url.yml +0 -930
  146. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_doi/https_url.yml +0 -930
  147. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_doi/not_valid_doi_prefix.yml +0 -930
  148. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_id/doi.yml +0 -930
  149. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_id/doi_as_url.yml +0 -930
  150. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_id/ftp.yml +0 -930
  151. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_id/invalid_url.yml +0 -930
  152. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_id/string.yml +0 -930
  153. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_id/url.yml +0 -930
  154. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_id/url_with_utf-8.yml +0 -930
  155. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_ids/doi.yml +0 -930
  156. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_ids/url.yml +0 -930
  157. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_url/doi.yml +0 -930
  158. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/normalize_url/url.yml +0 -930
  159. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/parse_attribute/array.yml +0 -930
  160. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/parse_attribute/hash.yml +0 -930
  161. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/parse_attribute/nil.yml +0 -930
  162. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/parse_attribute/string.yml +0 -930
  163. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/parse_attributes/array.yml +0 -930
  164. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/parse_attributes/hash.yml +0 -930
  165. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/parse_attributes/nil.yml +0 -930
  166. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/parse_attributes/string.yml +0 -930
  167. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/sanitize/should_only_keep_specific_tags.yml +0 -930
  168. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/sanitize/should_remove_a_tags.yml +0 -930
  169. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/to_schema_org/with_id.yml +0 -930
  170. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/validate_url/DOI.yml +0 -930
  171. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/validate_url/URL.yml +0 -930
  172. data/spec/fixtures/vcr_cassettes/Bolognese_Crossref/validate_url/string.yml +0 -930
  173. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/Citeproc_JSON.yml +0 -173
  174. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata/Schema_org_JSON.yml +0 -173
  175. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_datacite_xml_4_0/Funding.yml +0 -474
  176. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_microdata/BlogPosting.yml +0 -4735
  177. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_rdf/xml/BlogPosting.yml +0 -4735
  178. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_rdf/xml/Dataset.yml +0 -4753
  179. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_rdfa/BlogPosting.yml +0 -4735
  180. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_rdfxml/BlogPosting.yml +0 -9315
  181. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/get_metadata_as_string/Dataset.yml +0 -173
  182. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_person/creator_given_and_family_name.yml +0 -173
  183. data/spec/fixtures/vcr_cassettes/Bolognese_Datacite/insert_related_identifiers/rel_identifiers.yml +0 -173
  184. data/spec/fixtures/vcr_cassettes/Bolognese_DataciteJson/BlogPosting.yml +0 -4735
  185. data/spec/fixtures/vcr_cassettes/Bolognese_DataciteJson/get_metadata_as_bibtex/BlogPosting.yml +0 -155
  186. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider/crossref.yml +0 -44
  187. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider/crossref_doi_not_url.yml +0 -44
  188. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider/datacite.yml +0 -44
  189. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider/datacite_doi_http.yml +0 -44
  190. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider/orcid.yml +0 -44
  191. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/crossref.yml +0 -44
  192. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/crossref_doi_not_url.yml +0 -44
  193. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/datacite.yml +0 -44
  194. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/datacite_doi_http.yml +0 -44
  195. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write/datacite_to_bibtex.yml +0 -173
  196. data/spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata_as_rdf_xml/BlogPosting.yml +0 -5233
  197. data/spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata_as_turtle/BlogPosting.yml +0 -5233
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://doi.org/10.5438/4k3m-nyvg
5
+ uri: https://search.datacite.org/api?fl=doi,xml,media,minted,updated&q=doi:10.5438/4k3m-nyvg&wt=json
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -10,78 +10,7 @@ http_interactions:
10
10
  User-Agent:
11
11
  - Maremma - https://github.com/datacite/maremma
12
12
  Accept:
13
- - application/vnd.datacite.datacite+xml
14
- response:
15
- status:
16
- code: 303
17
- message: ''
18
- headers:
19
- Server:
20
- - Apache-Coyote/1.1
21
- Vary:
22
- - Accept
23
- Location:
24
- - http://data.datacite.org/10.5438%2F4k3m-nyvg
25
- Expires:
26
- - Sat, 15 Apr 2017 16:45:04 GMT
27
- Content-Type:
28
- - text/html;charset=utf-8
29
- Content-Length:
30
- - '173'
31
- Date:
32
- - Sat, 15 Apr 2017 16:13:08 GMT
33
- body:
34
- encoding: UTF-8
35
- string: |-
36
- <html><head><title>Handle Redirect</title></head>
37
- <body><a href="http://data.datacite.org/10.5438%2F4k3m-nyvg">http://data.datacite.org/10.5438%2F4k3m-nyvg</a></body></html>
38
- http_version:
39
- recorded_at: Sat, 15 Apr 2017 16:13:09 GMT
40
- - request:
41
- method: get
42
- uri: http://data.datacite.org/10.5438%2F4k3m-nyvg
43
- body:
44
- encoding: US-ASCII
45
- string: ''
46
- headers:
47
- User-Agent:
48
- - Maremma - https://github.com/datacite/maremma
49
- Accept:
50
- - application/vnd.datacite.datacite+xml
51
- response:
52
- status:
53
- code: 301
54
- message: ''
55
- headers:
56
- Content-Type:
57
- - text/html
58
- Date:
59
- - Sat, 15 Apr 2017 16:13:09 GMT
60
- Location:
61
- - https://data.datacite.org/10.5438%2F4k3m-nyvg
62
- Server:
63
- - openresty/1.11.2.2
64
- Content-Length:
65
- - '191'
66
- Connection:
67
- - keep-alive
68
- body:
69
- encoding: UTF-8
70
- string: "<html>\r\n<head><title>301 Moved Permanently</title></head>\r\n<body
71
- bgcolor=\"white\">\r\n<center><h1>301 Moved Permanently</h1></center>\r\n<hr><center>openresty/1.11.2.2</center>\r\n</body>\r\n</html>\r\n"
72
- http_version:
73
- recorded_at: Sat, 15 Apr 2017 16:13:09 GMT
74
- - request:
75
- method: get
76
- uri: https://data.datacite.org/10.5438%2F4k3m-nyvg
77
- body:
78
- encoding: US-ASCII
79
- string: ''
80
- headers:
81
- User-Agent:
82
- - Maremma - https://github.com/datacite/maremma
83
- Accept:
84
- - application/vnd.datacite.datacite+xml
13
+ - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
85
14
  response:
86
15
  status:
87
16
  code: 200
@@ -91,67 +20,23 @@ http_interactions:
91
20
  - GET, POST, OPTIONS
92
21
  Access-Control-Allow-Origin:
93
22
  - "*"
94
- Cache-Control:
95
- - no-transform, max-age=3600
96
23
  Content-Type:
97
- - application/vnd.datacite.datacite+xml
24
+ - application/json;charset=UTF-8
98
25
  Date:
99
- - Sat, 15 Apr 2017 16:13:09 GMT
100
- Last-Modified:
101
- - Mon, 09 Jan 2017 13:53:11 GMT
26
+ - Tue, 18 Apr 2017 18:29:10 GMT
102
27
  Server:
103
28
  - openresty/1.11.2.2
104
- Vary:
105
- - Accept
106
29
  Content-Length:
107
- - '2045'
30
+ - '3025'
108
31
  Connection:
109
32
  - keep-alive
110
33
  body:
111
34
  encoding: UTF-8
112
- string: |
113
- <?xml version="1.0" encoding="UTF-8"?>
114
- <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">
115
- <identifier identifierType="DOI">10.5438/4K3M-NYVG</identifier>
116
- <creators>
117
- <creator>
118
- <creatorName>Fenner, Martin</creatorName>
119
- <givenName>Martin</givenName>
120
- <familyName>Fenner</familyName>
121
- <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0003-1419-2405</nameIdentifier>
122
- </creator>
123
- </creators>
124
- <titles>
125
- <title>Eating your own Dog Food</title>
126
- </titles>
127
- <publisher>DataCite</publisher>
128
- <publicationYear>2016</publicationYear>
129
- <resourceType resourceTypeGeneral="Text">BlogPosting</resourceType>
130
- <alternateIdentifiers>
131
- <alternateIdentifier alternateIdentifierType="Local accession number">MS-49-3632-5083</alternateIdentifier>
132
- </alternateIdentifiers>
133
- <subjects>
134
- <subject>datacite</subject>
135
- <subject>doi</subject>
136
- <subject>metadata</subject>
137
- </subjects>
138
- <dates>
139
- <date dateType="Created">2016-12-20</date>
140
- <date dateType="Issued">2016-12-20</date>
141
- <date dateType="Updated">2016-12-20</date>
142
- </dates>
143
- <relatedIdentifiers>
144
- <relatedIdentifier relatedIdentifierType="DOI" relationType="References">10.5438/0012</relatedIdentifier>
145
- <relatedIdentifier relatedIdentifierType="DOI" relationType="References">10.5438/55E5-T5C0</relatedIdentifier>
146
- <relatedIdentifier relatedIdentifierType="DOI" relationType="IsPartOf">10.5438/0000-00SS</relatedIdentifier>
147
- </relatedIdentifiers>
148
- <version>1.0</version>
149
- <descriptions>
150
- <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>
151
- </descriptions>
152
- </resource>
35
+ string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":1,"start":0,"docs":[{"minted":"2016-12-19T20:49:21Z","xml":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHJlc291cmNlIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhtbG5zPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCBodHRwOi8vc2NoZW1hLmRhdGFjaXRlLm9yZy9tZXRhL2tlcm5lbC00L21ldGFkYXRhLnhzZCI+CiAgPGlkZW50aWZpZXIgaWRlbnRpZmllclR5cGU9IkRPSSI+MTAuNTQzOC80SzNNLU5ZVkc8L2lkZW50aWZpZXI+CiAgPGNyZWF0b3JzPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5GZW5uZXIsIE1hcnRpbjwvY3JlYXRvck5hbWU+CiAgICAgIDxnaXZlbk5hbWU+TWFydGluPC9naXZlbk5hbWU+CiAgICAgIDxmYW1pbHlOYW1lPkZlbm5lcjwvZmFtaWx5TmFtZT4KICAgICAgPG5hbWVJZGVudGlmaWVyIHNjaGVtZVVSST0iaHR0cDovL29yY2lkLm9yZy8iIG5hbWVJZGVudGlmaWVyU2NoZW1lPSJPUkNJRCI+MDAwMC0wMDAzLTE0MTktMjQwNTwvbmFtZUlkZW50aWZpZXI+CiAgICA8L2NyZWF0b3I+CiAgPC9jcmVhdG9ycz4KICA8dGl0bGVzPgogICAgPHRpdGxlPkVhdGluZyB5b3VyIG93biBEb2cgRm9vZDwvdGl0bGU+CiAgPC90aXRsZXM+CiAgPHB1Ymxpc2hlcj5EYXRhQ2l0ZTwvcHVibGlzaGVyPgogIDxwdWJsaWNhdGlvblllYXI+MjAxNjwvcHVibGljYXRpb25ZZWFyPgogIDxyZXNvdXJjZVR5cGUgcmVzb3VyY2VUeXBlR2VuZXJhbD0iVGV4dCI+QmxvZ1Bvc3Rpbmc8L3Jlc291cmNlVHlwZT4KICA8YWx0ZXJuYXRlSWRlbnRpZmllcnM+CiAgICA8YWx0ZXJuYXRlSWRlbnRpZmllciBhbHRlcm5hdGVJZGVudGlmaWVyVHlwZT0iTG9jYWwgYWNjZXNzaW9uIG51bWJlciI+TVMtNDktMzYzMi01MDgzPC9hbHRlcm5hdGVJZGVudGlmaWVyPgogIDwvYWx0ZXJuYXRlSWRlbnRpZmllcnM+CiAgPHN1YmplY3RzPgogICAgPHN1YmplY3Q+ZGF0YWNpdGU8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5kb2k8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5tZXRhZGF0YTwvc3ViamVjdD4KICA8L3N1YmplY3RzPgogIDxkYXRlcz4KICAgIDxkYXRlIGRhdGVUeXBlPSJDcmVhdGVkIj4yMDE2LTEyLTIwPC9kYXRlPgogICAgPGRhdGUgZGF0ZVR5cGU9Iklzc3VlZCI+MjAxNi0xMi0yMDwvZGF0ZT4KICAgIDxkYXRlIGRhdGVUeXBlPSJVcGRhdGVkIj4yMDE2LTEyLTIwPC9kYXRlPgogIDwvZGF0ZXM+CiAgPHJlbGF0ZWRJZGVudGlmaWVycz4KICAgIDxyZWxhdGVkSWRlbnRpZmllciByZWxhdGVkSWRlbnRpZmllclR5cGU9IkRPSSIgcmVsYXRpb25UeXBlPSJSZWZlcmVuY2VzIj4xMC41NDM4LzAwMTI8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iRE9JIiByZWxhdGlvblR5cGU9IlJlZmVyZW5jZXMiPjEwLjU0MzgvNTVFNS1UNUMwPC9yZWxhdGVkSWRlbnRpZmllcj4KICAgIDxyZWxhdGVkSWRlbnRpZmllciByZWxhdGVkSWRlbnRpZmllclR5cGU9IkRPSSIgcmVsYXRpb25UeXBlPSJJc1BhcnRPZiI+MTAuNTQzOC8wMDAwLTAwU1M8L3JlbGF0ZWRJZGVudGlmaWVyPgogIDwvcmVsYXRlZElkZW50aWZpZXJzPgogIDx2ZXJzaW9uPjEuMDwvdmVyc2lvbj4KICA8ZGVzY3JpcHRpb25zPgogICAgPGRlc2NyaXB0aW9uIGRlc2NyaXB0aW9uVHlwZT0iQWJzdHJhY3QiPkVhdGluZyB5b3VyIG93biBkb2cgZm9vZCBpcyBhIHNsYW5nIHRlcm0gdG8gZGVzY3JpYmUgdGhhdCBhbiBvcmdhbml6YXRpb24gc2hvdWxkIGl0c2VsZiB1c2UgdGhlIHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBpdCBwcm92aWRlcy4gRm9yIERhdGFDaXRlIHRoaXMgbWVhbnMgdGhhdCB3ZSBzaG91bGQgdXNlIERPSXMgd2l0aCBhcHByb3ByaWF0ZSBtZXRhZGF0YSBhbmQgc3RyYXRlZ2llcyBmb3IgbG9uZy10ZXJtIHByZXNlcnZhdGlvbiBmb3IuLi48L2Rlc2NyaXB0aW9uPgogIDwvZGVzY3JpcHRpb25zPgo8L3Jlc291cmNlPgo=","updated":"2017-01-09T13:53:12Z","doi":"10.5438/4K3M-NYVG","media":["application/xml:https://blog.datacite.org/eating-your-own-dog-food/eating-your-own-dog-food.xml"]}]}}
36
+
37
+ '
153
38
  http_version:
154
- recorded_at: Sat, 15 Apr 2017 16:13:09 GMT
39
+ recorded_at: Tue, 18 Apr 2017 18:29:10 GMT
155
40
  - request:
156
41
  method: get
157
42
  uri: http://schema.org/
@@ -181,9 +66,9 @@ http_interactions:
181
66
  Vary:
182
67
  - Accept, Accept-Encoding
183
68
  X-Cloud-Trace-Context:
184
- - 976f3f8d77f68bdee8531a0ea3d1cf78
69
+ - 4dee98f28b6f718093bc2a9d993a1ee8
185
70
  Date:
186
- - Sat, 15 Apr 2017 16:13:09 GMT
71
+ - Tue, 18 Apr 2017 18:29:10 GMT
187
72
  Server:
188
73
  - Google Frontend
189
74
  Content-Length:
@@ -194,7 +79,7 @@ http_interactions:
194
79
  encoding: UTF-8
195
80
  string: ''
196
81
  http_version:
197
- recorded_at: Sat, 15 Apr 2017 16:13:10 GMT
82
+ recorded_at: Tue, 18 Apr 2017 18:29:10 GMT
198
83
  - request:
199
84
  method: get
200
85
  uri: http://schema.org/docs/jsonldcontext.json
@@ -222,13 +107,13 @@ http_interactions:
222
107
  Content-Type:
223
108
  - application/ld+json; charset=utf-8
224
109
  Etag:
225
- - 24751170415160711a2048647386json
110
+ - 24751170418182029a2048647386json
226
111
  Last-Modified:
227
- - Sat, 15 Apr 2017 16:07:11 UTC
112
+ - Tue, 18 Apr 2017 18:20:29 UTC
228
113
  X-Cloud-Trace-Context:
229
- - 14074ba0c0fcd50719d2c736afd046fe
114
+ - 0838aaec529265ab0b5f029c209bd336
230
115
  Date:
231
- - Sat, 15 Apr 2017 16:13:10 GMT
116
+ - Tue, 18 Apr 2017 18:29:11 GMT
232
117
  Server:
233
118
  - Google Frontend
234
119
  Content-Length:
@@ -236,7 +121,7 @@ http_interactions:
236
121
  Set-Cookie:
237
122
  - GOOGAPPUID=3-2e; Path=/
238
123
  Expires:
239
- - Sat, 15 Apr 2017 16:13:10 GMT
124
+ - Tue, 18 Apr 2017 18:29:11 GMT
240
125
  body:
241
126
  encoding: UTF-8
242
127
  string: |
@@ -2441,7 +2326,7 @@ http_interactions:
2441
2326
  }
2442
2327
  }
2443
2328
  http_version:
2444
- recorded_at: Sat, 15 Apr 2017 16:13:10 GMT
2329
+ recorded_at: Tue, 18 Apr 2017 18:29:11 GMT
2445
2330
  - request:
2446
2331
  method: get
2447
2332
  uri: http://schema.org/
@@ -2471,9 +2356,9 @@ http_interactions:
2471
2356
  Vary:
2472
2357
  - Accept, Accept-Encoding
2473
2358
  X-Cloud-Trace-Context:
2474
- - f2dd1bfaf0da7d939f44812a7a31013d
2359
+ - 78273d1919081c05fcfec63aa6e3500a
2475
2360
  Date:
2476
- - Sat, 15 Apr 2017 16:13:10 GMT
2361
+ - Tue, 18 Apr 2017 18:29:11 GMT
2477
2362
  Server:
2478
2363
  - Google Frontend
2479
2364
  Content-Length:
@@ -2484,7 +2369,7 @@ http_interactions:
2484
2369
  encoding: UTF-8
2485
2370
  string: ''
2486
2371
  http_version:
2487
- recorded_at: Sat, 15 Apr 2017 16:13:10 GMT
2372
+ recorded_at: Tue, 18 Apr 2017 18:29:11 GMT
2488
2373
  - request:
2489
2374
  method: get
2490
2375
  uri: http://schema.org/docs/jsonldcontext.json
@@ -2512,13 +2397,13 @@ http_interactions:
2512
2397
  Content-Type:
2513
2398
  - application/ld+json; charset=utf-8
2514
2399
  Etag:
2515
- - 24751170415160711a2048647386json
2400
+ - 24751170418182029a2048647386json
2516
2401
  Last-Modified:
2517
- - Sat, 15 Apr 2017 16:07:11 UTC
2402
+ - Tue, 18 Apr 2017 18:20:29 UTC
2518
2403
  X-Cloud-Trace-Context:
2519
- - c9ded59dc7cfe8603a8cee18f81dcbaa
2404
+ - 9f660bf56e46e9f1e371f4f344bd4805
2520
2405
  Date:
2521
- - Sat, 15 Apr 2017 16:13:10 GMT
2406
+ - Tue, 18 Apr 2017 18:29:11 GMT
2522
2407
  Server:
2523
2408
  - Google Frontend
2524
2409
  Content-Length:
@@ -2526,7 +2411,7 @@ http_interactions:
2526
2411
  Set-Cookie:
2527
2412
  - GOOGAPPUID=3-2e; Path=/
2528
2413
  Expires:
2529
- - Sat, 15 Apr 2017 16:13:10 GMT
2414
+ - Tue, 18 Apr 2017 18:29:11 GMT
2530
2415
  body:
2531
2416
  encoding: UTF-8
2532
2417
  string: |
@@ -4731,5 +4616,5 @@ http_interactions:
4731
4616
  }
4732
4617
  }
4733
4618
  http_version:
4734
- recorded_at: Sat, 15 Apr 2017 16:13:10 GMT
4619
+ recorded_at: Tue, 18 Apr 2017 18:29:11 GMT
4735
4620
  recorded_with: VCR 3.0.3
@@ -29,9 +29,9 @@ http_interactions:
29
29
  Vary:
30
30
  - Accept, Accept-Encoding
31
31
  X-Cloud-Trace-Context:
32
- - d5b162c25a87155e7d79d3044e4255e4
32
+ - 9d87fe7a8052d4b30a99573853d71367
33
33
  Date:
34
- - Sat, 15 Apr 2017 07:11:59 GMT
34
+ - Tue, 18 Apr 2017 18:29:09 GMT
35
35
  Server:
36
36
  - Google Frontend
37
37
  Content-Length:
@@ -42,7 +42,7 @@ http_interactions:
42
42
  encoding: UTF-8
43
43
  string: ''
44
44
  http_version:
45
- recorded_at: Sat, 15 Apr 2017 07:11:59 GMT
45
+ recorded_at: Tue, 18 Apr 2017 18:29:09 GMT
46
46
  - request:
47
47
  method: get
48
48
  uri: http://schema.org/docs/jsonldcontext.json
@@ -70,13 +70,13 @@ http_interactions:
70
70
  Content-Type:
71
71
  - application/ld+json; charset=utf-8
72
72
  Etag:
73
- - 24751170415070838a2048647386json
73
+ - 24751170418182029a2048647386json
74
74
  Last-Modified:
75
- - Sat, 15 Apr 2017 07:08:38 UTC
75
+ - Tue, 18 Apr 2017 18:20:29 UTC
76
76
  X-Cloud-Trace-Context:
77
- - f08b1784434b9e21424424757ad409ee
77
+ - b90a405ab1454207107164b5b2a451e4
78
78
  Date:
79
- - Sat, 15 Apr 2017 07:12:00 GMT
79
+ - Tue, 18 Apr 2017 18:29:09 GMT
80
80
  Server:
81
81
  - Google Frontend
82
82
  Content-Length:
@@ -84,7 +84,7 @@ http_interactions:
84
84
  Set-Cookie:
85
85
  - GOOGAPPUID=3-2e; Path=/
86
86
  Expires:
87
- - Sat, 15 Apr 2017 07:12:00 GMT
87
+ - Tue, 18 Apr 2017 18:29:09 GMT
88
88
  body:
89
89
  encoding: UTF-8
90
90
  string: |
@@ -2289,7 +2289,7 @@ http_interactions:
2289
2289
  }
2290
2290
  }
2291
2291
  http_version:
2292
- recorded_at: Sat, 15 Apr 2017 07:12:00 GMT
2292
+ recorded_at: Tue, 18 Apr 2017 18:29:09 GMT
2293
2293
  - request:
2294
2294
  method: get
2295
2295
  uri: http://schema.org/
@@ -2319,9 +2319,9 @@ http_interactions:
2319
2319
  Vary:
2320
2320
  - Accept, Accept-Encoding
2321
2321
  X-Cloud-Trace-Context:
2322
- - 369947b9faf79798a589b9dc2463165f
2322
+ - 668c836116d79799533710e83947de27;o=1
2323
2323
  Date:
2324
- - Sat, 15 Apr 2017 07:12:03 GMT
2324
+ - Tue, 18 Apr 2017 18:29:09 GMT
2325
2325
  Server:
2326
2326
  - Google Frontend
2327
2327
  Content-Length:
@@ -2332,7 +2332,7 @@ http_interactions:
2332
2332
  encoding: UTF-8
2333
2333
  string: ''
2334
2334
  http_version:
2335
- recorded_at: Sat, 15 Apr 2017 07:12:03 GMT
2335
+ recorded_at: Tue, 18 Apr 2017 18:29:09 GMT
2336
2336
  - request:
2337
2337
  method: get
2338
2338
  uri: http://schema.org/docs/jsonldcontext.json
@@ -2360,13 +2360,13 @@ http_interactions:
2360
2360
  Content-Type:
2361
2361
  - application/ld+json; charset=utf-8
2362
2362
  Etag:
2363
- - 24751170415070838a2048647386json
2363
+ - 24751170418182029a2048647386json
2364
2364
  Last-Modified:
2365
- - Sat, 15 Apr 2017 07:08:38 UTC
2365
+ - Tue, 18 Apr 2017 18:20:29 UTC
2366
2366
  X-Cloud-Trace-Context:
2367
- - 5d78d910f628a92ce04930a0ad0d2b32
2367
+ - 1e2648f85d0267fd91c99c7c4e11e48c
2368
2368
  Date:
2369
- - Sat, 15 Apr 2017 07:12:03 GMT
2369
+ - Tue, 18 Apr 2017 18:29:10 GMT
2370
2370
  Server:
2371
2371
  - Google Frontend
2372
2372
  Content-Length:
@@ -2374,7 +2374,7 @@ http_interactions:
2374
2374
  Set-Cookie:
2375
2375
  - GOOGAPPUID=3-2e; Path=/
2376
2376
  Expires:
2377
- - Sat, 15 Apr 2017 07:12:03 GMT
2377
+ - Tue, 18 Apr 2017 18:29:10 GMT
2378
2378
  body:
2379
2379
  encoding: UTF-8
2380
2380
  string: |
@@ -4579,5 +4579,5 @@ http_interactions:
4579
4579
  }
4580
4580
  }
4581
4581
  http_version:
4582
- recorded_at: Sat, 15 Apr 2017 07:12:03 GMT
4582
+ recorded_at: Tue, 18 Apr 2017 18:29:10 GMT
4583
4583
  recorded_with: VCR 3.0.3
@@ -16,12 +16,10 @@ http_interactions:
16
16
  code: 200
17
17
  message: ''
18
18
  headers:
19
- Access-Control-Allow-Credentials:
20
- - 'true'
21
19
  Access-Control-Allow-Headers:
22
20
  - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
23
21
  Access-Control-Allow-Methods:
24
- - POST, GET, OPTIONS
22
+ - GET, POST, OPTIONS
25
23
  Access-Control-Allow-Origin:
26
24
  - "*"
27
25
  Access-Control-Max-Age:
@@ -31,7 +29,7 @@ http_interactions:
31
29
  Content-Type:
32
30
  - application/vnd.api+json; charset=utf-8
33
31
  Date:
34
- - Sun, 12 Mar 2017 09:03:18 GMT
32
+ - Tue, 18 Apr 2017 18:28:54 GMT
35
33
  Etag:
36
34
  - W/"a078870f021fe1686525a8135b0e29b8"
37
35
  Server:
@@ -40,26 +38,16 @@ http_interactions:
40
38
  - 200 OK
41
39
  Vary:
42
40
  - Accept-Encoding
43
- Via:
44
- - kong/0.10.0rc3
45
41
  X-Content-Type-Options:
46
42
  - nosniff
47
43
  X-Frame-Options:
48
44
  - SAMEORIGIN
49
- X-Kong-Proxy-Latency:
50
- - '1'
51
- X-Kong-Upstream-Latency:
52
- - '473'
53
45
  X-Powered-By:
54
46
  - Phusion Passenger 5.1.2
55
- X-Ratelimit-Limit-Hour:
56
- - '10000'
57
- X-Ratelimit-Remaining-Hour:
58
- - '9998'
59
47
  X-Request-Id:
60
- - 56485efe-d66a-4061-8620-9f61b46aec2e
48
+ - fc1a9a73-c207-4d65-b9a3-bc2bf868075c
61
49
  X-Runtime:
62
- - '0.472139'
50
+ - '0.681197'
63
51
  X-Xss-Protection:
64
52
  - 1; mode=block
65
53
  Content-Length:
@@ -70,5 +58,5 @@ http_interactions:
70
58
  encoding: UTF-8
71
59
  string: '{"data":{"id":"10.1371","type":"prefixes","attributes":{"registration-agency":"Crossref","updated":"2016-09-21T20:47:32Z"}}}'
72
60
  http_version:
73
- recorded_at: Sun, 12 Mar 2017 09:03:18 GMT
61
+ recorded_at: Tue, 18 Apr 2017 18:28:54 GMT
74
62
  recorded_with: VCR 3.0.3
@@ -16,12 +16,10 @@ http_interactions:
16
16
  code: 200
17
17
  message: ''
18
18
  headers:
19
- Access-Control-Allow-Credentials:
20
- - 'true'
21
19
  Access-Control-Allow-Headers:
22
20
  - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
23
21
  Access-Control-Allow-Methods:
24
- - POST, GET, OPTIONS
22
+ - GET, POST, OPTIONS
25
23
  Access-Control-Allow-Origin:
26
24
  - "*"
27
25
  Access-Control-Max-Age:
@@ -31,7 +29,7 @@ http_interactions:
31
29
  Content-Type:
32
30
  - application/vnd.api+json; charset=utf-8
33
31
  Date:
34
- - Sun, 12 Mar 2017 09:03:17 GMT
32
+ - Tue, 18 Apr 2017 18:28:55 GMT
35
33
  Etag:
36
34
  - W/"1eb3f4f371821b1becc6cd25a71755ce"
37
35
  Server:
@@ -40,26 +38,16 @@ http_interactions:
40
38
  - 200 OK
41
39
  Vary:
42
40
  - Accept-Encoding
43
- Via:
44
- - kong/0.10.0rc3
45
41
  X-Content-Type-Options:
46
42
  - nosniff
47
43
  X-Frame-Options:
48
44
  - SAMEORIGIN
49
- X-Kong-Proxy-Latency:
50
- - '2'
51
- X-Kong-Upstream-Latency:
52
- - '616'
53
45
  X-Powered-By:
54
46
  - Phusion Passenger 5.1.2
55
- X-Ratelimit-Limit-Hour:
56
- - '10000'
57
- X-Ratelimit-Remaining-Hour:
58
- - '9999'
59
47
  X-Request-Id:
60
- - a36a73fd-6359-4239-a885-c8ad34090655
48
+ - aadcfc85-4580-4aaf-86c9-052bbd12307f
61
49
  X-Runtime:
62
- - '0.615409'
50
+ - '0.785133'
63
51
  X-Xss-Protection:
64
52
  - 1; mode=block
65
53
  Content-Length:
@@ -70,5 +58,5 @@ http_interactions:
70
58
  encoding: UTF-8
71
59
  string: '{"data":{"id":"10.5061","type":"prefixes","attributes":{"registration-agency":"DataCite","updated":"2016-09-21T20:27:07Z"}}}'
72
60
  http_version:
73
- recorded_at: Sun, 12 Mar 2017 09:03:17 GMT
61
+ recorded_at: Tue, 18 Apr 2017 18:28:55 GMT
74
62
  recorded_with: VCR 3.0.3