commonmeta-ruby 3.5.5 → 3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (274) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +16 -5
  3. data/lib/commonmeta/readers/crossref_xml_reader.rb +1 -1
  4. data/lib/commonmeta/utils.rb +6 -6
  5. data/lib/commonmeta/version.rb +1 -1
  6. data/spec/cli_spec.rb +8 -8
  7. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/default.yml +13 -13
  8. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_bibtex.yml +13 -13
  9. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_crossref_xml.yml +25 -25
  10. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_datacite.yml +13 -13
  11. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_schema_org.yml +13 -13
  12. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/default.yml +7 -7
  13. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_bibtex.yml +7 -7
  14. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_crossref_xml.yml +7 -59
  15. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_datacite.yml +7 -7
  16. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_schema_org.yml +7 -7
  17. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/default.yml +24 -24
  18. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_bibtex.yml +24 -24
  19. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_citation.yml +24 -24
  20. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_crossref_xml.yml +24 -24
  21. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_datacite.yml +24 -24
  22. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_jats.yml +24 -24
  23. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_schema_org.yml +24 -24
  24. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/default.yml +16 -16
  25. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_bibtex.yml +16 -16
  26. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_citation.yml +16 -16
  27. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_datacite.yml +16 -16
  28. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_jats.yml +16 -16
  29. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_schema_org.yml +16 -16
  30. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/default.yml +479 -946
  31. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_crossref_xml.yml +957 -1891
  32. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_datacite.yml +479 -946
  33. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_schema_org.yml +481 -950
  34. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_blog.yml +5540 -968
  35. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_blog_unknown_blog_id.yml +22 -29
  36. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_id.yml +25 -39
  37. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_id_unknown_uuid.yml +18 -28
  38. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/crossref.yml +7 -7
  39. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/datacite.yml +7 -7
  40. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/jalc.yml +7 -7
  41. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/kisti.yml +7 -7
  42. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/medra.yml +7 -7
  43. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/op.yml +7 -7
  44. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_blog_id.yml +19 -90
  45. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_by_blog.yml +5578 -246
  46. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_not_indexed.yml +13 -2201
  47. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_unregistered.yml +176 -72
  48. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +16 -16
  49. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/crossref.yml +6 -6
  50. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/datacite.yml +6 -6
  51. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/jalc.yml +6 -6
  52. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/kisti.yml +6 -6
  53. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/medra.yml +6 -6
  54. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/not_found.yml +6 -6
  55. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/op.yml +6 -6
  56. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/crossref.yml +6 -6
  57. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +6 -6
  58. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/datacite.yml +6 -6
  59. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/datacite_doi_http.yml +6 -6
  60. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +6 -6
  61. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_blog_id_for_json_feed_item_id/by_blog_post_id.yml +27 -105
  62. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_blog_id_for_json_feed_item_id/not_found.yml +20 -27
  63. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_cff_metadata/cff-converter-python.yml +51 -25
  64. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_cff_metadata/ruby-cff.yml +12 -12
  65. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_cff_metadata/ruby-cff_repository_url.yml +9 -9
  66. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_codemeta_metadata/maremma.yml +10 -10
  67. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_codemeta_metadata/metadata_reports.yml +11 -11
  68. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +78 -78
  69. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +76 -76
  70. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +35 -35
  71. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/JaLC.yml +162 -162
  72. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/KISTI.yml +131 -131
  73. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/OP.yml +75 -75
  74. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/affiliation_is_space.yml +76 -76
  75. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/another_book.yml +113 -113
  76. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/another_book_chapter.yml +74 -74
  77. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/article_id_as_page_number.yml +77 -77
  78. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/author_literal.yml +84 -84
  79. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book.yml +77 -77
  80. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book_chapter.yml +75 -75
  81. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book_chapter_with_RDF_for_container.yml +73 -73
  82. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book_oup.yml +72 -72
  83. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/component.yml +94 -94
  84. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/dataset.yml +104 -104
  85. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/dataset_usda.yml +136 -136
  86. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/date_in_future.yml +80 -80
  87. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/dissertation.yml +103 -103
  88. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/empty_given_name.yml +75 -75
  89. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/invalid_date.yml +77 -77
  90. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article.yml +76 -76
  91. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_original_language_title.yml +73 -73
  92. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_with.yml +128 -210
  93. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_with_RDF_for_container.yml +74 -74
  94. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_with_funding.yml +76 -76
  95. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_issue.yml +72 -72
  96. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/mEDRA.yml +72 -72
  97. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/markup.yml +81 -81
  98. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/missing_contributor.yml +71 -71
  99. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/multiple_issn.yml +75 -75
  100. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/multiple_titles.yml +71 -71
  101. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/multiple_titles_with_missing.yml +573 -573
  102. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/not_found_error.yml +65 -65
  103. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/peer_review.yml +77 -77
  104. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/posted_content.yml +74 -74
  105. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/posted_content_copernicus.yml +76 -76
  106. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/report_osti.yml +120 -120
  107. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/vor_with_url.yml +78 -78
  108. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/yet_another_book.yml +74 -74
  109. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/yet_another_book_chapter.yml +73 -73
  110. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_raw/journal_article.yml +59 -59
  111. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/SoftwareSourceCode.yml +4 -4
  112. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/dissertation.yml +13 -13
  113. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/funding_references.yml +15 -15
  114. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/subject_scheme.yml +120 -120
  115. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_id.yml +5540 -555
  116. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_id.yml +31 -42
  117. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_id_specific_prefix.yml +25 -39
  118. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/by_blog_id.yml +5540 -247
  119. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/not_indexed_posts.yml +14 -26
  120. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/unregistered_posts.yml +176 -72
  121. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/archived_wordpress_post.yml +27 -95
  122. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blog_post_with_non-url_id.yml +28 -106
  123. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +21 -65
  124. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +20 -208
  125. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +26 -97
  126. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_institutional_author.yml +24 -55
  127. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_organizational_author.yml +27 -70
  128. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers.yml +41 -143
  129. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers_and_funding.yml +54 -132
  130. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers_and_link_to_peer-reviewed_article.yml +304 -818
  131. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +24 -169
  132. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +24 -63
  133. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post_with_anonymous_author.yml +25 -40
  134. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/substack_post_with_broken_reference.yml +278 -591
  135. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +59 -101
  136. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +135 -331
  137. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +24 -134
  138. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_many_references.yml +578 -2967
  139. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +44 -205
  140. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_tracking_code_on_url.yml +26 -160
  141. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/affiliation_is_space.yml +21 -21
  142. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/has_familyName.yml +15 -15
  143. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +13 -13
  144. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/name_with_affiliation_crossref.yml +16 -16
  145. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/only_familyName_and_givenName.yml +66 -61
  146. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/BlogPosting.yml +145 -146
  147. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +149 -150
  148. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/get_schema_org_metadata_front_matter/BlogPosting.yml +114 -115
  149. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/harvard_dataverse.yml +300 -289
  150. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/pangaea.yml +66 -61
  151. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/upstream_blog.yml +64 -57
  152. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/zenodo.yml +27 -24
  153. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +6 -6
  154. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/handle_input/unknown_DOI_prefix.yml +6 -6
  155. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/json_schema_errors/is_valid.yml +16 -16
  156. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/BlogPosting.yml +10 -10
  157. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/Dataset.yml +10 -10
  158. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/authors_with_affiliations.yml +16 -16
  159. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/climate_data.yml +10 -10
  160. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/from_schema_org.yml +145 -146
  161. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/keywords_subject_scheme.yml +8 -8
  162. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/maremma.yml +12 -12
  163. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/text.yml +8 -8
  164. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/with_data_citation.yml +16 -16
  165. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/with_pages.yml +16 -16
  166. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/Collection_of_Jupyter_notebooks.yml +13 -13
  167. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/SoftwareSourceCode_Zenodo.yml +13 -13
  168. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/SoftwareSourceCode_also_Zenodo.yml +8 -8
  169. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/ruby-cff.yml +10 -10
  170. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Dataset.yml +10 -10
  171. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Journal_article.yml +16 -16
  172. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +21 -21
  173. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Missing_author.yml +15 -15
  174. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/interactive_resource_without_dates.yml +8 -8
  175. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/software_w/version.yml +8 -8
  176. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +8 -8
  177. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite_check_codemeta_v2.yml +8 -8
  178. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_commonmeta/with_data_citation.yml +12 -12
  179. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/another_schema_org_from_front-matter.yml +32 -32
  180. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article.yml +5 -5
  181. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_from_datacite.yml +5 -5
  182. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_plos.yml +16 -16
  183. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_anonymous_author.yml +25 -40
  184. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +24 -134
  185. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_organizational_author.yml +27 -70
  186. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_relations.yml +41 -143
  187. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_relations_and_funding.yml +55 -133
  188. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +21 -224
  189. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +134 -330
  190. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/posted_content.yml +19 -19
  191. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_another_science_blog.yml +9 -9
  192. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_front_matter.yml +92 -91
  193. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_upstream_blog.yml +6 -6
  194. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/Another_dataset.yml +8 -8
  195. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/BlogPosting.yml +10 -10
  196. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/BlogPosting_schema_org.yml +146 -147
  197. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/Dataset.yml +10 -10
  198. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/container_title.yml +16 -21
  199. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/interactive_resource_without_dates.yml +8 -8
  200. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/journal_article.yml +16 -16
  201. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/keywords_subject_scheme.yml +8 -8
  202. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/maremma.yml +10 -10
  203. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/missing_creator.yml +15 -15
  204. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/multiple_abstracts.yml +8 -8
  205. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/organization_author.yml +22 -22
  206. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/software.yml +8 -8
  207. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/software_w/version.yml +8 -8
  208. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/with_only_first_page.yml +16 -16
  209. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/with_pages.yml +16 -16
  210. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/climate_data.yml +10 -10
  211. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/maremma.yml +10 -10
  212. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/text.yml +8 -8
  213. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/with_data_citation.yml +16 -16
  214. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/with_pages.yml +16 -16
  215. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/dissertation.yml +20 -20
  216. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/from_schema_org.yml +146 -147
  217. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/journal_article.yml +22 -22
  218. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/maremma.yml +10 -10
  219. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/with_ORCID_ID.yml +16 -16
  220. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/with_data_citation.yml +16 -16
  221. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +10 -10
  222. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +8 -8
  223. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/book_chapter.yml +15 -15
  224. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/from_schema_org.yml +146 -147
  225. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/interactive_resource_without_dates.yml +8 -8
  226. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/maremma.yml +10 -10
  227. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +16 -16
  228. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +16 -16
  229. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/with_editor.yml +17 -17
  230. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/BlogPosting.yml +10 -10
  231. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +145 -146
  232. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/Dataset.yml +10 -10
  233. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/alternate_name.yml +8 -8
  234. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/journal_article.yml +9 -9
  235. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/keywords_with_subject_scheme.yml +8 -8
  236. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/maremma.yml +10 -10
  237. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/with_pages.yml +10 -10
  238. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Another_Schema_org_JSON.yml +10 -10
  239. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Funding.yml +13 -13
  240. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +13 -13
  241. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +8 -8
  242. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Schema_org_JSON_Cyark.yml +13 -13
  243. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/alternate_identifiers.yml +13 -13
  244. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/data_catalog.yml +13 -13
  245. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/geo_location_box.yml +13 -13
  246. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/interactive_resource_without_dates.yml +13 -13
  247. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/journal_article.yml +16 -16
  248. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +11 -11
  249. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/series_information.yml +17 -16
  250. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/subject_scheme.yml +15 -15
  251. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/subject_scheme_multiple_keywords.yml +13 -13
  252. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/BlogPosting.yml +10 -10
  253. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/Dataset.yml +10 -10
  254. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/journal_article.yml +16 -16
  255. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/with_pages.yml +16 -16
  256. data/spec/readers/cff_reader_spec.rb +2 -20
  257. data/spec/readers/crossref_reader_spec.rb +10 -16
  258. data/spec/readers/crossref_xml_reader_spec.rb +61 -64
  259. data/spec/readers/json_feed_reader_spec.rb +56 -56
  260. data/spec/readers/schema_org_reader_spec.rb +1 -1
  261. data/spec/utils_spec.rb +1 -1
  262. data/spec/writers/crossref_xml_writer_spec.rb +9 -8
  263. data/spec/writers/csv_writer_spec.rb +1 -1
  264. data/spec/writers/ris_writer_spec.rb +2 -2
  265. metadata +2 -11
  266. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_crossref_xml_refresh.yml +0 -107
  267. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/doi_prefix/doi_prefix_by_blog.yml +0 -997
  268. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/doi_prefix/doi_prefix_by_uuid.yml +0 -256
  269. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_uuid.yml +0 -256
  270. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_uuid_unknown_uuid.yml +0 -49
  271. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/missing_creator.yml +0 -307
  272. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_uuid.yml +0 -136
  273. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_uuid_specific_prefix.yml +0 -256
  274. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/book_oup.yml +0 -107
