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.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +16 -2
  3. data/commonmeta.gemspec +1 -0
  4. data/lib/commonmeta/author_utils.rb +20 -3
  5. data/lib/commonmeta/cli.rb +2 -2
  6. data/lib/commonmeta/crossref_utils.rb +22 -18
  7. data/lib/commonmeta/readers/json_feed_reader.rb +27 -2
  8. data/lib/commonmeta/utils.rb +13 -1
  9. data/lib/commonmeta/version.rb +1 -1
  10. data/resources/crossref/common5.3.1.xsd +43 -35
  11. data/spec/author_utils_spec.rb +38 -0
  12. data/spec/cli_spec.rb +5 -5
  13. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed_unregistered/blog_post_uuid.yml +49 -0
  14. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/unregistered_posts.yml +215 -0
  15. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +20 -11
  16. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +215 -0
  17. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +14 -9
  18. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +9 -8
  19. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +15 -10
  20. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +328 -0
  21. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +824 -0
  22. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +14 -9
  23. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +390 -0
  24. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/{json_feed_url → json_feed_unregistered_url}/all_posts.yml +11 -11
  25. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/another_schema_org_from_front-matter.yml +103 -105
  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 +4 -4
  28. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +60 -9
  29. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +55 -7
  30. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +824 -0
  31. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/posted_content.yml +17 -17
  32. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_another_science_blog.yml +12 -8
  33. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_front_matter.yml +178 -181
  34. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_upstream_blog.yml +104 -92
  35. data/spec/readers/json_feed_reader_spec.rb +106 -12
  36. data/spec/utils_spec.rb +23 -5
  37. data/spec/writers/crossref_xml_writer_spec.rb +31 -3
  38. metadata +24 -8
  39. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/json_feed_url/front-matter_blog.yml +0 -221
  40. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_item_from_rogue_scholar_with_doi.yml +0 -163
  41. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_item_from_upstream_blog.yml +0 -243
  42. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_rogue_scholar_with_doi.yml +0 -210
  43. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_upstream_blog.yml +0 -290
@@ -27,8 +27,8 @@ http_interactions:
27
27
  Status:
28
28
  - 301 Moved Permanently
29
29
  X-Request-Id:
30
- - 3aab0d89d2e9b06ce62792d9c0dc27e5
31
- - 3aab0d89d2e9b06ce62792d9c0dc27e5
30
+ - c91506d5-898f-40ef-9a9b-fd38c7a1ed31
31
+ - c91506d5-898f-40ef-9a9b-fd38c7a1ed31
32
32
  Location:
33
33
  - "/posts/dryad-interview-jen-gibson/"
34
34
  Ghost-Cache:
@@ -37,22 +37,22 @@ http_interactions:
37
37
  - public, max-age=31536000
38
38
  Ghost-Age:
39
39
  - '0'
40
+ Via:
41
+ - 1.1 varnish, 1.1 varnish
40
42
  Accept-Ranges:
41
43
  - bytes
42
44
  Date:
43
- - Sun, 19 Mar 2023 17:36:01 GMT
44
- Via:
45
- - 1.1 varnish
45
+ - Wed, 14 Jun 2023 08:10:52 GMT
46
46
  Age:
47
- - '2161074'
47
+ - '15316'
48
48
  X-Served-By:
49
- - cache-ams21054-AMS
49
+ - cache-ams12723-AMS, cache-mad2200133-MAD
50
50
  X-Cache:
51
- - HIT
51
+ - HIT, MISS
52
52
  X-Cache-Hits:
53
- - '1'
53
+ - 1, 0
54
54
  X-Timer:
55
- - S1679247362.993026,VS0,VE1
55
+ - S1686730253.723182,VS0,VE30
56
56
  Vary:
57
57
  - Cookie
58
58
  Ghost-Fastly:
@@ -62,7 +62,7 @@ http_interactions:
62
62
  body:
63
63
  encoding: ASCII-8BIT
64
64
  string: ''
65
- recorded_at: Sun, 19 Mar 2023 17:36:01 GMT
65
+ recorded_at: Wed, 14 Jun 2023 08:10:52 GMT
66
66
  - request:
67
67
  method: get
68
68
  uri: https://blog.front-matter.io/posts/dryad-interview-jen-gibson/
@@ -84,7 +84,7 @@ http_interactions:
84
84
  Connection:
85
85
  - close
86
86
  Content-Length:
87
- - '34507'
87
+ - '34394'
88
88
  Server:
89
89
  - openresty
90
90
  Content-Type:
@@ -92,32 +92,32 @@ http_interactions:
92
92
  Status:
93
93
  - 200 OK
94
94
  X-Request-Id:
95
- - 371358741fee9c87dafc84418a015c46
96
- - fe4117f5d918ec9d7bbffbcbfd65ae0b
95
+ - 4b74f2b6-176b-4907-956d-96cd3a3011a8
96
+ - 4b74f2b6-176b-4907-956d-96cd3a3011a8
97
97
  Etag:
98
- - W/"86cb-EC3VLdP+618g1eeAoAKxNKS0Sew"
98
+ - W/"865a-CTHHKK8ejks2uoPyRJpjsWSCeV8"
99
99
  Ghost-Cache:
100
- - HIT
100
+ - MISS
101
101
  Cache-Control:
102
102
  - public, max-age=0
103
103
  Ghost-Age:
104
- - '39422'
104
+ - '0'
105
+ Via:
106
+ - 1.1 varnish, 1.1 varnish
105
107
  Accept-Ranges:
106
108
  - bytes
107
109
  Date:
108
- - Sun, 19 Mar 2023 17:36:02 GMT
109
- Via:
110
- - 1.1 varnish
110
+ - Wed, 14 Jun 2023 08:10:53 GMT
111
111
  Age:
112
- - '271890'
112
+ - '0'
113
113
  X-Served-By:
114
- - cache-ams21020-AMS
114
+ - cache-ams12745-AMS, cache-mad22089-MAD
115
115
  X-Cache:
116
- - HIT
116
+ - MISS, MISS
117
117
  X-Cache-Hits:
118
- - '1'
118
+ - 0, 0
119
119
  X-Timer:
120
- - S1679247362.116354,VS0,VE1
120
+ - S1686730253.835976,VS0,VE246
121
121
  Vary:
122
122
  - Cookie, Accept-Encoding
123
123
  Ghost-Fastly:
@@ -129,7 +129,7 @@ http_interactions:
129
129
  string: "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n
