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
@@ -4,7 +4,7 @@ http_interactions:
4
4
  method: get
5
5
  uri: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/NJ7XSO
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:22:07 GMT
22
+ - Thu, 05 Oct 2023 19:47:38 GMT
23
23
  Content-Type:
24
24
  - text/html;charset=UTF-8
25
25
  Transfer-Encoding:
@@ -27,19 +27,25 @@ http_interactions:
27
27
  Connection:
28
28
  - close
29
29
  Set-Cookie:
30
- - AWSALB=XCZpd32i2U3SogHopZLyZcalQIeuC8aDrXDcOH42r7hfcc0HNB9APvjSCQfqEz0TsP4XgzqYmmH/5nRWy9KlLxQGCJh8OXiPbUZkvw4QusMrwhuowB0nQZasRvMG;
31
- Expires=Sun, 25 Jun 2023 15:22:07 GMT; Path=/
32
- - AWSALBCORS=XCZpd32i2U3SogHopZLyZcalQIeuC8aDrXDcOH42r7hfcc0HNB9APvjSCQfqEz0TsP4XgzqYmmH/5nRWy9KlLxQGCJh8OXiPbUZkvw4QusMrwhuowB0nQZasRvMG;
33
- Expires=Sun, 25 Jun 2023 15:22:07 GMT; Path=/; SameSite=None; Secure
34
- - JSESSIONID=f1961309af7883d5c0028ef0db52; Path=/; Secure; HttpOnly
30
+ - AWSALB=TGFf1Q0hfyyBICR4cSz9pUmZKB2AOzB0YIf5D9N8xTOxWAQPc9LR6z55il1emigISCYoNqlmthaGmdmyhTOiM2kOn7+/j+YGjeDKScsutW0ioaLowaxsqASWNH1D;
31
+ Expires=Thu, 12 Oct 2023 19:47:37 GMT; Path=/
32
+ - AWSALBCORS=TGFf1Q0hfyyBICR4cSz9pUmZKB2AOzB0YIf5D9N8xTOxWAQPc9LR6z55il1emigISCYoNqlmthaGmdmyhTOiM2kOn7+/j+YGjeDKScsutW0ioaLowaxsqASWNH1D;
33
+ Expires=Thu, 12 Oct 2023 19:47:37 GMT; Path=/; SameSite=None; Secure
34
+ - JSESSIONID=161a2d859439abb6d6707fe23f17; Path=/; Secure; HttpOnly
35
35
  Server:
36
36
  - Apache
37
+ Link:
38
+ - <https://doi.org/10.7910/DVN/NJ7XSO>;rel="cite-as", <https://dataverse.harvard.edu/api/access/datafile/:persistentId?persistentId=doi:10.7910/DVN/NJ7XSO/K3NRMO>;rel="item";type="text/plain",<https://dataverse.harvard.edu/api/access/datafile/:persistentId?persistentId=doi:10.7910/DVN/NJ7XSO/HA2SVR>;rel="item";type="text/plain",<https://dataverse.harvard.edu/api/access/datafile/:persistentId?persistentId=doi:10.7910/DVN/NJ7XSO/IN45GZ>;rel="item";type="text/plain",
39
+ <https://doi.org/10.7910/DVN/NJ7XSO>;rel="describedby";type="application/vnd.citationstyles.csl+json",<https://dataverse.harvard.edu/api/datasets/export?exporter=schema.org&persistentId=doi:10.7910/DVN/NJ7XSO>;rel="describedby";type="application/json+ld",
40
+ <https://schema.org/AboutPage>;rel="type",<https://schema.org/Dataset>;rel="type",
41
+ http://creativecommons.org/publicdomain/zero/1.0;rel="license", <https://dataverse.harvard.edu/api/datasets/:persistentId/versions/1.0/linkset?persistentId=doi:10.7910/DVN/NJ7XSO>
42
+ ; rel="linkset";type="application/linkset+json"
37
43
  Content-Security-Policy:
38
44
  - frame-ancestors 'none'
39
45
  body:
40
46
  encoding: UTF-8
41
47
  string: "<?xml version='1.0' encoding='UTF-8' ?>\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\"
42
- lang=\"en\" xml:lang=\"en\"><head id=\"j_idt22\"><!-- Global site tag (gtag.js)
48
+ lang=\"en\" xml:lang=\"en\"><head id=\"j_idt21\"><!-- Global site tag (gtag.js)
43
49
  - Google Analytics -->\n<script async=\"async\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-61753334-1\"></script>\n<script>\n
44
50
  \ //<![CDATA[\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n