@@ -2,15 +2,15 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://rogue-scholar.org/api/posts/unregistered
5
+ uri: https://api.rogue-scholar.org/posts/unregistered
6
6
  body:
7
- encoding: UTF-8
7
+ encoding: ASCII-8BIT
8
8
  string: ''
9
9
  headers:
10
10
  Connection:
11
11
  - close
12
12
  Host:
13
- - rogue-scholar.org
13
+ - api.rogue-scholar.org
14
14
  User-Agent:
15
15
  - http.rb/5.1.1
16
16
  response:
@@ -18,78 +18,182 @@ http_interactions:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
- Age:
22
- - '0'
23
- Cache-Control:
24
- - public, max-age=0, must-revalidate
25
- Content-Length:
26
- - '7384'
27
21
  Content-Type:
28
- - application/json; charset=utf-8
22
+ - application/json
23
+ Content-Length:
24
+ - '28147'
29
25
  Date:
30
- - Mon, 10 Jul 2023 20:37:15 GMT
31
- Etag:
32
- - '"das7e3njkl5os"'
26
+ - Thu, 05 Oct 2023 21:11:06 GMT
33
27
  Server:
34
- - Vercel
35
- Strict-Transport-Security:
36
- - max-age=63072000
37
- X-Matched-Path:
38
- - "/api/posts/[[...params]]"
39
- X-Vercel-Cache:
40
- - MISS
41
- X-Vercel-Id:
42
- - fra1::iad1::7jrls-1689021432068-6fc4514abca4
43
- Connection:
44
- - close
28
+ - Fly/e440b950 (2023-09-20)
29
+ Via:
30
+ - 1.1 fly.io
31
+ Fly-Request-Id:
32
+ - 01HC0TW3PJBVDA0DABA6ZYEGP6-fra
45
33
  body:
46
34
  encoding: UTF-8