130
130
  \ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n
131
131
  \ <title>Dryad: Interview with Jen Gibson</title>\n <link rel=\"stylesheet\"
132
- href=\"https://blog.front-matter.io/assets/built/screen.css?v=1ff70c2f6a\">\n\n
132
+ href=\"https://blog.front-matter.io/assets/built/screen.css?v=d369441f44\">\n\n
133
133
  \ <meta name=\"citation_doi\" content=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\">\n
134
134
  \ <meta name=\"citation_title\" content=\"Dryad: Interview with Jen Gibson\">\n
135
135
  \ <meta name=\"citation_abstract\" content=\"In October Jen Gibson started
@@ -139,49 +139,48 @@ http_interactions:
139
139
  as I served on the Dryad\">\n <meta name=\"citation_author\" content=\"Martin
140
140
  Fenner\">\n <meta name=\"citation_date\" content=\"2021-11-15\"/>\n <meta
141
141
  name=\"citation_keywords\" content=\"Interview\"/>\n <meta name=\"citation_journal_title\"
142
- content=\"Front Matter\"/>\n <meta name=\"citation_language\" content=\"en\">\n\n
143
- \ <meta name=\"citation_issn\" content=\"2749-9952\">\n\n <meta name=\"dc.identifier\"
144
- content=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\">\n <meta name=\"dc.creator\"
145
- content=\"Martin Fenner\" />\n <meta name=\"dc.title\" content=\"Dryad:
146
- Interview with Jen Gibson\" />\n <meta name=\"dc.description\" content=\"In
147
- October Jen Gibson started as the new Executive Director for the Dryad Data
148
- Repository. I used the opportunity to ask Jen a few questions about Dryad,
149
- challenges with data sharing, and ideas about moving Dryad forward. I was
150
- particularly interested in the interview as I served on the Dryad\" />\n <meta
151
- name=\"dc.date\" content=\"2021-11-15\" />\n <meta name=\"dc.subject\"
142
+ content=\"Front Matter\"/>\n <meta name=\"citation_language\" content=\"en\">\n\n\n
143
+ \ <meta name=\"dc.identifier\" content=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\">\n
144
+ \ <meta name=\"dc.creator\" content=\"Martin Fenner\" />\n <meta name=\"dc.title\"
145
+ content=\"Dryad: Interview with Jen Gibson\" />\n <meta name=\"dc.description\"
146
+ content=\"In October Jen Gibson started as the new Executive Director for
147
+ the Dryad Data Repository. I used the opportunity to ask Jen a few questions
148
+ about Dryad, challenges with data sharing, and ideas about moving Dryad forward.
149
+ I was particularly interested in the interview as I served on the Dryad\"
150
+ />\n <meta name=\"dc.date\" content=\"2021-11-15\" />\n <meta name=\"dc.subject\"
152
151
  content=\"Interview\" />\n <meta name=\"dc.language\" content=\"en\" />
153
152
  \ \n <meta name=\"dc.format\" content=\"text/html\" /> \n <meta name=\"dc.source\"
154
153
  content=\"Front Matter\" />\n <meta name=\"dc.type\" content=\"article\"
155
154
  />\n \n <meta name=\"dc.rights\" content=\"https://creativecommons.org/licenses/by/4.0/legalcode\"
156
- />\n\n <link rel=\"icon\" href=\"https://blog.front-matter.io/content/images/size/w256h256/2022/12/android-chrome-192x192.png\"
157
- type=\"image/png\" />\n <link rel=\"canonical\" href=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\"
158
- />\n <meta name=\"referrer\" content=\"no-referrer-when-downgrade\" />\n
159
- \ <link rel=\"amphtml\" href=\"https://blog.front-matter.io/posts/dryad-interview-jen-gibson/amp/\"
160
- />\n \n <meta property=\"og:site_name\" content=\"Front Matter\" />\n
161
- \ <meta property=\"og:type\" content=\"article\" />\n <meta property=\"og:title\"
162
- content=\"Dryad: Interview with Jen Gibson\" />\n <meta property=\"og:description\"
155
+ />\n\n <link rel=\"icon\" href=\"https://blog.front-matter.io/content/images/size/w256h256/2023/04/front-matter.png\"
156
+ type=\"image/png\">\n <link rel=\"canonical\" href=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\">\n
157
+ \ <meta name=\"referrer\" content=\"no-referrer-when-downgrade\">\n <link
158
+ rel=\"amphtml\" href=\"https://blog.front-matter.io/posts/dryad-interview-jen-gibson/amp/\">\n
159
+ \ \n <meta property=\"og:site_name\" content=\"Front Matter\">\n <meta
160
+ property=\"og:type\" content=\"article\">\n <meta property=\"og:title\"
161
+ content=\"Dryad: Interview with Jen Gibson\">\n <meta property=\"og:description\"
163
162
  content=\"In October Jen Gibson started as the new Executive Director for
164
163
  the Dryad Data Repository. I used the opportunity to ask Jen a few questions
165
164
  about Dryad, challenges with data sharing, and ideas about moving Dryad forward.
166
- I was particularly interested in the interview as I served on the Dryad\"
167
- />\n <meta property=\"og:url\" content=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\"
168
- />\n <meta property=\"og:image\" content=\"https://blog.front-matter.io/content/images/2022/07/jgibson.png\"
169
- />\n <meta property=\"article:published_time\" content=\"2021-11-15T10:52:02.000Z\"
170
- />\n <meta property=\"article:modified_time\" content=\"2022-08-15T18:56:27.000Z\"
171
- />\n <meta property=\"article:tag\" content=\"Interview\" />\n \n <meta
172
- name=\"twitter:card\" content=\"summary_large_image\" />\n <meta name=\"twitter:title\"
173
- content=\"Dryad: Interview with Jen Gibson\" />\n <meta name=\"twitter:description\"
165
+ I was particularly interested in the interview as I served on the Dryad\">\n
166
+ \ <meta property=\"og:url\" content=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\">\n
167
+ \ <meta property=\"og:image\" content=\"https://blog.front-matter.io/content/images/2022/07/jgibson.png\">\n
168
+ \ <meta property=\"article:published_time\" content=\"2021-11-15T10:52:02.000Z\">\n
169
+ \ <meta property=\"article:modified_time\" content=\"2022-08-15T18:56:27.000Z\">\n
170
+ \ <meta property=\"article:tag\" content=\"Interview\">\n \n <meta
171
+ name=\"twitter:card\" content=\"summary_large_image\">\n <meta name=\"twitter:title\"
172
+ content=\"Dryad: Interview with Jen Gibson\">\n <meta name=\"twitter:description\"
174
173
  content=\"In October Jen Gibson started as the new Executive Director for