45
51
  \ gtag('js', new Date()); gtag('config', 'UA-61753334-1');\n\n window.addEventListener(\"load\",
@@ -131,7 +137,7 @@ http_interactions:
131
137
  property=\"og:title\" content=\"Summary data ankylosing spondylitis GWAS\"
132
138
  />\n <meta property=\"og:type\" content=\"article\" />\n
133
139
  \ <meta property=\"og:url\" content=\"https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/NJ7XSO\"
134
- />\n <meta property=\"og:image\" content=\"https://dataverse.harvard.edu/javax.faces.resource/images/dataverse-icon-1200.png.xhtml;jsessionid=f1961309af7883d5c0028ef0db52\"
140
+ />\n <meta property=\"og:image\" content=\"https://dataverse.harvard.edu/javax.faces.resource/images/dataverse-icon-1200.png.xhtml;jsessionid=161a2d859439abb6d6707fe23f17\"
135
141
  />\n <meta property=\"og:site_name\" content=\"Harvard
136
142
  Dataverse\" />\n <meta property=\"og:description\" content=\"Summary
137
143
  of association tests for Nature Genetics publication &quot;Identification
@@ -152,36 +158,36 @@ http_interactions:
152
158
  data for Asian cohort\",\"@id\":\"https://doi.org/10.7910/DVN/NJ7XSO/K3NRMO\",\"identifier\":\"https://doi.org/10.7910/DVN/NJ7XSO/K3NRMO\",\"contentUrl\":\"https://dataverse.harvard.edu/api/access/datafile/3055424\"},{\"@type\":\"DataDownload\",\"name\":\"European_Asian_Case_Control_Results.txt\",\"fileFormat\":\"text/plain\",\"contentSize\":11245496,\"description\":\"Summary
153
159
  data for combined cohort\",\"@id\":\"https://doi.org/10.7910/DVN/NJ7XSO/HA2SVR\",\"identifier\":\"https://doi.org/10.7910/DVN/NJ7XSO/HA2SVR\",\"contentUrl\":\"https://dataverse.harvard.edu/api/access/datafile/3055425\"},{\"@type\":\"DataDownload\",\"name\":\"European_Case_Control_Results.txt\",\"fileFormat\":\"text/plain\",\"contentSize\":13337183,\"description\":\"Summary
154
160
  data for European cohort\",\"@id\":\"https://doi.org/10.7910/DVN/NJ7XSO/IN45GZ\",\"identifier\":\"https://doi.org/10.7910/DVN/NJ7XSO/IN45GZ\",\"contentUrl\":\"https://dataverse.harvard.edu/api/access/datafile/3055426\"}]}\n\n
155
- \ </script><link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/theme.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces-bootstrap&amp;v=11.0.0\"
156
- /><link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/primeicons/primeicons.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"
157
- /><script type=\"text/javascript\" src=\"/javax.faces.resource/omnifaces.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=omnifaces&amp;v=3.8\"></script><script
158
- type=\"text/javascript\" src=\"/javax.faces.resource/jquery/jquery.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"></script><script
159
- type=\"text/javascript\" src=\"/javax.faces.resource/jquery/jquery-plugins.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"></script><script
160
- type=\"text/javascript\" src=\"/javax.faces.resource/core.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"></script><script
161
- type=\"text/javascript\" src=\"/javax.faces.resource/components.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"></script><link
162
- type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/components.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"
163
- /><script type=\"text/javascript\" src=\"/javax.faces.resource/watermark/watermark.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"></script><link
164
- type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/fileupload/fileupload.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"
165
- /><script type=\"text/javascript\" src=\"/javax.faces.resource/fileupload/fileupload.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"></script><script
166
- type=\"text/javascript\" src=\"/javax.faces.resource/touch/touchswipe.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"></script><script
167
- type=\"text/javascript\" src=\"/javax.faces.resource/inputmask/inputmask.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"></script><script
168
- type=\"text/javascript\" src=\"/javax.faces.resource/datepicker/datepicker.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=primefaces&amp;v=11.0.0\"></script><script
161
+ \ </script><link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/theme.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces-bootstrap&amp;v=11.0.0\"
162
+ /><link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/primeicons/primeicons.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"
163
+ /><script type=\"text/javascript\" src=\"/javax.faces.resource/omnifaces.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=omnifaces&amp;v=3.8\"></script><script
164
+ type=\"text/javascript\" src=\"/javax.faces.resource/jquery/jquery.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"></script><script
165
+ type=\"text/javascript\" src=\"/javax.faces.resource/jquery/jquery-plugins.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"></script><script
166
+ type=\"text/javascript\" src=\"/javax.faces.resource/core.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"></script><script
167
+ type=\"text/javascript\" src=\"/javax.faces.resource/components.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"></script><link
168
+ type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/components.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"
169
+ /><script type=\"text/javascript\" src=\"/javax.faces.resource/watermark/watermark.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"></script><link
170
+ type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/fileupload/fileupload.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"
171
+ /><script type=\"text/javascript\" src=\"/javax.faces.resource/fileupload/fileupload.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"></script><script
172
+ type=\"text/javascript\" src=\"/javax.faces.resource/touch/touchswipe.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"></script><script
173
+ type=\"text/javascript\" src=\"/javax.faces.resource/inputmask/inputmask.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"></script><script
174
+ type=\"text/javascript\" src=\"/javax.faces.resource/datepicker/datepicker.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=primefaces&amp;v=11.0.0\"></script><script
169
175
  type=\"text/javascript\">if(window.PrimeFaces){PrimeFaces.settings.locale='en';PrimeFaces.settings.viewId='/dataset.xhtml';PrimeFaces.settings.contextPath='';PrimeFaces.settings.cookiesSecure=false;}</script>\n
170
- \ <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/javax.faces.resource/images/fav/apple-touch-icon.png.xhtml;jsessionid=f1961309af7883d5c0028ef0db52\"
171
- />\n <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/javax.faces.resource/images/fav/favicon-16x16.png.xhtml;jsessionid=f1961309af7883d5c0028ef0db52\"
172
- />\n <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/javax.faces.resource/images/fav/favicon-32x32.png.xhtml;jsessionid=f1961309af7883d5c0028ef0db52\"
173
- />\n <link rel=\"manifest\" href=\"/javax.faces.resource/images/fav/site.webmanifest.xhtml;jsessionid=f1961309af7883d5c0028ef0db52\"
174
- />\n <link rel=\"mask-icon\" href=\"/javax.faces.resource/images/fav/safari-pinned-tab.svg.xhtml;jsessionid=f1961309af7883d5c0028ef0db52\"
176
+ \ <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/javax.faces.resource/images/fav/apple-touch-icon.png.xhtml;jsessionid=161a2d859439abb6d6707fe23f17\"
177
+ />\n <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/javax.faces.resource/images/fav/favicon-16x16.png.xhtml;jsessionid=161a2d859439abb6d6707fe23f17\"
178
+ />\n <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/javax.faces.resource/images/fav/favicon-32x32.png.xhtml;jsessionid=161a2d859439abb6d6707fe23f17\"
179
+ />\n <link rel=\"manifest\" href=\"/javax.faces.resource/images/fav/site.webmanifest.xhtml;jsessionid=161a2d859439abb6d6707fe23f17\"
180
+ />\n <link rel=\"mask-icon\" href=\"/javax.faces.resource/images/fav/safari-pinned-tab.svg.xhtml;jsessionid=161a2d859439abb6d6707fe23f17\"
175
181
  color=\"#da532c\" />\n <meta name=\"msapplication-TileColor\" content=\"#da532c\"
176
182
  />\n <meta name=\"theme-color\" content=\"#ffffff\" />\n <link
177
- type=\"image/png\" rel=\"image_src\" href=\"/javax.faces.resource/images/dataverseproject.png.xhtml;jsessionid=f1961309af7883d5c0028ef0db52\"
178
- />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/bs/css/bootstrap.min.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"
179
- />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/bs/css/bootstrap-theme.min.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"
180
- />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/ie-compat.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"
181
- />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/owl.carousel.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"
182
- />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/fontcustom.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"
183
- />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/socicon.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"
184
- />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/structure.css.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"
183
+ type=\"image/png\" rel=\"image_src\" href=\"/javax.faces.resource/images/dataverseproject.png.xhtml;jsessionid=161a2d859439abb6d6707fe23f17\"
184
+ />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/bs/css/bootstrap.min.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"
185
+ />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/bs/css/bootstrap-theme.min.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"
186
+ />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/ie-compat.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"
187
+ />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/owl.carousel.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"
188
+ />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/fontcustom.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"
189
+ />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/socicon.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"
190
+ />\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/javax.faces.resource/css/structure.css.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"
185
191
  />\n <style>\n /* Custom CSS */\n #navbarFixed
186
192
  div.navbar-header img.navbar-brand.custom-logo {height:50px !important;}\n#dataverseDesc
187
193
  span > span > span > h3 {font-weight: 300 !important;}\n\nnav.navbar.navbar-default
@@ -195,13 +201,13 @@ http_interactions:
195
201
  navigation</span>\n <span class=\"icon-bar\"></span>\n
196
202
  \ <span class=\"icon-bar\"></span>\n <span
197
203
  class=\"icon-bar\"></span>\n </button>\n <a
198
- href=\"/\"><img src=\"/logos/navbar/logo.png;jsessionid=f1961309af7883d5c0028ef0db52\"
204
+ href=\"/\"><img src=\"/logos/navbar/logo.png;jsessionid=161a2d859439abb6d6707fe23f17\"
199
205
  alt=\"Harvard Dataverse homepage\" class=\"navbar-brand custom-logo\" />\n
200
206
  \ </a>\n </div>\n <div class=\"collapse
201
207
  navbar-collapse\" id=\"topNavBar\">\n <ul class=\"nav navbar-nav
202
208
  navbar-right\"><li class=\"dropdown\">\n <a href=\"#\"
203
209
  class=\"dropdown-toggle\" data-toggle=\"dropdown\">Add Data <b class=\"caret\"></b></a>\n
204
- \ <ul class=\"dropdown-menu\"><li><a href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ownerId=1\">New
210
+ \ <ul class=\"dropdown-menu\"><li><a href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ownerId=1\">New
205
211
  Dataset</a></li>\n </ul></li>\n <li
206
212
  class=\"dropdown\">\n <a href=\"#\" class=\"dropdown-toggle\"
207
213
  data-toggle=\"dropdown\">Search <b class=\"caret\"></b></a>\n <ul
@@ -221,30 +227,30 @@ http_interactions:
221
227
  \ </form>\n </li>\n
222
228
  \ </ul>\n </li><li><a href=\"https://support.dataverse.harvard.edu/\"
223
229
  rel=\"noopener\" target=\"_blank\">About</a></li>\n <li><a
224
- href=\"https://guides.dataverse.org/en/5.13/user\" rel=\"noopener\" target=\"_blank\">User
230
+ href=\"https://guides.dataverse.org/en/5.14/user\" rel=\"noopener\" target=\"_blank\">User
225
231
  Guide</a>\n </li>\n <li>\n<form
226
- id=\"j_idt81\" name=\"j_idt81\" method=\"post\" action=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO\"
232
+ id=\"j_idt80\" name=\"j_idt80\" method=\"post\" action=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO\"
227
233
  class=\"navbar-form navbar-left navbar-form-link\" enctype=\"application/x-www-form-urlencoded\"
228
- data-partialsubmit=\"true\">\n<input type=\"hidden\" name=\"j_idt81\" value=\"j_idt81\"
229
- />\n<a id=\"j_idt81:headerSupportLink\" href=\"#\" class=\"ui-commandlink
230
- ui-widget\" onclick=\"PrimeFaces.ab({s:&quot;j_idt81:headerSupportLink&quot;,f:&quot;j_idt81&quot;,u:&quot;contactDialog&quot;,onco:function(xhr,status,args,data){PF('contactForm').show();}});return
234
+ data-partialsubmit=\"true\">\n<input type=\"hidden\" name=\"j_idt80\" value=\"j_idt80\"
235
+ />\n<a id=\"j_idt80:headerSupportLink\" href=\"#\" class=\"ui-commandlink
236
+ ui-widget\" onclick=\"PrimeFaces.ab({s:&quot;j_idt80:headerSupportLink&quot;,f:&quot;j_idt80&quot;,u:&quot;contactDialog&quot;,onco:function(xhr,status,args,data){PF('contactForm').show();}});return
231
237
  false;\">Support</a><input type=\"hidden\" name=\"javax.faces.ViewState\"
232
- id=\"j_id1:javax.faces.ViewState:0\" value=\"-7008710617128720408:-9103565528861457006\"
238
+ id=\"j_id1:javax.faces.ViewState:0\" value=\"-2068202320174823496:-2916814336131917431\"
233
239
  autocomplete=\"off\" />\n</form>\n </li>\n <li><a
234
- href=\"/dataverseuser.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?editMode=CREATE&amp;redirectPage=%2Fdataset.xhtml%3FpersistentId%3Ddoi%3A10.7910%2FDVN%2FNJ7XSO\">\n
240
+ href=\"/dataverseuser.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?editMode=CREATE&amp;redirectPage=%2Fdataset.xhtml%3FpersistentId%3Ddoi%3A10.7910%2FDVN%2FNJ7XSO\">\n
235
241
  \ Sign Up\n </a>\n
236
- \ </li>\n <li><a href=\"/loginpage.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?redirectPage=%2Fdataset.xhtml%3FpersistentId%3Ddoi%3A10.7910%2FDVN%2FNJ7XSO\">\n
242
+ \ </li>\n <li><a href=\"/loginpage.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?redirectPage=%2Fdataset.xhtml%3FpersistentId%3Ddoi%3A10.7910%2FDVN%2FNJ7XSO\">\n
237
243
  \ Log In\n </a>\n
238
244
  \ </li>\n </ul>\n </div>\n
239
245
  \ </div></div>\n \n <noscript>\n <div id=\"noscript-alert\"
240
246
  class=\"bg-danger\">\n <div class=\"alert container text-danger
241
247
  no-margin-bottom\">Please enable JavaScript in your browser. It is required
242
248
  to use most of the features of Dataverse.\n </div>\n </div>\n
243
- \ </noscript>\n<form id=\"j_idt135\" name=\"j_idt135\" method=\"post\"
244
- action=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO\"
249
+ \ </noscript>\n<form id=\"j_idt134\" name=\"j_idt134\" method=\"post\"
250
+ action=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO\"
245
251
  class=\"form-inline\" enctype=\"application/x-www-form-urlencoded\" data-partialsubmit=\"true\">\n<input
246
- type=\"hidden\" name=\"j_idt135\" value=\"j_idt135\" />\n<input type=\"hidden\"
247
- name=\"javax.faces.ViewState\" id=\"j_id1:javax.faces.ViewState:1\" value=\"-7008710617128720408:-9103565528861457006\"
252
+ type=\"hidden\" name=\"j_idt134\" value=\"j_idt134\" />\n<input type=\"hidden\"
253
+ name=\"javax.faces.ViewState\" id=\"j_id1:javax.faces.ViewState:1\" value=\"-2068202320174823496:-2916814336131917431\"
248
254
  autocomplete=\"off\" />\n</form><div id=\"breadCrumbPanel\"><div id=\"breadcrumbNavBlock\"
249
255
  class=\"container\">\n <div class=\"breadcrumbBlock\">\n <a
250
256
  id=\"breadcrumbLnk0\" href=\"/dataverse/harvard\">Harvard Dataverse\n </a>\n
@@ -252,7 +258,7 @@ http_interactions:
252
258
  class=\"breadcrumbBlock\">\n </div></div></div><div id=\"messagePanel\">\n
253
259
  \ <div class=\"container messagePanel\">\n </div></div>\n
254
260
  \ </nav>\n <div class=\"container\" id=\"content\" role=\"main\">\n<form
255
- id=\"datasetForm\" name=\"datasetForm\" method=\"post\" action=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO\"
261
+ id=\"datasetForm\" name=\"datasetForm\" method=\"post\" action=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO\"
256
262
  enctype=\"application/x-www-form-urlencoded\">\n<input type=\"hidden\" name=\"datasetForm\"
257
263
  value=\"datasetForm\" />\n<input id=\"datasetForm:validateFilesOutcome\" type=\"hidden\"
258
264
  name=\"datasetForm:validateFilesOutcome\" /><input id=\"datasetForm:validTermsofAccess\"
@@ -280,7 +286,7 @@ http_interactions:
280
286
  class=\"btn btn-link dropdown-toggle padding-none downloadCitation\" data-toggle=\"dropdown\">\n
281
287
  \ Cite Dataset <span class=\"caret\"></span>\n </button>\n
282
288
  \ <ul class=\"dropdown-menu\">\n <li><script
283
- type=\"text/javascript\" src=\"/javax.faces.resource/jsf.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?ln=javax.faces\"></script><a
289
+ type=\"text/javascript\" src=\"/javax.faces.resource/jsf.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?ln=javax.faces\"></script><a
284
290
  id=\"datasetForm:endNoteLink\" href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:endNoteLink':'datasetForm:endNoteLink'},'');return
285
291
  false\">\n EndNote XML\n </a>\n
286
292
  \ </li>\n <li><a id=\"datasetForm:risLink\"
@@ -333,9 +339,9 @@ http_interactions:
333
339
  \ <span class=\"glyphicon
334
340
  glyphicon-question-sign tooltip-icon\" data-toggle=\"tooltip\" data-placement=\"auto
335
341
  top\" data-trigger=\"hover\" data-original-title=\"Aggregated metrics for
336
- this dataset.\"></span>\n </div>\n
337
- \ <div id=\"metrics-body\"><div
338
- class=\"metrics-count-block\">238 Downloads\n <span
342
+ this dataset.\"></span>\n \n
343
+ \ </div>\n <div
344
+ id=\"metrics-body\"><div class=\"metrics-count-block\">243 Downloads\n <span
339
345
  class=\"glyphicon glyphicon-question-sign tooltip-icon\" data-toggle=\"tooltip\"
340
346
  data-placement=\"auto top\" data-original-title=\"Total aggregated downloads
341
347
  of files in this dataset.\"></span></div>\n </div>\n
@@ -402,11 +408,11 @@ http_interactions:
402
408
  id=\"datasetForm:pageRefreshFragment\"><input id=\"datasetForm:datasetLockedForAnyReasonVariable\"
403
409
  type=\"hidden\" name=\"datasetForm:datasetLockedForAnyReasonVariable\" value=\"false\"
404
410
  /><input id=\"datasetForm:datasetStateChangedVariable\" type=\"hidden\" name=\"datasetForm:datasetStateChangedVariable\"
405
- value=\"false\" /><script id=\"datasetForm:j_idt674\" type=\"text/javascript\">refreshAllLocksCommand
406
- = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt674\",f:\"datasetForm\",p:\"datasetForm:j_idt674\",u:\"datasetForm:pageRefreshFragment
411
+ value=\"false\" /><script id=\"datasetForm:j_idt680\" type=\"text/javascript\">refreshAllLocksCommand
412
+ = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt680\",f:\"datasetForm\",p:\"datasetForm:j_idt680\",u:\"datasetForm:pageRefreshFragment
407
413
  messagePanel\",pa:arguments[0],fp:\"datasetForm:pageRefreshFragment\"});}</script><script
408
- id=\"datasetForm:j_idt675\" type=\"text/javascript\">refreshAllCommand = function()
409
- {return PrimeFaces.ab({s:\"datasetForm:j_idt675\",f:\"datasetForm\",p:\"datasetForm:j_idt675\",u:\"datasetForm:topDatasetBlockFragment
414
+ id=\"datasetForm:j_idt681\" type=\"text/javascript\">refreshAllCommand = function()
415
+ {return PrimeFaces.ab({s:\"datasetForm:j_idt681\",f:\"datasetForm\",p:\"datasetForm:j_idt681\",u:\"datasetForm:topDatasetBlockFragment
410
416
  datasetForm:tabView:filesTable messagePanel\",pa:arguments[0],fp:\"datasetForm:pageRefreshFragment\"});}</script><button
411
417
  id=\"datasetForm:refreshButton\" name=\"datasetForm:refreshButton\" class=\"\"
412
418
  onclick=\"PrimeFaces.ab({s:&quot;datasetForm:refreshButton&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:refreshButton&quot;,u:&quot;datasetForm:topDatasetBlockFragment
@@ -464,10 +470,10 @@ http_interactions:
464
470
  data-index=\"3\"><a href=\"#datasetForm:tabView:versionsTab\" tabindex=\"-1\">Versions</a></li></ul><div
465
471
  class=\"ui-tabs-panels\"><div id=\"datasetForm:tabView:dataFilesTab\" class=\"ui-tabs-panel
466
472
  ui-widget-content ui-corner-bottom\" role=\"tabpanel\" aria-hidden=\"false\"
467
- data-index=\"0\"><script id=\"datasetForm:tabView:j_idt1065\" type=\"text/javascript\">refreshPaginator
468
- = function() {return PrimeFaces.ab({s:\"datasetForm:tabView:j_idt1065\",f:\"datasetForm\",p:\"datasetForm:tabView:j_idt1065\",u:\"datasetForm\",pa:arguments[0]});}</script><script
469
- id=\"datasetForm:tabView:j_idt1070\" type=\"text/javascript\">rebindCommand
470
- = function() {return PrimeFaces.ab({s:\"datasetForm:tabView:j_idt1070\",f:\"datasetForm\",p:\"datasetForm:tabView:j_idt1070\",u:\"datasetForm:tabView:filesTable\",pa:arguments[0]});}</script><div
473
+ data-index=\"0\"><script id=\"datasetForm:tabView:j_idt1079\" type=\"text/javascript\">refreshPaginator
474
+ = function() {return PrimeFaces.ab({s:\"datasetForm:tabView:j_idt1079\",f:\"datasetForm\",p:\"datasetForm:tabView:j_idt1079\",u:\"datasetForm\",pa:arguments[0]});}</script><script
475
+ id=\"datasetForm:tabView:j_idt1084\" type=\"text/javascript\">rebindCommand
476
+ = function() {return PrimeFaces.ab({s:\"datasetForm:tabView:j_idt1084\",f:\"datasetForm\",p:\"datasetForm:tabView:j_idt1084\",u:\"datasetForm:tabView:filesTable\",pa:arguments[0]});}</script><div
471
477
  id=\"datasetForm:tabView:filesTable\" class=\"ui-datatable ui-widget\" style=\"margin-right:1px;\"><div
472
478
  class=\"ui-datatable-header ui-widget-header ui-corner-top\"><div id=\"datasetForm:tabView:filesTable:filesHeaderBlock\"
473
479
  class=\"row\">\n <div class=\"col-xs-5\"><div class=\"input-group\"><label
@@ -479,68 +485,72 @@ http_interactions:
479
485
  \ return false; }\"
480
486
  aria-labelledby=\"searchLabel\" /><script id=\"datasetForm:tabView:filesTable:searchFiles_s\"
481
487
  type=\"text/javascript\">$(function(){PrimeFaces.cw(\"InputText\",\"inputSearchTerm\",{id:\"datasetForm:tabView:filesTable:searchFiles\"});});</script><script
482
- id=\"datasetForm:tabView:filesTable:j_idt1081_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Watermark\",\"widget_datasetForm_tabView_filesTable_j_idt1081\",{id:\"datasetForm:tabView:filesTable:j_idt1081\",value:\"Search
488
+ id=\"datasetForm:tabView:filesTable:j_idt1095_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Watermark\",\"widget_datasetForm_tabView_filesTable_j_idt1095\",{id:\"datasetForm:tabView:filesTable:j_idt1095\",value:\"Search
483
489
  this dataset...\",target:\"datasetForm:tabView:filesTable:searchFiles\"});});</script><script
484
- id=\"datasetForm:tabView:filesTable:j_idt1082\" type=\"text/javascript\">submitsearch
485
- = function() {return PrimeFaces.ab({s:\"datasetForm:tabView:filesTable:j_idt1082\",f:\"datasetForm\",p:\"datasetForm:tabView:filesTable:j_idt1082
490
+ id=\"datasetForm:tabView:filesTable:j_idt1096\" type=\"text/javascript\">submitsearch
491
+ = function() {return PrimeFaces.ab({s:\"datasetForm:tabView:filesTable:j_idt1096\",f:\"datasetForm\",p:\"datasetForm:tabView:filesTable:j_idt1096
486
492
  @widgetVar(inputSearchTerm)\",u:\"datasetForm\",ps:true,pa:arguments[0]});}</script>\n\n
487
- \ <span class=\"input-group-btn\"><a id=\"datasetForm:tabView:filesTable:j_idt1084\"
493
+ \ <span class=\"input-group-btn\"><a id=\"datasetForm:tabView:filesTable:j_idt1098\"
488
494
  href=\"#\" class=\"ui-commandlink ui-widget btn btn-default bootstrap-button-tooltip\"
489
- onclick=\"PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:j_idt1084&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:tabView:filesTable:j_idt1084
495
+ aria-label=\"Find\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:j_idt1098&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:tabView:filesTable:j_idt1098
490
496
  @widgetVar(inputSearchTerm)&quot;,u:&quot;datasetForm&quot;,ps:true});return
491
497
  false;\" title=\"Find\">\n <span class=\"glyphicon
492
498
  glyphicon-search no-text\"></span></a>\n </span></div>\n
493
499
  \ </div>\n <div class=\"col-xs-7 text-right\">\n
494
500
  \ </div></div><div style=\"margin-bottom:10px;\" class=\"row\"><div
495
- class=\"col-xs-9 text-left\"><div style=\"font-weight:normal;\" class=\"text-muted
501
+ class=\"col-xs-7 text-left\"><div style=\"font-weight:normal;\" class=\"text-muted
496
502
  small\">Filter by</div><div style=\"margin-right:20px;\" class=\"btn-group\">\n
497
503
  \ <button type=\"button\" class=\"btn btn-link dropdown-toggle\"
498
504
  style=\"padding:0;\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">\n
499
505
  \ File Type: <span class=\"\">All</span> <span class=\"caret\"></span>\n
500
506
  \ </button>\n <ul class=\"dropdown-menu\">\n
501
- \ \n <li><a href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileAccess=&amp;fileTag=&amp;fileSortField=&amp;fileSortOrder=\"><span
502
- class=\"highlightBold\">All</span></a></li>\n <li
507
+ \ \n <li><a href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileAccess=&amp;fileTag=&amp;fileSortField=&amp;fileSortOrder=&amp;tagPresort=false&amp;folderPresort=true\"
508
+ rel=\"nofollow\"><span class=\"highlightBold\">All</span></a></li>\n <li
503
509
  role=\"separator\" class=\"divider\"></li>\n <li><a
504
- href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=%22Text%22&amp;fileAccess=&amp;fileTag=&amp;fileSortField=&amp;fileSortOrder=\"><span
505
- class=\"\">Text (3)</span></a></li>\n </ul></div><div
510
+ href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=%22Text%22&amp;fileAccess=&amp;fileTag=&amp;fileSortField=&amp;fileSortOrder=&amp;tagPresort=false&amp;folderPresort=true\"
511
+ rel=\"nofollow\"><span class=\"\">Text (3)</span></a></li>\n </ul></div><div
506
512
  style=\"margin-right:20px;\" class=\"btn-group\">\n <button
507
513
  type=\"button\" class=\"btn btn-link dropdown-toggle\" style=\"padding:0;\"
508
514
  data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">\n
509
515
  \ Access: <span class=\"\">All</span> <span class=\"caret\"></span>\n
510
516
  \ </button>\n <ul class=\"dropdown-menu\">\n
511
- \ \n <li><a href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileTag=&amp;fileSortField=&amp;fileSortOrder=\"><span
512
- class=\"highlightBold\">All</span></a></li>\n <li
517
+ \ \n <li><a href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileTag=&amp;fileSortField=&amp;fileSortOrder=&amp;tagPresort=false&amp;folderPresort=true\"
518
+ rel=\"nofollow\"><span class=\"highlightBold\">All</span></a></li>\n <li
513
519
  role=\"separator\" class=\"divider\"></li>\n <li><a
514
- href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=Public&amp;fileTag=&amp;fileSortField=&amp;fileSortOrder=\"><span
515
- class=\"\">Public (3)</span></a></li>\n </ul></div></div>\n\n
516
- \ <div class=\"col-xs-3 text-right \">\n \n
517
- \ <div class=\"btn-group\">\n <button
518
- type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\"
519
- aria-haspopup=\"true\" aria-expanded=\"false\">\n <span
520
- class=\"glyphicon glyphicon-sort\"></span> Sort <span class=\"caret\"></span>\n
521
- \ </button>\n <ul class=\"dropdown-menu
522
- pull-right text-left\">\n <li><a href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=\"><span
523
- class=\"highlightBold\">Name (A-Z)</span></a></li>\n <li><a
524
- href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=name&amp;fileSortOrder=desc\"><span
525
- class=\"\">Name (Z-A)</span></a></li>\n <li><a
526
- href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=date\"><span
527
- class=\"\">Newest</span></a></li>\n <li><a href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=date&amp;fileSortOrder=desc\"><span
528
- class=\"\">Oldest</span></a></li>\n <li><a href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=size\"><span
529
- class=\"\">Size</span></a></li>\n <li><a href=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=type\"><span
530
- class=\"\">Type</span></a></li>\n </ul>\n </div>\n
531
- \ </div></div></div><div class=\"ui-datatable-tablewrapper\"><table
520
+ href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=Public&amp;fileTag=&amp;fileSortField=&amp;fileSortOrder=&amp;tagPresort=false&amp;folderPresort=true\"
521
+ rel=\"nofollow\"><span class=\"\">Public (3)</span></a></li>\n </ul></div></div>\n\n
522
+ \ \n\n \n <div class=\"file-sort
523
+ col-xs-5 text-right \"> \n \n <div
524
+ class=\"btn-group\">\n <button type=\"button\" class=\"btn
525
+ btn-default dropdown-toggle\" data-toggle=\"dropdown\" aria-haspopup=\"true\"
526
+ aria-expanded=\"false\">\n <span class=\"glyphicon
527
+ glyphicon-sort\"></span> Sort <span class=\"caret\"></span>\n </button>\n
528
+ \ <ul class=\"dropdown-menu pull-right text-left\">\n
529
+ \ <li><a href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;tagPresort=false&amp;folderPresort=true\"
530
+ rel=\"nofollow\"><span class=\"highlightBold\">Name (A-Z)</span></a></li>\n
531
+ \ <li><a href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=name&amp;fileSortOrder=desc&amp;tagPresort=false&amp;folderPresort=true\"
532
+ rel=\"nofollow\"><span class=\"\">Name (Z-A)</span></a></li>\n <li><a
533
+ href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=date&amp;tagPresort=false\"
534
+ rel=\"nofollow\"><span class=\"\">Newest</span></a></li>\n <li><a
535
+ href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=date&amp;fileSortOrder=desc&amp;tagPresort=false\"
536
+ rel=\"nofollow\"><span class=\"\">Oldest</span></a></li>\n <li><a
537
+ href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=size&amp;tagPresort=false\"
538
+ rel=\"nofollow\"><span class=\"\">Size</span></a></li>\n <li><a
539
+ href=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO&amp;version=&amp;q=&amp;fileTypeGroupFacet=&amp;fileAccess=&amp;fileSortField=type&amp;tagPresort=false\"
540
+ rel=\"nofollow\"><span class=\"\">Type</span></a></li>\n </ul>\n
541
+ \ </div>\n </div></div></div><div class=\"ui-datatable-tablewrapper\"><table
532
542
  role=\"grid\" style=\"min-width:100%;width:auto;\"><thead id=\"datasetForm:tabView:filesTable_head\"><tr
533
- role=\"row\"><th id=\"datasetForm:tabView:filesTable:j_idt1258\" class=\"ui-state-default
543
+ role=\"row\"><th id=\"datasetForm:tabView:filesTable:j_idt1294\" class=\"ui-state-default
534
544
  ui-selection-column text-center\" role=\"columnheader\" aria-label=\"Select
535
545
  Files\" scope=\"col\"><span class=\"ui-column-title\"></span><div class=\"ui-chkbox
536
546
  ui-chkbox-all ui-widget\"><div id=\"datasetForm:tabView:filesTable_head_checkbox\"
537
547
  role=\"checkbox\" tabindex=\"0\" aria-label=\"Select All\" aria-checked=\"false\"
538
548
  class=\"ui-chkbox-box ui-widget ui-corner-all ui-state-default\"><span class=\"ui-chkbox-icon
539
- ui-icon ui-icon-blank ui-c\"></span></div></div></th><th id=\"datasetForm:tabView:filesTable:j_idt1259\"
549
+ ui-icon ui-icon-blank ui-c\"></span></div></div></th><th id=\"datasetForm:tabView:filesTable:j_idt1295\"
540
550
  class=\"ui-state-default col-file-metadata\" role=\"columnheader\" aria-label=\"{0}
541
551
  to {1} of {2} {2, choice, 0#Files|1#File|2#Files}\" scope=\"col\"><span class=\"ui-column-title\"><div
542
552
  id=\"datasetForm:tabView:filesTable:filesHeaderCount\"><span class=\"highlightBold\">1
543
- to 3 of 3 Files</span></div></span></th><th id=\"datasetForm:tabView:filesTable:j_idt1295\"
553
+ to 3 of 3 Files</span></div></span></th><th id=\"datasetForm:tabView:filesTable:j_idt1331\"
544
554
  class=\"ui-state-default col-file-action button-block text-right\" role=\"columnheader\"
545
555
  aria-label=\"File Actions\" scope=\"col\" style=\"width:40%;\"><span class=\"ui-column-title\">\n
546
556
  \ <script type=\"text/javascript\">\n function
@@ -551,9 +561,9 @@ http_interactions:
551
561
  'hidden').attr('name', 'fileIds').attr('value', filelist));\n //Submit
552
562
  and then remove form\n form.appendTo('body').submit().remove();\n
553
563
  \ }\n </script><div id=\"datasetForm:tabView:filesTable:downloadButtonBlockNormal\"
554
- class=\"btn-group\"><a id=\"datasetForm:tabView:filesTable:j_idt1346\" href=\"#\"
564
+ class=\"btn-group\"><a id=\"datasetForm:tabView:filesTable:j_idt1382\" href=\"#\"
555
565
  class=\"ui-commandlink ui-widget btn btn-default btn-download\" onclick=\"if
556
- (!testFilesSelected()) return false;;PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:j_idt1346&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm&quot;,onco:function(xhr,status,args,data){showPopup();;}});return
566
+ (!testFilesSelected()) return false;;PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:j_idt1382&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm&quot;,onco:function(xhr,status,args,data){showPopup();;}});return
557
567
  false;\">\n <span class=\"glyphicon glyphicon-download-alt\"></span>
558
568
  Download\n </a></div></span></th></tr></thead><tbody id=\"datasetForm:tabView:filesTable_data\"
559
569
  class=\"ui-datatable-data ui-widget-content\"><tr data-ri=\"0\" data-rk=\"s3://dvn-cloud:15ed57a652e-67284a372c29\"
@@ -577,7 +587,7 @@ http_interactions:
577
587
  id=\"datasetForm:tabView:filesTable:0:fileCreatePublishDate\">Published Sep
578
588
  30, 2017</span>\n </div><div class=\"downloads-block\"><span
579
589
  id=\"datasetForm:tabView:filesTable:0:fileDownloadCount\" class=\"visible-xs-block
580
- visible-sm-block visible-md-inline visible-lg-inline\">70 Downloads</span></div><div
590
+ visible-sm-block visible-md-inline visible-lg-inline\">72 Downloads</span></div><div
581
591
  class=\"checksum-block\">\n <span class=\"checksum-truncate
582
592
  checksum-tooltip\" style=\"margin-right:3px;\" data-toggle=\"tooltip\" data-placement=\"top\"
583
593
  data-html=\"true\" data-clipboard-action=\"copy\" data-clipboard-text=\"bcc06aebf96c9540995192c89c91fb23\"
@@ -591,32 +601,32 @@ http_interactions:
591
601
  style=\"width:40%;\" class=\"col-file-action button-block text-right\"><div
592
602
  role=\"group\" class=\"btn-group\" aria-label=\"File Actions\"><div class=\"btn-group\">\n
593
603
  \ <a class=\"btn-preview btn btn-link bootstrap-button-tooltip\"
594
- title=\"Read Text\" href=\"/file.xhtml?persistentId=doi:10.7910/DVN/NJ7XSO/K3NRMO&amp;version=1.0\">\n
595
- \ <span class=\"glyphicon glyphicon-eye-open\"></span><span
596
- class=\"sr-only\">Preview \"Asian_Case_Control_Results.txt\"</span>\n </a>\n
597
- \ <a type=\"button\" style=\"padding:6px 8px;\" class=\"btn-access-file
598
- btn btn-link bootstrap-button-tooltip dropdown-toggle\" title=\"Access File\"
599
- data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\" tabindex=\"0\">\n
600
- \ <span class=\"glyphicon glyphicon-download-alt\"></span><span
601
- class=\"sr-only\">Access File</span><span class=\"caret\"></span>\n </a>\n
602
- \ <ul class=\"dropdown-menu pull-right text-left\">\n \n
603
- \ \n <li class=\"dropdown-header\">File Access <span class=\"glyphicon
604
- glyphicon-file\"></span></li>\n <li><span class=\"dropdown-item-text\">\n
605
- \ <span class=\"glyphicon glyphicon-globe text-success\"></span><span
606
- class=\"text-success\"> Public</span>\n </span></li>\n \n <li
607
- class=\"dropdown-header\">Download Options <span class=\"glyphicon glyphicon-download-alt\"></span></li><li><a
608
- id=\"datasetForm:tabView:filesTable:0:j_idt1399\" href=\"#\" class=\"ui-commandlink
609
- ui-widget btn-download\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:0:j_idt1399&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:tabView:filesTable:0:j_idt1399&quot;});return
604
+ title=\"Read Text\" href=\"/file.xhtml?persistentId=doi:10.7910/DVN/NJ7XSO/K3NRMO&amp;version=1.0&amp;toolType=PREVIEW\">\n
605
+ \ <span style=\"margin-top: 10px;\" class=\"glyphicon
606
+ glyphicon-eye-open\"></span><span class=\"sr-only\">Preview \"Asian_Case_Control_Results.txt\"</span>\n
607
+ \ </a>\n <a type=\"button\" style=\"padding:6px
608
+ 8px;\" class=\"btn-access-file btn btn-link bootstrap-button-tooltip dropdown-toggle\"
609
+ title=\"Access File\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\"
610
+ tabindex=\"0\">\n <span style=\"margin-top: 10px;\"
611
+ class=\"glyphicon glyphicon-download-alt\"></span><span class=\"sr-only\">Access
612
+ File</span><span class=\"caret\"></span>\n </a>\n <ul
613
+ class=\"dropdown-menu pull-right text-left\">\n \n \n <li class=\"dropdown-header\">File
614
+ Access <span class=\"glyphicon glyphicon-file\"></span></li>\n <li><span
615
+ class=\"dropdown-item-text\">\n <span class=\"glyphicon glyphicon-globe
616
+ text-success\"></span><span class=\"text-success\"> Public</span>\n </span></li>\n
617
+ \ \n <li class=\"dropdown-header\">Download Options <span class=\"glyphicon
618
+ glyphicon-download-alt\"></span></li><li><a id=\"datasetForm:tabView:filesTable:0:j_idt1437\"
619
+ href=\"#\" class=\"ui-commandlink ui-widget btn-download\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:0:j_idt1437&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:tabView:filesTable:0:j_idt1437&quot;});return
610
620
  false;\">\n \n \n Plain Text\n
611
621
  \ </a></li>\n \n \n \n <li class=\"dropdown-header\">Download
612
622
  Metadata <span class=\"glyphicon glyphicon-download-alt\"></span></li><li
613
623
  class=\"dropdown-submenu pull-left\">\n <a tabindex=\"0\">Data
614
624
  File Citation</a>\n <ul class=\"dropdown-menu\">\n <li><a
615
- href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:0:j_idt1434':'datasetForm:tabView:filesTable:0:j_idt1434'},'');return
625
+ href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:0:j_idt1472':'datasetForm:tabView:filesTable:0:j_idt1472'},'');return
616
626
  false\" class=\"btn-download\">EndNote XML</a>\n </li>\n <li><a
617
- href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:0:j_idt1437':'datasetForm:tabView:filesTable:0:j_idt1437'},'');return
627
+ href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:0:j_idt1475':'datasetForm:tabView:filesTable:0:j_idt1475'},'');return
618
628
  false\" class=\"btn-download\">RIS</a>\n </li>\n <li><a
619
- href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:0:j_idt1440':'datasetForm:tabView:filesTable:0:j_idt1440'},'');return
629
+ href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:0:j_idt1478':'datasetForm:tabView:filesTable:0:j_idt1478'},'');return
620
630
  false\" class=\"btn-download\">BibTeX</a>\n </li>\n </ul></li>\n
621
631
  \ \n <li role=\"presentation\" class=\"clearfix\"></li>\n \n
622
632
  \ </ul></div></div></td></tr><tr data-ri=\"1\" data-rk=\"s3://dvn-cloud:15ed57a87b9-99abc162b458\"
@@ -640,7 +650,7 @@ http_interactions:
640
650
  id=\"datasetForm:tabView:filesTable:1:fileCreatePublishDate\">Published Sep
641
651
  30, 2017</span>\n </div><div class=\"downloads-block\"><span
642
652
  id=\"datasetForm:tabView:filesTable:1:fileDownloadCount\" class=\"visible-xs-block
643
- visible-sm-block visible-md-inline visible-lg-inline\">69 Downloads</span></div><div
653
+ visible-sm-block visible-md-inline visible-lg-inline\">70 Downloads</span></div><div
644
654
  class=\"checksum-block\">\n <span class=\"checksum-truncate
645
655
  checksum-tooltip\" style=\"margin-right:3px;\" data-toggle=\"tooltip\" data-placement=\"top\"
646
656
  data-html=\"true\" data-clipboard-action=\"copy\" data-clipboard-text=\"0ae7b4639626ebad6ab77f54bfcfdd6d\"
@@ -654,32 +664,32 @@ http_interactions:
654
664
  style=\"width:40%;\" class=\"col-file-action button-block text-right\"><div
655
665
  role=\"group\" class=\"btn-group\" aria-label=\"File Actions\"><div class=\"btn-group\">\n
656
666
  \ <a class=\"btn-preview btn btn-link bootstrap-button-tooltip\"
657
- title=\"Read Text\" href=\"/file.xhtml?persistentId=doi:10.7910/DVN/NJ7XSO/HA2SVR&amp;version=1.0\">\n
658
- \ <span class=\"glyphicon glyphicon-eye-open\"></span><span
659
- class=\"sr-only\">Preview \"European_Asian_Case_Control_Results.txt\"</span>\n
667
+ title=\"Read Text\" href=\"/file.xhtml?persistentId=doi:10.7910/DVN/NJ7XSO/HA2SVR&amp;version=1.0&amp;toolType=PREVIEW\">\n
668
+ \ <span style=\"margin-top: 10px;\" class=\"glyphicon
669
+ glyphicon-eye-open\"></span><span class=\"sr-only\">Preview \"European_Asian_Case_Control_Results.txt\"</span>\n
660
670
  \ </a>\n <a type=\"button\" style=\"padding:6px
661
671
  8px;\" class=\"btn-access-file btn btn-link bootstrap-button-tooltip dropdown-toggle\"
662
672
  title=\"Access File\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\"
663
- tabindex=\"0\">\n <span class=\"glyphicon glyphicon-download-alt\"></span><span
664
- class=\"sr-only\">Access File</span><span class=\"caret\"></span>\n </a>\n
665
- \ <ul class=\"dropdown-menu pull-right text-left\">\n \n
666
- \ \n <li class=\"dropdown-header\">File Access <span class=\"glyphicon
667
- glyphicon-file\"></span></li>\n <li><span class=\"dropdown-item-text\">\n
668
- \ <span class=\"glyphicon glyphicon-globe text-success\"></span><span
669
- class=\"text-success\"> Public</span>\n </span></li>\n \n <li
670
- class=\"dropdown-header\">Download Options <span class=\"glyphicon glyphicon-download-alt\"></span></li><li><a
671
- id=\"datasetForm:tabView:filesTable:1:j_idt1399\" href=\"#\" class=\"ui-commandlink
672
- ui-widget btn-download\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:1:j_idt1399&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:tabView:filesTable:1:j_idt1399&quot;});return
673
+ tabindex=\"0\">\n <span style=\"margin-top: 10px;\"
674
+ class=\"glyphicon glyphicon-download-alt\"></span><span class=\"sr-only\">Access
675
+ File</span><span class=\"caret\"></span>\n </a>\n <ul
676
+ class=\"dropdown-menu pull-right text-left\">\n \n \n <li class=\"dropdown-header\">File
677
+ Access <span class=\"glyphicon glyphicon-file\"></span></li>\n <li><span
678
+ class=\"dropdown-item-text\">\n <span class=\"glyphicon glyphicon-globe
679
+ text-success\"></span><span class=\"text-success\"> Public</span>\n </span></li>\n
680
+ \ \n <li class=\"dropdown-header\">Download Options <span class=\"glyphicon
681
+ glyphicon-download-alt\"></span></li><li><a id=\"datasetForm:tabView:filesTable:1:j_idt1437\"
682
+ href=\"#\" class=\"ui-commandlink ui-widget btn-download\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:1:j_idt1437&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:tabView:filesTable:1:j_idt1437&quot;});return
673
683
  false;\">\n \n \n Plain Text\n
674
684
  \ </a></li>\n \n \n \n <li class=\"dropdown-header\">Download
675
685
  Metadata <span class=\"glyphicon glyphicon-download-alt\"></span></li><li
676
686
  class=\"dropdown-submenu pull-left\">\n <a tabindex=\"0\">Data
677
687
  File Citation</a>\n <ul class=\"dropdown-menu\">\n <li><a
678
- href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:1:j_idt1434':'datasetForm:tabView:filesTable:1:j_idt1434'},'');return
688
+ href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:1:j_idt1472':'datasetForm:tabView:filesTable:1:j_idt1472'},'');return
679
689
  false\" class=\"btn-download\">EndNote XML</a>\n </li>\n <li><a
680
- href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:1:j_idt1437':'datasetForm:tabView:filesTable:1:j_idt1437'},'');return
690
+ href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:1:j_idt1475':'datasetForm:tabView:filesTable:1:j_idt1475'},'');return
681
691
  false\" class=\"btn-download\">RIS</a>\n </li>\n <li><a
682
- href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:1:j_idt1440':'datasetForm:tabView:filesTable:1:j_idt1440'},'');return
692
+ href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:1:j_idt1478':'datasetForm:tabView:filesTable:1:j_idt1478'},'');return
683
693
  false\" class=\"btn-download\">BibTeX</a>\n </li>\n </ul></li>\n
684
694
  \ \n <li role=\"presentation\" class=\"clearfix\"></li>\n \n
685
695
  \ </ul></div></div></td></tr><tr data-ri=\"2\" data-rk=\"s3://dvn-cloud:15ed57aab7e-90a2b6c112eb\"
@@ -703,7 +713,7 @@ http_interactions:
703
713
  id=\"datasetForm:tabView:filesTable:2:fileCreatePublishDate\">Published Sep
704
714
  30, 2017</span>\n </div><div class=\"downloads-block\"><span
705
715
  id=\"datasetForm:tabView:filesTable:2:fileDownloadCount\" class=\"visible-xs-block
706
- visible-sm-block visible-md-inline visible-lg-inline\">99 Downloads</span></div><div
716
+ visible-sm-block visible-md-inline visible-lg-inline\">101 Downloads</span></div><div
707
717
  class=\"checksum-block\">\n <span class=\"checksum-truncate
708
718
  checksum-tooltip\" style=\"margin-right:3px;\" data-toggle=\"tooltip\" data-placement=\"top\"
709
719
  data-html=\"true\" data-clipboard-action=\"copy\" data-clipboard-text=\"876bb3b600460fdbfabc01eb08c41497\"
@@ -717,32 +727,32 @@ http_interactions:
717
727
  style=\"width:40%;\" class=\"col-file-action button-block text-right\"><div
718
728
  role=\"group\" class=\"btn-group\" aria-label=\"File Actions\"><div class=\"btn-group\">\n
719
729
  \ <a class=\"btn-preview btn btn-link bootstrap-button-tooltip\"
720
- title=\"Read Text\" href=\"/file.xhtml?persistentId=doi:10.7910/DVN/NJ7XSO/IN45GZ&amp;version=1.0\">\n
721
- \ <span class=\"glyphicon glyphicon-eye-open\"></span><span
722
- class=\"sr-only\">Preview \"European_Case_Control_Results.txt\"</span>\n </a>\n
723
- \ <a type=\"button\" style=\"padding:6px 8px;\" class=\"btn-access-file
724
- btn btn-link bootstrap-button-tooltip dropdown-toggle\" title=\"Access File\"
725
- data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\" tabindex=\"0\">\n
726
- \ <span class=\"glyphicon glyphicon-download-alt\"></span><span
727
- class=\"sr-only\">Access File</span><span class=\"caret\"></span>\n </a>\n
728
- \ <ul class=\"dropdown-menu pull-right text-left\">\n \n
729
- \ \n <li class=\"dropdown-header\">File Access <span class=\"glyphicon
730
- glyphicon-file\"></span></li>\n <li><span class=\"dropdown-item-text\">\n
731
- \ <span class=\"glyphicon glyphicon-globe text-success\"></span><span
732
- class=\"text-success\"> Public</span>\n </span></li>\n \n <li
733
- class=\"dropdown-header\">Download Options <span class=\"glyphicon glyphicon-download-alt\"></span></li><li><a
734
- id=\"datasetForm:tabView:filesTable:2:j_idt1399\" href=\"#\" class=\"ui-commandlink
735
- ui-widget btn-download\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:2:j_idt1399&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:tabView:filesTable:2:j_idt1399&quot;});return
730
+ title=\"Read Text\" href=\"/file.xhtml?persistentId=doi:10.7910/DVN/NJ7XSO/IN45GZ&amp;version=1.0&amp;toolType=PREVIEW\">\n
731
+ \ <span style=\"margin-top: 10px;\" class=\"glyphicon
732
+ glyphicon-eye-open\"></span><span class=\"sr-only\">Preview \"European_Case_Control_Results.txt\"</span>\n
733
+ \ </a>\n <a type=\"button\" style=\"padding:6px
734
+ 8px;\" class=\"btn-access-file btn btn-link bootstrap-button-tooltip dropdown-toggle\"
735
+ title=\"Access File\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\"
736
+ tabindex=\"0\">\n <span style=\"margin-top: 10px;\"
737
+ class=\"glyphicon glyphicon-download-alt\"></span><span class=\"sr-only\">Access
738
+ File</span><span class=\"caret\"></span>\n </a>\n <ul
739
+ class=\"dropdown-menu pull-right text-left\">\n \n \n <li class=\"dropdown-header\">File
740
+ Access <span class=\"glyphicon glyphicon-file\"></span></li>\n <li><span
741
+ class=\"dropdown-item-text\">\n <span class=\"glyphicon glyphicon-globe
742
+ text-success\"></span><span class=\"text-success\"> Public</span>\n </span></li>\n
743
+ \ \n <li class=\"dropdown-header\">Download Options <span class=\"glyphicon
744
+ glyphicon-download-alt\"></span></li><li><a id=\"datasetForm:tabView:filesTable:2:j_idt1437\"
745
+ href=\"#\" class=\"ui-commandlink ui-widget btn-download\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:tabView:filesTable:2:j_idt1437&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:tabView:filesTable:2:j_idt1437&quot;});return
736
746
  false;\">\n \n \n Plain Text\n
737
747
  \ </a></li>\n \n \n \n <li class=\"dropdown-header\">Download
738
748
  Metadata <span class=\"glyphicon glyphicon-download-alt\"></span></li><li
739
749
  class=\"dropdown-submenu pull-left\">\n <a tabindex=\"0\">Data
740
750
  File Citation</a>\n <ul class=\"dropdown-menu\">\n <li><a
741
- href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:2:j_idt1434':'datasetForm:tabView:filesTable:2:j_idt1434'},'');return
751
+ href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:2:j_idt1472':'datasetForm:tabView:filesTable:2:j_idt1472'},'');return
742
752
  false\" class=\"btn-download\">EndNote XML</a>\n </li>\n <li><a
743
- href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:2:j_idt1437':'datasetForm:tabView:filesTable:2:j_idt1437'},'');return
753
+ href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:2:j_idt1475':'datasetForm:tabView:filesTable:2:j_idt1475'},'');return
744
754
  false\" class=\"btn-download\">RIS</a>\n </li>\n <li><a
745
- href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:2:j_idt1440':'datasetForm:tabView:filesTable:2:j_idt1440'},'');return
755
+ href=\"#\" onclick=\"mojarra.jsfcljs(document.getElementById('datasetForm'),{'datasetForm:tabView:filesTable:2:j_idt1478':'datasetForm:tabView:filesTable:2:j_idt1478'},'');return
746
756
  false\" class=\"btn-download\">BibTeX</a>\n </li>\n </ul></li>\n
747
757
  \ \n <li role=\"presentation\" class=\"clearfix\"></li>\n \n
748
758
  \ </ul></div></div></td></tr></tbody></table></div><input
@@ -770,23 +780,23 @@ http_interactions:
770
780
  \ <span class=\"glyphicon glyphicon-export\"></span>
771
781
  Export Metadata <span class=\"caret\"></span>\n </button>\n
772
782
  \ <ul class=\"dropdown-menu pull-right
773
- text-left\">\n <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=f1961309af7883d5c0028ef0db52?exporter=dcterms&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
774
- target=\"_blank\">Dublin Core</a>\n </li>\n
775
- \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=f1961309af7883d5c0028ef0db52?exporter=ddi&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
776
- target=\"_blank\">DDI</a>\n </li>\n
777
- \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=f1961309af7883d5c0028ef0db52?exporter=Datacite&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
778
- target=\"_blank\">DataCite</a>\n </li>\n
779
- \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=f1961309af7883d5c0028ef0db52?exporter=html&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
780
- target=\"_blank\">DDI HTML Codebook</a>\n </li>\n
781
- \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=f1961309af7883d5c0028ef0db52?exporter=dataverse_json&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
782
- target=\"_blank\">JSON</a>\n </li>\n
783
- \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=f1961309af7883d5c0028ef0db52?exporter=OAI_ORE&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
783
+ text-left\">\n <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=161a2d859439abb6d6707fe23f17?exporter=OAI_ORE&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
784
784
  target=\"_blank\">OAI_ORE</a>\n </li>\n
785
- \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=f1961309af7883d5c0028ef0db52?exporter=oai_datacite&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
785
+ \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=161a2d859439abb6d6707fe23f17?exporter=Datacite&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
786
+ target=\"_blank\">DataCite</a>\n </li>\n
787
+ \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=161a2d859439abb6d6707fe23f17?exporter=oai_datacite&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
786
788
  target=\"_blank\">OpenAIRE</a>\n </li>\n
787
- \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=f1961309af7883d5c0028ef0db52?exporter=schema.org&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
789
+ \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=161a2d859439abb6d6707fe23f17?exporter=schema.org&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
788
790
  target=\"_blank\">Schema.org JSON-LD</a>\n </li>\n
789
- \ </ul></div></div><div id=\"datasetForm:tabView:j_idt1549\"></div><div
791
+ \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=161a2d859439abb6d6707fe23f17?exporter=ddi&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
792
+ target=\"_blank\">DDI</a>\n </li>\n
793
+ \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=161a2d859439abb6d6707fe23f17?exporter=dcterms&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
794
+ target=\"_blank\">Dublin Core</a>\n </li>\n
795
+ \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=161a2d859439abb6d6707fe23f17?exporter=html&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
796
+ target=\"_blank\">DDI HTML Codebook</a>\n </li>\n
797
+ \ <li><a href=\"https://dataverse.harvard.edu/api/datasets/export;jsessionid=161a2d859439abb6d6707fe23f17?exporter=dataverse_json&amp;persistentId=doi%3A10.7910/DVN/NJ7XSO\"
798
+ target=\"_blank\">JSON</a>\n </li>\n
799
+ \ </ul></div></div><div id=\"datasetForm:tabView:j_idt1596\"></div><div
790
800
  class=\"panel-group\">\n <p>\n </p>\n <div class=\"panel
791
801
  panel-default\">\n <div data-toggle=\"collapse\" data-target=\"#panelCollapse0\"
792
802
  class=\"panel-heading text-info\">\n Citation Metadata
@@ -914,8 +924,8 @@ http_interactions:
914
924
  \ $(document).ready(function () {\n preload_message = \"(Loading
915
925
  versions...)\";\n $('#datasetForm\\\\:tabView\\\\:versionsTable_data
916
926
  tr.ui-datatable-empty-message td').text(preload_message);\n postLoadVersionTabList();\n
917
- \ });\n //]]>\n </script><script id=\"datasetForm:tabView:j_idt1901\"
918
- type=\"text/javascript\">postLoadVersionTabList = function() {return PrimeFaces.ab({s:\"datasetForm:tabView:j_idt1901\",f:\"datasetForm\",p:\"datasetForm:tabView:j_idt1901\",u:\"datasetForm:tabView:versionsTable\",pa:arguments[0]});}</script>\n
927
+ \ });\n //]]>\n </script><script id=\"datasetForm:tabView:j_idt1949\"
928
+ type=\"text/javascript\">postLoadVersionTabList = function() {return PrimeFaces.ab({s:\"datasetForm:tabView:j_idt1949\",f:\"datasetForm\",p:\"datasetForm:tabView:j_idt1949\",u:\"datasetForm:tabView:versionsTable\",pa:arguments[0]});}</script>\n
919
929
  \ <div class=\"text-right margin-bottom\"><button id=\"datasetForm:tabView:compareVersions\"
920
930
  name=\"datasetForm:tabView:compareVersions\" class=\"ui-button ui-widget ui-state-default
921
931
  ui-corner-all ui-button-text-only\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:tabView:compareVersions&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm&quot;,onco:function(xhr,status,args,data){PF('detailsBlocks').show();post_differences();;}});return
@@ -924,14 +934,14 @@ http_interactions:
924
934
  type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_tabView_compareVersions\",{id:\"datasetForm:tabView:compareVersions\"});});</script>\n
925
935
  \ </div><div id=\"datasetForm:tabView:versionsTable\" class=\"ui-datatable
926
936
  ui-widget\"><div class=\"ui-datatable-tablewrapper\"><table role=\"grid\"><thead
927
- id=\"datasetForm:tabView:versionsTable_head\"><tr role=\"row\"><th id=\"datasetForm:tabView:versionsTable:j_idt1907\"
937
+ id=\"datasetForm:tabView:versionsTable_head\"><tr role=\"row\"><th id=\"datasetForm:tabView:versionsTable:j_idt1955\"
928
938
  class=\"ui-state-default col-sm-1 text-center\" role=\"columnheader\" aria-label=\"Dataset
929
939
  Version\" scope=\"col\"><span class=\"ui-column-title\">Dataset Version</span></th><th
930
- id=\"datasetForm:tabView:versionsTable:j_idt1919\" class=\"ui-state-default\"
940
+ id=\"datasetForm:tabView:versionsTable:j_idt1967\" class=\"ui-state-default\"
931
941
  role=\"columnheader\" aria-label=\"Summary\" scope=\"col\"><span class=\"ui-column-title\">Summary</span></th><th
932
- id=\"datasetForm:tabView:versionsTable:j_idt1961\" class=\"ui-state-default
942
+ id=\"datasetForm:tabView:versionsTable:j_idt2009\" class=\"ui-state-default
933
943
  col-sm-2\" role=\"columnheader\" aria-label=\"Contributors\" scope=\"col\"><span
934
- class=\"ui-column-title\">Contributors</span></th><th id=\"datasetForm:tabView:versionsTable:j_idt1966\"
944
+ class=\"ui-column-title\">Contributors</span></th><th id=\"datasetForm:tabView:versionsTable:j_idt2014\"
935
945
  class=\"ui-state-default col-sm-2\" role=\"columnheader\" aria-label=\"Published
936
946
  on\" scope=\"col\"><span class=\"ui-column-title\">Published on</span></th></tr></thead><tbody
937
947
  id=\"datasetForm:tabView:versionsTable_data\" class=\"ui-datatable-data ui-widget-content\"><tr
@@ -942,9 +952,9 @@ http_interactions:
942
952
  type=\"hidden\" autocomplete=\"off\" aria-hidden=\"true\" value=\"0\" /></div><script
943
953
  id=\"datasetForm:tabView_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"TabView\",\"content\",{id:\"datasetForm:tabView\",effectDuration:\"normal\",scrollable:false,behaviors:{tabChange:function(ext,event)
944
954
  {PrimeFaces.ab({s:\"datasetForm:tabView\",e:\"tabChange\",f:\"datasetForm\",p:\"datasetForm:tabView\",u:\"datasetForm:tabView\"},ext);}}});});</script></div><div
945
- id=\"datasetForm:j_idt1984\" class=\"ui-blockui-content ui-widget ui-widget-content
946
- ui-corner-all ui-helper-hidden ui-shadow\"></div><script id=\"datasetForm:j_idt1984_s\"
947
- type=\"text/javascript\">$(function(){PrimeFaces.cw(\"BlockUI\",\"blockDatasetForm\",{id:\"datasetForm:j_idt1984\",block:\"datasetForm\"});});</script><div
955
+ id=\"datasetForm:j_idt2032\" class=\"ui-blockui-content ui-widget ui-widget-content
956
+ ui-corner-all ui-helper-hidden ui-shadow\"></div><script id=\"datasetForm:j_idt2032_s\"
957
+ type=\"text/javascript\">$(function(){PrimeFaces.cw(\"BlockUI\",\"blockDatasetForm\",{id:\"datasetForm:j_idt2032\",block:\"datasetForm\"});});</script><div
948
958
  id=\"datasetForm:fileAlreadyDeletedPrevious\" class=\"ui-dialog ui-widget
949
959
  ui-widget-content ui-corner-all ui-shadow ui-hidden-container smallPopUp\"><div
950
960
  class=\"ui-dialog-titlebar ui-widget-header ui-helper-clearfix ui-corner-top\"><span
@@ -964,16 +974,16 @@ http_interactions:
964
974
  class=\"ui-dialog-title\">Restrict Access</span><a href=\"#\" class=\"ui-dialog-titlebar-icon
965
975
  ui-dialog-titlebar-close ui-corner-all\" aria-label=\"Close\"><span class=\"ui-icon
966
976
  ui-icon-closethick\"></span></a></div><div class=\"ui-dialog-content ui-widget-content\"
967
- id=\"datasetForm:accessPopup_content\"><span id=\"datasetForm:j_idt1986\"></span><script
977
+ id=\"datasetForm:accessPopup_content\"><span id=\"datasetForm:j_idt2034\"></span><script
968
978
  type=\"text/javascript\">$(function(){PrimeFaces.focus(null, 'datasetForm:accessPopup');});</script>\n
969
979
  \ <p class=\"help-block\"><span class=\"text-muted\">Restricting limits
970
980
  access to published files. People who want to use the restricted files can
971
981
  request access by default. </span><span style=\"font-weight:bold\">If you
972
982
  disable request access, you must add information about access to the Terms
973
983
  of Access field.</span>\n <p></p><span class=\"text-muted\">Learn
974
- about restricting files and dataset access in the <a href=\"https://guides.dataverse.org/en/5.13/user/dataset-management.html#restricted-files-terms-of-access\"
984
+ about restricting files and dataset access in the <a href=\"https://guides.dataverse.org/en/5.14/user/dataset-management.html#restricted-files-terms-of-access\"
975
985
  title=\"Dataverse User Guide\" target=\"_blank\">User Guide</a>.</span>\n
976
- \ </p><div id=\"datasetForm:j_idt1995\"><input id=\"datasetForm:termsofAccessHidden\"
986
+ \ </p><div id=\"datasetForm:j_idt2043\"><input id=\"datasetForm:termsofAccessHidden\"
977
987
  type=\"hidden\" name=\"datasetForm:termsofAccessHidden\" /><input id=\"datasetForm:fileAccessRequestHidden\"
978
988
  type=\"hidden\" name=\"datasetForm:fileAccessRequestHidden\" value=\"false\"
979
989
  /></div>\n <div class=\"form-horizontal\">\n <div class=\"form-group\">\n
@@ -1002,7 +1012,8 @@ http_interactions:
1002
1012
  \ </label>\n <div class=\"col-sm-9\"><textarea
1003
1013
  id=\"datasetForm:termsAccessInput\" name=\"datasetForm:termsAccessInput\"
1004
1014
  class=\"ui-inputfield ui-inputtextarea ui-widget ui-state-default ui-corner-all
1005
- form-control\" cols=\"20\" rows=\"5\" maxlength=\"2147483647\" onkeyup=\"PrimeFaces.ab({s:&quot;datasetForm:termsAccessInput&quot;,e:&quot;keyup&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:termsAccessInput&quot;,u:&quot;datasetForm:restrictFileButton&quot;});\"></textarea><script
1015
+ form-control\" cols=\"20\" rows=\"5\" maxlength=\"2147483647\" aria-label=\"Terms
1016
+ of Access for Restricted Files\" onkeyup=\"PrimeFaces.ab({s:&quot;datasetForm:termsAccessInput&quot;,e:&quot;keyup&quot;,f:&quot;datasetForm&quot;,p:&quot;datasetForm:termsAccessInput&quot;,u:&quot;datasetForm:restrictFileButton&quot;});\"></textarea><script
1006
1017
  id=\"datasetForm:termsAccessInput_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"InputTextarea\",\"inputtoa\",{id:\"datasetForm:termsAccessInput\",autoResize:false,behaviors:{}});});</script>
1007
1018
  \n </div>\n </div>\n </div>\n\n <div
1008
1019
  class=\"button-block\"><a id=\"datasetForm:restrictFileButton\" href=\"#\"
@@ -1016,7 +1027,7 @@ http_interactions:
1016
1027
  class=\"ui-dialog-title\">Edit Embargo</span><a href=\"#\" class=\"ui-dialog-titlebar-icon
1017
1028
  ui-dialog-titlebar-close ui-corner-all\" aria-label=\"Close\"><span class=\"ui-icon
1018
1029
  ui-icon-closethick\"></span></a></div><div class=\"ui-dialog-content ui-widget-content\"
1019
- id=\"datasetForm:fileEmbargoPopup_content\"><span id=\"datasetForm:j_idt2003\"></span><script
1030
+ id=\"datasetForm:fileEmbargoPopup_content\"><span id=\"datasetForm:j_idt2051\"></span><script
1020
1031
  type=\"text/javascript\">$(function(){PrimeFaces.focus('datasetForm:fileEmbargoDate');});</script><p
1021
1032
  class=\"text-danger embargo\"><span class=\"glyphicon glyphicon-exclamation-sign\"></span>The
1022
1033
  selected file or files have already been published. Contact an administrator
@@ -1041,11 +1052,11 @@ http_interactions:
1041
1052
  after you click on the Delete button.</p>\n <p class=\"text-warning\"><span
1042
1053
  class=\"glyphicon glyphicon-warning-sign\"></span> Files will not be removed
1043
1054
  from previously published versions of the dataset.</p>\n <div class=\"button-block\"><button
1044
- id=\"datasetForm:j_idt2034\" name=\"datasetForm:j_idt2034\" class=\"ui-button
1055
+ id=\"datasetForm:j_idt2082\" name=\"datasetForm:j_idt2082\" class=\"ui-button
1045
1056
  ui-widget ui-state-default ui-corner-all ui-button-text-only btn btn-default\"
1046
- onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('deleteFileConfirmation').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2034&quot;,f:&quot;datasetForm&quot;});return
1057
+ onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('deleteFileConfirmation').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2082&quot;,f:&quot;datasetForm&quot;});return
1047
1058
  false;}]);\" type=\"submit\"><span class=\"ui-button-text ui-c\">Delete</span></button><script
1048
- id=\"datasetForm:j_idt2034_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2034\",{id:\"datasetForm:j_idt2034\"});});</script>\n
1059
+ id=\"datasetForm:j_idt2082_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2082\",{id:\"datasetForm:j_idt2082\"});});</script>\n
1049
1060
  \ <button class=\"btn btn-link\" onclick=\"PF('deleteFileConfirmation').hide()\"
1050
1061
  type=\"button\">\n Cancel\n </button>\n </div></div></div><script
1051
1062
  id=\"datasetForm:deleteFileConfirm_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Dialog\",\"deleteFileConfirmation\",{id:\"datasetForm:deleteFileConfirm\",modal:true});});</script><div
@@ -1057,11 +1068,11 @@ http_interactions:
1057
1068
  ui-icon-closethick\"></span></a></div><div class=\"ui-dialog-content ui-widget-content\"
1058
1069
  id=\"datasetForm:configureToolPopup_content\">\n\n <p class=\"help-block\"><span
1059
1070
  class=\"text-left\"> <br/></span>\n </p>\n \n <div class=\"button-block\"><button
1060
- id=\"datasetForm:j_idt2039\" name=\"datasetForm:j_idt2039\" class=\"ui-button
1071
+ id=\"datasetForm:j_idt2087\" name=\"datasetForm:j_idt2087\" class=\"ui-button
1061
1072
  ui-widget ui-state-default ui-corner-all ui-button-text-only btn btn-default\"
1062
- onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('configureToolPopup').hide();},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2039&quot;,f:&quot;datasetForm&quot;,u:&quot;messagePanel&quot;});return
1073
+ onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('configureToolPopup').hide();},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2087&quot;,f:&quot;datasetForm&quot;,u:&quot;messagePanel&quot;});return
1063
1074
  false;}]);\" type=\"submit\"><span class=\"ui-button-text ui-c\">Continue</span></button><script