47
- string: "[{\"id\":\"3023e24a-817d-452e-bb6e-ddadecce94c6\",\"doi\":null,\"url\":\"https://blog.front-matter.io/posts/rogue-scholar-full-text-search-improvements\",\"title\":\"Rogue
48
- Scholar full-text search improvements\",\"summary\":\"Two weeks ago I added
49
- a first version of full-text search to the Rogue Scholar blog archive. This
50
- was a good start, as blogs typically only have the timeline, tags, and metadata
51
- like titles and authors to help readers find relevant content. Today I launched
52
- an improved version of full-text search with these improvements: Sorting of
53
- search results by relevanceSupport for fuzzy search or approximate string
54
- matchingAdded the backend for an updated search interface supporting faceted
55
- search and/or...\",\"published_at\":1688994653,\"updated_at\":1689001959,\"indexed_at\":1689007007,\"authors\":[{\"url\":\"https://orcid.org/0000-0003-1419-2405\",\"name\":\"Martin
56
- Fenner\"}],\"image\":\"https://images.unsplash.com/photo-1472512946974-cc09a294e210?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDI3fHxzZWFyY2h8ZW58MHx8fHwxNjg4OTkyNDk1fDA&ixlib=rb-4.0.3&q=80&w=2000\",\"tags\":[\"News\"],\"language\":\"en\",\"reference\":[{\"doi\":\"https://doi.org/10.53731/80awr-zcc48\",\"key\":\"ref1\"},{\"doi\":\"https://doi.org/10.1136/bmj.c181\",\"key\":\"ref2\"}],\"blog_id\":\"f0m0e38\",\"blog_name\":\"Front
57
- Matter\",\"blog\":{\"id\":\"f0m0e38\",\"title\":\"Front Matter\",\"description\":\"The
58
- Front Matter Blog covers the intersection of science and technology since
59
- 2007.\",\"language\":\"en\",\"favicon\":\"https://blog.front-matter.io/favicon.png\",\"feed_url\":\"https://blog.front-matter.io/atom-complete/\",\"home_page_url\":\"https://blog.front-matter.io\",\"user_id\":\"8498eaf6-8c58-4b58-bc15-27eda292b1aa\",\"created_at\":\"2023-05-31T07:20:33+00:00\",\"indexed_at\":\"2023-01-02\",\"feed_format\":\"application/atom+xml\",\"license\":\"https://creativecommons.org/licenses/by/4.0/legalcode\",\"generator\":\"Ghost
60
- 5.52\",\"category\":\"Engineering and Technology\",\"prefix\":\"10.53731\",\"modified_at\":\"2023-07-05T19:22:17+00:00\",\"version\":\"https://jsonfeed.org/version/1.1\",\"backlog\":false,\"current_feed_url\":\"https://blog.front-matter.io/atom/\",\"expired\":null}},{\"id\":\"a90b23ea-fda1-4c07-b034-9d16961c2046\",\"doi\":null,\"url\":\"https://blog.oa.works/join-the-oa-report-for-libraries-pilot-to-simplify-compliance-checking-for-your-institutional-funders-oa-policies\",\"title\":\"Join
61
- the OA.Report for libraries pilot to simplify compliance checking for your
62
- institutional & funder’s OA policies.\",\"summary\":\"Today, we’re happy to
63
- announce that you can join the OA.Report for libraries pilot! If you’re interested
64
- in joining: read on and get in touch!Get in touch\U0001F4A1About OA.ReportOA.Report
65
- is an open-source tool that identifies research outputs organizations have
66
- supported, analyzes their openness (including OA policy compliance), and then
67
- streamlines taking action to make results more open.Getting an OA.Report takes
68
- just seconds!OA.Report has been in use at major foundations for...\",\"published_at\":1688994400,\"updated_at\":1688994400,\"indexed_at\":0,\"authors\":[{\"url\":null,\"name\":\"OA.Works\"}],\"image\":\"https://blog.oa.works/content/images/2023/07/OA.Report-for-libraries-pilot.png\",\"tags\":[\"OA.Report\"],\"language\":\"en\",\"reference\":[],\"blog_id\":\"h7bpg11\",\"blog_name\":\"OA.Works
69
- Blog\",\"blog\":{\"id\":\"h7bpg11\",\"title\":\"OA.Works Blog\",\"description\":\"OA.Works
70
- Blog\",\"language\":\"en\",\"favicon\":\"https://blog.oa.works/favicon.png\",\"feed_url\":\"https://blog.oa.works/rss/\",\"home_page_url\":\"https://blog.oa.works/\",\"user_id\":\"8498eaf6-8c58-4b58-bc15-27eda292b1aa\",\"created_at\":\"2023-05-31T14:11:14+00:00\",\"indexed_at\":\"2023-01-04\",\"feed_format\":\"application/rss+xml\",\"license\":\"https://creativecommons.org/licenses/by/4.0/legalcode\",\"generator\":\"Ghost
71
- 5.53\",\"category\":\"Engineering and Technology\",\"prefix\":\"10.59350\",\"modified_at\":\"2023-07-03T15:34:01+00:00\",\"version\":\"https://jsonfeed.org/version/1.1\",\"backlog\":true,\"current_feed_url\":null,\"expired\":null}},{\"id\":\"d49b2093-2d78-46a1-909a-a29cfdf91df9\",\"doi\":null,\"url\":\"https://libscie.org/minutes-assembly-11\",\"title\":\"Minutes
72
- Assembly #11\",\"summary\":\"On June 28th, we assembled our supporting community
73
- to decide next steps, together (see our original agenda). In this post, we
74
- report some key points for those who were unable to attend.Business developmentThe
75
- business is progressing steadily, but our revenue is not growing fast enough
76
- to cover costs as they are. We had a great quarter, where we covered around
77
- 44% of our expenses with our own income. This continues the upward trend as
78
- you can see specified in the slides below.Slides capturing...\",\"published_at\":1688986812,\"updated_at\":1688986812,\"indexed_at\":0,\"authors\":[{\"url\":null,\"name\":\"Chris
79
- Hartgerink\"}],\"image\":\"https://images.unsplash.com/photo-1688841903329-62edd2ea6cb1?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8YWxsfDN8fHx8fHwyfHwxNjg4OTcwNzk5fA&ixlib=rb-4.0.3&q=80&w=2000\",\"tags\":[],\"language\":\"en\",\"reference\":[],\"blog_id\":\"h49ct36\",\"blog_name\":\"Liberate
80
- Science\",\"blog\":{\"id\":\"h49ct36\",\"title\":\"Liberate Science\",\"description\":\"Research
81
- as a commons\",\"language\":\"en\",\"favicon\":\"https://libscie.org/favicon.png\",\"feed_url\":\"https://libscie.org/rss/\",\"home_page_url\":\"https://libscie.org/\",\"user_id\":\"8498eaf6-8c58-4b58-bc15-27eda292b1aa\",\"created_at\":\"2023-05-31T14:08:03+00:00\",\"indexed_at\":\"2023-01-04\",\"feed_format\":\"application/rss+xml\",\"license\":\"https://creativecommons.org/licenses/by/4.0/legalcode\",\"generator\":\"Ghost
82
- 5.49\",\"category\":\"Social Sciences\",\"prefix\":\"10.59350\",\"modified_at\":\"2023-07-04T06:30:20+00:00\",\"version\":\"https://jsonfeed.org/version/1.1\",\"backlog\":true,\"current_feed_url\":null,\"expired\":null}},{\"id\":\"e58803df-87a2-4e85-95de-c2b4a35d6c9a\",\"doi\":null,\"url\":\"https://blog.oa.works/oa-report-now-freely-available-for-hundreds-of-research-funders-to-analyze-and-increase-their-openness\",\"title\":\"OA.Report
83
- now free for thousands of funders to analyze and increase their impact using
84
- open research\",\"summary\":\"Today, we’re releasing free public OA.Reports
85
- for thousands of major research funders to help discover publications they’ve
86
- funded, understand how open their research is, and increase the impact of
87
- their investments. This release is an important milestone for OA.Report, which
88
- was developed in partnership with the Gates Foundation and is currently in
89
- use at the Robert Wood Johnson Foundation, Wellcome, the Michael J. Fox Foundation,
90
- and other major foundations.Find your...\",\"published_at\":1688994571,\"updated_at\":1688994571,\"indexed_at\":0,\"authors\":[{\"url\":null,\"name\":\"OA.Works\"}],\"image\":\"https://blog.oa.works/content/images/2023/07/oareport-short-optim-looping.gif\",\"tags\":[\"OA.Report\"],\"language\":\"en\",\"reference\":[],\"blog_id\":\"h7bpg11\",\"blog_name\":\"OA.Works
91
- Blog\",\"blog\":{\"id\":\"h7bpg11\",\"title\":\"OA.Works Blog\",\"description\":\"OA.Works
92
- Blog\",\"language\":\"en\",\"favicon\":\"https://blog.oa.works/favicon.png\",\"feed_url\":\"https://blog.oa.works/rss/\",\"home_page_url\":\"https://blog.oa.works/\",\"user_id\":\"8498eaf6-8c58-4b58-bc15-27eda292b1aa\",\"created_at\":\"2023-05-31T14:11:14+00:00\",\"indexed_at\":\"2023-01-04\",\"feed_format\":\"application/rss+xml\",\"license\":\"https://creativecommons.org/licenses/by/4.0/legalcode\",\"generator\":\"Ghost
93
- 5.53\",\"category\":\"Engineering and Technology\",\"prefix\":\"10.59350\",\"modified_at\":\"2023-07-03T15:34:01+00:00\",\"version\":\"https://jsonfeed.org/version/1.1\",\"backlog\":true,\"current_feed_url\":null,\"expired\":null}}]"
94
- recorded_at: Mon, 10 Jul 2023 20:37:15 GMT
35
+ string: '[{"archive_url":null,"authors":[{"name":null}],"blog":{"api":true,"archive_prefix":null,"authors":null,"backlog":0,"canonical_url":true,"category":"law","created_at":"2023-09-15","current_feed_url":null,"description":"Urheberrecht
36
+ und kreatives Schaffen in der digitalen Welt","favicon":null,"feed_format":"application/atom+xml","feed_url":"https://irights.info/feed/atom","filter":null,"funding":null,"generator":"WordPress","home_page_url":"https://irights.info","id":"15san30","issn":null,"language":"de","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T10:21:48+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"irights","status":"active","title":"iRights.info","use_api":true,"use_mastodon":false,"user_id":"81a5b5f1-97c2-416b-8715-46e10f37018c","version":"https://jsonfeed.org/version/1.1"},"blog_name":"iRights.info","blog_slug":"irights","doi":null,"id":"17d0e31c-bc41-42b8-b873-d3dacee61f5c","image":"https://irights.info/wp-content/uploads/2015/09/mobilsicher-screenshot-490x202.jpg","indexed_at":0,"language":"de","published_at":1441610738,"reference":[],"relationships":[],"summary":"Wer
37
+ sich Gedanken \u00fcber die Sicherheit seiner Daten auf mobilen Ger\u00e4ten
38
+ macht, findet seit heute einen neuen Anlaufpunkt: das Informationsangebot
39
+ mobilsicher.de, welches heute auf der Internationalen Funkausstellung in Berlin
40
+ offiziell gestartet wird.","tags":["Datenschutz Sicherheit","Datensicherheit","Handy"],"title":"Smartphone
41
+ und mobile Ger\u00e4te sicher nutzen: Neue Info-Website mobilsicher.de","updated_at":1477054286,"url":"https://irights.info/2015/09/07/smartphone-und-mobile-geraete-sicher-nutzen-neue-info-website-mobilsicher-de/26023"},{"archive_url":null,"authors":[{"name":null}],"blog":{"api":true,"archive_prefix":null,"authors":null,"backlog":0,"canonical_url":true,"category":"law","created_at":"2023-09-15","current_feed_url":null,"description":"Urheberrecht
42
+ und kreatives Schaffen in der digitalen Welt","favicon":null,"feed_format":"application/atom+xml","feed_url":"https://irights.info/feed/atom","filter":null,"funding":null,"generator":"WordPress","home_page_url":"https://irights.info","id":"15san30","issn":null,"language":"de","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T10:21:48+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"irights","status":"active","title":"iRights.info","use_api":true,"use_mastodon":false,"user_id":"81a5b5f1-97c2-416b-8715-46e10f37018c","version":"https://jsonfeed.org/version/1.1"},"blog_name":"iRights.info","blog_slug":"irights","doi":null,"id":"1d947df1-4fda-43b2-a6ec-701ede80844d","image":null,"indexed_at":0,"language":"de","published_at":1441603552,"reference":[],"relationships":[],"summary":"Vergangene
43
+ Woche schrieb Jan Engelmann auf iRights.info \u00fcber die Band \u201eThe
44
+ Grateful Dead\u201c, musikalisches Schaffen und freie Lizenzen. Der Artikel\u00a0pl\u00e4diert
45
+ daf\u00fcr,\u00a0kreative Sch\u00f6pfung st\u00e4rker als gemeinschaftlichen
46
+ Prozess zu begreifen.\u00a0 Jetzt hat der Autor und Sprecher\u00a0Fabian
47
+ Neidhardt eine H\u00f6rfassung des Artikels erstellt. Er schreibt: Ich mochte
48
+ den Text und habe ihn eingesprochen, ihn \u201eweiterverarbeitet\u201c zu
49
+ einer 20-min\u00fctigen H\u00f6rfassung.","tags":["Autor Text","Creative Commons
50
+ Lizenzen","Gesellschaft Kunst","Musik MP 3","Urheberrecht","Fabian Neidhardt","Pop","The
51
+ Grateful Dead"],"title":"Jetzt auch zum H\u00f6ren: \u201eDas Gemeinsame in
52
+ der Musik\u201c","updated_at":1447345399,"url":"https://irights.info/2015/09/07/jetzt-auch-zum-hoeren-das-gemeinsame-in-der-musik/26011"},{"archive_url":null,"authors":[{"name":"Martin
53
+ Paul Eve","url":"https://orcid.org/0000-0002-5589-8511"}],"blog":{"api":false,"archive_prefix":null,"authors":[{"name":"Martin
54
+ Paul Eve","url":null}],"backlog":0,"canonical_url":null,"category":"languagesAndLiterature","created_at":"2023-07-26","current_feed_url":"https://eve.gd/feed.xml","description":null,"favicon":"https://eve.gd/favicon.png","feed_format":"application/atom+xml","feed_url":"https://eve.gd/feed_all.xml","filter":null,"funding":null,"generator":"Jekyll","home_page_url":"https://eve.gd","id":"z4b9d78","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"1970-01-01T00:00:00+00:00","plan":"Team","prefix":"10.59348","relative_url":"blog","slug":"eve","status":"active","title":"Martin
55
+ Paul Eve","use_api":null,"use_mastodon":false,"user_id":"eb3f6a26-3e38-42ad-b752-250eb2c0bf89","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Martin
56
+ Paul Eve","blog_slug":"eve","doi":null,"id":"494165aa-123c-43da-be99-65cf0e538903","image":null,"indexed_at":0,"language":"en","published_at":1441554958,"reference":[],"relationships":[],"summary":"In
57
+ a previous piece, I noted in defence of Creative Commons licenses that \u201cWhether
58
+ a work is openly licensed or not does not affect whether people can or will
59
+ write things that are not true\u201d. In that piece, I focused on the fact
60
+ that legal redress seems to remain available under a CC BY license. Here,
61
+ I want to briefly cover the other side: work that isn\u2019t openly licensed
62
+ but that still gets misquoted.","tags":[],"title":"A final example to show
63
+ that misquotation is nothing to do with open licensing","updated_at":1441554958,"url":"https://eve.gd/2015/09/06/a-final-example-to-show-that-misquotation-is-nothing-to-do-with-open-licensing"},{"archive_url":null,"authors":[{"name":"Henry
64
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"blog":{"api":true,"archive_prefix":null,"authors":[{"name":"Henry
65
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"backlog":0,"canonical_url":true,"category":"chemicalSciences","created_at":"2023-08-27","current_feed_url":null,"description":"Chemistry
66
+ with a twist","favicon":"https://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2023/08/cropped-blog-rzepa-32x32.jpg","feed_format":"application/atom+xml","feed_url":"https://www.ch.imperial.ac.uk/rzepa/blog/?feed=atom","filter":null,"funding":null,"generator":"WordPress
67
+ 6.3.1","home_page_url":"https://www.ch.imperial.ac.uk/rzepa/blog","id":"jqdyv23","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T16:46:13+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"rzepa","status":"active","title":"Henry
68
+ Rzepa''s Blog","use_api":true,"use_mastodon":false,"user_id":"d876eef7-660b-4934-ab47-fa52cca7ad5a","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Henry
69
+ Rzepa''s Blog","blog_slug":"rzepa","doi":null,"id":"61c731f9-f835-4a29-9238-f2d102ed82b3","image":"http://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2015/09/CC.jpg","indexed_at":0,"language":"en","published_at":1441528272,"reference":[{"doi":"http://doi.org/10.1002/anie.201410407","key":"ref1"}],"relationships":[{"type":"IsIdenticalTo","url":"https://doi.org/10.15200/winn.145586.67744"}],"summary":"An
70
+ article entitled \"<em>Four Decades of the Chemistry of Planar Hypercoordinate
71
+ Compounds</em>\"[1] was recently reviewed by Steve Bacharach on his blog,
72
+ where you can also see comments. Given the recent crystallographic themes
73
+ here, I thought I might try a search of the CSD (Cambridge structure database)
74
+ to see whether anything interesting might emerge for tetracoordinate carbon.","tags":["Crystal
75
+ Structure Mining"],"title":"Deviations from tetrahedral four-coordinate carbon:
76
+ a statistical exploration.","updated_at":1694924447,"url":"https://www.ch.imperial.ac.uk/rzepa/blog?p=14548"},{"archive_url":null,"authors":[{"name":"Henry
77
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"blog":{"api":true,"archive_prefix":null,"authors":[{"name":"Henry
78
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"backlog":0,"canonical_url":true,"category":"chemicalSciences","created_at":"2023-08-27","current_feed_url":null,"description":"Chemistry
79
+ with a twist","favicon":"https://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2023/08/cropped-blog-rzepa-32x32.jpg","feed_format":"application/atom+xml","feed_url":"https://www.ch.imperial.ac.uk/rzepa/blog/?feed=atom","filter":null,"funding":null,"generator":"WordPress
80
+ 6.3.1","home_page_url":"https://www.ch.imperial.ac.uk/rzepa/blog","id":"jqdyv23","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T16:46:13+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"rzepa","status":"active","title":"Henry
81
+ Rzepa''s Blog","use_api":true,"use_mastodon":false,"user_id":"d876eef7-660b-4934-ab47-fa52cca7ad5a","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Henry
82
+ Rzepa''s Blog","blog_slug":"rzepa","doi":null,"id":"f1ed804f-1204-4c20-a183-5d31cbd231ac","image":"http://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2015/09/SAmide-def.jpg","indexed_at":0,"language":"en","published_at":1441441075,"reference":[],"relationships":[{"type":"IsIdenticalTo","url":"https://doi.org/10.15200/winn.144212.25425"}],"summary":"The\u00a0previous
83
+ post explored the structural features of amides. Here I compare the analysis
84
+ with that for the closely related thioamides. Here is the torsional analysis
85
+ around the C-N bond. The \u201cdiff\u201d (difference) is that almost all
86
+ the hits are concentrated into angles of 0\u00b0 or 180\u00b0; the twist about
87
+ the C-N bond\u00a0from co-planarity is much less if S is present.","tags":["Crystal
88
+ Structure Mining"],"title":"\u03c0-Resonance in thioamides: a crystallographic
89
+ &#8220;diff&#8221; with amides.","updated_at":1694924009,"url":"https://www.ch.imperial.ac.uk/rzepa/blog?p=14543"},{"archive_url":null,"authors":[{"name":"Henry
90
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"blog":{"api":true,"archive_prefix":null,"authors":[{"name":"Henry
91
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"backlog":0,"canonical_url":true,"category":"chemicalSciences","created_at":"2023-08-27","current_feed_url":null,"description":"Chemistry
92
+ with a twist","favicon":"https://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2023/08/cropped-blog-rzepa-32x32.jpg","feed_format":"application/atom+xml","feed_url":"https://www.ch.imperial.ac.uk/rzepa/blog/?feed=atom","filter":null,"funding":null,"generator":"WordPress
93
+ 6.3.1","home_page_url":"https://www.ch.imperial.ac.uk/rzepa/blog","id":"jqdyv23","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T16:46:13+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"rzepa","status":"active","title":"Henry
94
+ Rzepa''s Blog","use_api":true,"use_mastodon":false,"user_id":"d876eef7-660b-4934-ab47-fa52cca7ad5a","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Henry
95
+ Rzepa''s Blog","blog_slug":"rzepa","doi":null,"id":"39f292c1-0cc1-47b0-bd38-67bc19f93d3b","image":"http://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2015/09/Amide-def.jpg","indexed_at":0,"language":"en","published_at":1441434729,"reference":[],"relationships":[{"type":"IsIdenticalTo","url":"https://doi.org/10.15200/winn.144212.25356"}],"summary":"The
96
+ \u03c0-resonance in amides famously helped Pauling to his proposal\u00a0of
97
+ a helical structure for proteins. Here I explore some geometric properties
98
+ of amides related to the C-N bond and the torsions about it. \t \tThe
99
+ key aspect of amides is that a lone pair of electrons on the nitrogen can
100
+ conjugate with the C=O carbonyl only if the\u00a0lone pair orbital is parallel
101
+ to the C-O \u03c0-system.","tags":["Crystal Structure Mining"],"title":"\u03c0-Resonance
102
+ in amides: a crystallographic reality check.","updated_at":1694924603,"url":"https://www.ch.imperial.ac.uk/rzepa/blog?p=14537"},{"archive_url":null,"authors":[{"name":"Mike
103
+ Taylor","url":"http://www.miketaylor.org.uk/dino/pubs/"}],"blog":{"api":true,"archive_prefix":null,"authors":null,"backlog":1550,"canonical_url":null,"category":"earthAndRelatedEnvironmentalSciences","created_at":"2023-02-01","current_feed_url":null,"description":"SV-POW! ... All
104
+ sauropod vertebrae, except when we''re talking about Open Access","favicon":null,"feed_format":"application/atom+xml","feed_url":"https://svpow.com/feed/atom/","filter":null,"funding":null,"generator":"WordPress.com","home_page_url":"https://svpow.com","id":"dkvra02","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-22T14:44:45+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"svpow","status":"active","title":"Sauropod
105
+ Vertebra Picture of the Week","use_api":true,"use_mastodon":false,"user_id":"04d03585-c8bb-40f2-9619-5076a5e0aed2","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Sauropod
106
+ Vertebra Picture of the Week","blog_slug":"svpow","doi":null,"id":"55073236-c87a-4545-9754-b51c284dba16","image":null,"indexed_at":0,"language":"en","published_at":1441376229,"reference":[],"relationships":[],"summary":"THIS
107
+ POST IS RETRACTED. The reasons are explained in the next post. I wish I had
108
+ never posted this, but you can\u2019t undo what is done, especially on the
109
+ Internet, so I am not deleting it but marking it as retracted.","tags":["Conferences","Rants","Stinkin
110
+ Delegates"],"title":"Unhappy thoughts on student projects at SVPCA 2015","updated_at":1532510552,"url":"https://svpow.com/2015/09/04/unhappy-thoughts-on-student-projects-at-svpca-2015"},{"archive_url":null,"authors":[{"name":"Henry
111
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"blog":{"api":true,"archive_prefix":null,"authors":[{"name":"Henry
112
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"backlog":0,"canonical_url":true,"category":"chemicalSciences","created_at":"2023-08-27","current_feed_url":null,"description":"Chemistry
113
+ with a twist","favicon":"https://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2023/08/cropped-blog-rzepa-32x32.jpg","feed_format":"application/atom+xml","feed_url":"https://www.ch.imperial.ac.uk/rzepa/blog/?feed=atom","filter":null,"funding":null,"generator":"WordPress
114
+ 6.3.1","home_page_url":"https://www.ch.imperial.ac.uk/rzepa/blog","id":"jqdyv23","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T16:46:13+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"rzepa","status":"active","title":"Henry
115
+ Rzepa''s Blog","use_api":true,"use_mastodon":false,"user_id":"d876eef7-660b-4934-ab47-fa52cca7ad5a","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Henry
116
+ Rzepa''s Blog","blog_slug":"rzepa","doi":null,"id":"dc03e446-f927-4427-908c-8975edaacbca","image":null,"indexed_at":0,"language":"en","published_at":1441297408,"reference":[],"relationships":[],"summary":"The
117
+ first conference devoted to scientific uses of Wikipedia has just finished;
118
+ there was lots of fascinating stuff but here I concentrate on one report that
119
+ I thought was especially interesting.\u00a0To introduce it, I need first to
120
+ introduce WikiData. This is part of the WikiMedia ecosystem, and one of the
121
+ newest. The basic concept is really simple. It is a repository for data
122
+ objects; 14,757,419 of them as I write this to be precise.","tags":[],"title":"A
123
+ sea-change in science citation? The Wikipedia Science conference.","updated_at":1441367089,"url":"https://www.ch.imperial.ac.uk/rzepa/blog?p=14527"},{"archive_url":null,"authors":[{"name":"Mike
124
+ Taylor","url":"http://www.miketaylor.org.uk/dino/pubs/"}],"blog":{"api":true,"archive_prefix":null,"authors":null,"backlog":1550,"canonical_url":null,"category":"earthAndRelatedEnvironmentalSciences","created_at":"2023-02-01","current_feed_url":null,"description":"SV-POW! ... All
125
+ sauropod vertebrae, except when we''re talking about Open Access","favicon":null,"feed_format":"application/atom+xml","feed_url":"https://svpow.com/feed/atom/","filter":null,"funding":null,"generator":"WordPress.com","home_page_url":"https://svpow.com","id":"dkvra02","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-22T14:44:45+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"svpow","status":"active","title":"Sauropod
126
+ Vertebra Picture of the Week","use_api":true,"use_mastodon":false,"user_id":"04d03585-c8bb-40f2-9619-5076a5e0aed2","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Sauropod
127
+ Vertebra Picture of the Week","blog_slug":"svpow","doi":null,"id":"0215cd88-a879-4f2b-af12-9e97f0910b42","image":"https://svpow.files.wordpress.com/2014/02/dorsals-ab-composite.jpeg","indexed_at":0,"language":"en","published_at":1441263559,"reference":[],"relationships":[],"summary":"Here
128
+ I am at SVPCA in 2015. I am haunted by the fact that\u00a0ten years ago at
129
+ SVPCA 2005, I gave a talk about the NHM\u2019s Tendaguru brachiosaurid, NHMUK
130
+ R5937. And the description is still not done and submitted a full decade later.","tags":["Brachiosaurids","Im
131
+ Stupid","The Archbishop"],"title":"Just write the Archbishop description already!","updated_at":1441742127,"url":"https://svpow.com/2015/09/03/just-write-the-archbishop-description-already"},{"archive_url":null,"authors":[{"name":"Ross
132
+ Mounce","url":""}],"blog":{"api":true,"archive_prefix":null,"authors":[{"name":"Ross
133
+ Mounce"}],"backlog":0,"canonical_url":null,"category":"naturalSciences","created_at":"2023-09-20","current_feed_url":"https://rossmounce.co.uk/feed/atom","description":null,"favicon":null,"feed_format":"application/atom+xml","feed_url":"https://rossmounce.co.uk/wp-json/wp/v2/posts","filter":null,"funding":null,"generator":"WordPress","home_page_url":"https://rossmounce.co.uk","id":"vbmdy90","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2021-11-19T15:57:46+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"rossmounce","status":"active","title":"A
134
+ blog by Ross Mounce","use_api":true,"use_mastodon":false,"user_id":"dead81b3-8a8b-45c9-85fe-f01bb3948c77","version":"https://jsonfeed.org/version/1.1"},"blog_name":"A
135
+ blog by Ross Mounce","blog_slug":"rossmounce","doi":null,"id":"99134b98-6919-45ce-b624-aa89ba7f8bc5","image":"http://rossmounce.co.uk/wp-content/uploads/2015/09/fncom-06-00019-g004.jpg","indexed_at":0,"language":"en","published_at":1441107231,"reference":[],"relationships":[],"summary":"Today
136
+ (2015-09-01), marks the public announcement of Research Ideas &amp; Outcomes\u00a0(RIO
137
+ for short), a new open access journal for all disciplines that seeks to open-up
138
+ the entire research cycle with some truly novel features I know what you
139
+ might be thinking: <em>Another open access journal? Really?\u00a0</em> Myself,
140
+ nor Daniel Mietchen simply wouldn\u2019t be involved with this project if
141
+ it was just another boring open access journal.","tags":["Generation Open","Open
142
+ Access","Open Data","Open Science","Publications"],"title":"I am supporting
143
+ RIO Journal. I think you should too","updated_at":1441109858,"url":"https://rossmounce.co.uk/2015/09/01/im-supporting-rio-journal-i-think-you-should-too"},{"archive_url":null,"authors":[{"name":"Henry
144
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"blog":{"api":true,"archive_prefix":null,"authors":[{"name":"Henry
145
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"backlog":0,"canonical_url":true,"category":"chemicalSciences","created_at":"2023-08-27","current_feed_url":null,"description":"Chemistry
146
+ with a twist","favicon":"https://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2023/08/cropped-blog-rzepa-32x32.jpg","feed_format":"application/atom+xml","feed_url":"https://www.ch.imperial.ac.uk/rzepa/blog/?feed=atom","filter":null,"funding":null,"generator":"WordPress
147
+ 6.3.1","home_page_url":"https://www.ch.imperial.ac.uk/rzepa/blog","id":"jqdyv23","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T16:46:13+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"rzepa","status":"active","title":"Henry
148
+ Rzepa''s Blog","use_api":true,"use_mastodon":false,"user_id":"d876eef7-660b-4934-ab47-fa52cca7ad5a","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Henry
149
+ Rzepa''s Blog","blog_slug":"rzepa","doi":null,"id":"741660e0-f9fd-4614-87a8-c65cf054c98b","image":"http://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2015/08/SB2WJ.jpg","indexed_at":0,"language":"en","published_at":1440856475,"reference":[],"relationships":[],"summary":"Most
150
+ visitors to London use the famous <i>underground trains</i>\u00a0(the \u201ctube\u201d)
151
+ or a<i>\u00a0double-decker bus</i> to see the city (one can also use rivers
152
+ and canals).\u00a0So I thought, during the tourism month of August, I would
153
+ show you an alternative overground circumnavigation of the city using the
154
+ metaphor of benzene. Benzene you see is a ring, comprising three\u00a0\u201cHCCH\u201d
155
+ segments.","tags":[],"title":"A tourist trip around London Overground with
156
+ a chemical theme.","updated_at":1440856924,"url":"https://www.ch.imperial.ac.uk/rzepa/blog?p=14515"},{"archive_url":null,"authors":[{"name":null}],"blog":{"api":true,"archive_prefix":null,"authors":null,"backlog":0,"canonical_url":true,"category":"law","created_at":"2023-09-15","current_feed_url":null,"description":"Urheberrecht
157
+ und kreatives Schaffen in der digitalen Welt","favicon":null,"feed_format":"application/atom+xml","feed_url":"https://irights.info/feed/atom","filter":null,"funding":null,"generator":"WordPress","home_page_url":"https://irights.info","id":"15san30","issn":null,"language":"de","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T10:21:48+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"irights","status":"active","title":"iRights.info","use_api":true,"use_mastodon":false,"user_id":"81a5b5f1-97c2-416b-8715-46e10f37018c","version":"https://jsonfeed.org/version/1.1"},"blog_name":"iRights.info","blog_slug":"irights","doi":null,"id":"e5092cf0-ba9a-47f5-ad93-ecd59512d8e9","image":null,"indexed_at":0,"language":"de","published_at":1440828029,"reference":[],"relationships":[],"summary":"Das
158
+ Urheberrecht hat in der digitalen Welt einen dramatischen Bedeutungswandel
159
+ erfahren. Aus einem Recht f\u00fcr einen sehr kleinen, hoch spezialisierten
160
+ Adressatenkreis ist ein Verhaltensrecht f\u00fcr die ganze Gesellschaft geworden.
161
+ Der Umstand, dass das Recht bis heute weit davon entfernt ist, an diese neue
162
+ Situation angepasst zu werden, f\u00fchrt zu massiven Problemen.","tags":["In
163
+ Eigener Sache","Politik Recht","Urheberrecht","Urheberrechtsreform"],"title":"Ein
164
+ Gedankenexperiment zur Neuordnung des Urheberrechts","updated_at":1441011958,"url":"https://irights.info/2015/08/29/ein-gedankenexperiment-zur-neuordnung-des-urheberrechts/25980"},{"archive_url":null,"authors":[{"name":"Ross
165
+ Mounce","url":""}],"blog":{"api":true,"archive_prefix":null,"authors":[{"name":"Ross
166
+ Mounce"}],"backlog":0,"canonical_url":null,"category":"naturalSciences","created_at":"2023-09-20","current_feed_url":"https://rossmounce.co.uk/feed/atom","description":null,"favicon":null,"feed_format":"application/atom+xml","feed_url":"https://rossmounce.co.uk/wp-json/wp/v2/posts","filter":null,"funding":null,"generator":"WordPress","home_page_url":"https://rossmounce.co.uk","id":"vbmdy90","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2021-11-19T15:57:46+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"rossmounce","status":"active","title":"A
167
+ blog by Ross Mounce","use_api":true,"use_mastodon":false,"user_id":"dead81b3-8a8b-45c9-85fe-f01bb3948c77","version":"https://jsonfeed.org/version/1.1"},"blog_name":"A
168
+ blog by Ross Mounce","blog_slug":"rossmounce","doi":null,"id":"d95daa7f-f284-4a6d-9c94-fd311b603768","image":"","indexed_at":0,"language":"en","published_at":1440719050,"reference":[],"relationships":[],"summary":"I\u2019ve
169
+ just read a paper published in <em>Systematic Biology</em> called \u2018A
170
+ Falsification of the Citation Impediment in the Taxonomic Literature\u2018. Having
171
+ read the full paper many times, including the 64-page PDF supplementary materials
172
+ file. I\u2019m amazed the paper was published in its current form.","tags":["Publications"],"title":"What
173
+ is Journal Visibility?","updated_at":1440741304,"url":"https://rossmounce.co.uk/2015/08/28/what-is-journal-visibility"},{"archive_url":null,"authors":[{"name":"Henry
174
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"blog":{"api":true,"archive_prefix":null,"authors":[{"name":"Henry
175
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"backlog":0,"canonical_url":true,"category":"chemicalSciences","created_at":"2023-08-27","current_feed_url":null,"description":"Chemistry
176
+ with a twist","favicon":"https://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2023/08/cropped-blog-rzepa-32x32.jpg","feed_format":"application/atom+xml","feed_url":"https://www.ch.imperial.ac.uk/rzepa/blog/?feed=atom","filter":null,"funding":null,"generator":"WordPress
177
+ 6.3.1","home_page_url":"https://www.ch.imperial.ac.uk/rzepa/blog","id":"jqdyv23","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T16:46:13+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"rzepa","status":"active","title":"Henry
178
+ Rzepa''s Blog","use_api":true,"use_mastodon":false,"user_id":"d876eef7-660b-4934-ab47-fa52cca7ad5a","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Henry
179
+ Rzepa''s Blog","blog_slug":"rzepa","doi":null,"id":"77033c92-b885-47da-9fc3-4cf50f321145","image":"http://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2015/08/anomeric.jpg","indexed_at":0,"language":"en","published_at":1440677839,"reference":[],"relationships":[{"type":"IsIdenticalTo","url":"https://doi.org/10.15200/winn.144212.25640"}],"summary":"The
180
+ anomeric effect is best known in sugars, occuring in sub-structures such as
181
+ RO-C-OR. Its origins relate to how the lone pairs on each oxygen atom align
182
+ with the adjacent C-O bonds. When the alignment is 180\u00b0, one oxygen lone
183
+ pair can donate into the C-O \u03c3* empty orbital and a stabilisation occurs.
184
+ Here I explore whether crystal structures reflect this effect.","tags":["Crystal
185
+ Structure Mining"],"title":"A visualization of the anomeric effect from crystal
186
+ structures.","updated_at":1694924268,"url":"https://www.ch.imperial.ac.uk/rzepa/blog?p=14508"},{"archive_url":null,"authors":[{"name":"Henry
187
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"blog":{"api":true,"archive_prefix":null,"authors":[{"name":"Henry
188
+ Rzepa","url":"https://orcid.org/0000-0002-8635-8390"}],"backlog":0,"canonical_url":true,"category":"chemicalSciences","created_at":"2023-08-27","current_feed_url":null,"description":"Chemistry
189
+ with a twist","favicon":"https://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2023/08/cropped-blog-rzepa-32x32.jpg","feed_format":"application/atom+xml","feed_url":"https://www.ch.imperial.ac.uk/rzepa/blog/?feed=atom","filter":null,"funding":null,"generator":"WordPress
190
+ 6.3.1","home_page_url":"https://www.ch.imperial.ac.uk/rzepa/blog","id":"jqdyv23","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-09-25T16:46:13+00:00","plan":"Team","prefix":"10.59350","relative_url":null,"slug":"rzepa","status":"active","title":"Henry
191
+ Rzepa''s Blog","use_api":true,"use_mastodon":false,"user_id":"d876eef7-660b-4934-ab47-fa52cca7ad5a","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Henry
192
+ Rzepa''s Blog","blog_slug":"rzepa","doi":null,"id":"15df946c-f1a8-412b-a7b3-e17a6a38d74b","image":"http://www.ch.ic.ac.uk/rzepa/blog/wp-content/uploads/2015/08/benzenes.svg","indexed_at":0,"language":"en","published_at":1440587825,"reference":[],"relationships":[],"summary":"Previously,
193
+ I showed how conjugation in dienes and diaryls can be visualised by inspecting
194
+ bond lengths as a function of torsions.","tags":["Crystal Structure Mining"],"title":"Mesomeric
195
+ resonance in substituted benzenes: a crystallographic reality check.","updated_at":1465537919,"url":"https://www.ch.imperial.ac.uk/rzepa/blog?p=14492"}]
196
+
197
+ '
198
+ recorded_at: Thu, 05 Oct 2023 21:11:06 GMT
95
199
  recorded_with: VCR 6.2.0
@@ -4,7 +4,7 @@ http_interactions:
4
4
  method: get
5
5
  uri: https://api.crossref.org/works/10.7554/elife.01567
6
6
  body:
7
- encoding: UTF-8
7
+ encoding: ASCII-8BIT
8
8
  string: ''
9
9
  headers:
10
10
  Connection:
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Sun, 18 Jun 2023 15:23:43 GMT
22
+ - Thu, 05 Oct 2023 19:47:35 GMT
23
23
  Content-Type:
24
24
  - application/json
25
25
  Transfer-Encoding:
@@ -49,7 +49,7 @@ http_interactions:
49
49
  - close
50
50
  body:
51
51
  encoding: UTF-8
52
- string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,6,14]],"date-time":"2023-06-14T09:51:19Z","timestamp":1686736279114},"reference-count":27,"publisher":"eLife
52
+ string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,10,3]],"date-time":"2023-10-03T17:19:30Z","timestamp":1696353570692},"reference-count":27,"publisher":"eLife
53
53
  Sciences Publications, Ltd","license":[{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"am","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"am","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"},{"start":{"date-parts":[[2014,2,11]],"date-time":"2014-02-11T00:00:00Z","timestamp":1392076800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/3.0\/"}],"funder":[{"name":"SystemsX"},{"name":"EMBO
54
54
  longterm post-doctoral fellowships"},{"name":"Marie Heim-Voegtlin"},{"DOI":"10.13039\/501100006390","name":"University
55
55
  of Lausanne","doi-asserted-by":"crossref"},{"name":"SystemsX"},{"DOI":"10.13039\/501100003043","name":"EMBO","doi-asserted-by":"publisher"},{"DOI":"10.13039\/501100001711","name":"Swiss
@@ -136,12 +136,12 @@ http_interactions:
136
136
  History"}},{"value":"2013-12-24","order":1,"name":"accepted","label":"Accepted","group":{"name":"publication_history","label":"Publication
137
137
  History"}},{"value":"2014-02-11","order":2,"name":"published","label":"Published","group":{"name":"publication_history","label":"Publication
138
138
  History"}}]}}'
139
- recorded_at: Sun, 18 Jun 2023 15:23:43 GMT
139
+ recorded_at: Thu, 05 Oct 2023 19:47:35 GMT
140
140
  - request:
141
141
  method: get
142
142
  uri: https://api.crossref.org/members/4374
143
143
  body:
144
- encoding: UTF-8
144
+ encoding: ASCII-8BIT
145
145
  string: ''
146
146
  headers:
147
147
  Connection:
@@ -156,7 +156,7 @@ http_interactions:
156
156
  message: OK
157
157
  headers:
158
158
  Date:
159
- - Sun, 18 Jun 2023 15:23:44 GMT
159
+ - Thu, 05 Oct 2023 19:47:36 GMT
160
160
  Content-Type:
161
161
  - application/json
162
162
  Transfer-Encoding:
@@ -186,17 +186,17 @@ http_interactions:
186
186
  - close
187
187
  body:
188
188
  encoding: UTF-8
189
- string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1687045128924,"primary-name":"eLife
190
- Sciences Publications, Ltd","counts":{"current-dois":17366,"backfile-dois":28280,"total-dois":45646},"breakdowns":{"dois-by-issued-year":[[2021,7247],[2022,7078],[2020,6182],[2019,4848],[2017,4118],[2018,4058],[2016,3510],[2023,3041],[2015,2808],[2014,1786],[2013,811],[2012,159]]},"prefixes":["10.7554"],"coverage":{"affiliations-current":0.9405159507082805,"similarity-checking-current":0.0,"descriptions-current":0.0,"ror-ids-current":0.5576413681907175,"funders-backfile":0.3052687411598303,"licenses-backfile":0.999964639321075,"funders-current":0.2664401704480018,"affiliations-backfile":0.9898161244695898,"resource-links-backfile":0.3481966053748232,"orcids-backfile":0.8474540311173975,"update-policies-current":0.2902798571922147,"ror-ids-backfile":0.002192362093352192,"orcids-current":0.9002073016238628,"similarity-checking-backfile":0.0,"references-backfile":0.3392857142857143,"descriptions-backfile":0.0,"award-numbers-backfile":0.2866690240452617,"update-policies-backfile":0.0708981612446959,"licenses-current":1.0,"award-numbers-current":0.2578026027870552,"abstracts-backfile":0.3405586987270156,"resource-links-current":0.2902798571922147,"abstracts-current":0.3130254520327076,"references-current":0.2808937003339859},"prefix":[{"name":"eLife
191
- Sciences Publications, Ltd.","value":"10.7554"}],"id":4374,"tokens":["elife","sciences","publications","ltd"],"counts-type":{"all":{"peer-review":30291,"journal-article":14890,"journal":1,"component":143802,"posted-content":465},"backfile":{"peer-review":18431,"journal-article":9849},"current":{"peer-review":11860,"journal-article":5041,"posted-content":465}},"coverage-type":{"all":{"peer-review":{"last-status-check-time":1687045128924,"affiliations":0.9666237496286026,"abstracts":0.0,"orcids":0.8618071374335611,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.2349542768479086,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1687045128924,"affiliations":0.9794492948287441,"abstracts":0.980658159838818,"orcids":0.8787777031564808,"licenses":0.9999328408327737,"references":0.9719946272666219,"funders":0.890530557421088,"similarity-checking":0.0,"award-numbers":0.8451309603760913,"ror-ids":0.1765614506380121,"update-policies":0.4732034922766958,"resource-links":0.9998656816655473,"descriptions":0.0},"journal":{"last-status-check-time":1687045128924,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"component":{"last-status-check-time":1687045128924,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":4.867804342081473E-4,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"posted-content":{"last-status-check-time":1687045128924,"affiliations":0.9913978494623656,"abstracts":1.0,"orcids":0.8795698924731183,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}},"backfile":{"peer-review":{"last-status-check-time":1687045128924,"affiliations":0.9971244099614779,"abstracts":0.0,"orcids":0.86376213987304,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.003363897780912593,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1687045128924,"affiliations":0.9761397096151894,"abstracts":0.9778657731749416,"orcids":0.8169357295156869,"licenses":0.9998984668494263,"references":0.9742105797542898,"funders":0.8765356889024266,"similarity-checking":0.0,"award-numbers":0.8231292517006803,"ror-ids":0.0,"update-policies":0.2035739669001929,"resource-links":0.9997969336988527,"descriptions":0.0}},"current":{"peer-review":{"last-status-check-time":1687045128924,"affiliations":0.9192242833052277,"abstracts":0.0,"orcids":0.8587689713322091,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.5948566610455313,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1687045128924,"affiliations":0.9859154929577465,"abstracts":0.9861138662963698,"orcids":0.9996032533227533,"licenses":1.0,"references":0.9676651458044039,"funders":0.9178734378099583,"similarity-checking":0.0,"award-numbers":0.888117437016465,"ror-ids":0.5215235072406269,"update-policies":1.0,"resource-links":1.0,"descriptions":0.0},"posted-content":{"last-status-check-time":1687045128924,"affiliations":0.9913978494623656,"abstracts":1.0,"orcids":0.8795698924731183,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}}},"flags":{"deposits-abstracts-current":true,"deposits-orcids-current":true,"deposits":true,"deposits-affiliations-backfile":true,"deposits-update-policies-backfile":true,"deposits-similarity-checking-backfile":false,"deposits-award-numbers-current":true,"deposits-resource-links-current":true,"deposits-ror-ids-current":true,"deposits-articles":true,"deposits-affiliations-current":true,"deposits-funders-current":true,"deposits-references-backfile":true,"deposits-ror-ids-backfile":true,"deposits-abstracts-backfile":true,"deposits-licenses-backfile":true,"deposits-award-numbers-backfile":true,"deposits-descriptions-current":false,"deposits-references-current":true,"deposits-resource-links-backfile":true,"deposits-descriptions-backfile":false,"deposits-orcids-backfile":true,"deposits-funders-backfile":true,"deposits-update-policies-current":true,"deposits-similarity-checking-current":false,"deposits-licenses-current":true},"location":"Cambridge,
189
+ string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1696466957315,"primary-name":"eLife
190
+ Sciences Publications, Ltd","counts":{"current-dois":22741,"backfile-dois":28286,"total-dois":51027},"breakdowns":{"dois-by-issued-year":[[2023,8158],[2022,7328],[2021,7255],[2020,6186],[2019,4848],[2017,4118],[2018,4058],[2016,3512],[2015,2808],[2014,1786],[2013,811],[2012,159]]},"prefixes":["10.7554"],"coverage":{"affiliations-current":0.8376940328041863,"similarity-checking-current":0.0,"descriptions-current":0.0,"ror-ids-current":0.4925465019128446,"funders-backfile":0.3052039878385067,"licenses-backfile":0.9999646468217493,"funders-current":0.2229013675739853,"affiliations-backfile":0.9898182846637913,"resource-links-backfile":0.3481227462348865,"orcids-backfile":0.8474863890263735,"update-policies-current":0.2433050437535728,"ror-ids-backfile":0.002333309764547833,"orcids-current":0.7908623191592278,"similarity-checking-backfile":0.0,"references-backfile":0.3392137453157039,"descriptions-backfile":0.0,"award-numbers-backfile":0.2866082160786255,"update-policies-backfile":0.0714487732447147,"licenses-current":1.0,"award-numbers-current":0.2156457499670199,"abstracts-backfile":0.34048645973273,"resource-links-current":0.2433050437535728,"abstracts-current":0.3094850710171057,"references-current":0.2367969746273251},"prefix":[{"name":"eLife
191
+ Sciences Publications, Ltd.","value":"10.7554"}],"id":4374,"tokens":["elife","sciences","publications","ltd"],"counts-type":{"all":{"peer-review":34061,"journal-article":15382,"journal":1,"component":143802,"posted-content":1584},"backfile":{"peer-review":18437,"journal-article":9849},"current":{"peer-review":15624,"journal-article":5533,"posted-content":1584}},"coverage-type":{"all":{"peer-review":{"last-status-check-time":1696466957315,"affiliations":0.8925750858753413,"abstracts":0.0,"orcids":0.7939285399724025,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.2386306919937759,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1696466957315,"affiliations":0.9795215186581719,"abstracts":0.9806917175919906,"orcids":0.882655051358731,"licenses":0.9999349889481212,"references":0.9738655571447146,"funders":0.8907814328435834,"similarity-checking":0.0,"award-numbers":0.8458587959953192,"ror-ids":0.2040696918476141,"update-policies":0.4910934858926017,"resource-links":0.9998699778962424,"descriptions":0.0},"journal":{"last-status-check-time":1696466957315,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"component":{"last-status-check-time":1696466957315,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":4.867804342081473E-4,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"posted-content":{"last-status-check-time":1696466957315,"affiliations":0.9968434343434343,"abstracts":1.0,"orcids":0.8446969696969697,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}},"backfile":{"peer-review":{"last-status-check-time":1696466957315,"affiliations":0.9971253457720887,"abstracts":0.0,"orcids":0.8638064761078267,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.003579758095134783,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1696466957315,"affiliations":0.9761397096151894,"abstracts":0.9778657731749416,"orcids":0.8169357295156869,"licenses":0.9998984668494263,"references":0.9742105797542898,"funders":0.8765356889024266,"similarity-checking":0.0,"award-numbers":0.8231292517006803,"ror-ids":0.0,"update-policies":0.2051984973093715,"resource-links":0.9997969336988527,"descriptions":0.0}},"current":{"peer-review":{"last-status-check-time":1696466957315,"affiliations":0.7692012288786482,"abstracts":0.0,"orcids":0.7114695340501792,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.5160010240655402,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1696466957315,"affiliations":0.9855412976685342,"abstracts":0.9857220314476776,"orcids":0.9996385324417134,"licenses":1.0,"references":0.9732514006867884,"funders":0.9161395264774986,"similarity-checking":0.0,"award-numbers":0.8863184529188505,"ror-ids":0.5673233327308874,"update-policies":1.0,"resource-links":1.0,"descriptions":0.0},"posted-content":{"last-status-check-time":1696466957315,"affiliations":0.9968434343434343,"abstracts":1.0,"orcids":0.8446969696969697,"licenses":1.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}}},"flags":{"deposits-abstracts-current":true,"deposits-orcids-current":true,"deposits":true,"deposits-affiliations-backfile":true,"deposits-update-policies-backfile":true,"deposits-similarity-checking-backfile":false,"deposits-award-numbers-current":true,"deposits-resource-links-current":true,"deposits-ror-ids-current":true,"deposits-articles":true,"deposits-affiliations-current":true,"deposits-funders-current":true,"deposits-references-backfile":true,"deposits-ror-ids-backfile":true,"deposits-abstracts-backfile":true,"deposits-licenses-backfile":true,"deposits-award-numbers-backfile":true,"deposits-descriptions-current":false,"deposits-references-current":true,"deposits-resource-links-backfile":true,"deposits-descriptions-backfile":false,"deposits-orcids-backfile":true,"deposits-funders-backfile":true,"deposits-update-policies-current":true,"deposits-similarity-checking-current":false,"deposits-licenses-current":true},"location":"Cambridge,
192
192
  United Kingdom","names":["eLife Sciences Publications, Ltd","eLife Sciences
193
193
  Publications, Ltd."]}}'
194
- recorded_at: Sun, 18 Jun 2023 15:23:43 GMT
194
+ recorded_at: Thu, 05 Oct 2023 19:47:36 GMT
195
195
  - request:
196
196
  method: get
197
197
  uri: https://doi.org/ra/10.7554
198
198
  body:
199
- encoding: UTF-8
199
+ encoding: ASCII-8BIT
200
200
  string: ''
201
201
  headers:
202
202
  Connection:
@@ -211,7 +211,7 @@ http_interactions:
211
211
  message: OK
212
212
  headers:
213
213
  Date:
214
- - Sun, 18 Jun 2023 15:23:44 GMT
214
+ - Thu, 05 Oct 2023 19:47:37 GMT
215
215
  Content-Type:
216
216
  - application/json;charset=UTF-8
217
217
  Transfer-Encoding:
@@ -223,7 +223,7 @@ http_interactions:
223
223
  Cf-Cache-Status:
224
224
  - DYNAMIC
225
225
  Report-To:
226
- - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=spSyTgt12y4uim7XgcQrz1ZN88KHMkt6oHUFbVvzdCIF%2FTacOfdZJqKBsY2lwlEsa2aBVF%2F1oGfaSzKXMYvD8bLbD1xDbVY%2BCpTvsuFQjmQ%2Bw98RmHQTyHyVJdnL0YJUbwlQO%2Bk%3D"}],"group":"cf-nel","max_age":604800}'
226
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=p6BrsbYbrvGOqpmqoKqQw8Xu6zT5LhYUjOZkmkMQWRoqUhTO2jQplV7n0l50A7e7Mp7zleCqyeIGgoeldhJaaUytBGgRhmz%2FwsddV3XXVc6CJSWF4R%2BSMoM7UHif2ai3Kfd8x5Y%3D"}],"group":"cf-nel","max_age":604800}'
227
227
  Nel:
228
228
  - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
229
229
  Strict-Transport-Security:
@@ -231,7 +231,7 @@ http_interactions:
231
231
  Server:
232
232
  - cloudflare
233
233
  Cf-Ray:
234
- - 7d9489020c55b7a6-AMS
234
+ - 81182d6c8aeb06dc-AMS
235
235
  Alt-Svc:
236
236
  - h3=":443"; ma=86400
237
237
  body:
@@ -243,5 +243,5 @@ http_interactions:
243
243
  "RA": "Crossref"
244
244
  }
245
245
  ]
246
- recorded_at: Sun, 18 Jun 2023 15:23:44 GMT
247
- recorded_with: VCR 6.1.0
246
+ recorded_at: Thu, 05 Oct 2023 19:47:37 GMT
247
+ recorded_with: VCR 6.2.0
@@ -4,7 +4,7 @@ http_interactions:
4
4
  method: get
5
5
  uri: https://doi.org/ra/10.1371
6
6
  body:
7
- encoding: UTF-8
7
+ encoding: ASCII-8BIT
8
8
  string: ''
9
9
  headers:
10
10
  Connection:
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Sun, 18 Jun 2023 15:23:33 GMT
22
+ - Thu, 05 Oct 2023 19:47:03 GMT
23
23
  Content-Type:
24
24
  - application/json;charset=UTF-8
25
25
  Transfer-Encoding:
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Cf-Cache-Status:
32
32
  - DYNAMIC
33
33
  Report-To:
34
- - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=gvg3Btk0k8iEcENNu40PU%2Fns%2FKELJdFDWqx4jZdRA3Xly5vkvv76QAqck1EDLAmiX%2Bos0CAmVPSbkCj%2Fx6kApo5c5tPw%2Fe9L1hzl%2F9dgyWS4zn4SmeVYNDDaaWoq9zc1g1pvtr0%3D"}],"group":"cf-nel","max_age":604800}'
34
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=SviQW861kJycvb9hA6IhAcjhqf2S9EF8%2F6l1G394frf4U52Yu7%2B1I3kaTzQzNyPYdlJbGg%2By29H%2BMLOpQUVsfU5idW8KRAQ9gClKIru5yBO%2FLPdXHS5WLzTFkBIbrTI2CP6CahI%3D"}],"group":"cf-nel","max_age":604800}'
35
35
  Nel:
36
36
  - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
37
37
  Strict-Transport-Security:
@@ -39,7 +39,7 @@ http_interactions:
39
39
  Server:
40
40
  - cloudflare
41
41
  Cf-Ray:
42
- - 7d9488c0de9d0e89-AMS
42
+ - 81182c9d3a130e30-AMS
43
43
  Alt-Svc:
44
44
  - h3=":443"; ma=86400
45
45
  body:
@@ -51,5 +51,5 @@ http_interactions:
51
51
  "RA": "Crossref"
52
52
  }
53
53
  ]
54
- recorded_at: Sun, 18 Jun 2023 15:23:33 GMT
55
- recorded_with: VCR 6.1.0
54
+ recorded_at: Thu, 05 Oct 2023 19:47:03 GMT
55
+ recorded_with: VCR 6.2.0
@@ -4,7 +4,7 @@ http_interactions:
4
4
  method: get
5
5
  uri: https://doi.org/ra/10.5061
6
6
  body:
7
- encoding: UTF-8
7
+ encoding: ASCII-8BIT
8
8
  string: ''
9
9
  headers:
10
10
  Connection:
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Sun, 18 Jun 2023 15:23:33 GMT
22
+ - Thu, 05 Oct 2023 19:47:04 GMT
23
23
  Content-Type:
24
24
  - application/json;charset=UTF-8
25
25
  Transfer-Encoding:
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Cf-Cache-Status:
32
32
  - DYNAMIC
33
33
  Report-To:
34
- - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=LO0E5x2Ide%2FfTSfo6MZSVLMPxNHUrtYMb1TS8VCFIQMfBG1jT5%2F1CpN5DzVo%2BR3xzFUaEr95j9aeThC0LTJM%2Bjpt6uorV7EXP4NAdC1BLclOQ2%2BSaXA6IJ8zPbWHRA0dmB%2FekmM%3D"}],"group":"cf-nel","max_age":604800}'
34
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=Odz3lHDrWK8pOOrNwl%2BkPBbWqXhYJTFCmLX13Zt98AiYxLLexqA9tJYnBMSPfLF9Knw7OlONs5TiXb9hzgCU4LZTkfYpcGjakWcE6%2FXMs9NQ9UppM4qFs0wHiiGJzU%2F066dqcXU%3D"}],"group":"cf-nel","max_age":604800}'
35
35
  Nel:
36
36
  - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
37
37
  Strict-Transport-Security:
@@ -39,7 +39,7 @@ http_interactions:
39
39
  Server:
40
40
  - cloudflare
41
41
  Cf-Ray:
42
- - 7d9488bf4c1eb93f-AMS
42
+ - 81182ca08dc0b8d8-AMS
43
43
  Alt-Svc:
44
44
  - h3=":443"; ma=86400
45
45
  body:
@@ -51,5 +51,5 @@ http_interactions:
51
51
  "RA": "DataCite"
52
52
  }
53
53
  ]
54
- recorded_at: Sun, 18 Jun 2023 15:23:33 GMT
55
- recorded_with: VCR 6.1.0
54
+ recorded_at: Thu, 05 Oct 2023 19:47:04 GMT
55
+ recorded_with: VCR 6.2.0