175
174
  the Dryad Data Repository. I used the opportunity to ask Jen a few questions
176
175
  about Dryad, challenges with data sharing, and ideas about moving Dryad forward.
177
- I was particularly interested in the interview as I served on the Dryad\"
178
- />\n <meta name=\"twitter:url\" content=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\"
179
- />\n <meta name=\"twitter:image\" content=\"https://blog.front-matter.io/content/images/2022/07/jgibson.png\"
180
- />\n <meta name=\"twitter:label1\" content=\"Written by\" />\n <meta
181
- name=\"twitter:data1\" content=\"Martin Fenner\" />\n <meta name=\"twitter:label2\"
182
- content=\"Filed under\" />\n <meta name=\"twitter:data2\" content=\"Interview\"
183
- />\n <meta property=\"og:image:width\" content=\"640\" />\n <meta property=\"og:image:height\"
184
- content=\"480\" />\n \n <script type=\"application/ld+json\">\n{\n \"@context\":
176
+ I was particularly interested in the interview as I served on the Dryad\">\n
177
+ \ <meta name=\"twitter:url\" content=\"https://doi.org/10.53731/rceh7pn-tzg61kj-7zv63\">\n
178
+ \ <meta name=\"twitter:image\" content=\"https://blog.front-matter.io/content/images/2022/07/jgibson.png\">\n
179
+ \ <meta name=\"twitter:label1\" content=\"Written by\">\n <meta name=\"twitter:data1\"
180
+ content=\"Martin Fenner\">\n <meta name=\"twitter:label2\" content=\"Filed
181
+ under\">\n <meta name=\"twitter:data2\" content=\"Interview\">\n <meta
182
+ property=\"og:image:width\" content=\"640\">\n <meta property=\"og:image:height\"
183
+ content=\"480\">\n \n <script type=\"application/ld+json\">\n{\n \"@context\":
185
184
  \"https://schema.org\",\n \"@type\": \"Article\",\n \"publisher\": {\n
186
185
  \ \"@type\": \"Organization\",\n \"name\": \"Front Matter\",\n
187
186
  \ \"url\": \"https://blog.front-matter.io/\",\n \"logo\": {\n
@@ -205,12 +204,11 @@ http_interactions:
205
204
  as I served on the Dryad Board of Directors from 2013 to 2016. In fact, one
