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
@@ -27,8 +27,8 @@ http_interactions:
27
27
  Status:
28
28
  - 301 Moved Permanently
29
29
  X-Request-Id:
30
- - 22cd9f14-2756-46a7-8b37-83184ec996a6
31
- - 22cd9f14-2756-46a7-8b37-83184ec996a6
30
+ - 884c560f-6a42-4d41-8924-f3fc2c082a01
31
+ - 884c560f-6a42-4d41-8924-f3fc2c082a01
32
32
  Location:
33
33
  - "/posts/editorial-by-more-than-200-call-for-emergency-action-to-limit-global-temperature-increases-restore-biodiversity-and-protect-health/"
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, 18 Jun 2023 15:22:17 GMT
44
- Via:
45
- - 1.1 varnish
45
+ - Wed, 06 Sep 2023 14:50:13 GMT
46
46
  Age:
47
47
  - '0'
48
48
  X-Served-By:
49
- - cache-ams21038-AMS
49
+ - cache-ams21049-AMS, cache-fra-eddf8230053-FRA
50
50
  X-Cache:
51
- - MISS
51
+ - MISS, MISS
52
52
  X-Cache-Hits:
53
- - '0'
53
+ - 0, 0
54
54
  X-Timer:
55
- - S1687101737.042646,VS0,VE29
55
+ - S1694011814.667675,VS0,VE34
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, 18 Jun 2023 15:22:16 GMT
65
+ recorded_at: Wed, 06 Sep 2023 14:50:13 GMT
66
66
  - request:
67
67
  method: get
68
68
  uri: https://blog.front-matter.io/posts/editorial-by-more-than-200-call-for-emergency-action-to-limit-global-temperature-increases-restore-biodiversity-and-protect-health/
@@ -84,7 +84,7 @@ http_interactions:
84
84
  Connection:
85
85
  - close
86
86
  Content-Length:
87
- - '33376'
87
+ - '33136'
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
- - 886c056e-b7d3-4f31-81d1-78f220a469f9
96
- - 886c056e-b7d3-4f31-81d1-78f220a469f9
95
+ - 5d9f6530-f5c9-4b45-918a-bbf552ea0503
96
+ - 5d9f6530-f5c9-4b45-918a-bbf552ea0503
97
97
  Etag:
98
- - W/"8260-LrEa4FKFZ8H1tNSyBExgxo49fu8"
98
+ - W/"8170-QT2qDWY+khJ7qJlszjVodsp4e3A"
99
99
  Ghost-Cache:
100
100
  - MISS
101
101
  Cache-Control:
102
102
  - public, max-age=0
103
103
  Ghost-Age:
104
104
  - '0'
105
+ Via:
106
+ - 1.1 varnish, 1.1 varnish
105
107
  Accept-Ranges:
106
108
  - bytes
107
109
  Date:
108
- - Sun, 18 Jun 2023 15:22:17 GMT
109
- Via:
110
- - 1.1 varnish
110
+ - Wed, 06 Sep 2023 14:50:14 GMT
111
111
  Age:
112
112
  - '0'
113
113
  X-Served-By:
114
- - cache-ams21063-AMS
114
+ - cache-ams21039-AMS, cache-fra-eddf8230026-FRA
115
115
  X-Cache:
116
- - MISS
116
+ - MISS, MISS
117
117
  X-Cache-Hits:
118
- - '0'
118
+ - 0, 0
119
119
  X-Timer:
120
- - S1687101737.217356,VS0,VE150
120
+ - S1694011814.033554,VS0,VE217
121
121
  Vary:
122
122
  - Cookie, Accept-Encoding
123
123
  Ghost-Fastly:
@@ -130,7 +130,7 @@ http_interactions:
130
130
  \ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n
131
131
  \ <title>Editorial by more than 200 health journals: Call for emergency
132
132
  action to limit global temperature increases, restore biodiversity, and protect
133
- health</title>\n <link rel=\"stylesheet\" href=\"https://blog.front-matter.io/assets/built/screen.css?v=848cb6eb27\">\n\n
133
+ health</title>\n <link rel=\"stylesheet\" href=\"https://blog.front-matter.io/assets/built/screen.css?v=7f17228953\">\n\n
134
134
  \ <meta name=\"citation_doi\" content=\"https://doi.org/10.53731/r9nqx6h-97aq74v-ag7bw\">\n
135
135
  \ <meta name=\"citation_title\" content=\"Editorial by more than 200 health
136
136
  journals: Call for emergency action to limit global temperature increases,
@@ -213,10 +213,10 @@ http_interactions:
213
213
  greatest threat to global public health is the continued failure of world
214
214
  leaders to keep the global temperature rise below 1.5°C and to restore na\",\n
215
215
  \ \"mainEntityOfPage\": \"https://blog.front-matter.io/posts/editorial-by-more-than-200-call-for-emergency-action-to-limit-global-temperature-increases-restore-biodiversity-and-protect-health/\"\n}\n
216
- \ </script>\n\n <meta name=\"generator\" content=\"Ghost 5.51\">\n <link
216
+ \ </script>\n\n <meta name=\"generator\" content=\"Ghost 5.61\">\n <link
217
217
  rel=\"alternate\" type=\"application/rss+xml\" title=\"Front Matter\" href=\"https://blog.front-matter.io/rss/\">\n
218
- \ <script defer src=\"https://cdn.jsdelivr.net/ghost/portal@~2.33/umd/portal.min.js\"
219
- data-i18n=\"false\" data-ghost=\"https://blog.front-matter.io/\" data-key=\"d0d5aabcc0f96718307d5944b6\"
218
+ \ <script defer src=\"https://cdn.jsdelivr.net/ghost/portal@~2.34/umd/portal.min.js\"
219
+ data-i18n=\"true\" data-ghost=\"https://blog.front-matter.io/\" data-key=\"d0d5aabcc0f96718307d5944b6\"
220
220
  data-api=\"https://front-matter.ghost.io/ghost/api/content/\" crossorigin=\"anonymous\"></script><style