1064
- id=\"datasetForm:j_idt2039_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2039\",{id:\"datasetForm:j_idt2039\"});});</script>\n
1075
+ id=\"datasetForm:j_idt2087_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2087\",{id:\"datasetForm:j_idt2087\"});});</script>\n
1065
1076
  \ <button class=\"btn btn-link\" onclick=\"PF('configureToolPopup').hide();PF('blockDatasetForm').hide();\"
1066
1077
  type=\"button\">\n Cancel\n </button>\n </div></div></div><script
1067
1078
  id=\"datasetForm:configureToolPopup_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Dialog\",\"configureToolPopup\",{id:\"datasetForm:configureToolPopup\",modal:true});});</script><div
@@ -1077,8 +1088,8 @@ http_interactions:
1077
1088
  class=\"btn btn-default\" onclick=\"PF('selectFiles').hide();\" type=\"button\">\n
1078
1089
  \ Close\n </button>\n </div></div></div><script
1079
1090
  id=\"datasetForm:selectFiles_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Dialog\",\"selectFiles\",{id:\"datasetForm:selectFiles\",modal:true});});</script><script
1080
- id=\"datasetForm:j_idt2042\" type=\"text/javascript\">restrictFileCommand
1081
- = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2042\",f:\"datasetForm\",u:\"messagePanel\",pa:arguments[0]});}</script>\n
1091
+ id=\"datasetForm:j_idt2090\" type=\"text/javascript\">restrictFileCommand
1092
+ = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2090\",f:\"datasetForm\",u:\"messagePanel\",pa:arguments[0]});}</script>\n
1082
1093
  \ <script>\n //<![CDATA[\n function testTOA() {\n