206
205
  post on this blog is about a presentation I gave in 2013 (Metrics and attribution:
207
206
  my thoughts for the panel at the ORCID-Dryad symposium on research attri\",\n
208
- \ \"mainEntityOfPage\": {\n \"@type\": \"WebPage\",\n \"@id\":
209
- \"https://blog.front-matter.io/\"\n }\n}\n </script>\n\n <meta name=\"generator\"
210
- content=\"Ghost 5.38\" />\n <link rel=\"alternate\" type=\"application/rss+xml\"
211
- title=\"Front Matter\" href=\"https://blog.front-matter.io/rss/\" />\n <script
212
- defer src=\"https://cdn.jsdelivr.net/ghost/portal@~2.25/umd/portal.min.js\"
213
- data-ghost=\"https://blog.front-matter.io/\" data-key=\"d0d5aabcc0f96718307d5944b6\"
207
+ \ \"mainEntityOfPage\": \"https://blog.front-matter.io/posts/dryad-interview-jen-gibson/\"\n}\n
208
+ \ </script>\n\n <meta name=\"generator\" content=\"Ghost 5.51\">\n <link
209
+ rel=\"alternate\" type=\"application/rss+xml\" title=\"Front Matter\" href=\"https://blog.front-matter.io/rss/\">\n
210
+ \ <script defer src=\"https://cdn.jsdelivr.net/ghost/portal@~2.33/umd/portal.min.js\"
211
+ data-i18n=\"false\" data-ghost=\"https://blog.front-matter.io/\" data-key=\"d0d5aabcc0f96718307d5944b6\"
214
212
  data-api=\"https://front-matter.ghost.io/ghost/api/content/\" crossorigin=\"anonymous\"></script><style
215
213
  id=\"gh-members-styles\">.gh-post-upgrade-cta-content,\n.gh-post-upgrade-cta
216
214
  {\n display: flex;\n flex-direction: column;\n align-items: center;\n
@@ -232,47 +230,48 @@ http_interactions:
232
230
  \ <script defer src=\"https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/sodo-search.min.js\"
233
231
  data-key=\"d0d5aabcc0f96718307d5944b6\" data-styles=\"https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css\"
234
232
  data-sodo-search=\"https://front-matter.ghost.io/\" crossorigin=\"anonymous\"></script>\n
235
- \ <link href=\"https://blog.front-matter.io/webmentions/receive/\" rel=\"webmention\"
236
- />\n <script defer src=\"/public/cards.min.js?v=1ff70c2f6a\"></script>\n
237
- \ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=1ff70c2f6a\">\n
238
- \ <script defer src=\"/public/comment-counts.min.js?v=1ff70c2f6a\" data-ghost-comments-counts-api=\"https://blog.front-matter.io/members/api/comments/counts/\"></script>\n
239
- \ <script defer data-domain=\"blog.front-matter.io\" src=\"https://plausible.io/js/plausible.js\"></script><style>:root
240
- {--ghost-accent-color: #059669;}</style>\n</head>\n\n<body class=\"post-template
241
- tag-interview is-head-stacked has-serif-body\">\n<div class=\"gh-site\">\n\n
242
- \ <header id=\"gh-head\" class=\"gh-head gh-outer\">\n <div class=\"gh-head-inner
243
- gh-inner\">\n <div class=\"gh-head-brand\">\n <div
244
- class=\"gh-head-brand-wrapper\">\n <a class=\"gh-head-logo\"
245
- href=\"https://blog.front-matter.io\">\n <img src=\"https://blog.front-matter.io/content/images/2022/12/logo.png\"
246
- alt=\"Front Matter\">\n </a>\n </div>\n
247
- \ <button class=\"gh-search gh-icon-btn\" data-ghost-search><svg
248
- xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"
249
- stroke-width=\"2\" width=\"20\" height=\"20\"><path stroke-linecap=\"round\"
250
- stroke-linejoin=\"round\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"></path></svg></button>\n
251
- \ <button class=\"gh-burger\"></button>\n </div>\n\n
252
- \ <nav class=\"gh-head-menu\">\n <ul class=\"nav\">\n
253
- \ <li class=\"nav-feature\"><a href=\"https://blog.front-matter.io/tag/feature/\">Feature</a></li>\n
233
+ \ \n <link href=\"https://blog.front-matter.io/webmentions/receive/\"
234
+ rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=d369441f44\"></script>\n
235
+ \ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=d369441f44\">\n
236
+ \ <script defer src=\"/public/comment-counts.min.js?v=d369441f44\" data-ghost-comments-counts-api=\"https://blog.front-matter.io/members/api/comments/counts/\"></script>\n
237
+ \ <link href=\"/atom/\" type=\"application/atom+xml\" rel=\"alternate\"
238
+ title=\"Atom feed\" />\n<script defer data-domain=\"blog.front-matter.io\"
239
+ src=\"https://plausible.io/js/plausible.js\"></script><style>:root {--ghost-accent-color:
240
+ #059669;}</style>\n</head>\n\n<body class=\"post-template tag-interview is-head-stacked
241
+ has-serif-body\">\n<div class=\"gh-site\">\n\n <header id=\"gh-head\" class=\"gh-head
242
+ gh-outer\">\n <div class=\"gh-head-inner gh-inner\">\n <div
243
+ class=\"gh-head-brand\">\n <div class=\"gh-head-brand-wrapper\">\n
244
+ \ \n <a class=\"gh-head-logo\" href=\"https://blog.front-matter.io\">\n
245
+ \ <img src=\"https://blog.front-matter.io/content/images/2022/12/logo.png\"
246
+ alt=\"Front Matter\">\n </a>\n \n </div>\n
247
+ \ <button class=\"gh-search gh-icon-btn\" aria-label=\"Search
248
+ this site\" data-ghost-search><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"
249
+ viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" width=\"20\"
250
+ height=\"20\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21
251
+ 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"></path></svg></button>\n <button
252
+ class=\"gh-burger\"></button>\n </div>\n\n <nav class=\"gh-head-menu\">\n
253
+ \ <ul class=\"nav\">\n <li class=\"nav-feature\"><a href=\"https://blog.front-matter.io/tag/feature/\">Feature</a></li>\n
254
254
  \ <li class=\"nav-news\"><a href=\"https://blog.front-matter.io/tag/news/\">News</a></li>\n
255
255
  \ <li class=\"nav-meeting-report\"><a href=\"https://blog.front-matter.io/tag/meeting-report/\">Meeting
256
256
  Report</a></li>\n <li class=\"nav-interview\"><a href=\"https://blog.front-matter.io/tag/interview/\">Interview</a></li>\n
257
257
  \ <li class=\"nav-chart\"><a href=\"https://blog.front-matter.io/tag/chart/\">Chart</a></li>\n
258
258
  \ <li class=\"nav-science-hack\"><a href=\"https://blog.front-matter.io/tag/science-hack/\">Science
259
259
  Hack</a></li>\n <li class=\"nav-book-review\"><a href=\"https://blog.front-matter.io/tag/book-review/\">Book
260
- Review</a></li>\n <li class=\"nav-gazette\"><a href=\"https://blog.front-matter.io/tag/gazette/\">Gazette</a></li>\n</ul>\n\n
261
- \ </nav>\n\n <div class=\"gh-head-actions\">\n <button
262
- class=\"gh-search gh-icon-btn\" data-ghost-search><svg xmlns=\"http://www.w3.org/2000/svg\"
263
- fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"
264
- width=\"20\" height=\"20\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\"
265
- d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"></path></svg></button>\n
266
- \ <div class=\"gh-head-members\">\n <a
267
- class=\"gh-head-link\" href=\"#/portal/signin\" data-portal=\"signin\">Sign
268
- in</a>\n <a class=\"gh-head-btn gh-btn gh-primary-btn\"
269
- href=\"#/portal/signup\" data-portal=\"signup\">Subscribe</a>\n </div>\n
270
- \ </div>\n </div>\n </header>\n\n \n<main class=\"gh-main\">\n
271
- \ <article class=\"gh-article post tag-interview\">\n\n <header
272
- class=\"gh-article-header gh-canvas\">\n <a class=\"gh-article-tag\"
273
- href=\"https://blog.front-matter.io/tag/interview/\">Interview</a>\n\n <h1
274
- class=\"gh-article-title\">Dryad: Interview with Jen Gibson</h1>\n\n <aside
275
- class=\"gh-article-sidebar\">\n\n <div class=\"gh-author-image-list\">\n
260
+ Review</a></li>\n</ul>\n\n </nav>\n\n <div class=\"gh-head-actions\">\n
261
+ \ <button class=\"gh-search gh-icon-btn\" aria-label=\"Search
262
+ this site\" data-ghost-search><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"
263
+ viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" width=\"20\"
264
+ height=\"20\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21
265
+ 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"></path></svg></button>\n <div
266
+ class=\"gh-head-members\">\n <a class=\"gh-head-link\"
267
+ href=\"#/portal/signin\" data-portal=\"signin\">Sign in</a>\n <a
268
+ class=\"gh-head-btn gh-btn gh-primary-btn\" href=\"#/portal/signup\" data-portal=\"signup\">Subscribe</a>\n
269
+ \ </div>\n </div>\n </div>\n </header>\n\n
270
+ \ \n<main class=\"gh-main\">\n <article class=\"gh-article post tag-interview\">\n\n
271
+ \ <header class=\"gh-article-header gh-canvas\">\n <a
272
+ class=\"gh-article-tag\" href=\"https://blog.front-matter.io/tag/interview/\">Interview</a>\n\n
273
+ \ <h1 class=\"gh-article-title\">Dryad: Interview with Jen Gibson</h1>\n\n
274
+ \ <aside class=\"gh-article-sidebar\">\n\n <div class=\"gh-author-image-list\">\n
276
275
  \ <a class=\"gh-author-image\" href=\"/author/martin/\">\n <img
277
276
  src=\"https://www.gravatar.com/avatar/8adea77ad740876f5cb832f92d49f08d?s&#x3D;250&amp;r&#x3D;x&amp;d&#x3D;mp\"
278
277
  alt=\"Martin Fenner\">\n </a>\n </div>\n\n <div
@@ -506,10 +505,9 @@ http_interactions:
506
505
  Subscribe now</button>\n </section>\n\n <nav class=\"gh-foot-menu\">\n
507
506
  \ <ul class=\"nav\">\n <li class=\"nav-front-matter\"><a
508
507
  href=\"https://front-matter.io\">Front Matter</a></li>\n <li class=\"nav-about\"><a
509
- href=\"https://blog.front-matter.io/about/\">About</a></li>\n <li class=\"nav-gazette\"><a
510
- href=\"https://blog.front-matter.io/gazette/\">Gazette</a></li>\n <li class=\"nav-privacy-policy\"><a
508
+ href=\"https://blog.front-matter.io/about/\">About</a></li>\n <li class=\"nav-privacy-policy\"><a
511
509
  href=\"https://blog.front-matter.io/privacy-policy/\">Privacy Policy</a></li>\n
512
- \ <li class=\"nav-rss\"><a href=\"https://blog.front-matter.io/rss/\">RSS</a></li>\n
510
+ \ <li class=\"nav-rss\"><a href=\"https://blog.front-matter.io/atom/\">RSS</a></li>\n
513
511
  \ <li class=\"nav-usage-stats\"><a href=\"https://plausible.io/blog.front-matter.io\">Usage
514
512
  Stats</a></li>\n <li class=\"nav-discord\"><a href=\"https://front-matter.io/discord\">Discord</a></li>\n</ul>\n\n
515
513
  \ </nav>\n\n <div class=\"gh-copyright\">\n Front
@@ -536,6 +534,6 @@ http_interactions:
536
534
  (arrow left)\"></button>\n <button class=\"pswp__button pswp__button--arrow--right\"
537
535
  title=\"Next (arrow right)\"></button>\n\n <div class=\"pswp__caption\">\n
538
536
  \ <div class=\"pswp__caption__center\"></div>\n </div>\n
539
- \ </div>\n </div>\n</div>\n<script src=\"https://blog.front-matter.io/assets/built/main.min.js?v=1ff70c2f6a\"></script>\n\n\n\n</body>\n\n</html>\n"
540
- recorded_at: Sun, 19 Mar 2023 17:36:02 GMT
537
+ \ </div>\n </div>\n</div>\n<script src=\"https://blog.front-matter.io/assets/built/main.min.js?v=d369441f44\"></script>\n\n\n\n</body>\n\n</html>\n"
538
+ recorded_at: Wed, 14 Jun 2023 08:10:53 GMT
541
539
  recorded_with: VCR 6.1.0
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Sun, 19 Mar 2023 20:04:28 GMT
22
+ - Wed, 14 Jun 2023 08:10:41 GMT
23
23
  Content-Type:
24
24
  - application/json;charset=UTF-8
25
25
  Transfer-Encoding:
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Cf-Cache-Status:
32
32
  - DYNAMIC
33
33
  Report-To:
34
- - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=raS%2FPHBH4ZIw%2FP5QVQCK%2Bb1hjcU%2F28JHpodznpqFpZwb4bda8IkZexOMwLVWh3ijsGtRLTbrMJF3VFnxVYiVZ%2Fn21IpYVVAtKz26Uizv7ViBWcOOGZnmHgBXIyC4JAJMRAgwIhU%3D"}],"group":"cf-nel","max_age":604800}'
34
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=7tJP4UKHaJT%2FaJIiTjae31Jy6RERp7QGDl5GkMdcSzsHkbzG5cOxOdxUv4ux%2B3tok91xft%2FKufB%2BMNlgncw4km1XJb3v%2B8d%2FmQJqy%2B8l%2F2fPuq9ApS83PrE%3D"}],"group":"cf-nel","max_age":604800}'
35
35
  Nel:
36
36
  - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
37
37
  Strict-Transport-Security:
@@ -39,9 +39,9 @@ http_interactions:
39
39
  Server:
40
40
  - cloudflare
41
41
  Cf-Ray:
42
- - 7aa8531ff9c00e90-AMS
42
+ - 7d7119256dfcd655-MAD
43
43
  Alt-Svc:
44
- - h3=":443"; ma=86400, h3-29=":443"; ma=86400
44
+ - h3=":443"; ma=86400
45
45
  body:
46
46
  encoding: UTF-8
47
47
  string: |-
@@ -51,5 +51,5 @@ http_interactions:
51
51
  "RA": "Crossref"
52
52
  }
53
53
  ]
54
- recorded_at: Sun, 19 Mar 2023 20:04:28 GMT
54
+ recorded_at: Wed, 14 Jun 2023 08:10:41 GMT
55
55
  recorded_with: VCR 6.1.0
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Sun, 19 Mar 2023 17:36:00 GMT
22
+ - Wed, 14 Jun 2023 08:10:52 GMT
23
23
  Content-Type:
24
24
  - application/json; charset=utf-8
25
25
  Transfer-Encoding:
@@ -41,7 +41,7 @@ http_interactions:
41
41
  X-Xss-Protection:
42
42
  - 1; mode=block
43
43
  X-Request-Id:
44
- - 90942b2d-8794-4716-a476-d2b5cddb6172
44
+ - e8446efc-bf18-43b3-8bd9-beaca98fa056
45
45
  X-Download-Options:
46
46
  - noopen
47
47
  Etag:
@@ -49,7 +49,7 @@ http_interactions:
49
49
  X-Frame-Options:
50
50
  - SAMEORIGIN
51
51
  X-Runtime:
52
- - '0.028645'
52
+ - '0.049800'
53
53
  X-Content-Type-Options:
54
54
  - nosniff
55
55
  X-Powered-By:
@@ -81,5 +81,5 @@ http_interactions:
81
81
  Geowissenschaften","descriptionType":"SeriesInformation"}],"geoLocations":[],"fundingReferences":[],"xml":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHJlc291cmNlIHhtbG5zPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCBodHRwOi8vc2NoZW1hLmRhdGFjaXRlLm9yZy9tZXRhL2tlcm5lbC00LjQvbWV0YWRhdGEueHNkIj4KICA8aWRlbnRpZmllciBpZGVudGlmaWVyVHlwZT0iRE9JIj4xMC4yMzEyL0dFT1dJU1NFTlNDSEFGVEVOLjE5ODkuNy4xODE8L2lkZW50aWZpZXI+CiAgPGNyZWF0b3JzPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5Nb3NzbWFuLCBEYXZpZCBKPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICA8L2NyZWF0b3JzPgogIDxjb250cmlidXRvcnM+CiAgICA8Y29udHJpYnV0b3IgY29udHJpYnV0b3JUeXBlPSJIb3N0aW5nSW5zdGl0dXRpb24iPgogICAgICA8Y29udHJpYnV0b3JOYW1lIG5hbWVUeXBlPSJPcmdhbml6YXRpb25hbCI+VElCIC0gVGVjaG5pc2NoZSBJbmZvcm1hdGlvbnNiaWJsaW90aGVrIFVuaXZlcnNpdMOkdHNiaWJsaW90aGVrIEhhbm5vdmVyPC9jb250cmlidXRvck5hbWU+CiAgICA8L2NvbnRyaWJ1dG9yPgogICAgPGNvbnRyaWJ1dG9yIGNvbnRyaWJ1dG9yVHlwZT0iRGF0YU1hbmFnZXIiPgogICAgICA8Y29udHJpYnV0b3JOYW1lPkFsZnJlZC1XZWdlbmVyLUluc3RpdHV0IGbDvHIgUG9sYXItIHVuZCBNZWVyZXNmb3JzY2h1bmc8L2NvbnRyaWJ1dG9yTmFtZT4KICAgIDwvY29udHJpYnV0b3I+CiAgPC9jb250cmlidXRvcnM+CiAgPHRpdGxlcz4KICAgIDx0aXRsZT5BbiBPdmVydmlldyBvZiB0aGUgR2VvbG9neSBvZiBDYW5hZGlhbiBHb2xkIE9jY3VycmVuY2VzPC90aXRsZT4KICA8L3RpdGxlcz4KICA8cHVibGlzaGVyPlZDSCBWZXJsYWdzZ2VzZWxsc2NoYWZ0IG1iSDwvcHVibGlzaGVyPgogIDxwdWJsaWNhdGlvblllYXI+MTk4OTwvcHVibGljYXRpb25ZZWFyPgogIDxzdWJqZWN0cz4KICAgIDxzdWJqZWN0IGNsYXNzaWZpY2F0aW9uQ29kZT0iZ2VvIiBzdWJqZWN0U2NoZW1lPSJsaW5zZWFyY2gobWFwcGluZykiPkVhcnRoIFNjaWVuY2U8L3N1YmplY3Q+CiAgICA8c3ViamVjdCBjbGFzc2lmaWNhdGlvbkNvZGU9IjU1MCIgc3ViamVjdFNjaGVtZT0iZGRjIj4gRWFydGggc2NpZW5jZXMgYW5kIGdlb2xvZ3k8L3N1YmplY3Q+CiAgPC9zdWJqZWN0cz4KICA8ZGF0ZXM+CiAgICA8ZGF0ZSBkYXRlVHlwZT0iSXNzdWVkIj4xOTg5LTAxLTAxPC9kYXRlPgogICAgPGRhdGUgZGF0ZVR5cGU9IkNvcHlyaWdodGVkIj4xOTg5LTAxLTAxPC9kYXRlPgogIDwvZGF0ZXM+CiAgPGxhbmd1YWdlPmVuPC9sYW5ndWFnZT4KICA8cmVzb3VyY2VUeXBlIHJlc291cmNlVHlwZUdlbmVyYWw9IkpvdXJuYWxBcnRpY2xlIj5FbGVjdHJvbmljIFJlc291cmNlPC9yZXNvdXJjZVR5cGU+CiAgPGFsdGVybmF0ZUlkZW50aWZpZXJzPgogICAgPGFsdGVybmF0ZUlkZW50aWZpZXIgYWx0ZXJuYXRlSWRlbnRpZmllclR5cGU9ImZ0eC1vbGQiPmF3aTpkb2l+MTAuMjMxMiUyRmdlb3dpc3NlbnNjaGFmdGVuLjE5ODkuNy4xODE8L2FsdGVybmF0ZUlkZW50aWZpZXI+CiAgICA8YWx0ZXJuYXRlSWRlbnRpZmllciBhbHRlcm5hdGVJZGVudGlmaWVyVHlwZT0iZnR4LWlkIj5hd2k6NzA1OGE1NmM1ZTQzYWZkNzA1YWY5NDVkMDE1MzZiOWFhZWVlZTQ5MTwvYWx0ZXJuYXRlSWRlbnRpZmllcj4KICA8L2FsdGVybmF0ZUlkZW50aWZpZXJzPgogIDxyZWxhdGVkSWRlbnRpZmllcnM+CiAgICA8cmVsYXRlZElkZW50aWZpZXIgcmVsYXRlZElkZW50aWZpZXJUeXBlPSJJU1NOIiByZWxhdGlvblR5cGU9IklzUHVibGlzaGVkSW4iPjA5MzMtMDcwNDwvcmVsYXRlZElkZW50aWZpZXI+CiAgPC9yZWxhdGVkSWRlbnRpZmllcnM+CiAgPHNpemVzPgogICAgPHNpemU+NiAgcGFnZXM8L3NpemU+CiAgPC9zaXplcz4KICA8Zm9ybWF0cz4KICAgIDxmb3JtYXQ+YXBwbGljYXRpb24vcGRmPC9mb3JtYXQ+CiAgPC9mb3JtYXRzPgogIDx2ZXJzaW9uPjEuMDwvdmVyc2lvbj4KICA8cmlnaHRzTGlzdD4KICAgIDxyaWdodHM+VkNIIFZlcmxhZ3NnZXNlbGxzY2hhZnQgbWJIPC9yaWdodHM+CiAgPC9yaWdodHNMaXN0PgogIDxkZXNjcmlwdGlvbnM+CiAgICA8ZGVzY3JpcHRpb24gZGVzY3JpcHRpb25UeXBlPSJBYnN0cmFjdCIvPgogICAgPGRlc2NyaXB0aW9uIGRlc2NyaXB0aW9uVHlwZT0iU2VyaWVzSW5mb3JtYXRpb24iPkRpZSBHZW93aXNzZW5zY2hhZnRlbjwvZGVzY3JpcHRpb24+CiAgPC9kZXNjcmlwdGlvbnM+CiAgPHJlbGF0ZWRJdGVtcz4KICAgIDxyZWxhdGVkSXRlbSByZWxhdGVkSXRlbVR5cGU9IkpvdXJuYWwiIHJlbGF0aW9uVHlwZT0iSXNQdWJsaXNoZWRJbiI+CiAgICAgIDxyZWxhdGVkSXRlbUlkZW50aWZpZXIgcmVsYXRlZEl0ZW1JZGVudGlmaWVyVHlwZT0iSVNTTiI+MDkzMy0wNzA0PC9yZWxhdGVkSXRlbUlkZW50aWZpZXI+CiAgICAgIDx0aXRsZXM+CiAgICAgICAgPHRpdGxlPkRpZSBHZW93aXNzZW5zY2hhZnRlbjwvdGl0bGU+CiAgICAgIDwvdGl0bGVzPgogICAgICA8dm9sdW1lPjc8L3ZvbHVtZT4KICAgICAgPGlzc3VlPjc8L2lzc3VlPgogICAgICA8Zmlyc3RQYWdlPjE4MTwvZmlyc3RQYWdlPgogICAgICA8bGFzdFBhZ2U+MTg2PC9sYXN0UGFnZT4KICAgIDwvcmVsYXRlZEl0ZW0+CiAgPC9yZWxhdGVkSXRlbXM+CjwvcmVzb3VyY2U+","url":"https://www.tib.eu/suchen/id/awi:7058a56c5e43afd705af945d01536b9aaeeee491","contentUrl":null,"metadataVersion":10,"schemaVersion":"http://datacite.org/schema/kernel-4","source":"mds","isActive":true,"state":"findable","reason":null,"viewCount":0,"viewsOverTime":[],"downloadCount":0,"downloadsOverTime":[],"referenceCount":0,"citationCount":0,"citationsOverTime":[],"partCount":0,"partOfCount":0,"versionCount":0,"versionOfCount":0,"created":"2011-12-13T16:36:34.000Z","registered":"2011-08-19T09:10:02.000Z","published":"1989","updated":"2022-03-24T00:30:25.000Z"},"relationships":{"client":{"data":{"id":"tib.awi","type":"clients"}},"provider":{"data":{"id":"ruwk","type":"providers"}},"media":{"data":{"id":"10.2312/geowissenschaften.1989.7.181","type":"media"}},"references":{"data":[]},"citations":{"data":[]},"parts":{"data":[]},"partOf":{"data":[]},"versions":{"data":[]},"versionOf":{"data":[]}}},"included":[{"id":"tib.awi","type":"clients","attributes":{"name":"Alfred
82
82
  Wegener Institute","symbol":"TIB.AWI","year":2011,"alternateName":null,"description":"TIB-Portal
83
83
  Betrieb","language":[],"clientType":"repository","domains":"*","re3data":null,"opendoar":null,"issn":{},"url":null,"created":"2011-11-24T12:21:02.000Z","updated":"2020-12-18T15:03:59.000Z","isActive":true},"relationships":{"provider":{"data":{"id":"ruwk","type":"providers"}},"consortium":{"data":{"id":"tibco","type":"providers"}},"prefixes":{"data":[{"id":"10.48433","type":"prefixes"}]}}}]}'
84
- recorded_at: Sun, 19 Mar 2023 17:36:00 GMT
84
+ recorded_at: Wed, 14 Jun 2023 08:10:52 GMT
85
85
  recorded_with: VCR 6.1.0
@@ -23,13 +23,13 @@ http_interactions:
23
23
  Cache-Control:
24
24
  - public, max-age=0, must-revalidate
25
25
  Content-Length:
26
- - '11329'
26
+ - '4'
27
27
  Content-Type:
28
28
  - application/json; charset=utf-8
29
29
  Date:
30
- - Sun, 04 Jun 2023 13:23:09 GMT
30
+ - Wed, 14 Jun 2023 08:10:42 GMT
31
31
  Etag:
32
- - '"aszzwmkdb8oo"'
32
+ - '"wm6yxsynvh4"'
33
33
  Server:
34
34
  - Vercel
35
35
  Strict-Transport-Security:
@@ -39,16 +39,66 @@ http_interactions:
39
39
  X-Vercel-Cache:
40
40
  - MISS
41
41
  X-Vercel-Id:
42
- - fra1::iad1::d8547-1685884989318-9415ca5db471
42
+ - fra1::iad1::7tlmd-1686730242247-3d037b2d8e15
43
43
  Connection:
44
44
  - close
45
45
  body:
46
46
  encoding: UTF-8
47
- string: '{"id":"https://wisspub.net/2023/05/23/eu-mitgliedstaaten-betonen-die-rolle-von-wissenschaftsgeleiteten-open-access-modellen-jenseits-von-apcs/","short_id":"zkevlyd3","url":"https://wisspub.net/2023/05/23/eu-mitgliedstaaten-betonen-die-rolle-von-wissenschaftsgeleiteten-open-access-modellen-jenseits-von-apcs/","title":"EU-Mitgliedstaaten
47
+ string: 'null'
48
+ recorded_at: Wed, 14 Jun 2023 08:10:42 GMT
49
+ - request:
50
+ method: get
51
+ uri: https://rogue-scholar.org/api/posts/1c578558-1324-4493-b8af-84c49eabc52f
52
+ body:
53
+ encoding: UTF-8
54
+ string: ''
55
+ headers:
56
+ Connection:
57
+ - close
58
+ Host:
59
+ - rogue-scholar.org
60
+ User-Agent:
61
+ - http.rb/5.1.1
62
+ response:
63
+ status:
64
+ code: 200
65
+ message: OK
66
+ headers:
67
+ Age:
68
+ - '0'
69
+ Cache-Control:
70
+ - public, max-age=0, must-revalidate
71
+ Content-Length:
72
+ - '11932'
73
+ Content-Type:
74
+ - application/json; charset=utf-8
75
+ Date:
76
+ - Wed, 14 Jun 2023 08:17:02 GMT
77
+ Etag:
78
+ - '"1b0ejq68uw95c"'
79
+ Server:
80
+ - Vercel
81
+ Strict-Transport-Security:
82
+ - max-age=63072000
83
+ X-Matched-Path:
84
+ - "/api/posts/[slug]"
85
+ X-Vercel-Cache:
86
+ - MISS
87
+ X-Vercel-Id:
88
+ - fra1::iad1::4vq8h-1686730619347-010ca159cb96
89
+ Connection:
90
+ - close
91
+ body:
92
+ encoding: UTF-8
93
+ 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
94
  betonen die Rolle von wissenschaftsgeleiteten Open-Access-Modellen jenseits
49
95
  von APCs","summary":"Die EU-Wissenschaftsministerien haben sich auf ihrer
50
96
  heutigen Sitzung in Brüssel unter dem Titel “Council conclusions on high-quality,
51
- transparent, open, trustworthy and equitable scholarly publishing” (PDF...","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
97
+ transparent, open, trustworthy and equitable scholarly publishing” (PDF der
98
+ englischen Version, PDF der deutschen Version) mit den aktuellen Herausforderungen
99
+ des wissenschaftlichen Publikationswesens befasst. Bereits im Vorfeld der
100
+ Sitzung der Wissenschaftsministerien wurden verschiedene Versionen der Erklärung
101
+ ö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
102
  Pampel"}],"image":null,"content_html":"\n<p>Die EU-Wissenschaftsministerien
53
103
  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
104
  Sitzung</a> in Brüssel unter dem Titel “Council conclusions on high-quality,
@@ -157,7 +207,8 @@ http_interactions:
157
207
  abgestimmte Förderaktivitäten erforderlich, die beispielsweise in Deutschland,
158
208
  komplementär zu DEAL, dem wissenschaftsgeleiteten Open-Access-Publizieren
159
209
  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","language":"de","favicon":null,"feed_url":"https://wisspub.net/feed/atom/","home_page_url":"https://wisspub.net/","license":"https://creativecommons.org/licenses/by/4.0/legalcode","category":"Engineering
161
- and Technology"}}'
162
- recorded_at: Sun, 04 Jun 2023 13:23:09 GMT
210
+ Transformation","Open Science","EU"],"language":"de","references":[],"blog_id":"34zkv26","blog":{"id":"34zkv26","title":"wisspub.net","description":"Gemeinschaftsblog
211
+ 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
212
+ (.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}}'
213
+ recorded_at: Wed, 14 Jun 2023 08:17:03 GMT
163
214
  recorded_with: VCR 6.1.0
@@ -23,13 +23,13 @@ http_interactions:
23
23
  Cache-Control:
24
24
  - public, max-age=0, must-revalidate
25
25
  Content-Length:
26
- - '1607861'
26
+ - '4'
27
27
  Content-Type:
28
28
  - application/json; charset=utf-8
29
29
  Date:
30
- - Sun, 04 Jun 2023 13:23:08 GMT
30
+ - Wed, 14 Jun 2023 08:10:43 GMT
31
31
  Etag:
32
- - '"kt29he0my7ygld"'
32
+ - '"wm6yxsynvh4"'
33
33
  Server:
34
34
  - Vercel
35
35
  Strict-Transport-Security:
@@ -39,12 +39,58 @@ http_interactions:
39
39
  X-Vercel-Cache:
40
40
  - MISS
41
41
  X-Vercel-Id:
42
- - fra1::iad1::4g2bf-1685884987322-8525eba36f6c
42
+ - fra1::iad1::4f9kc-1686730243125-bd2945293712
43
43
  Connection:
44
44
  - close
45
45
  body:
46
46
  encoding: UTF-8
47
- string: '{"id":"https://doi.org/10.54900/g0qks-tcz98","short_id":"wve6rep4","url":"https://upstream.force11.org/attempts-at-automating-journal-subject-classification/","title":"Attempts
47
+ string: 'null'
48
+ recorded_at: Wed, 14 Jun 2023 08:10:43 GMT
49
+ - request:
50
+ method: get
51
+ uri: https://rogue-scholar.org/api/posts/5d14ffac-b9ac-4e20-bdc0-d9248df4e80d
52
+ body:
53
+ encoding: UTF-8
54
+ string: ''
55
+ headers:
56
+ Connection:
57
+ - close
58
+ Host:
59
+ - rogue-scholar.org
60
+ User-Agent:
61
+ - http.rb/5.1.1
62
+ response:
63
+ status:
64
+ code: 200
65
+ message: OK
66
+ headers:
67
+ Age:
68
+ - '0'
69
+ Cache-Control:
70
+ - public, max-age=0, must-revalidate
71
+ Content-Length:
72
+ - '1608266'
73
+ Content-Type:
74
+ - application/json; charset=utf-8
75
+ Date:
76
+ - Wed, 14 Jun 2023 08:17:05 GMT
77
+ Etag:
78
+ - '"h1ncgg2hjwygwm"'
79
+ Server:
80
+ - Vercel
81
+ Strict-Transport-Security:
82
+ - max-age=63072000
83
+ X-Matched-Path:
84
+ - "/api/posts/[slug]"
85
+ X-Vercel-Cache:
86
+ - MISS
87
+ X-Vercel-Id:
88
+ - fra1::iad1::jbgtt-1686730623677-c08ee07ed31b
89
+ Connection:
90
+ - close
91
+ body:
92
+ encoding: UTF-8
93
+ string: '{"id":"https://doi.org/10.54900/g0qks-tcz98","uuid":"5d14ffac-b9ac-4e20-bdc0-d9248df4e80d","url":"https://upstream.force11.org/attempts-at-automating-journal-subject-classification/","title":"Attempts
48
94
  at automating journal subject classification","summary":"Traditionally, journal
49
95
  subject classification was done manually at varying levels of granularity,
50
96
  depending on the use case for the institution. Subject classification is done
@@ -238,6 +284,8 @@ http_interactions:
238
284
  a very good understanding of what is happening within the algorithm.</p><p>This
239
285
  was an interesting exercise for the author to get acquainted with machine
240
286
  learning and become familiar with some of the available techniques.</p><p></p>
241
- ","tags":["Original Research"],"language":"en","blog_id":"pm0p222","blog":{"id":"pm0p222","title":"Upstream","language":"en","favicon":"https://upstream.force11.org/favicon.png","feed_url":"https://upstream.force11.org/atom/","home_page_url":"https://upstream.force11.org","license":"https://creativecommons.org/licenses/by/4.0/legalcode","category":"Humanities"}}'
242
- recorded_at: Sun, 04 Jun 2023 13:23:08 GMT
287
+ ","tags":["Original Research"],"language":"en","references":[],"blog_id":"pm0p222","blog":{"id":"pm0p222","title":"Upstream","description":"The
288
+ community blog for all things Open Research.","language":"en","favicon":"https://upstream.force11.org/favicon.png","feed_url":"https://upstream.force11.org/atom/","home_page_url":"https://upstream.force11.org","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T07:23:49+00:00","indexed_at":"2023-01-13","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
289
+ 5.25","category":"Humanities","prefix":"10.54900","modified_at":"2023-06-06T08:00:49+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true}}'
290
+ recorded_at: Wed, 14 Jun 2023 08:17:06 GMT
243
291
  recorded_with: VCR 6.1.0