commonmeta-ruby 3.2.6 → 3.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +16 -2
- data/commonmeta.gemspec +1 -0
- data/lib/commonmeta/author_utils.rb +20 -3
- data/lib/commonmeta/cli.rb +2 -2
- data/lib/commonmeta/crossref_utils.rb +22 -18
- data/lib/commonmeta/readers/json_feed_reader.rb +27 -2
- data/lib/commonmeta/utils.rb +13 -1
- data/lib/commonmeta/version.rb +1 -1
- data/resources/crossref/common5.3.1.xsd +43 -35
- data/spec/author_utils_spec.rb +38 -0
- data/spec/cli_spec.rb +5 -5
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed_unregistered/blog_post_uuid.yml +49 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/unregistered_posts.yml +215 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +20 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +215 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +14 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +9 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +15 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +328 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +824 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +14 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +390 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/{json_feed_url → json_feed_unregistered_url}/all_posts.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/another_schema_org_from_front-matter.yml +103 -105
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_from_datacite.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +60 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +55 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +824 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/posted_content.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_another_science_blog.yml +12 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_front_matter.yml +178 -181
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_upstream_blog.yml +104 -92
- data/spec/readers/json_feed_reader_spec.rb +106 -12
- data/spec/utils_spec.rb +23 -5
- data/spec/writers/crossref_xml_writer_spec.rb +31 -3
- metadata +24 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/json_feed_url/front-matter_blog.yml +0 -221
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_item_from_rogue_scholar_with_doi.yml +0 -163
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_item_from_upstream_blog.yml +0 -243
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_rogue_scholar_with_doi.yml +0 -210
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_upstream_blog.yml +0 -290
data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml
CHANGED
@@ -23,13 +23,13 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '11932'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 15 Jun 2023 05:34:58 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"1b0ejq68uw95c"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
@@ -39,16 +39,20 @@ http_interactions:
|
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::69ght-1686807297610-bb4b6b601c7a
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"id":"
|
47
|
+
string: '{"id":"http://wisspub.net/?p=20455","uuid":"1c578558-1324-4493-b8af-84c49eabc52f","url":"https://wisspub.net/2023/05/23/eu-mitgliedstaaten-betonen-die-rolle-von-wissenschaftsgeleiteten-open-access-modellen-jenseits-von-apcs/","title":"EU-Mitgliedstaaten
|
48
48
|
betonen die Rolle von wissenschaftsgeleiteten Open-Access-Modellen jenseits
|
49
49
|
von APCs","summary":"Die EU-Wissenschaftsministerien haben sich auf ihrer
|
50
50
|
heutigen Sitzung in Brüssel unter dem Titel “Council conclusions on high-quality,
|
51
|
-
transparent, open, trustworthy and equitable scholarly publishing” (PDF
|
51
|
+
transparent, open, trustworthy and equitable scholarly publishing” (PDF der
|
52
|
+
englischen Version, PDF der deutschen Version) mit den aktuellen Herausforderungen
|
53
|
+
des wissenschaftlichen Publikationswesens befasst. Bereits im Vorfeld der
|
54
|
+
Sitzung der Wissenschaftsministerien wurden verschiedene Versionen der Erklärung
|
55
|
+
öffentlich diskutiert (siehe z.B. Science...","date_published":"2023-05-23T09:16:53Z","date_modified":"2023-05-23T09:16:53Z","authors":[{"url":"https://orcid.org/0000-0003-3334-2771","name":"Heinz
|
52
56
|
Pampel"}],"image":null,"content_html":"\n<p>Die EU-Wissenschaftsministerien
|
53
57
|
haben sich auf ihrer <a href=\"https://www.consilium.europa.eu/en/press/press-releases/2023/05/23/council-calls-for-transparent-equitable-and-open-access-to-scholarly-publications/\">heutigen
|
54
58
|
Sitzung</a> in Brüssel unter dem Titel “Council conclusions on high-quality,
|
@@ -157,7 +161,8 @@ http_interactions:
|
|
157
161
|
abgestimmte Förderaktivitäten erforderlich, die beispielsweise in Deutschland,
|
158
162
|
komplementär zu DEAL, dem wissenschaftsgeleiteten Open-Access-Publizieren
|
159
163
|
einen deutlichen Aufschwung geben.</p>\n","tags":["Open Access","Open Access
|
160
|
-
Transformation","Open Science","EU"],"language":"de","blog_id":"34zkv26","blog":{"id":"34zkv26","title":"wisspub.net","
|
161
|
-
|
162
|
-
|
164
|
+
Transformation","Open Science","EU"],"language":"de","references":[],"blog_id":"34zkv26","blog":{"id":"34zkv26","title":"wisspub.net","description":"Gemeinschaftsblog
|
165
|
+
zu wissenschaftlicher Kommunikation im Netz.","language":"de","favicon":null,"feed_url":"https://wisspub.net/feed/atom/","home_page_url":"https://wisspub.net","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T07:58:56+00:00","indexed_at":"2023-01-16","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"WordPress
|
166
|
+
(.com)","category":"Engineering and Technology","prefix":"10.59350","modified_at":"2023-06-07T08:33:14+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true}}'
|
167
|
+
recorded_at: Thu, 15 Jun 2023 05:34:58 GMT
|
163
168
|
recorded_with: VCR 6.1.0
|
@@ -0,0 +1,390 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://rogue-scholar.org/api/posts/4e4bf150-751f-4245-b4ca-fe69e3c3bb24
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Connection:
|
11
|
+
- close
|
12
|
+
Host:
|
13
|
+
- rogue-scholar.org
|
14
|
+
User-Agent:
|
15
|
+
- http.rb/5.1.1
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Age:
|
22
|
+
- '0'
|
23
|
+
Cache-Control:
|
24
|
+
- public, max-age=0, must-revalidate
|
25
|
+
Content-Length:
|
26
|
+
- '22000'
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=utf-8
|
29
|
+
Date:
|
30
|
+
- Thu, 15 Jun 2023 05:34:58 GMT
|
31
|
+
Etag:
|
32
|
+
- '"wwbdkc0vg1gyq"'
|
33
|
+
Server:
|
34
|
+
- Vercel
|
35
|
+
Strict-Transport-Security:
|
36
|
+
- max-age=63072000
|
37
|
+
X-Matched-Path:
|
38
|
+
- "/api/posts/[slug]"
|
39
|
+
X-Vercel-Cache:
|
40
|
+
- MISS
|
41
|
+
X-Vercel-Id:
|
42
|
+
- fra1::iad1::jvkll-1686807298369-c132f2a98f59
|
43
|
+
Connection:
|
44
|
+
- close
|
45
|
+
body:
|
46
|
+
encoding: UTF-8
|
47
|
+
string: '{"id":"http://svpow.com/?p=20992","uuid":"4e4bf150-751f-4245-b4ca-fe69e3c3bb24","url":"https://svpow.com/2023/06/09/new-paper-curtice-et-al-2023-on-the-first-haplocanthosaurus-from-dry-mesa/","title":"New
|
48
|
+
paper: Curtice et al. (2023) on the first Haplocanthosaurus from Dry Mesa","summary":"Haplocanthosaurus
|
49
|
+
tibiae and dorsal vertebrae. Curtice et al. (2023: fig. 1). Brian Curtice
|
50
|
+
and Colin Boisvert are presenting our talk on this project at 2:00 pm MDT
|
51
|
+
this afternoon, at the 14th Symposium on Mesozoic Terrestrial Ecosystems and
|
52
|
+
Biota (MTE14) in Salt Lake City, and the related paper is in the MTE14 volume
|
53
|
+
in The Anatomical Record. Here’s the citation and a direct link to the paper:
|
54
|
+
Curtice, B., Wedel, M.J., Wilhite, D.R., and Boisvert, C. 2023. New material
|
55
|
+
of Haplocanthosaurus...","date_published":"2023-06-09T19:54:23Z","date_modified":"2023-06-09T19:54:23Z","authors":[{"url":null,"name":"Matt
|
56
|
+
Wedel"}],"image":null,"content_html":"\n<div data-shortcode=\"caption\" id=\"attachment_21038\"
|
57
|
+
style=\"width: 490px\" class=\"wp-caption aligncenter\"><a href=\"https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg\"><img
|
58
|
+
loading=\"lazy\" aria-describedby=\"caption-attachment-21038\" data-attachment-id=\"21038\"
|
59
|
+
data-permalink=\"https://svpow.com/2023/06/09/new-paper-curtice-et-al-2023-on-the-first-haplocanthosaurus-from-dry-mesa/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1/\"
|
60
|
+
data-orig-file=\"https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg\"
|
61
|
+
data-orig-size=\"1822,757\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}\"
|
62
|
+
data-image-title=\"Haplocanthosaurus from across the Morrison – Curtice
|
63
|
+
et al 2023 fig 1\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=300\"
|
64
|
+
data-large-file=\"https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=480\"
|
65
|
+
class=\"wp-image-21038 size-large\" src=\"https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=480\"
|
66
|
+
alt=\"\" width=\"480\" height=\"199\" srcset=\"https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=480
|
67
|
+
480w, https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=958
|
68
|
+
958w, https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=150
|
69
|
+
150w, https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=300
|
70
|
+
300w, https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=768
|
71
|
+
768w\" sizes=\"(max-width: 480px) 100vw, 480px\" /></a><p id=\"caption-attachment-21038\"
|
72
|
+
class=\"wp-caption-text\"><em>Haplocanthosaurus</em> tibiae and dorsal vertebrae.
|
73
|
+
Curtice et al. (2023: fig. 1).</p></div>\n<p>Brian Curtice and Colin Boisvert
|
74
|
+
are presenting our talk on this project at 2:00 pm MDT this afternoon, at
|
75
|
+
the 14th Symposium on Mesozoic Terrestrial Ecosystems and Biota (MTE14) in
|
76
|
+
Salt Lake City, and the related paper is in the MTE14 volume in The Anatomical
|
77
|
+
Record. Here’s the citation and a direct link to the paper:</p>\n<p
|
78
|
+
style=\"padding-left: 40px\"><a href=\"https://sauroposeidon.files.wordpress.com/2010/04/curtice-et-al-2023-haplocanthosaurus-from-dry-mesa.pdf\">Curtice,
|
79
|
+
B., Wedel, M.J., Wilhite, D.R., and Boisvert, C. 2023. New material of <em>Haplocanthosaurus</em>
|
80
|
+
(Hatcher 1903) from the Dry Mesa Dinosaur Quarry and a comment on sauropod
|
81
|
+
diversity. In Hunt-Foster, R.K., Kirkland, J.I., and Loewen, M.A. (eds), 14th
|
82
|
+
Symposium on Mesozoic Terrestrial Ecosystems and Biota. The Anatomical Record
|
83
|
+
306(S1):79-81.</a></p>\n<p>This one is exciting to me for several reasons,
|
84
|
+
both personal and scientific. I’ve been friends with Brian Curtice and
|
85
|
+
Ray Wilhite since the late 90s, but I’ve never published with them before
|
86
|
+
now. It’s nice to have Colin Boisvert on board as well — he’s
|
87
|
+
working on his Master’s at BYU, just like Brian and Ray did back when,
|
88
|
+
and he’s a keen observer of the sauropod scene.</p>\n<p>Turning to the
|
89
|
+
science, the number of known <em>Haplo</em> individuals in the entire Morrison
|
90
|
+
is small, probably fewer than a dozen, so any new <em>Haplo</em> material
|
91
|
+
is nice to get. Also, Dry Mesa is a big, famous, productive, diverse quarry,
|
92
|
+
and having <em>Haplo</em> in that quarry is interesting and important. </p>\n<p>But
|
93
|
+
to me the most exciting thing about this is that Dry Mesa now has the highest
|
94
|
+
diversity of sauropod genera of any locality in the world. At least six valid,
|
95
|
+
impossible-to-confuse sauropod genera are known from Dry Mesa (listed alphabetically
|
96
|
+
here; we provide specimen numbers of diagnostic elements for each genus in
|
97
|
+
the paper):</p>\n<ol>\n<li><em>Apatosaurus</em></li>\n<li><em>Brachiosaurus</em></li>\n<li><em>Camarasaurus</em></li>\n<li><em>Diplodocus</em></li>\n<li><em>Haplocanthosaurus</em></li>\n<li><em>Supersaurus</em></li>\n</ol>\n<div
|
98
|
+
data-shortcode=\"caption\" id=\"attachment_8007\" style=\"width: 490px\" class=\"wp-caption
|
99
|
+
aligncenter\"><a href=\"https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg\"><img
|
100
|
+
loading=\"lazy\" aria-describedby=\"caption-attachment-8007\" data-attachment-id=\"8007\"
|
101
|
+
data-permalink=\"https://svpow.com/papers-by-sv-powsketeers/wedel-and-taylor-2013-on-sauropod-neural-spine-bifurcation/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical-2/\"
|
102
|
+
data-orig-file=\"https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg\"
|
103
|
+
data-orig-size=\"2220,2089\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\"}\"
|
104
|
+
data-image-title=\"Wedel and Taylor 2013 bifurcation Figure 7 – small
|
105
|
+
Diplodocus cervical\" data-image-description=\"\" data-image-caption=\"<p>Wedel
|
106
|
+
and Taylor (2013), Figure 7. BYU 12613, a posterior cervical of Diplodocus,
|
107
|
+
in dorsal (top), left lateral (left), and posterior (right) views. It compares
|
108
|
+
most favourably with C14 of D. carnegii CM 84/94 (Hatcher, 1901: plate 3)
|
109
|
+
despite being only 42% as large, with a centrum length of 270 mm compared
|
110
|
+
to 642 mm for C14 of D. carnegii.</p>\n\" data-medium-file=\"https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=300\"
|
111
|
+
data-large-file=\"https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=480\"
|
112
|
+
class=\"size-large wp-image-8007\" src=\"https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=480\"
|
113
|
+
alt=\"\" width=\"480\" height=\"452\" srcset=\"https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=480
|
114
|
+
480w, https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=960
|
115
|
+
960w, https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=150
|
116
|
+
150w, https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=300
|
117
|
+
300w, https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=768
|
118
|
+
768w\" sizes=\"(max-width: 480px) 100vw, 480px\" /></a><p id=\"caption-attachment-8007\"
|
119
|
+
class=\"wp-caption-text\">BYU 12613, a posterior cervical of a diplodocid,
|
120
|
+
in dorsal (top), left lateral (left), and posterior (right) views. The centrum
|
121
|
+
length is 270 mm, compared to 642 mm for C14 of <em>D. carnegii</em>. Wedel
|
122
|
+
and Taylor (2013), Figure 7.</p></div>\n<p>Alert readers may also recall BYU
|
123
|
+
12613, a posterior cervical that Mike and I called <em>Diplodocus</em> in
|
124
|
+
our 2013 neural spine bifurcation paper, but which may actually pertain to
|
125
|
+
<em>Kaatedocus</em>. All the <em>Diplodocus</em> material from Dry Mesa is
|
126
|
+
small, and I’m not at all confident that I could tell small <em>Diplodocus</em>
|
127
|
+
vertebrae from <em>Kaatedocus</em>, so out of an abundance of caution we’re
|
128
|
+
calling it all <em>Diplodocus</em> for the purposes of counting genera.</p>\n<div
|
129
|
+
data-shortcode=\"caption\" id=\"attachment_13451\" style=\"width: 490px\"
|
130
|
+
class=\"wp-caption aligncenter\"><a href=\"https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg\"><img
|
131
|
+
loading=\"lazy\" aria-describedby=\"caption-attachment-13451\" data-attachment-id=\"13451\"
|
132
|
+
data-permalink=\"https://svpow.com/2016/05/17/whats-up-with-your-irregular-ventral-ridges-diplodocines/2005-07-29-byu-11617-barosaurus-right-lateral/\"
|
133
|
+
data-orig-file=\"https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg\"
|
134
|
+
data-orig-size=\"2272,1704\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"2.6\",\"credit\":\"\",\"camera\":\"E4500\",\"caption\":\"\",\"created_timestamp\":\"1122636630\",\"copyright\":\"\",\"focal_length\":\"7.85\",\"iso\":\"100\",\"shutter_speed\":\"0.045871559633028\",\"title\":\"\",\"orientation\":\"1\"}\"
|
135
|
+
data-image-title=\"2005-07-29 BYU 11617 Barosaurus right lateral\" data-image-description=\"\"
|
136
|
+
data-image-caption=\"\" data-medium-file=\"https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=300\"
|
137
|
+
data-large-file=\"https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=480\"
|
138
|
+
class=\"wp-image-13451 size-large\" src=\"https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=480\"
|
139
|
+
alt=\"\" width=\"480\" height=\"360\" srcset=\"https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=480
|
140
|
+
480w, https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=960
|
141
|
+
960w, https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=150
|
142
|
+
150w, https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=300
|
143
|
+
300w, https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=768
|
144
|
+
768w\" sizes=\"(max-width: 480px) 100vw, 480px\" /></a><p id=\"caption-attachment-13451\"
|
145
|
+
class=\"wp-caption-text\">BYU 11617, which sure as heck looks like <em>Barosaurus</em>
|
146
|
+
to me, with a loooong swoopy centrum, big posterolateral flanges, and prezygs
|
147
|
+
that overhang the condyle.</p></div>\n<p>There are also vertebrae in the quarry
|
148
|
+
that I’ve always considered to belong to <em>Barosaurus</em>, like BYU
|
149
|
+
11617 from <a href=\"https://svpow.com/2016/05/17/whats-up-with-your-irregular-ventral-ridges-diplodocines/\">this
|
150
|
+
post</a>. If Brian Curtice is right about BYU 9024 (<a href=\"https://svpow.com/2016/09/16/how-horrifying-was-the-neck-of-barosaurus/\">this
|
151
|
+
monster</a>) belonging to <em>Supersaurus</em> rather than <em>Barosaurus</em>,
|
152
|
+
then I’m no longer certain that we can distinguish <em>Supes</em> and
|
153
|
+
<em>Baro</em> based on cervical vertebrae. So maybe those <em>Baro</em> verts
|
154
|
+
actually belong to <em>Supersaurus</em>. But if they don’t — or
|
155
|
+
if BYU 9024 itself belong to <em>Barosaurus</em>, as Mike and I have argued
|
156
|
+
(in <a href=\"http://www.miketaylor.org.uk/dino/pubs/svpca2016/TaylorWedel2016-how-big-did-barosaurus-get.pdf\">our
|
157
|
+
2016 SVPCA talk</a>, and <a href=\"https://svpow.com/2019/06/15/supersaurus-ultrasaurus-and-dystylosaurus-in-2019-part-2-what-we-found-in-utah/\">this
|
158
|
+
post</a> and <a href=\"https://svpow.com/2019/06/16/supersaurus-ultrasaurus-and-dystylosaurus-in-2019-part-2b-the-size-of-the-byu-9024-animal/\">this
|
159
|
+
post</a>) — then <em>Barosaurus</em> is a seventh sauropod genus from
|
160
|
+
Dry Mesa.</p>\n<p>The high sauropod diversity at Dry Mesa is exciting for
|
161
|
+
a couple of reasons. One, it emphasizes the ridiculous productivity of the
|
162
|
+
Morrison paleoenvironment. Yes, there were droughts and fires and landslides
|
163
|
+
and whatnot — at least periodically, even at Dry Mesa (Richmond and
|
164
|
+
Morris 1998). But there was also an environment — or rather, a series
|
165
|
+
of environments — fecund enough to support many coexisting genera of
|
166
|
+
whale-sized herbivores. That’s part of the Morrison story, too.</p>\n<p>And
|
167
|
+
two, this is relevant to the “problem” of Morrison sauropod diversity
|
168
|
+
— the idea that there are just too darned many sauropods in the Morrison,
|
169
|
+
no environment could have supported so many, and therefore Morrison sauropod
|
170
|
+
taxonomy has to be messed up, buncha dumb paleontologists oversplitting genera
|
171
|
+
and species because they don’t know any better. (For more on this idea,
|
172
|
+
see Darren’s brilliant series of posts at Tetrapod Zoology; the concluding
|
173
|
+
post, with links to all the rest, is <a href=\"https://tetzoo.com/blog/2020/5/20/stop-saying-that-there-are-too-many-sauropod-dinosaurs-part-8-the-last-part\">here</a>.)</p>\n<p>I
|
174
|
+
put “problem” in scare quotes because I think it’s illusory.
|
175
|
+
In addition to Dry Mesa with its six or seven sauropod genera, there are a
|
176
|
+
handful of Morrison localities with five sauropod genera, more with four,
|
177
|
+
and gobs with three. Not surprisingly, the diverse localities tend to be the
|
178
|
+
big ones, which at least hints that more quarries would have more sauropods
|
179
|
+
if they were bigger — maybe only the biggest quarries did a decent job
|
180
|
+
of capturing the diversity of sauropods on the landscape.</p>\n<div data-shortcode=\"caption\"
|
181
|
+
id=\"attachment_21047\" style=\"width: 490px\" class=\"wp-caption aligncenter\"><a
|
182
|
+
href=\"https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg\"><img
|
183
|
+
loading=\"lazy\" aria-describedby=\"caption-attachment-21047\" data-attachment-id=\"21047\"
|
184
|
+
data-permalink=\"https://svpow.com/2023/06/09/new-paper-curtice-et-al-2023-on-the-first-haplocanthosaurus-from-dry-mesa/engh-brushy-basin-dinos/\"
|
185
|
+
data-orig-file=\"https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg\"
|
186
|
+
data-orig-size=\"2357,693\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}\"
|
187
|
+
data-image-title=\"Engh – Brushy Basin dinos\" data-image-description=\"\"
|
188
|
+
data-image-caption=\"\" data-medium-file=\"https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=300\"
|
189
|
+
data-large-file=\"https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=480\"
|
190
|
+
class=\"wp-image-21047 size-large\" src=\"https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=480\"
|
191
|
+
alt=\"\" width=\"480\" height=\"141\" srcset=\"https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=480
|
192
|
+
480w, https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=960
|
193
|
+
960w, https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=150
|
194
|
+
150w, https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=300
|
195
|
+
300w, https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=768
|
196
|
+
768w\" sizes=\"(max-width: 480px) 100vw, 480px\" /></a><p id=\"caption-attachment-21047\"
|
197
|
+
class=\"wp-caption-text\"><a href=\"https://dontmesswithdinosaurs.com/?p=2397\">Brian
|
198
|
+
Engh’s</a> assemblage of large-bodied Brushy Basin dinos for <a href=\"https://www.youtube.com/watch?v=JC3aCs5f4-I\">Jurassic
|
199
|
+
Reimagined Part 1</a>. Coincidentally, though, if you swap in <em>Supersaurus</em>
|
200
|
+
for <em>Barosaurus</em> — or maybe just add <em>Supersaurus</em> alongside
|
201
|
+
<em>Barosaurus</em> — you’ll have the known sauropod diversity
|
202
|
+
of the Dry Mesa Dinosaur Quarry.</p></div>\n<p>One you have five or six sauropod
|
203
|
+
genera coexisting closely enough to get buried in the same hole, I think the
|
204
|
+
“problem” of Morrison sauropod diversity goes away. The Morrison
|
205
|
+
Formation outcrops from New Mexico to Canada, from the Oklahoma panhandle
|
206
|
+
and the Black Hills of South Dakota to central Utah, and spans probably 7
|
207
|
+
or 8 million years. Even four or five distinct habitats or communities across
|
208
|
+
all that space and time (which might be unrealistically conservative —
|
209
|
+
it could easily be several communities at a time, turning over every 2 or
|
210
|
+
3 million years*), each with four to six sauropod species, gets the species
|
211
|
+
count waaay up there.</p>\n<p>*But wait — doesn’t our figure up
|
212
|
+
top show that <em>Haplocanthosaurus</em> persisted from the lower part of
|
213
|
+
the <a href=\"https://svpow.com/2020/01/29/a-haplocanthosaurus-in-the-salt-wash/\">Salt
|
214
|
+
Wash</a> to the upper part of the Brushy Basin? Sure, but not as the same
|
215
|
+
species right the way through. There were probably something like half a dozen
|
216
|
+
species of haplocanthosaurs in the Morrison — <em>H. priscus</em>, <em>H.
|
217
|
+
delfsi</em>, the as-yet-unnamed-but-definitely-distinct Bilbey <em>Haplo </em>(Bilbey
|
218
|
+
et al. 2000), the as-yet-unnamed-but-definitely-distinct Snowmass <em>Haplo</em>
|
219
|
+
(Foster and Wedel 2014, Wedel et al. 2021), plus I assume a couple more when
|
220
|
+
and if we get better material of the more fragmentary specimens. That would
|
221
|
+
be consistent with the multiple known species of <em>Apatosaurus</em>, <em>Brontosaurus</em>,
|
222
|
+
<em>Camarasaurus</em>, <em>Diplodocus</em>, etc. So sequential communities
|
223
|
+
of Morrison sauropods probably had a lot of the same genera — there’s
|
224
|
+
nearly always a <em>Cam</em> of some kind, some apatosaurine lurking around,
|
225
|
+
etc. — but with different species across time, space, and paleoenvironmental
|
226
|
+
conditions.</p>\n<p>I think a big part of the problem is that it’s (maybe
|
227
|
+
too) easy to think of the Morrison Formation as a single thing — like
|
228
|
+
most formations — and to think that we can hold all of it in our heads
|
229
|
+
at once. But the Morrison is a monster, more comparable to a group than to
|
230
|
+
other formations, and not really comparable to any other dinosaur-bearing
|
231
|
+
formation in terms of extent, productivity, and likely diversity of environments
|
232
|
+
and habitats. (For an overview of Morrison environments through time, see
|
233
|
+
<a href=\"https://www.youtube.com/watch?v=JC3aCs5f4-I\">Jurassic Reimagined
|
234
|
+
Part 1</a>.)</p>\n<p>So, yeah. Morrison sauropod diversity was high, and we
|
235
|
+
just have to deal with that. Plus, hey, now we have more <em>Haplo</em> to
|
236
|
+
play with. Happy days all around!</p>\n<h2>References</h2>\n<ul>\n<li>Bilbey,
|
237
|
+
S.A., Hall, J.E., and Hall, D.A. 2000. Preliminary results on a new haplocanthosaurid
|
238
|
+
sauropod dinosaur from the lower Morrison Formation of northeastern Utah.
|
239
|
+
Journal of Vertebrate Paleontology 20(supp. to no. 3): 30A.</li>\n<li><a href=\"https://sauroposeidon.files.wordpress.com/2010/04/foster-and-wedel-2014-haplocanthosaurus-from-snowmass-colorado.pdf\">Foster,
|
240
|
+
J.R., and Wedel, M.J. 2014. <i>Haplocanthosaurus </i>(Saurischia: Sauropoda)
|
241
|
+
from the lower Morrison Formation (Upper Jurassic) near Snowmass, Colorado. Volumina
|
242
|
+
Jurassica 12(2): 197–210. DOI: 10.5604/17313708 .1130144</a></li>\n<li>Richmond,
|
243
|
+
D.R., and Morris, T.H. 1998. Stratigraphy and cataclysmic deposition of the
|
244
|
+
Dry Mesa Dinosaur Quarry, Mesa County, Colorado. Modern Geology 22:121-143.</li>\n<li><a
|
245
|
+
href=\"https://sauroposeidon.files.wordpress.com/2010/04/wedel-taylor-2013-neural-spine-bifurcation-in-sauropods.pdf\">Wedel,
|
246
|
+
Mathew J., and Michael P. Taylor. 2013. Neural spine bifurcation in sauropod
|
247
|
+
dinosaurs of the Morrison Formation: ontogenetic and phylogenetic implications. <em>Palarch’s
|
248
|
+
Journal of Vertebrate Palaeontology</em> <strong>10(1)</strong>:1-34. ISSN
|
249
|
+
1567-2158.</a></li>\n<li><a href=\"https://svpow.files.wordpress.com/2022/03/wedel-et-al-2021-expanded-neural-canals-in-caudal-vertebrae-of-haplocanthosaurus.pdf\">Wedel,
|
250
|
+
Mathew; Atterholt, Jessie; Dooley, Jr., Alton C.; Farooq, Saad; Macalino,
|
251
|
+
Jeff; Nalley, Thierra K.; Wisser, Gary; and Yasmer, John. 2021. Expanded neural
|
252
|
+
canals in the caudal vertebrae of a specimen of <em>Haplocanthosaurus</em>.
|
253
|
+
Academia Letters, Article 911, 10pp. DOI: 10.20935/AL911</a></li>\n</ul>\n","tags":["#MTE14","Barosaurus","cervical","conferences","diplodocids"],"language":"en","references":[{"key":"ref1","url":"https://sauroposeidon.files.wordpress.com/2010/04/foster-and-wedel-2014-haplocanthosaurus-from-snowmass-colorado.pdf"},{"key":"ref2","url":"https://sauroposeidon.files.wordpress.com/2010/04/wedel-taylor-2013-neural-spine-bifurcation-in-sauropods.pdf"},{"key":"ref3","url":"https://svpow.files.wordpress.com/2022/03/wedel-et-al-2021-expanded-neural-canals-in-caudal-vertebrae-of-haplocanthosaurus.pdf"}],"blog_id":"dkvra02","blog":{"id":"dkvra02","title":"Sauropod
|
254
|
+
Vertebra Picture of the Week","description":"SV-POW! ... All sauropod vertebrae,
|
255
|
+
except when we're talking about Open Access","language":"en","favicon":null,"feed_url":"https://svpow.com/feed/atom/","home_page_url":"https://svpow.com","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T14:28:02+00:00","indexed_at":"2023-02-01","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"WordPress
|
256
|
+
(.com)","category":"Natural Sciences","prefix":"10.59350","modified_at":"2023-06-09T19:54:23+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true}}'
|
257
|
+
recorded_at: Thu, 15 Jun 2023 05:34:58 GMT
|
258
|
+
- request:
|
259
|
+
method: head
|
260
|
+
uri: https://sauroposeidon.files.wordpress.com/2010/04/foster-and-wedel-2014-haplocanthosaurus-from-snowmass-colorado.pdf
|
261
|
+
body:
|
262
|
+
encoding: UTF-8
|
263
|
+
string: ''
|
264
|
+
headers:
|
265
|
+
Connection:
|
266
|
+
- close
|
267
|
+
Host:
|
268
|
+
- sauroposeidon.files.wordpress.com
|
269
|
+
User-Agent:
|
270
|
+
- http.rb/5.1.1
|
271
|
+
response:
|
272
|
+
status:
|
273
|
+
code: 200
|
274
|
+
message: OK
|
275
|
+
headers:
|
276
|
+
Server:
|
277
|
+
- nginx
|
278
|
+
Date:
|
279
|
+
- Thu, 15 Jun 2023 05:34:59 GMT
|
280
|
+
Content-Type:
|
281
|
+
- application/pdf
|
282
|
+
Content-Length:
|
283
|
+
- '2204946'
|
284
|
+
Connection:
|
285
|
+
- close
|
286
|
+
Last-Modified:
|
287
|
+
- Mon, 16 Mar 2015 08:57:22 GMT
|
288
|
+
Expires:
|
289
|
+
- Sun, 09 Jul 2023 06:45:16 GMT
|
290
|
+
X-Orig-Src:
|
291
|
+
- 01_mogdir
|
292
|
+
Accept-Ranges:
|
293
|
+
- bytes
|
294
|
+
X-Nc:
|
295
|
+
- MISS ams 26 np
|
296
|
+
X-Content-Type-Options:
|
297
|
+
- nosniff
|
298
|
+
body:
|
299
|
+
encoding: ASCII-8BIT
|
300
|
+
string: ''
|
301
|
+
recorded_at: Thu, 15 Jun 2023 05:34:59 GMT
|
302
|
+
- request:
|
303
|
+
method: head
|
304
|
+
uri: https://sauroposeidon.files.wordpress.com/2010/04/wedel-taylor-2013-neural-spine-bifurcation-in-sauropods.pdf
|
305
|
+
body:
|
306
|
+
encoding: UTF-8
|
307
|
+
string: ''
|
308
|
+
headers:
|
309
|
+
Connection:
|
310
|
+
- close
|
311
|
+
Host:
|
312
|
+
- sauroposeidon.files.wordpress.com
|
313
|
+
User-Agent:
|
314
|
+
- http.rb/5.1.1
|
315
|
+
response:
|
316
|
+
status:
|
317
|
+
code: 200
|
318
|
+
message: OK
|
319
|
+
headers:
|
320
|
+
Server:
|
321
|
+
- nginx
|
322
|
+
Date:
|
323
|
+
- Thu, 15 Jun 2023 05:34:59 GMT
|
324
|
+
Content-Type:
|
325
|
+
- application/pdf
|
326
|
+
Content-Length:
|
327
|
+
- '2199692'
|
328
|
+
Connection:
|
329
|
+
- close
|
330
|
+
Last-Modified:
|
331
|
+
- Mon, 16 Sep 2013 07:34:33 GMT
|
332
|
+
Expires:
|
333
|
+
- Fri, 21 Jul 2023 12:29:16 GMT
|
334
|
+
X-Orig-Src:
|
335
|
+
- 01_mogdir
|
336
|
+
Accept-Ranges:
|
337
|
+
- bytes
|
338
|
+
X-Nc:
|
339
|
+
- MISS ams 26 np
|
340
|
+
X-Content-Type-Options:
|
341
|
+
- nosniff
|
342
|
+
body:
|
343
|
+
encoding: ASCII-8BIT
|
344
|
+
string: ''
|
345
|
+
recorded_at: Thu, 15 Jun 2023 05:34:59 GMT
|
346
|
+
- request:
|
347
|
+
method: head
|
348
|
+
uri: https://svpow.files.wordpress.com/2022/03/wedel-et-al-2021-expanded-neural-canals-in-caudal-vertebrae-of-haplocanthosaurus.pdf
|
349
|
+
body:
|
350
|
+
encoding: UTF-8
|
351
|
+
string: ''
|
352
|
+
headers:
|
353
|
+
Connection:
|
354
|
+
- close
|
355
|
+
Host:
|
356
|
+
- svpow.files.wordpress.com
|
357
|
+
User-Agent:
|
358
|
+
- http.rb/5.1.1
|
359
|
+
response:
|
360
|
+
status:
|
361
|
+
code: 200
|
362
|
+
message: OK
|
363
|
+
headers:
|
364
|
+
Server:
|
365
|
+
- nginx
|
366
|
+
Date:
|
367
|
+
- Thu, 15 Jun 2023 05:35:00 GMT
|
368
|
+
Content-Type:
|
369
|
+
- application/pdf
|
370
|
+
Content-Length:
|
371
|
+
- '2729453'
|
372
|
+
Connection:
|
373
|
+
- close
|
374
|
+
Last-Modified:
|
375
|
+
- Tue, 29 Mar 2022 07:37:54 GMT
|
376
|
+
Expires:
|
377
|
+
- Wed, 05 Jul 2023 18:21:45 GMT
|
378
|
+
X-Orig-Src:
|
379
|
+
- 01_mogdir
|
380
|
+
X-Nc:
|
381
|
+
- HIT ams 16 np
|
382
|
+
X-Content-Type-Options:
|
383
|
+
- nosniff
|
384
|
+
Accept-Ranges:
|
385
|
+
- bytes
|
386
|
+
body:
|
387
|
+
encoding: ASCII-8BIT
|
388
|
+
string: ''
|
389
|
+
recorded_at: Thu, 15 Jun 2023 05:35:00 GMT
|
390
|
+
recorded_with: VCR 6.1.0
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Sat, 10 Jun 2023 08:44:06 GMT
|
23
23
|
Content-Type:
|
24
24
|
- application/json
|
25
25
|
Transfer-Encoding:
|
@@ -108,7 +108,7 @@ http_interactions:
|
|
108
108
|
https:\/\/www.nap.edu\/catalog\/13564\/for-attribution-developing-data-attribution-and-citation-practices-and-standards"},{"key":"2019071613381284000_097196v2.26","doi-asserted-by":"crossref","unstructured":"Van
|
109
109
|
de Sompel, H. , & Nelson, M. L. (2015). Reminiscing About 15 Years of Interoperability
|
110
110
|
Efforts. D-Lib Magazine, 21(11\/12). https:\/\/doi.org\/10.1045\/november2015-vandesompel","DOI":"10.1045\/november2015-vandesompel"}],"container-title":[],"original-title":[],"link":[{"URL":"https:\/\/syndication.highwire.org\/content\/doi\/10.1101\/097196","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,18]],"date-time":"2020-01-18T02:53:57Z","timestamp":1579316037000},"score":1,"resource":{"primary":{"URL":"http:\/\/biorxiv.org\/lookup\/doi\/10.1101\/097196"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2016,12,28]]},"references-count":26,"URL":"http:\/\/dx.doi.org\/10.1101\/097196","relation":{"is-preprint-of":[{"id-type":"doi","id":"10.1038\/s41597-019-0031-8","asserted-by":"subject"}]},"published":{"date-parts":[[2016,12,28]]},"subtype":"preprint"}}'
|
111
|
-
recorded_at:
|
111
|
+
recorded_at: Sat, 10 Jun 2023 08:44:06 GMT
|
112
112
|
- request:
|
113
113
|
method: get
|
114
114
|
uri: https://api.crossref.org/members/246
|
@@ -128,7 +128,7 @@ http_interactions:
|
|
128
128
|
message: OK
|
129
129
|
headers:
|
130
130
|
Date:
|
131
|
-
-
|
131
|
+
- Sat, 10 Jun 2023 08:44:07 GMT
|
132
132
|
Content-Type:
|
133
133
|
- application/json
|
134
134
|
Transfer-Encoding:
|
@@ -158,14 +158,14 @@ http_interactions:
|
|
158
158
|
- close
|
159
159
|
body:
|
160
160
|
encoding: UTF-8
|
161
|
-
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":
|
162
|
-
Spring Harbor Laboratory","counts":{"current-dois":
|
161
|
+
string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1686352988839,"primary-name":"Cold
|
162
|
+
Spring Harbor Laboratory","counts":{"current-dois":118754,"backfile-dois":160223,"total-dois":278977},"breakdowns":{"dois-by-issued-year":[[2020,53638],[2021,50444],[2022,46947],[2019,31261],[2018,22041],[2023,21363],[2017,12746],[2016,6114],[2006,3590],[2015,3299],[2014,2295],[2009,1926],[2007,1796],[2010,1753],[2008,1646],[2013,1450],[2011,1418],[2012,1356],[2004,949],[2003,872],[2005,861],[2001,801],[2002,781],[2000,774],[1999,714],[1998,707],[1997,515],[1996,504],[1995,448],[1994,441],[1993,389],[1992,364],[1991,336],[1990,304],[1989,304],[1988,283],[1974,235],[1983,228],[1987,227],[1979,154],[1980,143],[1986,129],[1978,122],[1981,117],[1985,107],[1970,101],[1977,98],[1968,97],[1984,95],[1982,95],[1969,94],[1966,94],[1973,84],[1963,79],[1972,74],[1967,72],[1950,63],[1976,62],[1965,60],[1960,53],[1964,50],[1962,49],[1961,48],[1937,43],[1953,42],[1957,39],[1958,38],[1951,37],[1938,37],[1935,37],[1936,36],[1955,34],[1941,34],[1939,34],[1934,32],[1956,31],[1954,29],[1946,29],[1933,29],[1959,28],[1952,28],[1940,28],[1948,27],[1947,27],[1942,18]]},"prefixes":["10.1261","10.1110","10.1101","10.14224"],"coverage":{"affiliations-current":0.0,"similarity-checking-current":1.0,"descriptions-current":0.0,"ror-ids-current":0.0,"funders-backfile":0.02186327805620916,"licenses-backfile":6.86543130511849E-5,"funders-current":0.007620795931084427,"affiliations-backfile":6.241301186471356E-6,"resource-links-backfile":6.241301186471356E-6,"orcids-backfile":0.5046778552392603,"update-policies-current":0.0,"ror-ids-backfile":0.0,"orcids-current":0.7929669737440423,"similarity-checking-backfile":0.9900451246075782,"references-backfile":0.8710921652946206,"descriptions-backfile":0.0,"award-numbers-backfile":0.02004081810975952,"update-policies-backfile":0.0,"licenses-current":0.0,"award-numbers-current":0.007039762871145393,"abstracts-backfile":0.8900157904920017,"resource-links-current":0.0,"abstracts-current":0.9954948885932263,"references-current":0.9805143405695808},"prefix":[{"name":"Cold
|
163
163
|
Spring Harbor Laboratory","value":"10.1261"},{"name":"","value":"10.1110"},{"name":"Cold
|
164
164
|
Spring Harbor Laboratory","value":"10.1101"},{"name":"Cold Spring Harbor Laboratory
|
165
|
-
- CSHL Library & Archives","value":"10.14224"}],"id":246,"tokens":["cold","spring","harbor","laboratory"],"counts-type":{"all":{"report":20,"journal-article":
|
165
|
+
- CSHL Library & Archives","value":"10.14224"}],"id":246,"tokens":["cold","spring","harbor","laboratory"],"counts-type":{"all":{"report":20,"journal-article":39625,"journal":8,"posted-content":239330,"journal-issue":2},"backfile":{"report":20,"journal-article":37729,"posted-content":122472,"journal-issue":2},"current":{"journal-article":1896,"posted-content":116858}},"coverage-type":{"all":{"report":{"last-status-check-time":1686352988839,"affiliations":0.0,"abstracts":0.0,"orcids":0.35,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.1,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1686352988839,"affiliations":2.523659305993691E-5,"abstracts":0.5473817034700315,"orcids":0.06122397476340694,"licenses":2.77602523659306E-4,"references":0.6129463722397476,"funders":0.1112429022082019,"similarity-checking":0.9602523659305994,"award-numbers":0.1021324921135647,"ror-ids":0.0,"update-policies":0.0,"resource-links":2.523659305993691E-5,"descriptions":0.0},"journal":{"last-status-check-time":1686352988839,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"posted-content":{"last-status-check-time":1686352988839,"affiliations":0.0,"abstracts":0.9991643337650942,"orcids":0.7211632473989888,"licenses":0.0,"references":0.9682070780930097,"funders":0.0,"similarity-checking":1.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-issue":{"last-status-check-time":1686352988839,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}},"backfile":{"report":{"last-status-check-time":1686352988839,"affiliations":0.0,"abstracts":0.0,"orcids":0.35,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.1,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1686352988839,"affiliations":2.65048106231281E-5,"abstracts":0.5385512470513398,"orcids":0.03750430703172626,"licenses":2.915529168544091E-4,"references":0.6052373505791301,"funders":0.09284635161281773,"similarity-checking":0.9582549232685732,"award-numbers":0.08510694691086432,"ror-ids":0.0,"update-policies":0.0,"resource-links":2.65048106231281E-5,"descriptions":0.0},"posted-content":{"last-status-check-time":1686352988839,"affiliations":0.0,"abstracts":0.998448624991835,"orcids":0.6486298909138415,"licenses":0.0,"references":0.953148474753413,"funders":0.0,"similarity-checking":1.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-issue":{"last-status-check-time":1686352988839,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}},"current":{"journal-article":{"last-status-check-time":1686352988839,"affiliations":0.0,"abstracts":0.7231012658227848,"orcids":0.5332278481012658,"licenses":0.0,"references":0.7663502109704641,"funders":0.4773206751054852,"similarity-checking":1.0,"award-numbers":0.4409282700421941,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"posted-content":{"last-status-check-time":1686352988839,"affiliations":0.0,"abstracts":0.9999144260555546,"orcids":0.7971811942699687,"licenses":0.0,"references":0.9839891149942664,"funders":0.0,"similarity-checking":1.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}}},"flags":{"deposits-abstracts-current":true,"deposits-orcids-current":true,"deposits":true,"deposits-affiliations-backfile":true,"deposits-update-policies-backfile":false,"deposits-similarity-checking-backfile":true,"deposits-award-numbers-current":true,"deposits-resource-links-current":false,"deposits-ror-ids-current":false,"deposits-articles":true,"deposits-affiliations-current":false,"deposits-funders-current":true,"deposits-references-backfile":true,"deposits-ror-ids-backfile":false,"deposits-abstracts-backfile":true,"deposits-licenses-backfile":true,"deposits-award-numbers-backfile":true,"deposits-descriptions-current":false,"deposits-references-current":true,"deposits-resource-links-backfile":true,"deposits-descriptions-backfile":false,"deposits-orcids-backfile":true,"deposits-funders-backfile":true,"deposits-update-policies-current":false,"deposits-similarity-checking-current":true,"deposits-licenses-current":false},"location":"Woodbury,
|
166
166
|
NY, United States","names":["Cold Spring Harbor Laboratory","","Cold Spring
|
167
167
|
Harbor Laboratory - CSHL Library & Archives"]}}'
|
168
|
-
recorded_at:
|
168
|
+
recorded_at: Sat, 10 Jun 2023 08:44:07 GMT
|
169
169
|
- request:
|
170
170
|
method: get
|
171
171
|
uri: https://doi.org/ra/10.1101
|
@@ -185,7 +185,7 @@ http_interactions:
|
|
185
185
|
message: OK
|
186
186
|
headers:
|
187
187
|
Date:
|
188
|
-
-
|
188
|
+
- Sat, 10 Jun 2023 08:44:07 GMT
|
189
189
|
Content-Type:
|
190
190
|
- application/json;charset=UTF-8
|
191
191
|
Transfer-Encoding:
|
@@ -197,7 +197,7 @@ http_interactions:
|
|
197
197
|
Cf-Cache-Status:
|
198
198
|
- DYNAMIC
|
199
199
|
Report-To:
|
200
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
200
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=ZfhbYpgS9PALUyJEjTf4tn9a7Wsz8bO0YjaLNJHqzWXCFif7ABO1sleuGhiWKaVFojnEY0672L83qpBcECZFz%2BQwzAAOCOpSkFBnSU8RVxx4X9J8Erauh4s%3D"}],"group":"cf-nel","max_age":604800}'
|
201
201
|
Nel:
|
202
202
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
203
203
|
Strict-Transport-Security:
|
@@ -205,7 +205,7 @@ http_interactions:
|
|
205
205
|
Server:
|
206
206
|
- cloudflare
|
207
207
|
Cf-Ray:
|
208
|
-
-
|
208
|
+
- 7d5054a3fe312f8f-MAD
|
209
209
|
Alt-Svc:
|
210
210
|
- h3=":443"; ma=86400
|
211
211
|
body:
|
@@ -217,5 +217,5 @@ http_interactions:
|
|
217
217
|
"RA": "Crossref"
|
218
218
|
}
|
219
219
|
]
|
220
|
-
recorded_at:
|
220
|
+
recorded_at: Sat, 10 Jun 2023 08:44:07 GMT
|
221
221
|
recorded_with: VCR 6.1.0
|