1083
1094
  \ var termsofAccessHidden, fileAccessRequestHidden;\n try{\n
1084
1095
  \ termsofAccessHidden = document.getElementById(\"datasetForm:termsofAccessHidden\").value;\n
@@ -1114,7 +1125,7 @@ http_interactions:
1114
1125
  id=\"datasetForm:citationsDialog_content\">\n <p class=\"help-block\">Citations
1115
1126
  for this dataset are retrieved from Crossref via DataCite using Make Data
1116
1127
  Count standards. For more information about dataset metrics, please refer
1117
- to the <a href=\"https://guides.dataverse.org/en/5.13/user/dataset-management.html#dataset-metrics-and-make-data-count\"
1128
+ to the <a href=\"https://guides.dataverse.org/en/5.14/user/dataset-management.html#dataset-metrics-and-make-data-count\"
1118
1129
  title=\"Dataset Metrics and Make Data Count - Dataverse User Guide\" target=\"_blank\">User
1119
1130
  Guide</a>.\n </p>\n <div id=\"citations-list-block\"><div>\n
1120
1131
  \ Sorry, no citations were found.\n </div>\n
@@ -1146,7 +1157,7 @@ http_interactions:
1146
1157
  class=\"glyphicon glyphicon-exclamation-sign\"></span> The files selected
1147
1158
  are too large to download as a ZIP.</p>\n \n <p class=\"help-block\">You
1148
1159
  can select individual files that are below the 15.0 GB download limit from
1149
- the files table, or use the <a href=\"https://guides.dataverse.org/en/5.13/api/dataaccess.html\"
1160
+ the files table, or use the <a href=\"https://guides.dataverse.org/en/5.14/api/dataaccess.html\"
1150
1161
  title=\"Data Access API\" target=\"_blank\">Data Access API</a> for programmatic
1151
1162
  access to the files.\n </p></div></div><script id=\"datasetForm:downloadTooLarge_s\"
1152
1163
  type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Dialog\",\"downloadTooLarge\",{id:\"datasetForm:downloadTooLarge\",modal:true});});</script><div
@@ -1175,11 +1186,11 @@ http_interactions:
1175
1186
  selected may not be downloaded because you have not been granted access.</p>\n
1176
1187
  \ <table>\n </table>\n <div
1177
1188
  class=\"button-block\">\n <p class=\"help-block\">Click
1178
- Continue to download the files you have access to download.</p><button id=\"datasetForm:j_idt2073\"
1179
- name=\"datasetForm:j_idt2073\" class=\"ui-button ui-widget ui-state-default
1180
- ui-corner-all ui-button-text-only btn btn-default\" onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('downloadMixed').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2073&quot;,f:&quot;datasetForm&quot;});return
1189
+ Continue to download the files you have access to download.</p><button id=\"datasetForm:j_idt2121\"
1190
+ name=\"datasetForm:j_idt2121\" class=\"ui-button ui-widget ui-state-default
1191
+ ui-corner-all ui-button-text-only btn btn-default\" onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('downloadMixed').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2121&quot;,f:&quot;datasetForm&quot;});return
1181
1192
  false;}]);\" type=\"submit\"><span class=\"ui-button-text ui-c\">Continue</span></button><script
