commonmeta-ruby 3.3.18 → 3.4.1

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.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +33 -29
  3. data/lib/commonmeta/crossref_utils.rb +22 -0
  4. data/lib/commonmeta/readers/json_feed_reader.rb +19 -1
  5. data/lib/commonmeta/schema_utils.rb +1 -1
  6. data/lib/commonmeta/version.rb +1 -1
  7. data/resources/{commonmeta_v0.9.2.json → commonmeta_v0.9.3.json} +32 -2
  8. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blog_post_with_non-url_id.yml +84 -18
  9. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +42 -14
  10. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +184 -55
  11. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +76 -15
  12. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_institutional_author.yml +33 -12
  13. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_organizational_author.yml +44 -11
  14. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers.yml +366 -0
  15. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +144 -11
  16. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +42 -13
  17. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post_with_anonymous_author.yml +17 -13
  18. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/substack_post_with_broken_reference.yml +557 -262
  19. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +76 -47
  20. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +303 -123
  21. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +108 -12
  22. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_many_references.yml +3048 -441
  23. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +178 -31
  24. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_tracking_code_on_url.yml +139 -17
  25. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/another_schema_org_from_front-matter.yml +47 -48
  26. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article.yml +5 -5
  27. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_from_datacite.yml +7 -7
  28. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_anonymous_author.yml +17 -13
  29. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +108 -12
  30. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_organizational_author.yml +44 -11
  31. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_relations.yml +366 -0
  32. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +200 -11
  33. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +303 -123
  34. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/posted_content.yml +16 -16
  35. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_another_science_blog.yml +17 -17
  36. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_front_matter.yml +111 -113
  37. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_upstream_blog.yml +64 -57
  38. data/spec/readers/json_feed_reader_spec.rb +85 -57
  39. data/spec/writers/crossref_xml_writer_spec.rb +76 -40
  40. metadata +6 -4
@@ -23,13 +23,13 @@ http_interactions:
23
23
  Cache-Control:
24
24
  - public, max-age=0, must-revalidate
25
25
  Content-Length:
26
- - '2232'
26
+ - '16384'
27
27
  Content-Type:
28
28
  - application/json; charset=utf-8
29
29
  Date:
30
- - Mon, 10 Jul 2023 21:04:46 GMT
30
+ - Wed, 06 Sep 2023 14:27:16 GMT
31
31
  Etag:
32
- - '"wiyxni2oct1py"'
32
+ - '"l4l17zxt1eckc"'
33
33
  Server:
34
34
  - Vercel
35
35
  Strict-Transport-Security:
@@ -39,26 +39,173 @@ http_interactions:
39
39
  X-Vercel-Cache:
40
40
  - MISS
41
41
  X-Vercel-Id:
42
- - fra1::iad1::lbzhl-1689023086570-3ba8fddd13e3
42
+ - fra1::iad1::58jl5-1694010436581-0c62532a3639
43
43
  Connection:
44
44
  - close
45
45
  body:
46
46
  encoding: UTF-8
47
47
  string: '{"id":"4e4bf150-751f-4245-b4ca-fe69e3c3bb24","doi":"https://doi.org/10.59350/hke8v-d1e66","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
48
+ paper: Curtice et al. (2023) on the first Haplocanthosaurus from Dry Mesa","summary":"<em>Haplocanthosaurus</em>
49
+ tibiae and dorsal vertebrae. Curtice et al. (2023: fig. 1). Brian Curtice
50
50
  and Colin Boisvert are presenting our talk on this project at 2:00 pm MDT
51
51
  this afternoon, at the 14th Symposium on Mesozoic Terrestrial Ecosystems and