221
221
  id=\"gh-members-styles\">.gh-post-upgrade-cta-content,\n.gh-post-upgrade-cta
222
222
  {\n display: flex;\n flex-direction: column;\n align-items: center;\n
@@ -239,19 +239,20 @@ http_interactions:
239
239
  data-key=\"d0d5aabcc0f96718307d5944b6\" data-styles=\"https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css\"
240
240
  data-sodo-search=\"https://front-matter.ghost.io/\" crossorigin=\"anonymous\"></script>\n
241
241
  \ \n <link href=\"https://blog.front-matter.io/webmentions/receive/\"
242
- rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=848cb6eb27\"></script>\n
243
- \ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=848cb6eb27\">\n
244
- \ <script defer src=\"/public/comment-counts.min.js?v=848cb6eb27\" data-ghost-comments-counts-api=\"https://blog.front-matter.io/members/api/comments/counts/\"></script>\n
242
+ rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=7f17228953\"></script>\n
243
+ \ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=7f17228953\">\n
244
+ \ <script defer src=\"/public/comment-counts.min.js?v=7f17228953\" data-ghost-comments-counts-api=\"https://blog.front-matter.io/members/api/comments/counts/\"></script>\n
245
245
  \ <link href=\"/atom/\" type=\"application/atom+xml\" rel=\"alternate\"
246
- title=\"Atom feed\" />\n<script defer data-domain=\"blog.front-matter.io\"
247
- src=\"https://plausible.io/js/plausible.js\"></script><style>:root {--ghost-accent-color:
248
- #059669;}</style>\n</head>\n\n<body class=\"post-template tag-news is-head-stacked
249
- has-serif-body\">\n<div class=\"gh-site\">\n\n <header id=\"gh-head\" class=\"gh-head
250
- gh-outer\">\n <div class=\"gh-head-inner gh-inner\">\n <div
251
- class=\"gh-head-brand\">\n <div class=\"gh-head-brand-wrapper\">\n
252
- \ \n <a class=\"gh-head-logo\" href=\"https://blog.front-matter.io\">\n
253
- \ <img src=\"https://blog.front-matter.io/content/images/2022/12/logo.png\"
254
- alt=\"Front Matter\">\n </a>\n \n </div>\n
246
+ title=\"Atom feed\" />\n<link rel=\"me\" href=\"https://hachyderm.io/@mfenner\">\n<script
247
+ defer data-domain=\"blog.front-matter.io\" src=\"https://plausible.io/js/plausible.js\"></script><style>:root
248
+ {--ghost-accent-color: #059669;}</style>\n</head>\n\n<body class=\"post-template
249
+ tag-news is-head-stacked has-serif-body\">\n<div class=\"gh-site\">\n\n <header
250
+ id=\"gh-head\" class=\"gh-head gh-outer\">\n <div class=\"gh-head-inner
251
+ gh-inner\">\n <div class=\"gh-head-brand\">\n <div
252
+ class=\"gh-head-brand-wrapper\">\n \n <a
253
+ class=\"gh-head-logo\" href=\"https://blog.front-matter.io\">\n <img
254
+ src=\"https://blog.front-matter.io/content/images/2022/12/logo.png\" alt=\"Front
255
+ Matter\">\n </a>\n \n </div>\n
255
256
  \ <button class=\"gh-search gh-icon-btn\" aria-label=\"Search
256
257
  this site\" data-ghost-search><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"
257
258
  viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" width=\"20\"
@@ -338,94 +339,91 @@ http_interactions:
338
339
  class=\"gh-pagehead\">\n <h4 class=\"gh-pagehead-title\">Read
339
340
  next</h4>\n </section>\n\n <div class=\"gh-topic
340
341
  gh-topic-grid\">\n <div class=\"gh-topic-content\">\n <article
341
- class=\"gh-card post\">\n <a class=\"gh-card-link\" href=\"/posts/does-it-compose/\">\n
342
- \ <figure class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;300
343
- 300w,\n https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720
344
- 720w,\n https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;960
345
- 960w,\n https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1200
346
- 1200w,\n https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;2000
342
+ class=\"gh-card post\">\n <a class=\"gh-card-link\" href=\"/posts/filter-posts-by-language/\">\n
343
+ \ <figure class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-1601520525445-1039c1fa232b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDh8fGxhbmd1YWdlfGVufDB8fHx8MTY5MzgzMjMwOXww&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;300
344
+ 300w,\n https://images.unsplash.com/photo-1601520525445-1039c1fa232b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDh8fGxhbmd1YWdlfGVufDB8fHx8MTY5MzgzMjMwOXww&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720
345
+ 720w,\n https://images.unsplash.com/photo-1601520525445-1039c1fa232b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDh8fGxhbmd1YWdlfGVufDB8fHx8MTY5MzgzMjMwOXww&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;960
346
+ 960w,\n https://images.unsplash.com/photo-1601520525445-1039c1fa232b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDh8fGxhbmd1YWdlfGVufDB8fHx8MTY5MzgzMjMwOXww&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1200
347
+ 1200w,\n https://images.unsplash.com/photo-1601520525445-1039c1fa232b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDh8fGxhbmd1YWdlfGVufDB8fHx8MTY5MzgzMjMwOXww&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;2000
347
348
  2000w\"\n sizes=\"(max-width: 1200px) 100vw, 1200px\"\n
348
- \ src=\"https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720\"\n
349
- \ alt=\"Does it compose?\"\n >\n </figure>\n\n
350
- \ <div class=\"gh-card-wrapper\">\n <header class=\"gh-card-header\">\n
351
- \ <h3 class=\"gh-card-title\">Does it compose?</h3>\n </header>\n\n
352
- \ <div class=\"gh-card-excerpt\">One question I have increasingly
353
- asked myself in the past few years. Meaning\n\nCan I run this open source
354
- software  using Docker containers and a Docker Compose file?\n\nAs the Docker
355
- project turned ten this spring, it has become standard practice to distribute
356
- open source software via Docker images and</div>\n\n <footer class=\"gh-card-footer\">\n
349
+ \ src=\"https://images.unsplash.com/photo-1601520525445-1039c1fa232b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDh8fGxhbmd1YWdlfGVufDB8fHx8MTY5MzgzMjMwOXww&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720\"\n
350
+ \ alt=\"New in Rogue Scholar: filter posts by language\"\n
351
+ \ >\n </figure>\n\n <div class=\"gh-card-wrapper\">\n
352
+ \ <header class=\"gh-card-header\">\n <h3 class=\"gh-card-title\">New
353
+ in Rogue Scholar: filter posts by language</h3>\n </header>\n\n
354
+ \ <div class=\"gh-card-excerpt\">The Rogue Scholar science
355
+ blog archive received a small update today with the following changes: optionally
356
+ filter blog posts by language, added support for all OECD fields of science
357
+ and technology, and searching by DOI. And it passed another big milestone:
358
+ more than 5,000 (5,483 today) blog posts</div>\n\n <footer class=\"gh-card-footer\">\n
357
359
  \ <span class=\"gh-card-author\">Martin Fenner</span>\n <time
358
- class=\"gh-card-date\" datetime=\"2023-05-16\">May 16, 2023</time>\n <script\n
359
- \ data-ghost-comment-count=\"6463578467d0530001248ab6\"\n data-ghost-comment-count-empty=\"\"\n
360
+ class=\"gh-card-date\" datetime=\"2023-09-04\">Sep 4, 2023</time>\n <script\n
361
+ \ data-ghost-comment-count=\"64f5d470fc96ff00012a5f7b\"\n data-ghost-comment-count-empty=\"\"\n
360
362
  \ data-ghost-comment-count-singular=\"comment\"\n data-ghost-comment-count-plural=\"comments\"\n
361
363
  \ data-ghost-comment-count-tag=\"span\"\n data-ghost-comment-count-class-name=\"gh-card-comments\"\n
362
364
  \ data-ghost-comment-count-autowrap=\"true\"\n>\n</script>\n </footer>\n
363
365
  \ </div>\n </a>\n</article> <article class=\"gh-card
364
- post\">\n <a class=\"gh-card-link\" href=\"/posts/rogue-scholar-open-for-business/\">\n
365
- \ <figure class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-1575663620136-5ebbfcc2c597?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDR8fG9wZW4lMjBmb3IlMjBidXNpbmVzc3xlbnwwfHx8fDE2ODA1OTI3NTU&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;300
366
- 300w,\n https://images.unsplash.com/photo-1575663620136-5ebbfcc2c597?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDR8fG9wZW4lMjBmb3IlMjBidXNpbmVzc3xlbnwwfHx8fDE2ODA1OTI3NTU&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720
367
- 720w,\n https://images.unsplash.com/photo-1575663620136-5ebbfcc2c597?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDR8fG9wZW4lMjBmb3IlMjBidXNpbmVzc3xlbnwwfHx8fDE2ODA1OTI3NTU&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;960
368
- 960w,\n https://images.unsplash.com/photo-1575663620136-5ebbfcc2c597?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDR8fG9wZW4lMjBmb3IlMjBidXNpbmVzc3xlbnwwfHx8fDE2ODA1OTI3NTU&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1200
369
- 1200w,\n https://images.unsplash.com/photo-1575663620136-5ebbfcc2c597?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDR8fG9wZW4lMjBmb3IlMjBidXNpbmVzc3xlbnwwfHx8fDE2ODA1OTI3NTU&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;2000
366
+ post\">\n <a class=\"gh-card-link\" href=\"/posts/rogue-scholar-is-growing/\">\n
367
+ \ <figure class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-1590415024718-798cdaab96dd?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDJ8fGdyb3d8ZW58MHx8fHwxNjkzMjExNzkwfDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;300
368
+ 300w,\n https://images.unsplash.com/photo-1590415024718-798cdaab96dd?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDJ8fGdyb3d8ZW58MHx8fHwxNjkzMjExNzkwfDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720
369
+ 720w,\n https://images.unsplash.com/photo-1590415024718-798cdaab96dd?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDJ8fGdyb3d8ZW58MHx8fHwxNjkzMjExNzkwfDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;960
370
+ 960w,\n https://images.unsplash.com/photo-1590415024718-798cdaab96dd?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDJ8fGdyb3d8ZW58MHx8fHwxNjkzMjExNzkwfDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1200
371
+ 1200w,\n https://images.unsplash.com/photo-1590415024718-798cdaab96dd?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDJ8fGdyb3d8ZW58MHx8fHwxNjkzMjExNzkwfDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;2000
370
372
  2000w\"\n sizes=\"(max-width: 1200px) 100vw, 1200px\"\n
371
- \ src=\"https://images.unsplash.com/photo-1575663620136-5ebbfcc2c597?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDR8fG9wZW4lMjBmb3IlMjBidXNpbmVzc3xlbnwwfHx8fDE2ODA1OTI3NTU&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720\"\n
372
- \ alt=\"The Rogue Scholar is now open for business\"\n >\n
373
+ \ src=\"https://images.unsplash.com/photo-1590415024718-798cdaab96dd?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDJ8fGdyb3d8ZW58MHx8fHwxNjkzMjExNzkwfDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720\"\n
374
+ \ alt=\"Rogue Scholar is growing\"\n >\n
373
375
  \ </figure>\n\n <div class=\"gh-card-wrapper\">\n <header
374
- class=\"gh-card-header\">\n <h3 class=\"gh-card-title\">The
375
- Rogue Scholar is now open for business</h3>\n </header>\n\n <div
376
- class=\"gh-card-excerpt\">The Rogue Scholar science blog archive launched
377
- with limited functionality on April 3rd. Interested science blogs can go to
378
- the sign-up page, provide some basic information via the sign-up form, and
379
- then will be added to the Rogue Scholar archive within two business days.\n\nTo
380
- be included in the service,</div>\n\n <footer class=\"gh-card-footer\">\n
381
- \ <span class=\"gh-card-author\">Martin Fenner</span>\n <time
382
- class=\"gh-card-date\" datetime=\"2023-04-04\">Apr 4, 2023</time>\n <script\n
383
- \ data-ghost-comment-count=\"642bcfcd356ed7003d0e56aa\"\n data-ghost-comment-count-empty=\"\"\n
384
- \ data-ghost-comment-count-singular=\"comment\"\n data-ghost-comment-count-plural=\"comments\"\n
385
- \ data-ghost-comment-count-tag=\"span\"\n data-ghost-comment-count-class-name=\"gh-card-comments\"\n
386
- \ data-ghost-comment-count-autowrap=\"true\"\n>\n</script>\n </footer>\n
387
- \ </div>\n </a>\n</article> <article class=\"gh-card
388
- post\">\n <a class=\"gh-card-link\" href=\"/posts/rogue-scholar-releases-first-catalog/\">\n
389
- \ <figure class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-1662582632158-7f0f6e9a617b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDMzfHxjYXRhbG9nfGVufDB8fHx8MTY4MDEyMTQ2MQ&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;300
390
- 300w,\n https://images.unsplash.com/photo-1662582632158-7f0f6e9a617b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDMzfHxjYXRhbG9nfGVufDB8fHx8MTY4MDEyMTQ2MQ&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720
391
- 720w,\n https://images.unsplash.com/photo-1662582632158-7f0f6e9a617b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDMzfHxjYXRhbG9nfGVufDB8fHx8MTY4MDEyMTQ2MQ&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;960
392
- 960w,\n https://images.unsplash.com/photo-1662582632158-7f0f6e9a617b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDMzfHxjYXRhbG9nfGVufDB8fHx8MTY4MDEyMTQ2MQ&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1200
393
- 1200w,\n https://images.unsplash.com/photo-1662582632158-7f0f6e9a617b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDMzfHxjYXRhbG9nfGVufDB8fHx8MTY4MDEyMTQ2MQ&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;2000
376
+ class=\"gh-card-header\">\n <h3 class=\"gh-card-title\">Rogue
377
+ Scholar is growing</h3>\n </header>\n\n <div
378
+ class=\"gh-card-excerpt\">The Rogue Scholar science blog archive continues
379
+ to grow. It is closing in on 50 science blogs (currently 45), 3,000 blog posts
380
+ (currently 2,944, of which 2,775 have a DOI), and 250 (currently 212) blog
381
+ posts with references registered with Crossref. I have set up eleven Mastodon</div>\n\n
382
+ \ <footer class=\"gh-card-footer\">\n <span class=\"gh-card-author\">Martin
383
+ Fenner</span>\n <time class=\"gh-card-date\" datetime=\"2023-08-28\">Aug
384
+ 28, 2023</time>\n <script\n data-ghost-comment-count=\"64ec5c8ae107b30001d69e20\"\n
385
+ \ data-ghost-comment-count-empty=\"\"\n data-ghost-comment-count-singular=\"comment\"\n
386
+ \ data-ghost-comment-count-plural=\"comments\"\n data-ghost-comment-count-tag=\"span\"\n
387
+ \ data-ghost-comment-count-class-name=\"gh-card-comments\"\n data-ghost-comment-count-autowrap=\"true\"\n>\n</script>\n
388
+ \ </footer>\n </div>\n </a>\n</article> <article
389
+ class=\"gh-card post\">\n <a class=\"gh-card-link\" href=\"/posts/rogue-scholar-joins-fediverse/\">\n
390
+ \ <figure class=\"gh-card-image\">\n <img\n srcset=\"https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDF8fGpvaW58ZW58MHx8fHwxNjkyNjAxNTA1fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;300
391
+ 300w,\n https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDF8fGpvaW58ZW58MHx8fHwxNjkyNjAxNTA1fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720
392
+ 720w,\n https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDF8fGpvaW58ZW58MHx8fHwxNjkyNjAxNTA1fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;960
393
+ 960w,\n https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDF8fGpvaW58ZW58MHx8fHwxNjkyNjAxNTA1fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1200
394
+ 1200w,\n https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDF8fGpvaW58ZW58MHx8fHwxNjkyNjAxNTA1fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;2000
394
395
  2000w\"\n sizes=\"(max-width: 1200px) 100vw, 1200px\"\n
395
- \ src=\"https://images.unsplash.com/photo-1662582632158-7f0f6e9a617b?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDMzfHxjYXRhbG9nfGVufDB8fHx8MTY4MDEyMTQ2MQ&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720\"\n
396
- \ alt=\"The Rogue Scholar releases its first catalog of
397
- science blogs\"\n >\n </figure>\n\n <div
398
- class=\"gh-card-wrapper\">\n <header class=\"gh-card-header\">\n
399
- \ <h3 class=\"gh-card-title\">The Rogue Scholar releases its
400
- first catalog of science blogs</h3>\n </header>\n\n <div
401
- class=\"gh-card-excerpt\">The Rogue Scholar blog archive today released its
402
- first catalog of science blogs, a total of nineteen science blogs that signed
403
- up for the Rogue Scholar via submission form and met the inclusion criteria:\n\n
404
- * The blog is about science and in English or German (more languages will
405
- follow later, reach</div>\n\n <footer class=\"gh-card-footer\">\n
406
- \ <span class=\"gh-card-author\">Martin Fenner</span>\n <time
407
- class=\"gh-card-date\" datetime=\"2023-03-29\">Mar 29, 2023</time>\n <script\n
408
- \ data-ghost-comment-count=\"64249e22356ed7003d0e5623\"\n data-ghost-comment-count-empty=\"\"\n
409
- \ data-ghost-comment-count-singular=\"comment\"\n data-ghost-comment-count-plural=\"comments\"\n
410
- \ data-ghost-comment-count-tag=\"span\"\n data-ghost-comment-count-class-name=\"gh-card-comments\"\n
411
- \ data-ghost-comment-count-autowrap=\"true\"\n>\n</script>\n </footer>\n
412
- \ </div>\n </a>\n</article> </div>\n </div>\n
413
- \ </div>\n\n <div class=\"gh-comments gh-read-next
414
- gh-canvas\">\n <section class=\"gh-pagehead\">\n <h4
396
+ \ src=\"https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDF8fGpvaW58ZW58MHx8fHwxNjkyNjAxNTA1fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720\"\n
397
+ \ alt=\"Rogue Scholar joins the Fediverse\"\n >\n
398
+ \ </figure>\n\n <div class=\"gh-card-wrapper\">\n <header
399
+ class=\"gh-card-header\">\n <h3 class=\"gh-card-title\">Rogue
400
+ Scholar joins the Fediverse</h3>\n </header>\n\n <div
401
+ class=\"gh-card-excerpt\">Today I am happy to announce that the Rogue Scholar
402
+ science blog archive has joined the Fediverse, the federated social network
403
+ that communicates using the ActivityPub protocol. I have launched a Mastodon
404
+ instance at Rogue Scholar Social that accepts Science Blog bots as accounts,
405
+ publishing summaries of blog posts.\n\n\n\nScience</div>\n\n <footer
406
+ class=\"gh-card-footer\">\n <span class=\"gh-card-author\">Martin
407
+ Fenner</span>\n <time class=\"gh-card-date\" datetime=\"2023-08-21\">Aug
408
+ 21, 2023</time>\n <script\n data-ghost-comment-count=\"64e30c392b0a4f000195bc2f\"\n
409
+ \ data-ghost-comment-count-empty=\"\"\n data-ghost-comment-count-singular=\"comment\"\n
410
+ \ data-ghost-comment-count-plural=\"comments\"\n data-ghost-comment-count-tag=\"span\"\n
411
+ \ data-ghost-comment-count-class-name=\"gh-card-comments\"\n data-ghost-comment-count-autowrap=\"true\"\n>\n</script>\n
412
+ \ </footer>\n </div>\n </a>\n</article> </div>\n
413
+ \ </div>\n </div>\n\n <div class=\"gh-comments
414
+ gh-read-next gh-canvas\">\n <section class=\"gh-pagehead\">\n <h4
415
415
  class=\"gh-pagehead-title\">Comments (<script\n data-ghost-comment-count=\"62d42bbd41e317003df48f15\"\n
416
416
  \ data-ghost-comment-count-empty=\"0\"\n data-ghost-comment-count-singular=\"\"\n
417
417
  \ data-ghost-comment-count-plural=\"\"\n data-ghost-comment-count-tag=\"span\"\n
418
418
  \ data-ghost-comment-count-class-name=\"\"\n data-ghost-comment-count-autowrap=\"true\"\n>\n</script>)</h3>\n
419
- \ </section>\n \n <script defer src=\"https://cdn.jsdelivr.net/ghost/comments-ui@~0.12/umd/comments-ui.min.js\"
420
- data-ghost-comments=\"https://blog.front-matter.io/\" data-api=\"https://front-matter.ghost.io/ghost/api/content/\"
419
+ \ </section>\n \n <script defer src=\"https://cdn.jsdelivr.net/ghost/comments-ui@~0.13/umd/comments-ui.min.js\"
420
+ data-locale=\"en\" data-ghost-comments=\"https://blog.front-matter.io/\" data-api=\"https://front-matter.ghost.io/ghost/api/content/\"
421
421
  data-admin=\"https://front-matter.ghost.io/ghost/\" data-key=\"d0d5aabcc0f96718307d5944b6\"
422
- data-styles=\"https://cdn.jsdelivr.net/ghost/comments-ui@~0.12/umd/main.css\"
423
422
  data-title=\"\" data-count=\"false\" data-post-id=\"62d42bbd41e317003df48f15\"
424
- data-sentry-dsn=\"\" data-color-scheme=\"auto\" data-avatar-saturation=\"60\"
425
- data-accent-color=\"#059669\" data-app-version=\"0.12\" data-comments-enabled=\"all\"
426
- data-publication=\"Front Matter\" crossorigin=\"anonymous\"></script>\n \n
427
- \ </div>\n</main>\n\n <footer class=\"gh-foot gh-outer\">\n <div
428
- class=\"gh-foot-inner gh-inner\">\n <section class=\"gh-subscribe\">\n
423
+ data-color-scheme=\"auto\" data-avatar-saturation=\"60\" data-accent-color=\"#059669\"
424
+ data-comments-enabled=\"all\" data-publication=\"Front Matter\" crossorigin=\"anonymous\"></script>\n
425
+ \ \n </div>\n</main>\n\n <footer class=\"gh-foot gh-outer\">\n
426
+ \ <div class=\"gh-foot-inner gh-inner\">\n <section class=\"gh-subscribe\">\n
429
427
  \ <h3 class=\"gh-subscribe-title\">Subscribe to Front Matter</h3>\n
430
428
  \ <div class=\"gh-subscribe-description\">Subscribe
431
429
  to the Front Matter Blog to automatically receive blog posts via email newsletter.</div>\n
@@ -469,6 +467,6 @@ http_interactions:
469
467
  (arrow left)\"></button>\n <button class=\"pswp__button pswp__button--arrow--right\"
470
468
  title=\"Next (arrow right)\"></button>\n\n <div class=\"pswp__caption\">\n
471
469
  \ <div class=\"pswp__caption__center\"></div>\n </div>\n
472
- \ </div>\n </div>\n</div>\n<script src=\"https://blog.front-matter.io/assets/built/main.min.js?v=848cb6eb27\"></script>\n\n\n\n</body>\n\n</html>\n"
473
- recorded_at: Sun, 18 Jun 2023 15:22:17 GMT
474
- recorded_with: VCR 6.1.0
470
+ \ </div>\n </div>\n</div>\n<script src=\"https://blog.front-matter.io/assets/built/main.min.js?v=7f17228953\"></script>\n\n\n\n</body>\n\n</html>\n"
471
+ recorded_at: Wed, 06 Sep 2023 14:50:14 GMT
472
+ recorded_with: VCR 6.2.0
@@ -21,7 +21,7 @@ http_interactions:
21
21
  Server:
22
22
  - nginx/1.14.0 (Ubuntu)
23
23
  Date:
24
- - Sun, 18 Jun 2023 15:22:22 GMT
24
+ - Wed, 06 Sep 2023 14:50:11 GMT
25
25
  Transfer-Encoding:
26
26
  - chunked
27
27
  Connection:
@@ -35,7 +35,7 @@ http_interactions:
35
35
  body:
36
36
  encoding: ASCII-8BIT
37
37
  string: ''
38
- recorded_at: Sun, 18 Jun 2023 15:22:21 GMT
38
+ recorded_at: Wed, 06 Sep 2023 14:50:11 GMT
39
39
  - request:
40
40
  method: get
41
41
  uri: https://upstream.force11.org/deep-dive-into-ethics-of-contributor-roles/
@@ -57,11 +57,11 @@ http_interactions:
57
57
  Server:
58
58
  - nginx/1.14.0 (Ubuntu)
59
59
  Date:
60
- - Sun, 18 Jun 2023 15:22:22 GMT
60
+ - Wed, 06 Sep 2023 14:50:11 GMT
61
61
  Content-Type:
62
62
  - text/html; charset=utf-8
63
63
  Content-Length:
64
- - '130693'
64
+ - '131506'
65
65
  Connection:
66
66
  - close
67
67
  X-Powered-By:
@@ -69,7 +69,7 @@ http_interactions:
69
69
  Cache-Control:
70
70
  - public, max-age=0
71
71
  Etag:
72
- - W/"1fe85-gizdaJBZu/EnYgVEsbZCexoGQ2o"
72
+ - W/"201b2-N/0iIKxKEHm7oMs/yvLIMNAwKJY"
73
73
  Vary:
74
74
  - Accept-Encoding
75
75
  body:
@@ -550,9 +550,9 @@ http_interactions:
550
550
  data-key=\"5c1b6ee01f44f70c7feb624aab\" data-styles=\"https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css\"
551
551
  data-sodo-search=\"https://upstream.force11.org/\" crossorigin=\"anonymous\"></script>\n
552
552
  \ \n <link href=\"https://upstream.force11.org/webmentions/receive/\"
553
- rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=250d1aa540\"></script>\n
554
- \ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=250d1aa540\">\n
555
- \ <script defer src=\"/public/comment-counts.min.js?v=250d1aa540\" data-ghost-comments-counts-api=\"https://upstream.force11.org/members/api/comments/counts/\"></script>\n
553
+ rel=\"webmention\">\n <script defer src=\"/public/cards.min.js?v=77b77c0c74\"></script>\n
554
+ \ <link rel=\"stylesheet\" type=\"text/css\" href=\"/public/cards.min.css?v=77b77c0c74\">\n
555
+ \ <script defer src=\"/public/comment-counts.min.js?v=77b77c0c74\" data-ghost-comments-counts-api=\"https://upstream.force11.org/members/api/comments/counts/\"></script>\n
556
556
  \ <script async=\"\" defer=\"\" data-domain=\"upstream.force11.org\" src=\"https://plausible.io/js/plausible.js\"></script>\n<script>window.plausible
557
557
  = window.plausible || function() { (window.plausible.q = window.plausible.q
558
558
  || []).push(arguments) }</script><style>:root {--ghost-accent-color: #8cbfd0;}</style>\n</head>\n
@@ -955,8 +955,55 @@ http_interactions:
955
955
  \ </div>\n\n <div class='c-section c-section--latest'>\n <div class='o-grid'>\n
956
956
  \ <div class='c-section-heading'>\n <h2 class='c-section-heading__title'>Latest</h2>\n
957
957
  \ </div>\n </div>\n\n <div class='o-grid o-grid--4-columns'>\n
958
- \ <article class='js-card c-card c-card-- c-card-- post tag-thought-pieces
959
- featured'>\n <a href='/navigating-data-intensive-innovation-the-transition-from-research-data-management-to-research-data-governance/'
958
+ \ <article class='js-card c-card c-card-- c-card-- post tag-thought-pieces'>\n
959
+ \ <a href='/experiences-of-scholarly-marginalization/' class='c-card__media'>\n
960
+ \ <img\n class='c-card__image lazyload'\n alt=\"Experiences
961
+ of scholarly marginalization\"\n data-src='https://images.unsplash.com/photo-1535231540604-72e8fbaf8cdb?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDF8fG1ldGFtb3JwaG9zaXN8ZW58MHx8fHwxNjg3OTQ1Mzk3fDA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1304'\n
962
+ \ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
963
+ c-tag'>\n <a href=\"/tag/thought-pieces/\">Thought Pieces</a>\n </div>\n\n
964
+ \ <h3 class='c-card__headline'><a href='/experiences-of-scholarly-marginalization/'
965
+ class='c-card__link'>Experiences of scholarly marginalization</a></h3>\n\n\n
966
+ \ <div class='c-card__meta'>\n <div class='c-byline c-card__byline'>\n
967
+ \ <span class='u-hidden u-hidden'>,&nbsp;</span>\n <span class='u-hidden
968
+ '>&nbsp;and&nbsp;</span>\n\n <a href='/author/amalia/'>Amalia Raquel Pérez-Nebra</a>\n</div>\n
969
+ \ <time class='c-timestamp c-card__timestamp' datetime='2023-08-01'>\n
970
+ \ August 1, 2023\n\n</time> </div>\n </div>\n</article> <article
971
+ class='js-card c-card c-card-- c-card-- post tag-thought-pieces tag-original-research
972
+ featured'>\n <a href='/fairer-future-for-open-science-choosing-community-over-commercialization-with-equitable-article-processing-charges/'
973
+ class='c-card__media'>\n <img\n class='c-card__image lazyload'\n
974
+ \ alt=\"A Fairer Future for Open Science: Choosing community over commercialization
975
+ with equitable article processing charges\"\n data-src='/content/images/size/w1304/2023/06/standard-quality-control-collage-concept--1-.jpg'\n
976
+ \ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
977
+ c-tag'>\n <a href=\"/tag/thought-pieces/\">Thought Pieces</a>\n </div>\n\n
978
+ \ <h3 class='c-card__headline'><a href='/fairer-future-for-open-science-choosing-community-over-commercialization-with-equitable-article-processing-charges/'
979
+ class='c-card__link'>A Fairer Future for Open Science: Choosing community
980
+ over commercialization with equitable article processing charges</a></h3>\n\n\n
981
+ \ <div class='c-card__meta'>\n <div class='c-byline c-card__byline'>\n
982
+ \ <span class='u-hidden '>,&nbsp;</span>\n <span class='u-hidden '>&nbsp;and&nbsp;</span>\n\n
983
+ \ <a href='/author/uttkarsha/'>Uttkarsha Bhosale</a>\n <span class='
984
+ '>,&nbsp;</span>\n <span class='u-hidden '>&nbsp;and&nbsp;</span>\n\n <a
985
+ href='/author/riya/'>Riya Thomas</a>\n <span class=' '>,&nbsp;</span>\n
986
+ \ <span class='u-hidden '>&nbsp;and&nbsp;</span>\n\n <a href='/author/gayatri-phadke/'>Dr.
987
+ Gayatri Phadke</a>\n <span class=' u-hidden'>,&nbsp;</span>\n <span
988
+ class='u-hidden u-block'>&nbsp;and&nbsp;</span>\n\n <a href='/author/anupama/'>Anupama
989
+ Kapadia</a>\n</div>\n <time class='c-timestamp c-card__timestamp' datetime='2023-07-04'>\n
990
+ \ July 4, 2023\n\n</time> </div>\n </div>\n</article> <article
991
+ class='js-card c-card c-card-- c-card-- post tag-thought-pieces featured'>\n
992
+ \ <a href='/flowcharts-from-the-f11-cope-data-publishing-ethics-working-group/'
993
+ class='c-card__media'>\n <img\n class='c-card__image lazyload'\n
994
+ \ alt=\"Announcing new resources from the FORCE11-COPE Research Data
995
+ Publishing Ethics Working Group: flowcharts!\"\n data-src='/content/images/size/w1304/2023/06/Screen-Shot-2023-06-26-at-11.33.11-AM.png'\n
996
+ \ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
997
+ c-tag'>\n <a href=\"/tag/thought-pieces/\">Thought Pieces</a>\n </div>\n\n
998
+ \ <h3 class='c-card__headline'><a href='/flowcharts-from-the-f11-cope-data-publishing-ethics-working-group/'
999
+ class='c-card__link'>Announcing new resources from the FORCE11-COPE Research
1000
+ Data Publishing Ethics Working Group: flowcharts!</a></h3>\n\n\n <div class='c-card__meta'>\n
1001
+ \ <div class='c-byline c-card__byline'>\n <span class='u-hidden u-hidden'>,&nbsp;</span>\n
1002
+ \ <span class='u-hidden '>&nbsp;and&nbsp;</span>\n\n <a href='/author/iratxe/'>Iratxe
1003
+ Puebla</a>\n</div>\n <time class='c-timestamp c-card__timestamp' datetime='2023-06-27'>\n
1004
+ \ June 27, 2023\n\n</time> </div>\n </div>\n</article> <article
1005
+ class='js-card c-card c-card-- c-card-- post tag-thought-pieces featured'>\n
1006
+ \ <a href='/navigating-data-intensive-innovation-the-transition-from-research-data-management-to-research-data-governance/'
960
1007
  class='c-card__media'>\n <img\n class='c-card__image lazyload'\n
961
1008
  \ alt=\"Navigating data-intensive innovation: The transition from research
962
1009
  data management to research data governance\"\n data-src='/content/images/size/w1304/2023/06/alina-grubnyak-ZiQkhI7417A-unsplash.jpg'\n
@@ -969,50 +1016,10 @@ http_interactions:
969
1016
  class='u-hidden u-hidden'>,&nbsp;</span>\n <span class='u-hidden '>&nbsp;and&nbsp;</span>\n\n
970
1017
  \ <a href='/author/andrea/'>Andrea Chiarelli</a>\n</div>\n <time class='c-timestamp
971
1018
  c-card__timestamp' datetime='2023-06-06'>\n June 6, 2023\n\n</time> </div>\n
972
- \ </div>\n</article> <article class='js-card c-card c-card-- c-card--
973
- post tag-original-research'>\n <a href='/attempts-at-automating-journal-subject-classification/'
974
- class='c-card__media'>\n <img\n class='c-card__image lazyload'\n
975
- \ alt=\"Fiber optics with lightbulbs on black background\"\n data-src='/content/images/size/w1304/2023/05/esha-subject-blog.jpg'\n
976
- \ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
977
- c-tag'>\n <a href=\"/tag/original-research/\">Original Research</a>\n
978
- \ </div>\n\n <h3 class='c-card__headline'><a href='/attempts-at-automating-journal-subject-classification/'
979
- class='c-card__link'>Attempts at automating journal subject classification</a></h3>\n\n\n
980
- \ <div class='c-card__meta'>\n <div class='c-byline c-card__byline'>\n
981
- \ <span class='u-hidden u-hidden'>,&nbsp;</span>\n <span class='u-hidden
982
- '>&nbsp;and&nbsp;</span>\n\n <a href='/author/esha/'>Esha Datta</a>\n</div>\n
983
- \ <time class='c-timestamp c-card__timestamp' datetime='2023-05-23'>\n
984
- \ May 23, 2023\n\n</time> </div>\n </div>\n</article> <article
985
- class='js-card c-card c-card-- c-card-- post tag-thought-pieces featured'>\n
986
- \ <a href='/opening-new-paths-to-technology-transfer/' class='c-card__media'>\n
987
- \ <img\n class='c-card__image lazyload'\n alt=\"Opening
988
- New Paths to Technology Transfer: Open Science, Intellectual Property, and
989
- Technology Transfer\"\n data-src='https://images.unsplash.com/photo-1512314889357-e157c22f938d?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDN8fGlkZWF8ZW58MHx8fHwxNjgzNTMyNjc1&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1304'\n
990
- \ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
991
- c-tag'>\n <a href=\"/tag/thought-pieces/\">Thought Pieces</a>\n </div>\n\n
992
- \ <h3 class='c-card__headline'><a href='/opening-new-paths-to-technology-transfer/'
993
- class='c-card__link'>Opening New Paths to Technology Transfer: Open Science,
994
- Intellectual Property, and Technology Transfer</a></h3>\n\n\n <div class='c-card__meta'>\n
995
- \ <div class='c-byline c-card__byline'>\n <span class='u-hidden u-hidden'>,&nbsp;</span>\n
996
- \ <span class='u-hidden '>&nbsp;and&nbsp;</span>\n\n <a href='/author/dylan/'>Dylan
997
- Roskams-Edris</a>\n</div>\n <time class='c-timestamp c-card__timestamp'
998
- datetime='2023-05-09'>\n May 9, 2023\n\n</time> </div>\n </div>\n</article>
999
- \ <article class='js-card c-card c-card-- c-card-- post tag-open-tabs
1000
- featured'>\n <a href='/patricio-panataleo-open-tabs/' class='c-card__media'>\n
1001
- \ <img\n class='c-card__image lazyload'\n alt=\"Patricio
1002
- Pantaleo is Keeping Tabs on Open Research\"\n data-src='/content/images/size/w1304/2023/04/alice-donovan-rouse-yu68fUQDvOI-unsplash.jpg'\n
1003
- \ >\n </a>\n\n <div class='c-card__content'>\n <div class='c-card__tag
1004
- c-tag'>\n <a href=\"/tag/open-tabs/\">Open Tabs</a>\n </div>\n\n
1005
- \ <h3 class='c-card__headline'><a href='/patricio-panataleo-open-tabs/'
1006
- class='c-card__link'>Patricio Pantaleo is Keeping Tabs on Open Research</a></h3>\n\n\n
1007
- \ <div class='c-card__meta'>\n <div class='c-byline c-card__byline'>\n
1008
- \ <span class='u-hidden u-hidden'>,&nbsp;</span>\n <span class='u-hidden
1009
- '>&nbsp;and&nbsp;</span>\n\n <a href='/author/patricio_pantaleo/'>Patricio
1010
- Pantaleo</a>\n</div>\n <time class='c-timestamp c-card__timestamp' datetime='2023-04-25'>\n
1011
- \ April 25, 2023\n\n</time> </div>\n </div>\n</article> </div>\n
1012
- \ </div>\n\n </main>\n\n <footer class='c-footer'>\n <div class='o-grid
1013
- c-footer__content'>\n <div class='c-logo'>\n <div class='c-logo__dark'>\n
1014
- \ <a href='https://upstream.force11.org' class='u-block'>\n <img
1015
- class='c-logo__img' src='https://upstream.force11.org/content/images/2022/06/Upstream-logo--dark-mode-.png'
1019
+ \ </div>\n</article> </div>\n </div>\n\n </main>\n\n <footer
1020
+ class='c-footer'>\n <div class='o-grid c-footer__content'>\n <div class='c-logo'>\n
1021
+ \ <div class='c-logo__dark'>\n <a href='https://upstream.force11.org'
1022
+ class='u-block'>\n <img class='c-logo__img' src='https://upstream.force11.org/content/images/2022/06/Upstream-logo--dark-mode-.png'
1016
1023
  alt='Upstream' width='' height=''>\n </a>\n </div>\n\n <div class='c-logo__light'>\n
1017
1024
  \ <a href='https://upstream.force11.org' class='u-block'>\n <img
1018
1025
  class='c-logo__img' src='https://upstream.force11.org/content/images/2022/06/Upstream-logo--light-mode-.png'
@@ -1031,7 +1038,7 @@ http_interactions:
1031
1038
  \ <span class='u-screenreader'>RSS</span>\n </a>\n </li>\n</ul>\n\n
1032
1039
  \ <div class='c-footer-copy'>\n &copy; 2023 Upstream\n <span>
1033
1040
  – Published with <a href='https://ghost.org'>Ghost</a> & <a href='https://aspirethemes.com/themes/tripoli'>Tripoli</a></span>\n
1034
- \ </div>\n </div>\n</footer>\n <script src='/assets/js/app.min.js?v=250d1aa540'></script>\n
1041
+ \ </div>\n </div>\n</footer>\n <script src='/assets/js/app.min.js?v=77b77c0c74'></script>\n
1035
1042
  \ \n </body>\n</html>"
1036
- recorded_at: Sun, 18 Jun 2023 15:22:23 GMT
1037
- recorded_with: VCR 6.1.0
1043
+ recorded_at: Wed, 06 Sep 2023 14:50:12 GMT
1044
+ recorded_with: VCR 6.2.0