1182
- id=\"datasetForm:j_idt2073_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2073\",{id:\"datasetForm:j_idt2073\"});});</script>\n
1193
+ id=\"datasetForm:j_idt2121_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2121\",{id:\"datasetForm:j_idt2121\"});});</script>\n
1183
1194
  \ <button class=\"btn btn-link\" onclick=\"PF('downloadMixed').hide();\"
1184
1195
  type=\"button\">\n Cancel\n </button>\n
1185
1196
  \ </div></div></div><script id=\"datasetForm:downloadMixed_s\"
@@ -1194,11 +1205,11 @@ http_interactions:
1194
1205
  class=\"text-warning\"><span class=\"glyphicon glyphicon-warning-sign\"></span>
1195
1206
  Are you sure you want to delete this dataset and all of its files? You cannot
1196
1207
  undelete this dataset.</p>\n <div class=\"button-block\"><button
1197
- id=\"datasetForm:j_idt2077\" name=\"datasetForm:j_idt2077\" class=\"ui-button
1208
+ id=\"datasetForm:j_idt2125\" name=\"datasetForm:j_idt2125\" class=\"ui-button
1198
1209
  ui-widget ui-state-default ui-corner-all ui-button-text-only btn btn-default\"
1199
- onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('deleteConfirmation').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2077&quot;,f:&quot;datasetForm&quot;});return
1210
+ onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('deleteConfirmation').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2125&quot;,f:&quot;datasetForm&quot;});return
1200
1211
  false;}]);\" type=\"submit\"><span class=\"ui-button-text ui-c\">Continue</span></button><script