52
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...","published_at":1686340463,"updated_at":1686340463,"indexed_at":1688982864,"authors":[{"url":null,"name":"Matt
56
- Wedel"}],"image":null,"tags":["#MTE14","Barosaurus","cervical","conferences","diplodocids"],"language":"en","reference":[{"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_name":"Sauropod
57
- Vertebra Picture of the Week","blog":{"id":"dkvra02","title":"Sauropod Vertebra
58
- Picture of the Week","description":"SV-POW! ... All sauropod vertebrae,
59
- 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
60
- (.com)","category":"Natural Sciences","prefix":"10.59350","modified_at":"2023-06-26T10:33:26+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true,"current_feed_url":null,"expired":null}}'
61
- recorded_at: Mon, 10 Jul 2023 21:04:47 GMT
53
+ in The Anatomical Record.","content_html":"\n<div><a href=\"https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg\"><img
54
+ src=\"https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=480\"
55
+ 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
56
+ 480w, https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=958
57
+ 958w, https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=150
58
+ 150w, https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=300
59
+ 300w, https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=768
60
+ 768w\" /></a><p><em>Haplocanthosaurus</em> tibiae and dorsal vertebrae. Curtice
61
+ et al. (2023: fig. 1).</p></div>\n<p>Brian Curtice and Colin Boisvert are
62
+ presenting our talk on this project at 2:00 pm MDT this afternoon, at the
63
+ 14th Symposium on Mesozoic Terrestrial Ecosystems and Biota (MTE14) in Salt
64
+ Lake City, and the related paper is in the MTE14 volume in The Anatomical
65
+ Record. Here’s the citation and a direct link to the paper:</p>\n<p><a href=\"https://sauroposeidon.files.wordpress.com/2010/04/curtice-et-al-2023-haplocanthosaurus-from-dry-mesa.pdf\">Curtice,
66
+ B., Wedel, M.J., Wilhite, D.R., and Boisvert, C. 2023. New material of <em>Haplocanthosaurus</em>
67
+ (Hatcher 1903) from the Dry Mesa Dinosaur Quarry and a comment on sauropod
68
+ diversity. In Hunt-Foster, R.K., Kirkland, J.I., and Loewen, M.A. (eds), 14th
69
+ Symposium on Mesozoic Terrestrial Ecosystems and Biota. The Anatomical Record
70
+ 306(S1):79-81.</a></p>\n<p>This one is exciting to me for several reasons,
71
+ both personal and scientific. I’ve been friends with Brian Curtice and Ray
72
+ Wilhite since the late 90s, but I’ve never published with them before now.
73
+ It’s nice to have Colin Boisvert on board as well — he’s working on his Master’s
74
+ at BYU, just like Brian and Ray did back when, and he’s a keen observer of
75
+ the sauropod scene.</p>\n<p>Turning to the science, the number of known <em>Haplo</em>
76
+ individuals in the entire Morrison is small, probably fewer than a dozen,
77
+ so any new <em>Haplo</em> material is nice to get. Also, Dry Mesa is a big,
78
+ famous, productive, diverse quarry, and having <em>Haplo</em> in that quarry
79
+ is interesting and important. </p>\n<p>But to me the most exciting thing about
80
+ this is that Dry Mesa now has the highest diversity of sauropod genera of
81
+ any locality in the world. At least six valid, impossible-to-confuse sauropod
82
+ genera are known from Dry Mesa (listed alphabetically here; we provide specimen
83
+ numbers of diagnostic elements for each genus in 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><a
84
+ href=\"https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg\"><img
85
+ src=\"https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=480\"
86
+ 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
87
+ 480w, https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=960
88
+ 960w, https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=150
89
+ 150w, https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=300
90
+ 300w, https://svpow.files.wordpress.com/2013/03/wedel-and-taylor-2013-bifurcation-figure-7-small-diplodocus-cervical1.jpg?w=768
91
+ 768w\" /></a><p>BYU 12613, a posterior cervical of a diplodocid, in dorsal
92
+ (top), left lateral (left), and posterior (right) views. The centrum length
93
+ is 270 mm, compared to 642 mm for C14 of <em>D. carnegii</em>. Wedel and Taylor
94
+ (2013), Figure 7.</p></div>\n<p>Alert readers may also recall BYU 12613, a
95
+ posterior cervical that Mike and I called <em>Diplodocus</em> in our 2013
96
+ neural spine bifurcation paper, but which may actually pertain to <em>Kaatedocus</em>.
97
+ All the <em>Diplodocus</em> material from Dry Mesa is small, and I’m not at
98
+ all confident that I could tell small <em>Diplodocus</em> vertebrae from <em>Kaatedocus</em>,
99
+ so out of an abundance of caution we’re calling it all <em>Diplodocus</em>
100
+ for the purposes of counting genera.</p>\n<div><a href=\"https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg\"><img
101
+ src=\"https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=480\"
102
+ width=\"480\" height=\"360\" srcset=\"https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=480
103
+ 480w, https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=960
104
+ 960w, https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=150
105
+ 150w, https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=300
106
+ 300w, https://svpow.files.wordpress.com/2016/05/2005-07-29-byu-11617-barosaurus-right-lateral.jpg?w=768
107
+ 768w\" /></a><p>BYU 11617, which sure as heck looks like <em>Barosaurus</em>
108
+ to me, with a loooong swoopy centrum, big posterolateral flanges, and prezygs
109
+ that overhang the condyle.</p></div>\n<p>There are also vertebrae in the quarry
110
+ that I’ve always considered to belong to <em>Barosaurus</em>, like BYU 11617
111
+ from <a href=\"https://svpow.com/2016/05/17/whats-up-with-your-irregular-ventral-ridges-diplodocines/\">this
112
+ 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
113
+ monster</a>) belonging to <em>Supersaurus</em> rather than <em>Barosaurus</em>,
114
+ then I’m no longer certain that we can distinguish <em>Supes</em> and <em>Baro</em>
115
+ based on cervical vertebrae. So maybe those <em>Baro</em> verts actually belong
116
+ to <em>Supersaurus</em>. But if they don’t — or if BYU 9024 itself belong
117
+ to <em>Barosaurus</em>, as Mike and I have argued (in <a href=\"http://www.miketaylor.org.uk/dino/pubs/svpca2016/TaylorWedel2016-how-big-did-barosaurus-get.pdf\">our
118
+ 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
119
+ 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
120
+ post</a>) — then <em>Barosaurus</em> is a seventh sauropod genus from Dry
121
+ Mesa.</p>\n<p>The high sauropod diversity at Dry Mesa is exciting for a couple
122
+ of reasons. One, it emphasizes the ridiculous productivity of the Morrison
123
+ paleoenvironment. Yes, there were droughts and fires and landslides and whatnot
124
+ — at least periodically, even at Dry Mesa (Richmond and Morris 1998). But
125
+ there was also an environment — or rather, a series of environments — fecund
126
+ enough to support many coexisting genera of whale-sized herbivores. That’s
127
+ part of the Morrison story, too.</p>\n<p>And two, this is relevant to the
128
+ “problem” of Morrison sauropod diversity — the idea that there are just too
129
+ darned many sauropods in the Morrison, no environment could have supported
130
+ so many, and therefore Morrison sauropod taxonomy has to be messed up, buncha
131
+ dumb paleontologists oversplitting genera and species because they don’t know
132
+ any better. (For more on this idea, see Darren’s brilliant series of posts
133
+ at Tetrapod Zoology; the concluding post, with links to all the rest, is <a
134
+ 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
135
+ put “problem” in scare quotes because I think it’s illusory. In addition to
136
+ Dry Mesa with its six or seven sauropod genera, there are a handful of Morrison
137
+ localities with five sauropod genera, more with four, and gobs with three.
138
+ Not surprisingly, the diverse localities tend to be the big ones, which at
139
+ least hints that more quarries would have more sauropods if they were bigger
140
+ — maybe only the biggest quarries did a decent job of capturing the diversity
141
+ of sauropods on the landscape.</p>\n<div><a href=\"https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg\"><img
142
+ src=\"https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=480\"
143
+ width=\"480\" height=\"141\" srcset=\"https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=480
144
+ 480w, https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=960
145
+ 960w, https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=150
146
+ 150w, https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=300
147
+ 300w, https://svpow.files.wordpress.com/2023/06/engh-brushy-basin-dinos.jpg?w=768
148
+ 768w\" /></a><p><a href=\"https://dontmesswithdinosaurs.com/?p=2397\">Brian
149
+ Engh’s</a> assemblage of large-bodied Brushy Basin dinos for <a href=\"https://www.youtube.com/watch?v=JC3aCs5f4-I\">Jurassic
150
+ Reimagined Part 1</a>. Coincidentally, though, if you swap in <em>Supersaurus</em>
151
+ for <em>Barosaurus</em> — or maybe just add <em>Supersaurus</em> alongside
152
+ <em>Barosaurus</em> — you’ll have the known sauropod diversity of the Dry
153
+ Mesa Dinosaur Quarry.</p></div>\n<p>One you have five or six sauropod genera
154
+ coexisting closely enough to get buried in the same hole, I think the “problem”
155
+ of Morrison sauropod diversity goes away. The Morrison Formation outcrops
156
+ from New Mexico to Canada, from the Oklahoma panhandle and the Black Hills
157
+ of South Dakota to central Utah, and spans probably 7 or 8 million years.
158
+ Even four or five distinct habitats or communities across all that space and
159
+ time (which might be unrealistically conservative — it could easily be several
160
+ communities at a time, turning over every 2 or 3 million years*), each with
161
+ four to six sauropod species, gets the species count waaay up there.</p>\n<p>*But
162
+ wait — doesn’t our figure up top show that <em>Haplocanthosaurus</em> persisted
163
+ from the lower part of the <a href=\"https://svpow.com/2020/01/29/a-haplocanthosaurus-in-the-salt-wash/\">Salt
164
+ Wash</a> to the upper part of the Brushy Basin? Sure, but not as the same
165
+ species right the way through. There were probably something like half a dozen
166
+ species of haplocanthosaurs in the Morrison — <em>H. priscus</em>, <em>H.
167
+ delfsi</em>, the as-yet-unnamed-but-definitely-distinct Bilbey <em>Haplo </em>(Bilbey
168
+ et al. 2000), the as-yet-unnamed-but-definitely-distinct Snowmass <em>Haplo</em>
169
+ (Foster and Wedel 2014, Wedel et al. 2021), plus I assume a couple more when
170
+ and if we get better material of the more fragmentary specimens. That would
171
+ be consistent with the multiple known species of <em>Apatosaurus</em>, <em>Brontosaurus</em>,
172
+ <em>Camarasaurus</em>, <em>Diplodocus</em>, etc. So sequential communities
173
+ of Morrison sauropods probably had a lot of the same genera — there’s nearly
174
+ always a <em>Cam</em> of some kind, some apatosaurine lurking around, etc.
175
+ — but with different species across time, space, and paleoenvironmental conditions.</p>\n<p>I
176
+ think a big part of the problem is that it’s (maybe too) easy to think of
177
+ the Morrison Formation as a single thing — like most formations — and to think
178
+ that we can hold all of it in our heads at once. But the Morrison is a monster,
179
+ more comparable to a group than to other formations, and not really comparable
180
+ to any other dinosaur-bearing formation in terms of extent, productivity,
181
+ and likely diversity of environments and habitats. (For an overview of Morrison
182
+ environments through time, see <a href=\"https://www.youtube.com/watch?v=JC3aCs5f4-I\">Jurassic
183
+ Reimagined Part 1</a>.)</p>\n<p>So, yeah. Morrison sauropod diversity was
184
+ high, and we just have to deal with that. Plus, hey, now we have more <em>Haplo</em>
185
+ to play with. Happy days all around!</p>\n<h2>References</h2>\n<ul>\n<li>Bilbey,
186
+ S.A., Hall, J.E., and Hall, D.A. 2000. Preliminary results on a new haplocanthosaurid
187
+ sauropod dinosaur from the lower Morrison Formation of northeastern Utah.
188
+ 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,
189
+ J.R., and Wedel, M.J. 2014. <i>Haplocanthosaurus </i>(Saurischia: Sauropoda)
190
+ from the lower Morrison Formation (Upper Jurassic) near Snowmass, Colorado. Volumina
191
+ Jurassica 12(2): 197–210. DOI: 10.5604/17313708 .1130144</a></li>\n<li>Richmond,
192
+ D.R., and Morris, T.H. 1998. Stratigraphy and cataclysmic deposition of the
193
+ Dry Mesa Dinosaur Quarry, Mesa County, Colorado. Modern Geology 22:121-143.</li>\n<li><a
194
+ href=\"https://sauroposeidon.files.wordpress.com/2010/04/wedel-taylor-2013-neural-spine-bifurcation-in-sauropods.pdf\">Wedel,
195
+ Mathew J., and Michael P. Taylor. 2013. Neural spine bifurcation in sauropod
196
+ dinosaurs of the Morrison Formation: ontogenetic and phylogenetic implications. <em>Palarch’s
197
+ Journal of Vertebrate Palaeontology</em> <strong>10(1)</strong>:1-34. ISSN
198
+ 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,
199
+ Mathew; Atterholt, Jessie; Dooley, Jr., Alton C.; Farooq, Saad; Macalino,
200
+ Jeff; Nalley, Thierra K.; Wisser, Gary; and Yasmer, John. 2021. Expanded neural
201
+ canals in the caudal vertebrae of a specimen of <em>Haplocanthosaurus</em>.
202
+ Academia Letters, Article 911, 10pp. DOI: 10.20935/AL911</a></li>\n</ul>\n","published_at":1686340463,"updated_at":1686340463,"indexed_at":1688982864,"authors":[{"url":null,"name":"Matt
203
+ Wedel"}],"image":"https://svpow.files.wordpress.com/2023/06/haplocanthosaurus-from-across-the-morrison-curtice-et-al-2023-fig-1.jpg?w=480","tags":["MTE14","Barosaurus","Cervical","Conferences","Diplodocids"],"language":"en","reference":[{"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"}],"relationships":[],"blog_id":"dkvra02","blog_name":"Sauropod
204
+ Vertebra Picture of the Week","blog_slug":"svpow","blog":{"id":"dkvra02","title":"Sauropod
205
+ Vertebra Picture of the Week","description":"SV-POW! ... All sauropod vertebrae,
206
+ 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":"04d03585-c8bb-40f2-9619-5076a5e0aed2","created_at":"2023-02-01","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"WordPress
207
+ (.com)","category":"earthAndRelatedEnvironmentalSciences","prefix":"10.59350","modified_at":"2023-09-01T09:19:08+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":null,"status":"active","issn":null,"backlog":1550,"authors":null,"plan":"Team","slug":"svpow","use_mastodon":false}}'
208
+ recorded_at: Wed, 06 Sep 2023 14:27:17 GMT
62
209
  - request:
63
210
  method: head
64
211
  uri: https://sauroposeidon.files.wordpress.com/2010/04/foster-and-wedel-2014-haplocanthosaurus-from-snowmass-colorado.pdf
@@ -80,7 +227,7 @@ http_interactions:
80
227
  Server:
81
228
  - nginx
82
229
  Date:
83
- - Tue, 11 Jul 2023 05:54:10 GMT
230
+ - Wed, 06 Sep 2023 14:27:17 GMT
84
231
  Content-Type:
85
232
  - application/pdf
86
233
  Content-Length:
@@ -90,19 +237,19 @@ http_interactions:
90
237
  Last-Modified:
91
238
  - Mon, 16 Mar 2015 08:57:22 GMT
92
239
  Expires:
93
- - Mon, 14 Aug 2023 09:37:41 GMT
240
+ - Sat, 07 Oct 2023 17:12:32 GMT
94
241
  X-Orig-Src:
95
242
  - 01_mogdir
243
+ Accept-Ranges:
244
+ - bytes
96
245
  X-Nc:
97
- - MISS ams 26 np
246
+ - MISS hhn 26 np
98
247
  X-Content-Type-Options:
99
248
  - nosniff
100
- Accept-Ranges:
101
- - bytes
102
249
  body:
103
250
  encoding: ASCII-8BIT
104
251
  string: ''
105
- recorded_at: Tue, 11 Jul 2023 05:54:10 GMT
252
+ recorded_at: Wed, 06 Sep 2023 14:27:17 GMT
106
253
  - request:
107
254
  method: head
108
255
  uri: https://sauroposeidon.files.wordpress.com/2010/04/wedel-taylor-2013-neural-spine-bifurcation-in-sauropods.pdf
@@ -124,7 +271,7 @@ http_interactions:
124
271
  Server:
125
272
  - nginx
126
273
  Date:
127
- - Tue, 11 Jul 2023 05:54:10 GMT
274
+ - Wed, 06 Sep 2023 14:27:17 GMT
128
275
  Content-Type:
129
276
  - application/pdf
130
277
  Content-Length:
@@ -134,19 +281,19 @@ http_interactions:
134
281
  Last-Modified:
135
282
  - Mon, 16 Sep 2013 07:34:33 GMT
136
283
  Expires:
137
- - Thu, 17 Aug 2023 12:17:08 GMT
284
+ - Sun, 15 Oct 2023 15:36:12 GMT
138
285
  X-Orig-Src:
139
286
  - 01_mogdir
287
+ Accept-Ranges:
288
+ - bytes
140
289
  X-Nc:
141
- - MISS ams 26 np
290
+ - MISS hhn 26 np
142
291
  X-Content-Type-Options:
143
292
  - nosniff
144
- Accept-Ranges:
145
- - bytes
146
293
  body:
147
294
  encoding: ASCII-8BIT
148
295
  string: ''
149
- recorded_at: Tue, 11 Jul 2023 05:54:10 GMT
296
+ recorded_at: Wed, 06 Sep 2023 14:27:17 GMT
150
297
  - request:
151
298
  method: head
152
299
  uri: https://svpow.files.wordpress.com/2022/03/wedel-et-al-2021-expanded-neural-canals-in-caudal-vertebrae-of-haplocanthosaurus.pdf
@@ -168,7 +315,7 @@ http_interactions:
168
315
  Server:
169
316
  - nginx
170
317
  Date:
171
- - Tue, 11 Jul 2023 05:54:10 GMT
318
+ - Wed, 06 Sep 2023 14:27:18 GMT
172
319
  Content-Type:
173
320
  - application/pdf
174
321
  Content-Length:
@@ -178,11 +325,11 @@ http_interactions:
178
325
  Last-Modified:
179
326
  - Tue, 29 Mar 2022 07:37:54 GMT
180
327
  Expires:
181
- - Thu, 10 Aug 2023 03:03:41 GMT
328
+ - Mon, 02 Oct 2023 12:56:30 GMT
182
329
  X-Orig-Src:
183
330
  - 01_mogdir
184
331
  X-Nc:
185
- - MISS ams 16 np
332
+ - MISS hhn 16 np
186
333
  X-Content-Type-Options:
187
334
  - nosniff
188
335
  Accept-Ranges:
@@ -190,5 +337,5 @@ http_interactions:
190
337
  body:
191
338
  encoding: ASCII-8BIT
192
339
  string: ''
193
- recorded_at: Tue, 11 Jul 2023 05:54:10 GMT
340
+ recorded_at: Wed, 06 Sep 2023 14:27:18 GMT
194
341
  recorded_with: VCR 6.2.0
@@ -23,13 +23,13 @@ http_interactions:
23
23
  Cache-Control:
24
24
  - public, max-age=0, must-revalidate
25
25
  Content-Length:
26
- - '1849'
26
+ - '11911'
27
27
  Content-Type:
28
28
  - application/json; charset=utf-8
29
29
  Date:
30
- - Mon, 10 Jul 2023 21:04:54 GMT
30
+ - Wed, 06 Sep 2023 14:23:31 GMT
31
31
  Etag:
32
- - '"nd8r4tnt1j1f1"'
32
+ - '"215twlqxlm94s"'
33
33
  Server:
34
34
  - Vercel
35
35
  Strict-Transport-Security:
@@ -39,23 +39,145 @@ http_interactions:
39
39
  X-Vercel-Cache:
40
40
  - MISS
41
41
  X-Vercel-Id:
42
- - fra1::iad1::h8k55-1689023094559-917bb0b3db20
42
+ - fra1::iad1::7jz6k-1694010210452-1a90d9f3e3f3
43
43
  Connection:
44
44
  - close
45
45
  body:
46
46
  encoding: UTF-8
47
47
  string: '{"id":"5d95d90d-ff59-4c8b-b7f8-44e6b45fd593","doi":"https://doi.org/10.59350/tpa8t-j6292","url":"https://www.samuelmoore.org/2023/04/20/how-to-cultivate-good-closures-scaling-small-and-the-limits-of-openness","title":"How
48
- to cultivate good closures: ‘scaling small’ and the limits of openness","summary":"Text
49
- of a talk given to the COPIM end-of-project conference: Scaling Small: Community-Owned
50
- Futures for Open Access Books”, April 20th 2023 Open access publishing has
51
- always had a difficult relationship with smoothness and scale. Openness implies
52
- seamlessness, limitlessness or structureless-ness or the idea that the removal
53
- of price and permission barriers is what’s needed to allow research to reach
54
- its full potential. The drive for seamlessness is on display in much of the
55
- push for...","published_at":1682005040,"updated_at":1687172511,"indexed_at":1689006804,"authors":[{"url":"https://orcid.org/0000-0002-0504-2897","name":"Samuel
56
- Moore"}],"image":null,"tags":["Open access"],"language":"en","reference":[],"blog_id":"gr1by89","blog_name":"Samuel
57
- Moore","blog":{"id":"gr1by89","title":"Samuel Moore","description":"publishing,
58
- technology, commons","language":"en","favicon":"https://www.samuelmoore.org/wp-content/uploads/2019/02/cropped-cropped-cropped-roAorange-icon-2-32x32.png","feed_url":"https://www.samuelmoore.org/feed/atom/","home_page_url":"https://www.samuelmoore.org/","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T14:25:06+00:00","indexed_at":"2023-01-05","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"WordPress
59
- 6.2.2","category":"Social Sciences","prefix":"10.59350","modified_at":"2023-06-19T11:01:51+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true,"current_feed_url":null,"expired":null}}'
60
- recorded_at: Mon, 10 Jul 2023 21:04:54 GMT
48
+ to cultivate good closures: ‘scaling small’ and the limits of openness","summary":"<em>Text
49
+ of a talk given to the COPIM end-of-project conference: <strong>“Scaling Small:
50
+ Community-Owned Futures for Open Access Books”,</strong> April 20th 2023</em> Open
51
+ access publishing has always had a difficult relationship with smoothness
52
+ and scale.","content_html":"\n<p><em>Text of a talk given to the COPIM end-of-project
53
+ conference: <strong><a href=\"https://scalingsmall.pubpub.org/\">“Scaling
54
+ Small: Community-Owned Futures for Open Access Books”</a>,</strong> April
55
+ 20th 2023</em></p>\n\n\n\n<p>Open access publishing has always had a difficult
56
+ relationship with smoothness and scale. Openness implies seamlessness, limitlessness
57
+ or structureless-ness – or the idea that the removal of price and permission
58
+ barriers is what’s needed to allow research to reach its full potential. The
59
+ drive for seamlessness is on display in much of the push for <a href=\"https://scholarlykitchen.sspnet.org/2023/04/06/guest-post-why-interoperability-matters-for-open-research-and-more-than-ever/\">interoperability</a>
60
+ of standards and persistent identifiers that shape the infrastructures of
61
+ openness. Throughout the evolution of open access, many ideas have been propagated
62
+ around, for example, the necessity of CC BY as the one and only licence that
63
+ facilitates this interoperability and smoothness of access and possible reuse.
64
+ Similarly, failed projects such as <a href=\"https://blog.onerepo.net/\">One
65
+ Repo</a> sought to create a single open access repository to rule them all,
66
+ in response to the perceived messy and stratified institutional and subject
67
+ repository landscape.</p>\n\n\n\n<p>Yet this relationship between openness
68
+ and scale also leads to new kinds of closure, particularly the commercial
69
+ closures of walled gardens that stretch across proprietary services and make
70
+ researcher data available for increasing user surveillance. The economies
71
+ of scale of commercial publishers require cookie-cutter production processes
72
+ that remove all traces of care from publishing, in exchange for APCs and BPCs,
73
+ thus ensuring that more publications can be processed cheaply with as little
74
+ recourse to paid human labour as possible. Smoothness and scale are simply
75
+ market enclosures by another name.</p>\n\n\n\n<p>When Janneke and I were writing
76
+ our <a href=\"https://www.westminsterpapers.org/article/id/918/\">‘scaling
77
+ small’</a> article, we were particularly interested in exploring alternative
78
+ understandings of scale that preserve and facilitate difference and messiness
79
+ for open access book publishing. How can we nurture careful and bibliodiverse
80
+ publishing through open access infrastructures when it is exactly this difference
81
+ and complexity that commercial forms of sustainability want to standardise
82
+ at every turn? In outlining ‘scaling small’, we looked to the commons as a
83
+ way of thinking through these issues.</p>\n\n\n\n<p>As a mode of production
84
+ based on collaboration and self-organisation of labour, the commons was a
85
+ natural fit for the kinds of projects we were involved in. We charted the
86
+ informal mutual reliance – what we referred to as the latent commons, borrowing
87
+ from Anna Tsing (2017) – within the Radical Open Access Collective right through
88
+ to the expansive formality of the COPIM project. In doing so, we illustrated
89
+ the different forms of organisation that facilitate alternative publishing
90
+ projects that stand in opposition to the market as the dominant mode of production.
91
+ Scaling small is primarily about how open access can be sustained if we embed
92
+ ourselves in each other’s projects and infrastructures in a way that has ‘global
93
+ reach but preserves local contexts’ (Adema and Moore 2021). It is a reminder
94
+ that the commons is an active social process rather than a fixed set of open
95
+ resources available to all.  </p>\n\n\n\n<p>In their posthumously released
96
+ book <em>On the Inconvenience of Other People</em>, Lauren Berlant writes
97
+ against a fixed understanding of the commons that ‘merely needs the world
98
+ to create infrastructures to catch up with it’ (Berlant 2022). Instead, for
99
+ Berlant, the ‘better power’ of the commons is to ‘point to a way to view what’s
100
+ broken in sociality, the difficulty of convening a world conjointly’. From
101
+ our perspective, the commons is about revealing how hard it is to scale small
102
+ in a world dominated by the need for big, homogenising platforms. It is not,
103
+ then, about having a fixed understanding of the infrastructures necessary
104
+ for open access publishing but more about experimenting with the different
105
+ kinds of socialities that may allow experimental infrastructures of different
106
+ scales and formalities to flourish.</p>\n\n\n\n<p>This is why scaling small
107
+ reveals the limits of openness and forces us to instead cultivate good closures
108
+ (echoing the ‘good cuts’ of Sarah Kember and Joanna Zylinska’s (2012) reading
109
+ of Karen Barad) based on what we want to value ethically and politically.
110
+ So rather than leaving everything to the structureless-ness of market-centric
111
+ openness, through COPIM we learn how to deal with the fact that things like
112
+ governance, careful publishing and labour-intensive processes do not scale
113
+ well according to economic logic. In my time on the COPIM project, for example,
114
+ I learned how community governance requires pragmatic decision-making and
115
+ norms of trust within the community; it is not something that can be completely
116
+ organised through rules and board structures. Yet we still proceed to build
117
+ these structures to see what works and what doesn’t, relying on the fact that
118
+ we all share a broad horizon of better, more ethical futures for book publishing.</p>\n\n\n\n<p>Yet
119
+ of course, antagonism still exists within and outside the COPIM project. Is
120
+ it OK that the models and infrastructures being developed within this community
121
+ are being extracted from it by commercial publishers? Bloomsbury, for example,
122
+ has just proudly announced it is the first commercial book publisher to utilise
123
+ the kind of collective funding model being developed by COPIM, Open Library
124
+ of Humanities, and other scholar-led publishers. How is it possible to scale
125
+ small when a big commercial actor is waiting to take what you have developed
126
+ and piggyback on it for commercial gain? Do we engage with commercial publishers
127
+ or keep them at arms’ length?</p>\n\n\n\n<p>Again, part of the answer to this
128
+ question lies in sociality, or the fact that COPIM has managed to carve out
129
+ a pretty unique situation in neoliberal higher education that has brought
130
+ together a vast array of likeminded people and organisations with an explicit
131
+ goal of undermining the monopolisation of commercial publishers in place of
132
+ community-led approaches. Coupled with the move to diamond open access journals
133
+ that is gaining traction particularly in continental Europe, we have an important
134
+ counter-hegemonic project being formed around communities cross-pollinating
135
+ with one another rather than competing. Commercial publishers may treat COPIM’s
136
+ work as free R&amp;D but it cannot extract the social glue that keeps it together
137
+ and sets it apart from marketised models. </p>\n\n\n\n<p>This is why I am
138
+ so excited about the recent announcement of <a href=\"https://copim.pubpub.org/pub/open-book-futures-announcement/release/1\">Open
139
+ Book Futures</a> and its potential to further reach out to and engage libraries,
140
+ infrastructure providers and communities outside the Global North, increasing
141
+ the messiness that allows us to scale small. As someone now working in one,
142
+ I am especially pleased to see libraries treated as partners rather than a
143
+ chequebook – as is too often the case with new open access initiatives – and
144
+ given meaningful governance over the future of the Open Book Collective. Scaling
145
+ small will only work if libraries are understood as part of the community
146
+ and part of the cross-pollination at work. Without this, there is a danger
147
+ that the additional labour of collections librarians is undervalued or objectified
148
+ as a tool for the provision of open access, even though it is a crucial and
149
+ active facilitator of the smallness we desire.  </p>\n\n\n\n<p>As an interdisciplinary,
150
+ multi-practitioner group of advocates for better publishing futures, I hope
151
+ we can also consider how scaling small may help transform our professional
152
+ networks away from the commercially driven conservatism of learned societies
153
+ and towards expansive forms of mutual reliance and care within and between
154
+ them. In doing so, it can help build the necessary chains of equivalence between
155
+ previously disparate learned societies and member organisations, allowing
156
+ us to turn our attention to the brutally individuating structures of marketised
157
+ academia (which, at bottom, is the bigger issue at hand).</p>\n\n\n\n<p>So
158
+ in conclusion, I hope to have conveyed in these short remarks that scaling
159
+ small is, above all, a project of sociality, building new connections and
160
+ getting together in different ways, and not simply or even primarily about
161
+ the publications and resources being produced and shared. The point is to
162
+ continue learning how to hold onto this social and biblio-diversity through
163
+ the decisions we take and the institutional closures we enact, particularly
164
+ as more and more actors become involved. Viewed in this light, scaling small
165
+ reveals the limits of openness and the necessity of cultivating good closures
166
+ with other (inconvenient) people.</p>\n\n\n\n<p><strong>Work cited:</strong></p>\n\n\n\n<p>Adema,
167
+ Janneke, and Samuel A. Moore. 2021. ‘Scaling Small; Or How to Envision New
168
+ Relationalities for Knowledge Production’. <em>Westminster Papers in Communication
169
+ and Culture</em> 16 (1). <a href=\"https://doi.org/10.16997/wpcc.918\">https://doi.org/10.16997/wpcc.918</a>.</p>\n\n\n\n<p>Berlant,
170
+ Lauren. 2022. <em>On the Inconvenience of Other People</em>. Writing Matters!
171
+ Durham: Duke University Press.</p>\n\n\n\n<p>Kember, Sarah, and Joanna Zylinska.
172
+ 2012. <em>Life after New Media: Mediation as a Vital Process</em>. Cambridge,
173
+ Mass: MIT Press.</p>\n\n\n\n<p>Tsing, Anna Lowenhaupt. 2017. <em>The Mushroom
174
+ at the End of the World On the Possibility of Life in Capitalist Ruins</em>.
175
+ Princeton, NJ: Princeton University Press.</p>\n<p>The post <a href=\"https://www.samuelmoore.org/2023/04/20/how-to-cultivate-good-closures-scaling-small-and-the-limits-of-openness/\">How
176
+ to cultivate good closures: ‘scaling small’ and the limits of openness</a>
177
+ appeared first on <a href=\"https://www.samuelmoore.org\">Samuel Moore</a>.</p>\n","published_at":1682005040,"updated_at":1687172511,"indexed_at":1689006804,"authors":[{"url":"https://orcid.org/0000-0002-0504-2897","name":"Samuel
178
+ Moore"}],"image":null,"tags":["Open Access"],"language":"en","reference":[],"relationships":[],"blog_id":"gr1by89","blog_name":"Samuel
179
+ Moore","blog_slug":"samuelmoore","blog":{"id":"gr1by89","title":"Samuel Moore","description":"publishing,
180
+ technology, commons","language":"en","favicon":"https://www.samuelmoore.org/wp-content/uploads/2019/02/cropped-cropped-cropped-roAorange-icon-2-32x32.png","feed_url":"https://www.samuelmoore.org/feed/atom/","home_page_url":"https://www.samuelmoore.org","user_id":"c58a77c3-88d4-49ca-88ab-4f3de88301d8","created_at":"2023-01-05","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"WordPress
181
+ 6.3.1","category":"socialSciences","prefix":"10.59350","modified_at":"2023-06-19T11:01:51+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":null,"status":"active","issn":null,"backlog":0,"authors":null,"plan":"Starter","slug":"samuelmoore","use_mastodon":false}}'
182
+ recorded_at: Wed, 06 Sep 2023 14:23:35 GMT
61
183
  recorded_with: VCR 6.2.0