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
@@ -1,10 +1,153 @@
1
1
  ---
2
2
  http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.crossref.org/works/10.1241/johokanri.39.979/transform/application/vnd.crossref.unixsd+xml
6
+ body:
7
+ encoding: ASCII-8BIT
8
+ string: ''
9
+ headers:
10
+ Connection:
11
+ - close
12
+ Host:
13
+ - api.crossref.org
14
+ User-Agent:
15
+ - http.rb/5.1.1
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Date:
22
+ - Thu, 05 Oct 2023 19:46:16 GMT
23
+ Transfer-Encoding:
24
+ - chunked
25
+ Link:
26
+ - <http://dx.doi.org/10.1241/johokanri.39.979>; rel="canonical", <https://www.jstage.jst.go.jp/article/johokanri/39/12/39_12_979/_pdf>;
27
+ version="vor"; rel="item"
28
+ Access-Control-Expose-Headers:
29
+ - Link
30
+ Access-Control-Allow-Headers:
31
+ - X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language,
32
+ Accept-Ranges, Cache-Control
33
+ Access-Control-Allow-Origin:
34
+ - "*"
35
+ Server:
36
+ - Jetty(9.4.40.v20210413)
37
+ X-Ratelimit-Limit:
38
+ - '50'
39
+ X-Ratelimit-Interval:
40
+ - 1s
41
+ X-Api-Pool:
42
+ - public
43
+ X-Rate-Limit-Limit:
44
+ - '50'
45
+ X-Rate-Limit-Interval:
46
+ - 1s
47
+ Permissions-Policy:
48
+ - interest-cohort=()
49
+ Connection:
50
+ - close
51
+ body:
52
+ encoding: ASCII-8BIT
53
+ string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<crossref_result xmlns=\"http://www.crossref.org/qrschema/3.0\"
54
+ version=\"3.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.crossref.org/qrschema/3.0
55
+ http://www.crossref.org/schemas/crossref_query_output3.0.xsd\">\r\n <query_result>\r\n
56
+ \ <head>\r\n <doi_batch_id>none</doi_batch_id>\r\n </head>\r\n <body>\r\n
57
+ \ <query status=\"resolved\">\r\n <doi type=\"journal_article\">10.1241/johokanri.39.979</doi>\r\n
58
+ \ <crm-item name=\"publisher-name\" type=\"string\">Japan Science and
59
+ Technology Agency (JST)</crm-item>\r\n <crm-item name=\"prefix-name\"
60
+ type=\"string\">Japan Science and Technology Agency</crm-item>\r\n <crm-item
61
+ name=\"member-id\" type=\"number\">272</crm-item>\r\n <crm-item name=\"citation-id\"
62
+ type=\"number\">4916686</crm-item>\r\n <crm-item name=\"journal-id\"
63
+ type=\"number\">6359</crm-item>\r\n <crm-item name=\"deposit-timestamp\"
64
+ type=\"number\">20020808181618</crm-item>\r\n <crm-item name=\"owner-prefix\"
65
+ type=\"string\">10.1241</crm-item>\r\n <crm-item name=\"last-update\"
66
+ type=\"date\">2020-03-06T06:44:36Z</crm-item>\r\n <crm-item name=\"created\"
67
+ type=\"date\">2002-10-11T20:27:25Z</crm-item>\r\n <crm-item name=\"citedby-count\"
68
+ type=\"number\">0</crm-item>\r\n <doi_record>\r\n <crossref
69
+ xmlns=\"http://www.crossref.org/xschema/1.0\" xsi:schemaLocation=\"http://www.crossref.org/xschema/1.0
70
+ http://doi.crossref.org/schemas/unixref1.0.xsd\">\r\n <journal>\r\n
71
+ \ <journal_metadata>\r\n <full_title>Journal of
72
+ Information Processing and Management</full_title>\r\n <issn
73
+ media_type=\"print\">00217298</issn>\r\n <issn media_type=\"electronic\">13471597</issn>\r\n
74
+ \ </journal_metadata>\r\n <journal_issue>\r\n <journal_volume>\r\n
75
+ \ <volume>39</volume>\r\n </journal_volume>\r\n
76
+ \ <issue>12</issue>\r\n </journal_issue>\r\n <journal_article
77
+ publication_type=\"full_text\">\r\n <titles>\r\n <title>Utilizing
78
+ the Internet. 12 Series. Future of the Internet.</title>\r\n </titles>\r\n
79
+ \ <contributors>\r\n <person_name sequence=\"first\"
80
+ contributor_role=\"author\">\r\n <given_name>Hiroyuki</given_name>\r\n
81
+ \ <surname>KUSUMOTO</surname>\r\n </person_name>\r\n
82
+ \ </contributors>\r\n <publication_date media_type=\"print\">\r\n
83
+ \ <year>1997</year>\r\n </publication_date>\r\n
84
+ \ <pages>\r\n <first_page>979</first_page>\r\n
85
+ \ <last_page>988</last_page>\r\n </pages>\r\n
86
+ \ <doi_data>\r\n <doi>10.1241/johokanri.39.979</doi>\r\n
87
+ \ <timestamp>20020808181618</timestamp>\r\n <resource>http://joi.jlc.jst.go.jp/JST.JSTAGE/johokanri/39.979?from=CrossRef</resource>\r\n
88
+ \ <collection property=\"crawler-based\" setbyID=\"jstc\">\r\n
89
+ \ <item crawler=\"iParadigms\">\r\n <resource>https://www.jstage.jst.go.jp/article/johokanri/39/12/39_12_979/_pdf</resource>\r\n
90
+ \ </item>\r\n </collection>\r\n </doi_data>\r\n
91
+ \ <citation_list>\r\n <citation key=\"1\">\r\n
92
+ \ <unstructured_citation>1) D.Comer. Internetworking with
93
+ TCP/IP. Vol.1, No.3, Prentice?Hall (??:TCP/IP???????????????,1996,???? , 1995</unstructured_citation>\r\n
94
+ \ </citation>\r\n <citation key=\"2\">\r\n
95
+ \ <unstructured_citation>2) Vinay Kumar. MBone:Interactive
96
+ Multimedia on the Internet. New Riders (??:??????????????MBone,1996,??????
97
+ , 1996</unstructured_citation>\r\n </citation>\r\n <citation
98
+ key=\"3\">\r\n <unstructured_citation>3) L. Landweber.
99
+ INTERNATIONAL CONNECTIVITY Version 15. June, 1996</unstructured_citation>\r\n
100
+ \ </citation>\r\n <citation key=\"4\">\r\n
101
+ \ <unstructured_citation>4) L. Landweber. INTERNATIONAL
102
+ CONNECTIVITY Version1. August, 1991</unstructured_citation>\r\n </citation>\r\n
103
+ \ <citation key=\"5\">\r\n <doi provider=\"crossref\">10.1049/ee.1996.0084</doi>\r\n
104
+ \ <unstructured_citation>5) ????. ?????????????. ????. Vol.39,
105
+ No.2, 1996</unstructured_citation>\r\n </citation>\r\n <citation
106
+ key=\"6\">\r\n <doi provider=\"crossref\">10.21236/ADA200911</doi>\r\n
107
+ \ <unstructured_citation>6) S. Derring. Multicast Routing
108
+ in Internetworks and Extended Lans. In SIGCOMM. ACM, August 1988</unstructured_citation>\r\n
109
+ \ </citation>\r\n <citation key=\"7\">\r\n
110
+ \ <doi provider=\"crossref\">10.1145/142267.142338</doi>\r\n
111
+ \ <unstructured_citation>7) S. Casner, S. Derring. . First
112
+ IETF Internet Audiocast Computer Communication Review. ACM, July 1992</unstructured_citation>\r\n
113
+ \ </citation>\r\n <citation key=\"8\">\r\n
114
+ \ <doi provider=\"crossref\">10.1109/2.274996</doi>\r\n
115
+ \ <unstructured_citation>8) Michael R. Macedonia, Donald
116
+ P. Brutzman. MBone Provides Audio and Video Across the Internet COMPUTER.
117
+ IEEE, April 1994</unstructured_citation>\r\n </citation>\r\n
118
+ \ <citation key=\"9\">\r\n <doi provider=\"crossref\">10.17487/rfc1519</doi>\r\n
119
+ \ <unstructured_citation>9) V. Fuller, T. Li, J. Yu, K.
120
+ Varadhan. Classless Inter?Domain Routing(CIDR):an Address Assignment and Aggregation
121
+ Strategy. RFC 1519 . September 1993</unstructured_citation>\r\n </citation>\r\n
122
+ \ <citation key=\"10\">\r\n <doi provider=\"crossref\">10.17487/rfc1466</doi>\r\n
123
+ \ <unstructured_citation>10) E. Gerich, Guidelines for Management
124
+ of IP Address Space RFC 1466. May 1993</unstructured_citation>\r\n </citation>\r\n
125
+ \ <citation key=\"11\">\r\n <doi provider=\"crossref\">10.17487/rfc1597</doi>\r\n
126
+ \ <unstructured_citation>11) Y. Rekhter, R. Moskowitz, D.
127
+ Karrenberg, G. de Groot. Address Allocation for Private Internets. March 1994</unstructured_citation>\r\n
128
+ \ </citation>\r\n <citation key=\"12\">\r\n
129
+ \ <doi provider=\"crossref\">10.17487/rfc1883</doi>\r\n
130
+ \ <unstructured_citation>12) S. Deering, R. Hinden. Internet
131
+ Protocol, Version6(IPv6)Specification. January 1996</unstructured_citation>\r\n
132
+ \ </citation>\r\n <citation key=\"13\">\r\n
133
+ \ <unstructured_citation>13) C. Huitema, IPv6:The New Internet
134
+ Protocol. Prentice Hall, 1996 (??:IPv6????????????????,1996,?????????</unstructured_citation>\r\n
135
+ \ </citation>\r\n <citation key=\"14\">\r\n
136
+ \ <unstructured_citation>14) ?????????????????????. ??????????????????
137
+ http://www.nic.ad.jp/jpnic/hottopics/domain?press?release.txt</unstructured_citation>\r\n
138
+ \ </citation>\r\n <citation key=\"15\">\r\n
139
+ \ <unstructured_citation>15) H. Schulzrinne, S. Casner,
140
+ R. Frederick, V. Jacobson. RTP:A Transport Protocol for Real?Time Applications.
141
+ January 1996</unstructured_citation>\r\n </citation>\r\n
142
+ \ </citation_list>\r\n </journal_article>\r\n </journal>\r\n
143
+ \ </crossref>\r\n </doi_record>\r\n </query>\r\n </body>\r\n
144
+ \ </query_result>\r\n</crossref_result>"
145
+ recorded_at: Thu, 05 Oct 2023 19:46:16 GMT
3
146
  - request:
4
147
  method: get
5
148
  uri: https://doi.org/ra/10.1241
6
149
  body:
7
- encoding: UTF-8
150
+ encoding: ASCII-8BIT
8
151
  string: ''
9
152
  headers:
10
153
  Connection:
@@ -19,7 +162,7 @@ http_interactions:
19
162
  message: OK
20
163
  headers:
21
164
  Date:
22
- - Sun, 18 Jun 2023 15:21:47 GMT
165
+ - Thu, 05 Oct 2023 19:46:16 GMT
23
166
  Content-Type:
24
167
  - application/json;charset=UTF-8
25
168
  Transfer-Encoding:
@@ -31,7 +174,7 @@ http_interactions:
31
174
  Cf-Cache-Status:
32
175
  - DYNAMIC
33
176
  Report-To:
34
- - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=FgzNVgNF1qvqkbf9kJqaC5GlOkEiAWkMr8QS%2B6NhHuatLUUOqOwdXCQNPn5qAvVfyM%2F7sZ9nqAYhwkrojb0BGEs5sW30tUiS1rkdZpWPlfrdAmeb72F%2B8ZQrutA5OBZh4egz7XM%3D"}],"group":"cf-nel","max_age":604800}'
177
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=rGfqe9PbgaJn9hDfHK6iN474PL67rAH%2Flug9koepHDPhiTUIt8hjZ5l5RUyqWHrIsSC70VhDOA%2BtOSoVVs0eZRiFfpD8HSIAE9tMp3NfqVkgDV72Ezrb%2F%2BVro1msSPrFUIzVs%2Bk%3D"}],"group":"cf-nel","max_age":604800}'
35
178
  Nel:
36
179
  - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
37
180
  Strict-Transport-Security:
@@ -39,7 +182,7 @@ http_interactions:
39
182
  Server:
40
183
  - cloudflare
41
184
  Cf-Ray:
42
- - 7d9486275cd00c71-AMS
185
+ - 81182b75cd9e1cb1-AMS
43
186
  Alt-Svc:
44
187
  - h3=":443"; ma=86400
45
188
  body:
@@ -51,12 +194,12 @@ http_interactions:
51
194
  "RA": "JaLC"
52
195
  }
53
196
  ]
54
- recorded_at: Sun, 18 Jun 2023 15:21:47 GMT
197
+ recorded_at: Thu, 05 Oct 2023 19:46:16 GMT
55
198
  - request:
56
199
  method: get
57
200
  uri: https://api.crossref.org/works/10.1241/johokanri.39.979
58
201
  body:
59
- encoding: UTF-8
202
+ encoding: ASCII-8BIT
60
203
  string: ''
61
204
  headers:
62
205
  Connection:
@@ -71,7 +214,7 @@ http_interactions:
71
214
  message: OK
72
215
  headers:
73
216
  Date:
74
- - Sun, 18 Jun 2023 15:21:48 GMT
217
+ - Thu, 05 Oct 2023 19:49:25 GMT
75
218
  Content-Type:
76
219
  - application/json
77
220
  Transfer-Encoding:
@@ -129,12 +272,12 @@ http_interactions:
129
272
  for Real?Time Applications. January 1996"}],"container-title":["Journal of
130
273
  Information Processing and Management"],"original-title":[],"link":[{"URL":"https:\/\/www.jstage.jst.go.jp\/article\/johokanri\/39\/12\/39_12_979\/_pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,3,6]],"date-time":"2020-03-06T06:44:36Z","timestamp":1583477076000},"score":1,"resource":{"primary":{"URL":"http:\/\/joi.jlc.jst.go.jp\/JST.JSTAGE\/johokanri\/39.979?from=CrossRef"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[1997]]},"references-count":15,"journal-issue":{"issue":"12"},"URL":"http:\/\/dx.doi.org\/10.1241\/johokanri.39.979","relation":{},"ISSN":["0021-7298","1347-1597"],"issn-type":[{"value":"0021-7298","type":"print"},{"value":"1347-1597","type":"electronic"}],"subject":["General
131
274
  Medicine"],"published":{"date-parts":[[1997]]}}}'
132
- recorded_at: Sun, 18 Jun 2023 15:21:48 GMT
275
+ recorded_at: Thu, 05 Oct 2023 19:49:24 GMT
133
276
  - request:
134
277
  method: get
135
278
  uri: https://api.crossref.org/members/272
136
279
  body:
137
- encoding: UTF-8
280
+ encoding: ASCII-8BIT
138
281
  string: ''
139
282
  headers:
140
283
  Connection:
@@ -149,7 +292,7 @@ http_interactions:
149
292
  message: OK
150
293
  headers:
151
294
  Date:
152
- - Sun, 18 Jun 2023 15:21:48 GMT
295
+ - Thu, 05 Oct 2023 19:49:25 GMT
153
296
  Content-Type:
154
297
  - application/json
155
298
  Transfer-Encoding:
@@ -179,18 +322,18 @@ http_interactions:
179
322
  - close
180
323
  body:
181
324
  encoding: UTF-8
182
- string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1687044195318,"primary-name":"Japan
325
+ string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1696462239655,"primary-name":"Japan
183
326
  Science and Technology Agency (JST)","counts":{"current-dois":1227,"backfile-dois":14682,"total-dois":15909},"breakdowns":{"dois-by-issued-year":[[2021,1176],[2020,980],[2015,780],[2019,699],[2016,640],[2017,598],[2009,576],[2018,567],[2012,513],[2011,509],[2002,483],[2008,480],[2013,474],[2014,440],[2010,430],[2001,421],[2007,400],[2000,371],[2006,368],[2003,344],[2004,343],[2005,332],[1998,324],[1997,300],[1999,299],[1995,269],[1996,245],[1994,211],[1993,205],[1991,198],[1988,184],[1989,183],[1992,180],[1984,180],[1986,177],[1987,171],[1985,169],[1990,167],[1983,163],[1982,159],[1981,149],[2022,51],[1980,1]]},"prefixes":["10.1241","10.52926"],"coverage":{"affiliations-current":1.0,"similarity-checking-current":0.0,"descriptions-current":1.0,"ror-ids-current":0.0,"funders-backfile":0.5922898787631113,"licenses-backfile":0.0,"funders-current":1.0,"affiliations-backfile":0.597806838305408,"resource-links-backfile":0.0,"orcids-backfile":0.0,"update-policies-current":0.0,"ror-ids-backfile":0.0,"orcids-current":0.0,"similarity-checking-backfile":0.2087590246560414,"references-backfile":0.1075466557689688,"descriptions-backfile":0.4946192616809699,"award-numbers-backfile":0.5922898787631113,"update-policies-backfile":0.0,"licenses-current":0.0,"award-numbers-current":1.0,"abstracts-backfile":0.0,"resource-links-current":0.0,"abstracts-current":0.0,"references-current":0.0},"prefix":[{"name":"Japan
184
327
  Science and Technology Agency","value":"10.1241"},{"name":"Japan Science and
185
- Technology Agency (JST)","value":"10.52926"}],"id":272,"tokens":["japan","science","and","technology","agency","jst"],"counts-type":{"all":{"journal-article":5986,"grant":9923},"backfile":{"journal-article":5986,"grant":8696},"current":{"grant":1227}},"coverage-type":{"all":{"journal-article":{"last-status-check-time":1687044195318,"affiliations":0.0145339124624123,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.2637821583695289,"funders":0.0,"similarity-checking":0.5120280654861343,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"grant":{"last-status-check-time":1687044195318,"affiliations":0.9993953441499547,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":1.0,"similarity-checking":0.0,"award-numbers":1.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.8554872518391615}},"backfile":{"journal-article":{"last-status-check-time":1687044195318,"affiliations":0.0145339124624123,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.2637821583695289,"funders":0.0,"similarity-checking":0.5120280654861343,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"grant":{"last-status-check-time":1687044195318,"affiliations":0.999310027598896,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":1.0,"similarity-checking":0.0,"award-numbers":1.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.8350965961361546}},"current":{"grant":{"last-status-check-time":1687044195318,"affiliations":1.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":1.0,"similarity-checking":0.0,"award-numbers":1.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":1.0}}},"flags":{"deposits-abstracts-current":false,"deposits-orcids-current":false,"deposits":true,"deposits-affiliations-backfile":true,"deposits-update-policies-backfile":false,"deposits-similarity-checking-backfile":true,"deposits-award-numbers-current":true,"deposits-resource-links-current":false,"deposits-ror-ids-current":false,"deposits-articles":true,"deposits-affiliations-current":true,"deposits-funders-current":true,"deposits-references-backfile":true,"deposits-ror-ids-backfile":false,"deposits-abstracts-backfile":false,"deposits-licenses-backfile":false,"deposits-award-numbers-backfile":true,"deposits-descriptions-current":true,"deposits-references-current":false,"deposits-resource-links-backfile":false,"deposits-descriptions-backfile":true,"deposits-orcids-backfile":false,"deposits-funders-backfile":true,"deposits-update-policies-current":false,"deposits-similarity-checking-current":false,"deposits-licenses-current":false},"location":"Tokyo,
328
+ Technology Agency (JST)","value":"10.52926"}],"id":272,"tokens":["japan","science","and","technology","agency","jst"],"counts-type":{"all":{"journal-article":5986,"grant":9923},"backfile":{"journal-article":5986,"grant":8696},"current":{"grant":1227}},"coverage-type":{"all":{"journal-article":{"last-status-check-time":1696462239655,"affiliations":0.0145339124624123,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.2637821583695289,"funders":0.0,"similarity-checking":0.5120280654861343,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"grant":{"last-status-check-time":1696462239655,"affiliations":0.9993953441499547,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":1.0,"similarity-checking":0.0,"award-numbers":1.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.8554872518391615}},"backfile":{"journal-article":{"last-status-check-time":1696462239655,"affiliations":0.0145339124624123,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.2637821583695289,"funders":0.0,"similarity-checking":0.5120280654861343,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"grant":{"last-status-check-time":1696462239655,"affiliations":0.999310027598896,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":1.0,"similarity-checking":0.0,"award-numbers":1.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.8350965961361546}},"current":{"grant":{"last-status-check-time":1696462239655,"affiliations":1.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":1.0,"similarity-checking":0.0,"award-numbers":1.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":1.0}}},"flags":{"deposits-abstracts-current":false,"deposits-orcids-current":false,"deposits":true,"deposits-affiliations-backfile":true,"deposits-update-policies-backfile":false,"deposits-similarity-checking-backfile":true,"deposits-award-numbers-current":true,"deposits-resource-links-current":false,"deposits-ror-ids-current":false,"deposits-articles":true,"deposits-affiliations-current":true,"deposits-funders-current":true,"deposits-references-backfile":true,"deposits-ror-ids-backfile":false,"deposits-abstracts-backfile":false,"deposits-licenses-backfile":false,"deposits-award-numbers-backfile":true,"deposits-descriptions-current":true,"deposits-references-current":false,"deposits-resource-links-backfile":false,"deposits-descriptions-backfile":true,"deposits-orcids-backfile":false,"deposits-funders-backfile":true,"deposits-update-policies-current":false,"deposits-similarity-checking-current":false,"deposits-licenses-current":false},"location":"Tokyo,
186
329
  Japan","names":["Japan Science and Technology Agency (JST)","Japan Science
187
330
  and Technology Agency"]}}'
188
- recorded_at: Sun, 18 Jun 2023 15:21:48 GMT
331
+ recorded_at: Thu, 05 Oct 2023 19:49:25 GMT
189
332
  - request:
190
333
  method: get
191
334
  uri: https://doi.org/ra/10.1241
192
335
  body:
193
- encoding: UTF-8
336
+ encoding: ASCII-8BIT
194
337
  string: ''
195
338
  headers:
196
339
  Connection:
@@ -205,7 +348,7 @@ http_interactions:
205
348
  message: OK
206
349
  headers:
207
350
  Date:
208
- - Sun, 18 Jun 2023 15:21:49 GMT
351
+ - Thu, 05 Oct 2023 19:49:25 GMT
209
352
  Content-Type:
210
353
  - application/json;charset=UTF-8
211
354
  Transfer-Encoding:
@@ -217,7 +360,7 @@ http_interactions:
217
360
  Cf-Cache-Status:
218
361
  - DYNAMIC
219
362
  Report-To:
220
- - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=Eqsbk6wW874fmBOpbBCuYDLtAHPB5tZrbAA3pQ3v3uts1AyWSfh%2FQqIZVujAZmd5vifPLPzKm%2FY6cZnuAQUJ86mb5ehn%2BUKtubV1TK3V3dlcMU7A6c7CkdxdZyzBY%2BBOP%2FQGIT4%3D"}],"group":"cf-nel","max_age":604800}'
363
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=eoJTu4QRK5IxV73K3lu%2BPxgs7SJvoLjESvxL3nP%2Ff41wfljkTco2GhnpM1VruQK4qABBaa%2BHQ0qibmm7ve3JiVSjpet4aEBW654V%2BZhh0Ts4pdJcjV8Nn9vvbznpQ07obNTAynU%3D"}],"group":"cf-nel","max_age":604800}'
221
364
  Nel:
222
365
  - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
223
366
  Strict-Transport-Security:
@@ -225,7 +368,7 @@ http_interactions:
225
368
  Server:
226
369
  - cloudflare
227
370
  Cf-Ray:
228
- - 7d9486317c4a1ca5-AMS
371
+ - 811830148c5e1c9a-AMS
229
372
  Alt-Svc:
230
373
  - h3=":443"; ma=86400
231
374
  body:
@@ -237,148 +380,5 @@ http_interactions:
237
380
  "RA": "JaLC"
238
381
  }
239
382
  ]
240
- recorded_at: Sun, 18 Jun 2023 15:21:49 GMT
241
- - request:
242
- method: get
243
- uri: https://api.crossref.org/works/10.1241/johokanri.39.979/transform/application/vnd.crossref.unixsd+xml
244
- body:
245
- encoding: UTF-8
246
- string: ''
247
- headers:
248
- Connection:
249
- - close
250
- Host:
251
- - api.crossref.org
252
- User-Agent:
253
- - http.rb/5.1.1
254
- response:
255
- status:
256
- code: 200
257
- message: OK
258
- headers:
259
- Date:
260
- - Sun, 18 Jun 2023 15:25:17 GMT
261
- Transfer-Encoding:
262
- - chunked
263
- Link:
264
- - <http://dx.doi.org/10.1241/johokanri.39.979>; rel="canonical", <https://www.jstage.jst.go.jp/article/johokanri/39/12/39_12_979/_pdf>;
265
- version="vor"; rel="item"
266
- Access-Control-Expose-Headers:
267
- - Link
268
- Access-Control-Allow-Headers:
269
- - X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language,
270
- Accept-Ranges, Cache-Control
271
- Access-Control-Allow-Origin:
272
- - "*"
273
- Server:
274
- - Jetty(9.4.40.v20210413)
275
- X-Ratelimit-Limit:
276
- - '50'
277
- X-Ratelimit-Interval:
278
- - 1s
279
- X-Api-Pool:
280
- - public
281
- X-Rate-Limit-Limit:
282
- - '50'
283
- X-Rate-Limit-Interval:
284
- - 1s
285
- Permissions-Policy:
286
- - interest-cohort=()
287
- Connection:
288
- - close
289
- body:
290
- encoding: ASCII-8BIT
291
- string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<crossref_result xmlns=\"http://www.crossref.org/qrschema/3.0\"
292
- version=\"3.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.crossref.org/qrschema/3.0
293
- http://www.crossref.org/schemas/crossref_query_output3.0.xsd\">\r\n <query_result>\r\n
294
- \ <head>\r\n <doi_batch_id>none</doi_batch_id>\r\n </head>\r\n <body>\r\n
295
- \ <query status=\"resolved\">\r\n <doi type=\"journal_article\">10.1241/johokanri.39.979</doi>\r\n
296
- \ <crm-item name=\"publisher-name\" type=\"string\">Japan Science and
297
- Technology Agency (JST)</crm-item>\r\n <crm-item name=\"prefix-name\"
298
- type=\"string\">Japan Science and Technology Agency</crm-item>\r\n <crm-item
299
- name=\"member-id\" type=\"number\">272</crm-item>\r\n <crm-item name=\"citation-id\"
300
- type=\"number\">4916686</crm-item>\r\n <crm-item name=\"journal-id\"
301
- type=\"number\">6359</crm-item>\r\n <crm-item name=\"deposit-timestamp\"
302
- type=\"number\">20020808181618</crm-item>\r\n <crm-item name=\"owner-prefix\"
303
- type=\"string\">10.1241</crm-item>\r\n <crm-item name=\"last-update\"
304
- type=\"date\">2020-03-06T06:44:36Z</crm-item>\r\n <crm-item name=\"created\"
305
- type=\"date\">2002-10-11T20:27:25Z</crm-item>\r\n <crm-item name=\"citedby-count\"
306
- type=\"number\">0</crm-item>\r\n <doi_record>\r\n <crossref
307
- xmlns=\"http://www.crossref.org/xschema/1.0\" xsi:schemaLocation=\"http://www.crossref.org/xschema/1.0
308
- http://doi.crossref.org/schemas/unixref1.0.xsd\">\r\n <journal>\r\n
309
- \ <journal_metadata>\r\n <full_title>Journal of
310
- Information Processing and Management</full_title>\r\n <issn
311
- media_type=\"print\">00217298</issn>\r\n <issn media_type=\"electronic\">13471597</issn>\r\n
312
- \ </journal_metadata>\r\n <journal_issue>\r\n <journal_volume>\r\n
313
- \ <volume>39</volume>\r\n </journal_volume>\r\n
314
- \ <issue>12</issue>\r\n </journal_issue>\r\n <journal_article
315
- publication_type=\"full_text\">\r\n <titles>\r\n <title>Utilizing
316
- the Internet. 12 Series. Future of the Internet.</title>\r\n </titles>\r\n
317
- \ <contributors>\r\n <person_name sequence=\"first\"
318
- contributor_role=\"author\">\r\n <given_name>Hiroyuki</given_name>\r\n
319
- \ <surname>KUSUMOTO</surname>\r\n </person_name>\r\n
320
- \ </contributors>\r\n <publication_date media_type=\"print\">\r\n
321
- \ <year>1997</year>\r\n </publication_date>\r\n
322
- \ <pages>\r\n <first_page>979</first_page>\r\n
323
- \ <last_page>988</last_page>\r\n </pages>\r\n
324
- \ <doi_data>\r\n <doi>10.1241/johokanri.39.979</doi>\r\n
325
- \ <timestamp>20020808181618</timestamp>\r\n <resource>http://joi.jlc.jst.go.jp/JST.JSTAGE/johokanri/39.979?from=CrossRef</resource>\r\n
326
- \ <collection property=\"crawler-based\" setbyID=\"jstc\">\r\n
327
- \ <item crawler=\"iParadigms\">\r\n <resource>https://www.jstage.jst.go.jp/article/johokanri/39/12/39_12_979/_pdf</resource>\r\n
328
- \ </item>\r\n </collection>\r\n </doi_data>\r\n
329
- \ <citation_list>\r\n <citation key=\"1\">\r\n
330
- \ <unstructured_citation>1) D.Comer. Internetworking with
331
- TCP/IP. Vol.1, No.3, Prentice?Hall (??:TCP/IP???????????????,1996,???? , 1995</unstructured_citation>\r\n
332
- \ </citation>\r\n <citation key=\"2\">\r\n
333
- \ <unstructured_citation>2) Vinay Kumar. MBone:Interactive
334
- Multimedia on the Internet. New Riders (??:??????????????MBone,1996,??????
335
- , 1996</unstructured_citation>\r\n </citation>\r\n <citation
336
- key=\"3\">\r\n <unstructured_citation>3) L. Landweber.
337
- INTERNATIONAL CONNECTIVITY Version 15. June, 1996</unstructured_citation>\r\n
338
- \ </citation>\r\n <citation key=\"4\">\r\n
339
- \ <unstructured_citation>4) L. Landweber. INTERNATIONAL
340
- CONNECTIVITY Version1. August, 1991</unstructured_citation>\r\n </citation>\r\n
341
- \ <citation key=\"5\">\r\n <doi provider=\"crossref\">10.1049/ee.1996.0084</doi>\r\n
342
- \ <unstructured_citation>5) ????. ?????????????. ????. Vol.39,
343
- No.2, 1996</unstructured_citation>\r\n </citation>\r\n <citation
344
- key=\"6\">\r\n <doi provider=\"crossref\">10.21236/ADA200911</doi>\r\n
345
- \ <unstructured_citation>6) S. Derring. Multicast Routing
346
- in Internetworks and Extended Lans. In SIGCOMM. ACM, August 1988</unstructured_citation>\r\n
347
- \ </citation>\r\n <citation key=\"7\">\r\n
348
- \ <doi provider=\"crossref\">10.1145/142267.142338</doi>\r\n
349
- \ <unstructured_citation>7) S. Casner, S. Derring. . First
350
- IETF Internet Audiocast Computer Communication Review. ACM, July 1992</unstructured_citation>\r\n
351
- \ </citation>\r\n <citation key=\"8\">\r\n
352
- \ <doi provider=\"crossref\">10.1109/2.274996</doi>\r\n
353
- \ <unstructured_citation>8) Michael R. Macedonia, Donald
354
- P. Brutzman. MBone Provides Audio and Video Across the Internet COMPUTER.
355
- IEEE, April 1994</unstructured_citation>\r\n </citation>\r\n
356
- \ <citation key=\"9\">\r\n <doi provider=\"crossref\">10.17487/rfc1519</doi>\r\n
357
- \ <unstructured_citation>9) V. Fuller, T. Li, J. Yu, K.
358
- Varadhan. Classless Inter?Domain Routing(CIDR):an Address Assignment and Aggregation
359
- Strategy. RFC 1519 . September 1993</unstructured_citation>\r\n </citation>\r\n
360
- \ <citation key=\"10\">\r\n <doi provider=\"crossref\">10.17487/rfc1466</doi>\r\n
361
- \ <unstructured_citation>10) E. Gerich, Guidelines for Management
362
- of IP Address Space RFC 1466. May 1993</unstructured_citation>\r\n </citation>\r\n
363
- \ <citation key=\"11\">\r\n <doi provider=\"crossref\">10.17487/rfc1597</doi>\r\n
364
- \ <unstructured_citation>11) Y. Rekhter, R. Moskowitz, D.
365
- Karrenberg, G. de Groot. Address Allocation for Private Internets. March 1994</unstructured_citation>\r\n
366
- \ </citation>\r\n <citation key=\"12\">\r\n
367
- \ <doi provider=\"crossref\">10.17487/rfc1883</doi>\r\n
368
- \ <unstructured_citation>12) S. Deering, R. Hinden. Internet
369
- Protocol, Version6(IPv6)Specification. January 1996</unstructured_citation>\r\n
370
- \ </citation>\r\n <citation key=\"13\">\r\n
371
- \ <unstructured_citation>13) C. Huitema, IPv6:The New Internet
372
- Protocol. Prentice Hall, 1996 (??:IPv6????????????????,1996,?????????</unstructured_citation>\r\n
373
- \ </citation>\r\n <citation key=\"14\">\r\n
374
- \ <unstructured_citation>14) ?????????????????????. ??????????????????
375
- http://www.nic.ad.jp/jpnic/hottopics/domain?press?release.txt</unstructured_citation>\r\n
376
- \ </citation>\r\n <citation key=\"15\">\r\n
377
- \ <unstructured_citation>15) H. Schulzrinne, S. Casner,
378
- R. Frederick, V. Jacobson. RTP:A Transport Protocol for Real?Time Applications.
379
- January 1996</unstructured_citation>\r\n </citation>\r\n
380
- \ </citation_list>\r\n </journal_article>\r\n </journal>\r\n
381
- \ </crossref>\r\n </doi_record>\r\n </query>\r\n </body>\r\n
382
- \ </query_result>\r\n</crossref_result>"
383
- recorded_at: Sun, 18 Jun 2023 15:25:17 GMT
384
- recorded_with: VCR 6.1.0
383
+ recorded_at: Thu, 05 Oct 2023 19:49:25 GMT
384
+ recorded_with: VCR 6.2.0