1201
- id=\"datasetForm:j_idt2077_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2077\",{id:\"datasetForm:j_idt2077\"});});</script>\n
1212
+ id=\"datasetForm:j_idt2125_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2125\",{id:\"datasetForm:j_idt2125\"});});</script>\n
1202
1213
  \ <button class=\"btn btn-link\" onclick=\"PF('deleteConfirmation').hide();PF('blockDatasetForm').hide();\"
1203
1214
  type=\"button\">\n Cancel\n </button>\n
1204
1215
  \ </div></div></div><script id=\"datasetForm:deleteConfirmation_s\"
@@ -1213,11 +1224,11 @@ http_interactions:
1213
1224
  class=\"text-warning\"><span class=\"glyphicon glyphicon-warning-sign\"></span>
1214
1225
  Are you sure you want to delete this draft version? Files will be reverted
1215
1226
  to the most recently published version. You cannot undelete this draft.</p>\n
1216
- \ <div class=\"button-block\"><button id=\"datasetForm:j_idt2080\"
1217
- name=\"datasetForm:j_idt2080\" class=\"ui-button ui-widget ui-state-default
1218
- ui-corner-all ui-button-text-only btn btn-default\" onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('deleteVersionConfirmation').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2080&quot;,f:&quot;datasetForm&quot;});return
1227
+ \ <div class=\"button-block\"><button id=\"datasetForm:j_idt2128\"
1228
+ name=\"datasetForm:j_idt2128\" class=\"ui-button ui-widget ui-state-default
1229
+ ui-corner-all ui-button-text-only btn btn-default\" onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('deleteVersionConfirmation').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2128&quot;,f:&quot;datasetForm&quot;});return
1219
1230
  false;}]);\" type=\"submit\"><span class=\"ui-button-text ui-c\">Continue</span></button><script
1220
- id=\"datasetForm:j_idt2080_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2080\",{id:\"datasetForm:j_idt2080\"});});</script>\n
1231
+ id=\"datasetForm:j_idt2128_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2128\",{id:\"datasetForm:j_idt2128\"});});</script>\n
1221
1232
  \ <button class=\"btn btn-link\" onclick=\"PF('deleteVersionConfirmation').hide();PF('blockDatasetForm').hide();\"
1222
1233
  type=\"button\">\n Cancel\n </button>\n
1223
1234
  \ </div></div></div><script id=\"datasetForm:deleteVersionConfirmation_s\"
@@ -1231,17 +1242,17 @@ http_interactions:
1231
1242
  ui-widget-content\" id=\"datasetForm:privateUrlId_content\"><div id=\"datasetForm:privateUrlPanel\">\n
1232
1243
  \ <p class=\"help-block\">Use a Private URL to allow
1233
1244
  those without Dataverse accounts to access your unpublished dataset. For more
1234
- information about the Private URL feature, please refer to the <a href=\"https://guides.dataverse.org/en/5.13/user/dataset-management.html#private-url-to-review-unpublished-dataset\"
1245
+ information about the Private URL feature, please refer to the <a href=\"https://guides.dataverse.org/en/5.14/user/dataset-management.html#private-url-to-review-unpublished-dataset\"
1235
1246
  title=\"Private URL for Reviewing an Unpublished Dataset - Dataverse User
1236
1247
  Guide\" target=\"_blank\">User Guide</a>.\n </p>\n
1237
1248
  \ <div><div class=\"highlight\">\n <p
1238
1249
  class=\"no-margin-bottom\">Private URL has not been created.</p></div>\n </div>\n
1239
- \ <div class=\"button-block\"><button id=\"datasetForm:j_idt2096\"
1240
- name=\"datasetForm:j_idt2096\" class=\"ui-button ui-widget ui-state-default
1241
- ui-corner-all ui-button-text-only btn btn-default\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:j_idt2096&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm:privateUrlPanel
1250
+ \ <div class=\"button-block\"><button id=\"datasetForm:j_idt2144\"
1251
+ name=\"datasetForm:j_idt2144\" class=\"ui-button ui-widget ui-state-default
1252
+ ui-corner-all ui-button-text-only btn btn-default\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:j_idt2144&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm:privateUrlPanel
1242
1253
  messagePanel&quot;,fp:&quot;datasetForm:privateUrlPanel&quot;});return false;\"
1243
1254
  type=\"submit\"><span class=\"ui-button-text ui-c\">Create Private URL</span></button><script
1244
- id=\"datasetForm:j_idt2096_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2096\",{id:\"datasetForm:j_idt2096\"});});</script>\n
1255
+ id=\"datasetForm:j_idt2144_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2144\",{id:\"datasetForm:j_idt2144\"});});</script>\n
1245
1256
  \ <button class=\"btn btn-link\" onclick=\"PF('privateUrlConfirmation').hide();PF('blockDatasetForm').hide();\"
1246
1257
  type=\"button\">\n Close\n </button>\n
1247
1258
  \ </div></div></div></div><script id=\"datasetForm:privateUrlId_s\"
@@ -1256,12 +1267,12 @@ http_interactions:
1256
1267
  Are you sure you want to disable the Private URL? If you have shared the Private
1257
1268
  URL with others they will no longer be able to use it to access your unpublished
1258
1269
  dataset.</p>\n <div class=\"button-block\"><button
1259
- id=\"datasetForm:j_idt2104\" name=\"datasetForm:j_idt2104\" class=\"ui-button
1270
+ id=\"datasetForm:j_idt2152\" name=\"datasetForm:j_idt2152\" class=\"ui-button
1260
1271
  ui-widget ui-state-default ui-corner-all ui-button-text-only btn btn-default\"
1261
- onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('disablePrivateUrlConfirmation').hide();},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2104&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm:privateUrlPanel
1272
+ onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('disablePrivateUrlConfirmation').hide();},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2152&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm:privateUrlPanel
1262
1273
  messagePanel&quot;});return false;}]);\" type=\"submit\"><span class=\"ui-button-text
1263
- ui-c\">Yes, Disable Private URL</span></button><script id=\"datasetForm:j_idt2104_s\"
1264
- type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2104\",{id:\"datasetForm:j_idt2104\"});});</script>\n
1274
+ ui-c\">Yes, Disable Private URL</span></button><script id=\"datasetForm:j_idt2152_s\"
1275
+ type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2152\",{id:\"datasetForm:j_idt2152\"});});</script>\n
1265
1276
  \ <button class=\"btn btn-link\" onclick=\"PF('disablePrivateUrlConfirmation').hide();PF('privateUrlConfirmation').show();\"
1266
1277
  type=\"button\">\n Cancel\n </button>\n
1267
1278
  \ </div></div></div><script id=\"datasetForm:disablePrivateUrlConfirmation_s\"
@@ -1278,11 +1289,11 @@ http_interactions:
1278
1289
  on the Delete button.</p>\n <p class=\"text-warning\"><span
1279
1290
  class=\"glyphicon glyphicon-warning-sign\"></span> Files will not be removed
1280
1291
  from previously published versions of the dataset.</p>\n <div
1281
- class=\"button-block\"><button id=\"datasetForm:j_idt2110\" name=\"datasetForm:j_idt2110\"
1292
+ class=\"button-block\"><button id=\"datasetForm:j_idt2158\" name=\"datasetForm:j_idt2158\"
1282
1293
  class=\"ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only
1283
- btn btn-default\" onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('deleteSelectedFileConfirmation').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2110&quot;,f:&quot;datasetForm&quot;});return
1294
+ btn btn-default\" onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('deleteSelectedFileConfirmation').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2158&quot;,f:&quot;datasetForm&quot;});return
1284
1295
  false;}]);\" type=\"submit\"><span class=\"ui-button-text ui-c\">Delete</span></button><script
1285
- id=\"datasetForm:j_idt2110_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2110\",{id:\"datasetForm:j_idt2110\"});});</script>\n
1296
+ id=\"datasetForm:j_idt2158_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2158\",{id:\"datasetForm:j_idt2158\"});});</script>\n
1286
1297
  \ <button class=\"btn btn-link\" onclick=\"PF('deleteSelectedFileConfirmation').hide();PF('blockDatasetForm').hide();\"
1287
1298
  type=\"button\">\n Cancel\n </button>\n
1288
1299
  \ </div></div></div><script id=\"datasetForm:deleteSelectedFileConfirmation_s\"
@@ -1301,7 +1312,7 @@ http_interactions:
1301
1312
  \ Close\n </button>\n
1302
1313
  \ </div></div></div><script id=\"datasetForm:computeInvalid_s\"
1303
1314
  type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Dialog\",\"computeInvalid\",{id:\"datasetForm:computeInvalid\",modal:true});});</script><div
1304
- id=\"datasetForm:j_idt2113\"><div id=\"datasetForm:j_idt2114\" class=\"ui-outputpanel
1315
+ id=\"datasetForm:j_idt2161\"><div id=\"datasetForm:j_idt2162\" class=\"ui-outputpanel
1305
1316
  ui-widget\"></div></div><div id=\"datasetForm:deaccessionConfirmation\" class=\"ui-dialog
1306
1317
  ui-widget ui-widget-content ui-corner-all ui-shadow ui-hidden-container\"><div
1307
1318
  class=\"ui-dialog-titlebar ui-widget-header ui-helper-clearfix ui-corner-top\"><span
@@ -1312,7 +1323,7 @@ http_interactions:
1312
1323
  \ <p class=\"text-warning\"><span class=\"glyphicon
1313
1324
  glyphicon-warning-sign\"></span> Are you sure you want to deaccession? The
1314
1325
  selected version(s) will no longer be viewable by the public.</p>\n <div
1315
- class=\"button-block\"><input type=\"submit\" name=\"datasetForm:j_idt2141\"
1326
+ class=\"button-block\"><input type=\"submit\" name=\"datasetForm:j_idt2189\"
1316
1327
  value=\"Yes\" class=\"btn btn-default\" onclick=\"PF('deaccessionConfirmation').hide();
1317
1328
  \ PF('deaccessionBlock').hide()\" />\n
1318
1329
  \ <button class=\"btn btn-link\" onclick=\"PF('deaccessionConfirmation').hide();\"
@@ -1329,7 +1340,7 @@ http_interactions:
1329
1340
  class=\"text-warning\"><span class=\"glyphicon glyphicon-warning-sign\"></span>
1330
1341
  Are you sure you want to deaccession this dataset? It will no longer be viewable
1331
1342
  by the public.</p>\n <div class=\"button-block\"><input
1332
- type=\"submit\" name=\"datasetForm:j_idt2144\" value=\"Yes\" class=\"btn btn-default\"
1343
+ type=\"submit\" name=\"datasetForm:j_idt2192\" value=\"Yes\" class=\"btn btn-default\"
1333
1344
  onclick=\"PF('deaccessionAllConfirmation').hide();PF('deaccessionBlock').hide();PF('blockDatasetForm').hide();\"
1334
1345
  />\n <button class=\"btn btn-link\" onclick=\"PF('deaccessionAllConfirmation').hide();PF('blockDatasetForm').hide();\"
1335
1346
  type=\"button\">\n No\n </button>\n
@@ -1403,7 +1414,7 @@ http_interactions:
1403
1414
  class=\"ui-dialog-title\">Edit Tags</span><a href=\"#\" class=\"ui-dialog-titlebar-icon
1404
1415
  ui-dialog-titlebar-close ui-corner-all\" aria-label=\"Close\"><span class=\"ui-icon
1405
1416
  ui-icon-closethick\"></span></a></div><div class=\"ui-dialog-content ui-widget-content\"
1406
- id=\"datasetForm:fileTagsPopup_content\"><span id=\"datasetForm:j_idt2227\"></span><script
1417
+ id=\"datasetForm:fileTagsPopup_content\"><span id=\"datasetForm:j_idt2275\"></span><script
1407
1418
  type=\"text/javascript\">$(function(){PrimeFaces.focus('datasetForm:fileTagsMenuDS');});</script>\n
1408
1419
  \ <p class=\"help-block\">Select existing file tags
1409
1420
  or create new tags to describe your files. Each file can have more than one
@@ -1446,7 +1457,7 @@ http_interactions:
1446
1457
  class=\"ui-dialog-title\">Dataset Terms</span><a href=\"#\" class=\"ui-dialog-titlebar-icon
1447
1458
  ui-dialog-titlebar-close ui-corner-all\" aria-label=\"Close\"><span class=\"ui-icon
1448
1459
  ui-icon-closethick\"></span></a></div><div class=\"ui-dialog-content ui-widget-content\"
1449
- id=\"datasetForm:downloadPopup_content\"><span id=\"datasetForm:j_idt2259\"></span><script
1460
+ id=\"datasetForm:downloadPopup_content\"><span id=\"datasetForm:j_idt2308\"></span><script
1450
1461
  type=\"text/javascript\">$(function(){PrimeFaces.focus(null, 'datasetForm:guestbookUIFragment');});</script>\n
1451
1462
  \ <p class=\"help-block\">\n This dataset is made available
1452
1463
  under the following terms. Please confirm and/or complete the information
@@ -1465,12 +1476,12 @@ http_interactions:
1465
1476
  title=\"Creative Commons CC0 1.0 Universal Public Domain Dedication. \" target=\"_blank\">CC0
1466
1477
  1.0\n </a>\n </p>\n </div>\n
1467
1478
  \ </div>\n </div>\n <div class=\"button-block\"><button
1468
- id=\"datasetForm:j_idt2361\" name=\"datasetForm:j_idt2361\" class=\"ui-button
1479
+ id=\"datasetForm:j_idt2410\" name=\"datasetForm:j_idt2410\" class=\"ui-button
1469
1480
  ui-widget ui-state-default ui-corner-all ui-button-text-only btn btn-default\"
1470
- onclick=\"PrimeFaces.ab({s:&quot;datasetForm:j_idt2361&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm:guestbookUIFragment&quot;,pa:[{name:&quot;DO_GB_VALIDATION_downloadDataset&quot;,value:&quot;true&quot;}]});return
1481
+ onclick=\"PrimeFaces.ab({s:&quot;datasetForm:j_idt2410&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm:guestbookUIFragment&quot;,pa:[{name:&quot;DO_GB_VALIDATION_downloadDataset&quot;,value:&quot;true&quot;}]});return
1471
1482
  false;\" type=\"submit\"><span class=\"ui-button-text ui-c\">Accept</span></button><script
1472
- id=\"datasetForm:j_idt2361_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2361\",{id:\"datasetForm:j_idt2361\"});});</script><button
1473
- name=\"datasetForm:j_idt2369\" value=\"\" onclick=\"PF('downloadPopup').hide();PF('blockDatasetForm').hide();\"
1483
+ id=\"datasetForm:j_idt2410_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2410\",{id:\"datasetForm:j_idt2410\"});});</script><button
1484
+ name=\"datasetForm:j_idt2418\" value=\"\" onclick=\"PF('downloadPopup').hide();PF('blockDatasetForm').hide();\"
1474
1485
  type=\"button\" class=\"btn btn-link\">\n Cancel\n </button>\n
1475
1486
  \ </div></div></div><script id=\"datasetForm:downloadPopup_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Dialog\",\"downloadPopup\",{id:\"datasetForm:downloadPopup\",modal:true});});</script><div
1476
1487
  id=\"datasetForm:previewGuestbook\" class=\"ui-dialog ui-widget ui-widget-content
@@ -1506,7 +1517,7 @@ http_interactions:
1506
1517
  id=\"datasetForm:downloadPackagePopup_content\"><div id=\"datasetForm:packagePopupDownloadInfo\">\n
1507
1518
  \ <div class=\"col-sm-12\">\n <p class=\"help-block no-margin-top\">Use
1508
1519
  the Download URL in a Wget command or a download manager to download this
1509
- package file. Download via web browser is not recommended. <a href=\"https://guides.dataverse.org/en/5.13/user/find-use-data.html#downloading-a-dataverse-package-via-url\"
1520
+ package file. Download via web browser is not recommended. <a href=\"https://guides.dataverse.org/en/5.14/user/find-use-data.html#downloading-a-dataverse-package-via-url\"
1510
1521
  title=\"User Guide - Downloading a Dataverse Package via URL\" target=\"_blank\">User
1511
1522
  Guide - Downloading a Dataverse Package via URL</a>\n </p>\n </div>\n
1512
1523
  \ <div class=\"col-sm-12 margin-bottom\">\n </div>\n <div
@@ -1529,17 +1540,17 @@ http_interactions:
1529
1540
  \ Please confirm and/or complete the information needed below in
1530
1541
  order to request access to files in this dataset.\n </p>\n <div
1531
1542
  class=\"form-horizontal\">\n </div>\n <div class=\"button-block\"><button
1532
- id=\"datasetForm:j_idt2477\" name=\"datasetForm:j_idt2477\" class=\"ui-button
1543
+ id=\"datasetForm:j_idt2525\" name=\"datasetForm:j_idt2525\" class=\"ui-button
1533
1544
  ui-widget ui-state-default ui-corner-all ui-button-text-only btn btn-default\"
1534
- onclick=\"PrimeFaces.ab({s:&quot;datasetForm:j_idt2477&quot;,f:&quot;datasetForm&quot;,u:&quot;@([id$=requestAccessConsolidated])
1545
+ onclick=\"PrimeFaces.ab({s:&quot;datasetForm:j_idt2525&quot;,f:&quot;datasetForm&quot;,u:&quot;@([id$=requestAccessConsolidated])
1535
1546
  @([id$=requestPanel]) @([id$=messagePanel]) @([id$=filesTable])&quot;,onco:function(xhr,status,args,data){PF('requestAccessPopup').hide();;}});return
1536
1547
  false;\" type=\"submit\"><span class=\"ui-button-text ui-c\">Accept</span></button><script
1537
- id=\"datasetForm:j_idt2477_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2477\",{id:\"datasetForm:j_idt2477\"});});</script>\n
1548
+ id=\"datasetForm:j_idt2525_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2525\",{id:\"datasetForm:j_idt2525\"});});</script>\n
1538
1549
  \ <button class=\"btn btn-link\" onclick=\"PF('requestAccessPopup').hide();PF('blockDatasetForm').hide();\"
1539
1550
  type=\"button\">\n Cancel\n </button>\n </div></div></div><script
1540
1551
  id=\"datasetForm:requestAccessPopup_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Dialog\",\"requestAccessPopup\",{id:\"datasetForm:requestAccessPopup\",modal:true});});</script><script
1541
- id=\"datasetForm:j_idt2495\" type=\"text/javascript\">linkDatasetCommand =
1542
- function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2495\",f:\"datasetForm\",u:\"messagePanel
1552
+ id=\"datasetForm:j_idt2543\" type=\"text/javascript\">linkDatasetCommand =
1553
+ function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2543\",f:\"datasetForm\",u:\"messagePanel
1543
1554
  @([id$=Messages])\",onco:function(xhr,status,args,data){PF('linkDatasetForm').hide();;},pa:arguments[0]});}</script><div
1544
1555
  id=\"datasetForm:computeBatchListPopup\" class=\"ui-dialog ui-widget ui-widget-content
1545
1556
  ui-corner-all ui-shadow ui-hidden-container\"><div class=\"ui-dialog-titlebar
@@ -1549,14 +1560,14 @@ http_interactions:
1549
1560
  ui-icon-closethick\"></span></a></div><div class=\"ui-dialog-content ui-widget-content\"
1550
1561
  id=\"datasetForm:computeBatchListPopup_content\">\n <div
1551
1562
  class=\"text-right\">\n <span class=\"glyphicon
1552
- glyphicon-remove\"></span>Clear Batch<button id=\"datasetForm:j_idt2497\"
1553
- name=\"datasetForm:j_idt2497\" class=\" btn btn-default\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:j_idt2497&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm
1563
+ glyphicon-remove\"></span>Clear Batch<button id=\"datasetForm:j_idt2545\"
1564
+ name=\"datasetForm:j_idt2545\" class=\" btn btn-default\" onclick=\"PrimeFaces.ab({s:&quot;datasetForm:j_idt2545&quot;,f:&quot;datasetForm&quot;,u:&quot;datasetForm
1554
1565
  messagePanel&quot;});return false;\" type=\"submit\"><span class=\"ui-button-text
1555
- ui-c\">ui-button</span></button><script id=\"datasetForm:j_idt2497_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2497\",{id:\"datasetForm:j_idt2497\"});});</script>\n
1566
+ ui-c\">ui-button</span></button><script id=\"datasetForm:j_idt2545_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2545\",{id:\"datasetForm:j_idt2545\"});});</script>\n
1556
1567
  \ </div><table id=\"datasetForm:computeBatch\" class=\"table
1557
1568
  table-striped\">\n<thead>\n<tr>\n<th scope=\"col\">Dataset</th>\n<th scope=\"col\">Persistent
1558
1569
  Identifier</th>\n<th scope=\"col\">Change Compute Batch</th>\n</tr>\n</thead>\n<tbody>\n<tr><td></td><td></td><td></td></tr></tbody>\n</table>\n\n
1559
- \ <div class=\"button-block\"><a href=\"https://dataverse.harvard.edu/;jsessionid=f1961309af7883d5c0028ef0db52\"
1570
+ \ <div class=\"button-block\"><a href=\"https://dataverse.harvard.edu/;jsessionid=161a2d859439abb6d6707fe23f17\"
1560
1571
  onclick=\"PF('computeBatchListPopup').hide()\" target=\"_blank\" class=\"btn
1561
1572
  btn-default\">Compute Batch</a>\n <button class=\"btn
1562
1573
  btn-link\" onclick=\"PF('computeBatchListPopup').hide();\" type=\"button\">\n
@@ -1573,12 +1584,12 @@ http_interactions:
1573
1584
  \ <span class=\"glyphicon glyphicon-warning-sign\"></span>
1574
1585
  You will not be able to make changes to this dataset while it is in review.\n
1575
1586
  \ </p>\n <div class=\"button-block\"><button
1576
- id=\"datasetForm:j_idt2516\" name=\"datasetForm:j_idt2516\" class=\"ui-button
1587
+ id=\"datasetForm:j_idt2566\" name=\"datasetForm:j_idt2566\" class=\"ui-button
1577
1588
  ui-widget ui-state-default ui-corner-all ui-button-text-only btn btn-default\"
1578
1589
  onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('inreview').hide();
1579
- \ PF('blockDatasetForm').hide();},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2516&quot;,f:&quot;datasetForm&quot;});return
1590
+ \ PF('blockDatasetForm').hide();},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2566&quot;,f:&quot;datasetForm&quot;});return
1580
1591
  false;}]);\" type=\"submit\"><span class=\"ui-button-text ui-c\">Submit</span></button><script
1581
- id=\"datasetForm:j_idt2516_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2516\",{id:\"datasetForm:j_idt2516\"});});</script>\n
1592
+ id=\"datasetForm:j_idt2566_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2566\",{id:\"datasetForm:j_idt2566\"});});</script>\n
1582
1593
  \ <button class=\"btn btn-link\" onclick=\"PF('inreview').hide();PF('blockDatasetForm').hide();\"
1583
1594
  type=\"button\">\n Cancel\n </button>\n
1584
1595
  \ </div></div></div><script id=\"datasetForm:inreview_s\"
@@ -1589,7 +1600,7 @@ http_interactions:
1589
1600
  class=\"ui-dialog-title\">Publish Dataset</span><a href=\"#\" class=\"ui-dialog-titlebar-icon
1590
1601
  ui-dialog-titlebar-close ui-corner-all\" aria-label=\"Close\"><span class=\"ui-icon
1591
1602
  ui-icon-closethick\"></span></a></div><div class=\"ui-dialog-content ui-widget-content\"
1592
- id=\"datasetForm:publishDataset_content\"><span id=\"datasetForm:j_idt2529\"></span><script
1603
+ id=\"datasetForm:publishDataset_content\"><span id=\"datasetForm:j_idt2584\"></span><script
1593
1604
  type=\"text/javascript\">$(function(){PrimeFaces.focus('datasetForm:options');});</script>\n
1594
1605
  \ <p class=\"text-warning\">\n <span
1595
1606
  class=\"glyphicon glyphicon-warning-sign\"></span> Are you sure you want to
@@ -1600,12 +1611,12 @@ http_interactions:
1600
1611
  with custom Terms of Use, click the Cancel button and go to the Terms tab
1601
1612
  for this dataset.</div>\n <p>Due to the nature
1602
1613
  of changes to the current draft this will be a major release (2.0)\n </p>\n
1603
- \ <div class=\"button-block\"><button id=\"datasetForm:j_idt2547\"
1604
- name=\"datasetForm:j_idt2547\" class=\"ui-button ui-widget ui-state-default
1614
+ \ <div class=\"button-block\"><button id=\"datasetForm:j_idt2602\"
1615
+ name=\"datasetForm:j_idt2602\" class=\"ui-button ui-widget ui-state-default
1605
1616
  ui-corner-all ui-button-text-only btn btn-default\" onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('publishDataset').hide();
1606
- \ PF('blockDatasetForm').hide();},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2547&quot;,f:&quot;datasetForm&quot;});return
1617
+ \ PF('blockDatasetForm').hide();},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2602&quot;,f:&quot;datasetForm&quot;});return
1607
1618
  false;}]);\" type=\"submit\"><span class=\"ui-button-text ui-c\">Continue</span></button><script
1608
- id=\"datasetForm:j_idt2547_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2547\",{id:\"datasetForm:j_idt2547\"});});</script>\n
1619
+ id=\"datasetForm:j_idt2602_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2602\",{id:\"datasetForm:j_idt2602\"});});</script>\n
1609
1620
  \ <button class=\"btn btn-link\" onclick=\"PF('publishDataset').hide();
1610
1621
  \ PF('blockDatasetForm').hide();\" type=\"button\">\n
1611
1622
  \ Cancel\n </button>\n
@@ -1638,26 +1649,26 @@ http_interactions:
1638
1649
  class=\"text-warning\">\n <span class=\"glyphicon
1639
1650
  glyphicon-warning-sign\"></span> Return this dataset to contributor for modification.\n
1640
1651
  \ </p>\n \n <div
1641
- class=\"button-block\"><button id=\"datasetForm:j_idt2568\" name=\"datasetForm:j_idt2568\"
1652
+ class=\"button-block\"><button id=\"datasetForm:j_idt2623\" name=\"datasetForm:j_idt2623\"
1642
1653
  class=\"ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only
1643
- btn btn-default\" onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('sendBackToContributor').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2568&quot;,f:&quot;datasetForm&quot;});return
1654
+ btn btn-default\" onclick=\"PrimeFaces.bcn(this,event,[function(event){PF('sendBackToContributor').hide()},function(event){PrimeFaces.ab({s:&quot;datasetForm:j_idt2623&quot;,f:&quot;datasetForm&quot;});return
1644
1655
  false;}]);\" type=\"submit\"><span class=\"ui-button-text ui-c\">Continue</span></button><script
1645
- id=\"datasetForm:j_idt2568_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2568\",{id:\"datasetForm:j_idt2568\"});});</script>\n
1656
+ id=\"datasetForm:j_idt2623_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_datasetForm_j_idt2623\",{id:\"datasetForm:j_idt2623\"});});</script>\n
1646
1657
  \ <button class=\"btn btn-link\" onclick=\"PF('sendBackToContributor').hide();
1647
1658
  \ PF('blockDatasetForm').hide();\" type=\"button\">\n
1648
1659
  \ Cancel\n </button>\n
1649
1660
  \ </div></div></div><script id=\"datasetForm:sendBackToContributor_s\"
1650
1661
  type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Dialog\",\"sendBackToContributor\",{id:\"datasetForm:sendBackToContributor\",modal:true});});</script><script
1651
- id=\"datasetForm:j_idt2570\" type=\"text/javascript\">returnToAuthorCommand
1652
- = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2570\",f:\"datasetForm\",pa:arguments[0]});}</script><script
1653
- id=\"datasetForm:j_idt2571\" type=\"text/javascript\">linkEditTerms = function()
1654
- {return PrimeFaces.ab({s:\"datasetForm:j_idt2571\",f:\"datasetForm\",u:\"datasetForm
1655
- datasetForm messagePanel\",pa:arguments[0]});}</script><script id=\"datasetForm:j_idt2572\"
1656
- type=\"text/javascript\">editMedatdataCommand = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2572\",f:\"datasetForm\",u:\"datasetForm
1657
- datasetForm messagePanel\",pa:arguments[0]});}</script><script id=\"datasetForm:j_idt2573\"
1658
- type=\"text/javascript\">datasetSaveCommand = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2573\",f:\"datasetForm\",u:\"datasetForm
1662
+ id=\"datasetForm:j_idt2625\" type=\"text/javascript\">returnToAuthorCommand
1663
+ = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2625\",f:\"datasetForm\",pa:arguments[0]});}</script><script
1664
+ id=\"datasetForm:j_idt2626\" type=\"text/javascript\">linkEditTerms = function()
1665
+ {return PrimeFaces.ab({s:\"datasetForm:j_idt2626\",f:\"datasetForm\",u:\"datasetForm
1666
+ datasetForm messagePanel\",pa:arguments[0]});}</script><script id=\"datasetForm:j_idt2627\"
1667
+ type=\"text/javascript\">editMedatdataCommand = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2627\",f:\"datasetForm\",u:\"datasetForm
1668
+ datasetForm messagePanel\",pa:arguments[0]});}</script><script id=\"datasetForm:j_idt2628\"
1669
+ type=\"text/javascript\">datasetSaveCommand = function() {return PrimeFaces.ab({s:\"datasetForm:j_idt2628\",f:\"datasetForm\",u:\"datasetForm
1659
1670
  messagePanel\",pa:arguments[0]});}</script><input type=\"hidden\" name=\"javax.faces.ViewState\"
1660
- id=\"j_id1:javax.faces.ViewState:2\" value=\"-7008710617128720408:-9103565528861457006\"
1671
+ id=\"j_id1:javax.faces.ViewState:2\" value=\"-2068202320174823496:-2916814336131917431\"
1661
1672
  autocomplete=\"off\" />\n</form>\n <script>\n //<![CDATA[\n
1662
1673
  \ $(document).ready(function () {\n popoverHTML('Allowed
1663
1674
  HTML Tags', '&lt;a&gt;, &lt;b&gt;, &lt;blockquote&gt;, &lt;br&gt;, &lt;code&gt;,
@@ -1714,28 +1725,28 @@ http_interactions:
1714
1725
  testTOADatasetPage() {\n var termsofAccessHidden, fileAccessRequestHidden;\n
1715
1726
  \ try{\n termsofAccessHidden
1716
1727
  = document.getElementById(\"datasetForm:tabView:termsofAccessHiddenLT\").value;\n
1717
- \ fileAccessRequestHidden = document.getElementById(\"datasetForm:tabView:fileAccessRequestHiddenLT\").value;
1718
- \ \n }\n catch (error){\n //terms
1719
- not present so save...\n PF('blockDatasetForm').show();\n
1728
+ \ fileAccessRequestHidden = document.getElementById(\"datasetForm:tabView:fileAccessRequestHiddenLT\").value;\n\n
1729
+ \ if ('false' === 'true' && fileAccessRequestHidden
1730
+ === 'false' && termsofAccessHidden === '') {\n //Not
1731
+ compliant show error keep page open...\n } else
1732
+ {\n PF('blockDatasetForm').show();\n datasetSaveCommand();\n
1733
+ \ }\n }\n catch
1734
+ (error){\n //terms not present so save...\n PF('blockDatasetForm').show();\n
1720
1735
  \ datasetSaveCommand(); \n
1721
- \ } \n if
1722
- ('false' === 'true' && fileAccessRequestHidden === 'false' && termsofAccessHidden
1723
- === '') {\n //Not compliant show error keep page
1724
- open...\n } else {\n PF('blockDatasetForm').show();\n
1725
- \ datasetSaveCommand();\n }\n
1726
- \ }\n \n //]]>\n
1727
- \ </script>\n </div>\n <footer>\n <div id=\"dvfooter\">\n
1728
- \ <div class=\"container\">\n <div class=\"row\"><div
1729
- class=\"col-sm-8 small\">\n <p>Copyright &#169; 2023,
1730
- The President &#38; Fellows of Harvard College |  <a href=\"https://support.dataverse.harvard.edu/harvard-dataverse-privacy-policy\"
1736
+ \ } \n\n }\n
1737
+ \ \n //]]>\n </script>\n
1738
+ \ </div>\n <footer>\n <div id=\"dvfooter\">\n <div
1739
+ class=\"container\">\n <div class=\"row\"><div class=\"col-sm-8
1740
+ small\">\n <p>Copyright &#169; 2023, The President
1741
+ &#38; Fellows of Harvard College |  <a href=\"https://support.dataverse.harvard.edu/harvard-dataverse-privacy-policy\"
1731
1742
  rel=\"noopener\" target=\"_blank\">Privacy Policy</a>\n </p></div>\n
1732
1743
  \ <div class=\"col-sm-4 text-right\">\n <div
1733
1744
  class=\"poweredbylogo\">\n <span>Powered by</span>\n
1734
1745
  \ <a href=\"http://dataverse.org/\" title=\"The
1735
1746
  Dataverse Project\" target=\"_blank\" rel=\"noopener\"><img src=\"/resources/images/dataverse_project_logo.svg\"
1736
1747
  width=\"118\" height=\"40\" onerror=\"this.src='/resources/images/dataverseproject_logo.png'\"
1737
- alt=\"The Dataverse Project logo\" /></a><span class=\"version\">v. 5.13 build
1738
- 1244-79d6e57</span>\n </div>\n </div>\n
1748
+ alt=\"The Dataverse Project logo\" /></a><span class=\"version\">v. 5.14 build
1749
+ 1471-9f4ddbb-x</span>\n </div>\n </div>\n
1739
1750
  \ </div>\n </div>\n </div><script>\n //<![CDATA[\n
1740
1751
  \ $(document).ready(function () {\n $(\"#footer > div.container > div.row
1741
1752
  > div.col-sm-8.small > p\").append(\"&#160;|&#160; <a href=\\\"https://www.harvard.edu/copyright-issue\\\"
@@ -1751,7 +1762,7 @@ http_interactions:
1751
1762
  role=\"button\" target=\"_blank\" rel=\"noopener\" aria-label=\"Help improve
1752
1763
  Dataverse!\" data-original-title=\"Help improve Dataverse!\">\n Feedback\n
1753
1764
  \ </a>\n</div>\n\n </footer><div id=\"ajaxStatusPanel\"><div id=\"ajaxStatusPanel_start\"
1754
- style=\"display:none\"><img src=\"/resources/images/ajax-loading.gif;jsessionid=f1961309af7883d5c0028ef0db52\"
1765
+ style=\"display:none\"><img src=\"/resources/images/ajax-loading.gif;jsessionid=161a2d859439abb6d6707fe23f17\"
1755
1766
  alt=\"Loading...\" /></div></div><script id=\"ajaxStatusPanel_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"AjaxStatus\",\"widget_ajaxStatusPanel\",{id:\"ajaxStatusPanel\",delay:0});});</script><div
1756
1767
  id=\"contactDialog\" class=\"ui-dialog ui-widget ui-widget-content ui-corner-all
1757
1768
  ui-shadow ui-hidden-container\"><div class=\"ui-dialog-titlebar ui-widget-header
@@ -1759,10 +1770,10 @@ http_interactions:
1759
1770
  Harvard Dataverse Support</span><a href=\"#\" class=\"ui-dialog-titlebar-icon
1760
1771
  ui-dialog-titlebar-close ui-corner-all\" aria-label=\"Close\"><span class=\"ui-icon
1761
1772
  ui-icon-closethick\"></span></a></div><div class=\"ui-dialog-content ui-widget-content\"
1762
- id=\"contactDialog_content\"><div id=\"j_idt2602\">\n<form id=\"emailForm\"
1763
- name=\"emailForm\" method=\"post\" action=\"/dataset.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO\"
1773
+ id=\"contactDialog_content\"><div id=\"j_idt2657\">\n<form id=\"emailForm\"
1774
+ name=\"emailForm\" method=\"post\" action=\"/dataset.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?persistentId=doi%3A10.7910%2FDVN%2FNJ7XSO\"
1764
1775
  class=\"form-horizontal\" enctype=\"application/x-www-form-urlencoded\">\n<input
1765
- type=\"hidden\" name=\"emailForm\" value=\"emailForm\" />\n<span id=\"emailForm:j_idt2603\"></span><script
1776
+ type=\"hidden\" name=\"emailForm\" value=\"emailForm\" />\n<span id=\"emailForm:j_idt2658\"></span><script
1766
1777
  type=\"text/javascript\">$(function(){PrimeFaces.focus(null, 'contactDialog');});</script>\n
1767
1778
  \ \n <div class=\"form-group\">\n <label
1768
1779
  for=\"messageTo\" class=\"col-sm-3 control-label\">To</label>\n <div
@@ -1800,25 +1811,25 @@ http_interactions:
1800
1811
  ui-inputtext ui-widget ui-state-default ui-corner-all \" size=\"4\" title=\"Human
1801
1812
  Access Validation Answer\" /><script id=\"emailForm:messageSum_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"InputText\",\"widget_emailForm_messageSum\",{id:\"emailForm:messageSum\"});});</script>\n
1802
1813
  \ </div>\n </div>\n \n <div
1803
- class=\"button-block\"><button id=\"emailForm:j_idt2631\" name=\"emailForm:j_idt2631\"
1814
+ class=\"button-block\"><button id=\"emailForm:j_idt2688\" name=\"emailForm:j_idt2688\"
1804
1815
  class=\"ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only
1805
- btn btn-default\" onclick=\"PrimeFaces.ab({s:&quot;emailForm:j_idt2631&quot;,f:&quot;emailForm&quot;,u:&quot;emailForm&quot;,onco:function(xhr,status,args,data){if
1806
- (args &amp;&amp; !args.validationFailed) PF('contactForm').hide();;},pa:[{name:&quot;DO_VALIDATION&quot;,value:&quot;true&quot;}],fp:&quot;j_idt2602&quot;});return
1816
+ btn btn-default\" onclick=\"PrimeFaces.ab({s:&quot;emailForm:j_idt2688&quot;,f:&quot;emailForm&quot;,u:&quot;emailForm&quot;,onco:function(xhr,status,args,data){if
1817
+ (args &amp;&amp; !args.validationFailed) PF('contactForm').hide();;},pa:[{name:&quot;DO_VALIDATION&quot;,value:&quot;true&quot;}],fp:&quot;j_idt2657&quot;});return
1807
1818
  false;\" type=\"submit\"><span class=\"ui-button-text ui-c\">Send Message</span></button><script
1808
- id=\"emailForm:j_idt2631_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_emailForm_j_idt2631\",{id:\"emailForm:j_idt2631\"});});</script>\n
1819
+ id=\"emailForm:j_idt2688_s\" type=\"text/javascript\">$(function(){PrimeFaces.cw(\"CommandButton\",\"widget_emailForm_j_idt2688\",{id:\"emailForm:j_idt2688\"});});</script>\n
1809
1820
  \ <button class=\"btn btn-link\" onclick=\"PF('contactForm').hide()\"
1810
1821
  type=\"button\">\n Cancel\n </button>\n
1811
1822
  \ </div><input type=\"hidden\" name=\"javax.faces.ViewState\"
1812
- id=\"j_id1:javax.faces.ViewState:3\" value=\"-7008710617128720408:-9103565528861457006\"
1823
+ id=\"j_id1:javax.faces.ViewState:3\" value=\"-2068202320174823496:-2916814336131917431\"
1813
1824
  autocomplete=\"off\" />\n</form></div></div></div><script id=\"contactDialog_s\"
1814
1825
  type=\"text/javascript\">$(function(){PrimeFaces.cw(\"Dialog\",\"contactForm\",{id:\"contactDialog\",modal:true});});</script>\n
1815
- \ <script src=\"/javax.faces.resource/js/dv_rebind_bootstrap_ui.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"></script>\n
1816
- \ <script src=\"/javax.faces.resource/bs/js/bootstrap.min.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"></script>\n
1817
- \ <script defer=\"defer\" src=\"/javax.faces.resource/js/ie-compat.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"></script>\n
1818
- \ <script defer=\"defer\" src=\"/javax.faces.resource/js/owl.carousel.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"></script>\n
1819
- \ <script defer=\"defer\" src=\"/javax.faces.resource/js/jquery.matchHeight.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"></script>\n
1820
- \ <script src=\"/javax.faces.resource/js/jquery.sharrre.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"></script>\n
1821
- \ <script src=\"/javax.faces.resource/js/clipboard.min.js.xhtml;jsessionid=f1961309af7883d5c0028ef0db52?version=5.13\"></script> \n
1826
+ \ <script src=\"/javax.faces.resource/js/dv_rebind_bootstrap_ui.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"></script>\n
1827
+ \ <script src=\"/javax.faces.resource/bs/js/bootstrap.min.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"></script>\n
1828
+ \ <script defer=\"defer\" src=\"/javax.faces.resource/js/ie-compat.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"></script>\n
1829
+ \ <script defer=\"defer\" src=\"/javax.faces.resource/js/owl.carousel.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"></script>\n
1830
+ \ <script defer=\"defer\" src=\"/javax.faces.resource/js/jquery.matchHeight.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"></script>\n
1831
+ \ <script src=\"/javax.faces.resource/js/jquery.sharrre.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"></script>\n
1832
+ \ <script src=\"/javax.faces.resource/js/clipboard.min.js.xhtml;jsessionid=161a2d859439abb6d6707fe23f17?version=5.14\"></script> \n
1822
1833
  \ \n <script>\n //<![CDATA[\n $(document).ready(function
1823
1834
  () {\n // Navbar Search Toggle\n $(document).on('click',
1824
1835
  '#navbar-search-toggle', function (e) {\n $(this).parent(\"li\").hide();\n
@@ -1829,6 +1840,6 @@ http_interactions:
1829
1840
  \ }\n ;\n });\n });\n
1830
1841
  \ function clickSupportLink() {\n $(\"[id$='headerSupportLink']\").click();\n
1831
1842
  \ }\n //]]>\n </script><script type=\"text/javascript\"
1832
- id=\"j_idt2635\">bind_bsui_components();</script></body>\n</html>"
1833
- recorded_at: Sun, 18 Jun 2023 15:22:08 GMT
1834
- recorded_with: VCR 6.1.0
1843
+ id=\"j_idt2692\">bind_bsui_components();</script></body>\n</html>"
1844
+ recorded_at: Thu, 05 Oct 2023 19:47:39 GMT
1845
+ recorded_with: VCR 6.2.0