commonmeta-ruby 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/bin/commonmeta +1 -1
  4. data/lib/commonmeta/cli.rb +7 -0
  5. data/lib/commonmeta/metadata_utils.rb +2 -2
  6. data/lib/commonmeta/readers/{json_post_reader.rb → json_feed_reader.rb} +16 -4
  7. data/lib/commonmeta/utils.rb +6 -2
  8. data/lib/commonmeta/version.rb +1 -1
  9. data/spec/cli_spec.rb +8 -0
  10. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/blog_post.yml +360 -0
  11. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/citation_style_language.yml +360 -0
  12. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/citation_style_language_blog.yml +360 -0
  13. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/front-matter_blog.yml +1034 -0
  14. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/upstream.yml +2438 -0
  15. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/upstream_blog.yml +2438 -0
  16. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +94 -0
  17. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +117 -0
  18. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +87 -0
  19. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +163 -0
  20. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_metadata/blogger_post.yml +141 -0
  21. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_metadata/ghost_post_with_doi.yml +164 -0
  22. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_metadata/jekyll_post.yml +134 -0
  23. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_metadata/wordpress_post.yml +210 -0
  24. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_post_metadata/blogger_post.yml +47 -0
  25. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_post_metadata/ghost_post_with_doi.yml +47 -0
  26. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_post_metadata/jekyll_post.yml +47 -0
  27. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_post_metadata/wordpress_post.yml +47 -0
  28. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/json_feed_url/front-matter_blog.yml +221 -0
  29. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +163 -0
  30. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +243 -0
  31. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_rogue_scholar_with_doi.yml +47 -0
  32. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_upstream_blog.yml +47 -0
  33. data/spec/readers/{json_post_reader_spec.rb → json_feed_reader_spec.rb} +23 -2
  34. data/spec/utils_spec.rb +8 -0
  35. data/spec/writers/crossref_xml_writer_spec.rb +2 -2
  36. metadata +20 -3
@@ -84,4 +84,51 @@ http_interactions:
84
84
  Style Language","language":"en","favicon":null,"feed_url":"https://citationstyles.org/feed.xml","home_page_url":"https://citationstyles.org/","license":"https://creativecommons.org/licenses/by/4.0/legalcode","category":"Engineering
85
85
  and Technology"}}'
86
86
  recorded_at: Sun, 04 Jun 2023 11:24:20 GMT
87
+ - request:
88
+ method: get
89
+ uri: https://rogue-scholar.org/api/blogs/https://rogue-scholar.org/api/posts/1jdkwod5
90
+ body:
91
+ encoding: UTF-8
92
+ string: ''
93
+ headers:
94
+ Connection:
95
+ - close
96
+ Host:
97
+ - rogue-scholar.org
98
+ User-Agent:
99
+ - http.rb/5.1.1
100
+ response:
101
+ status:
102
+ code: 308
103
+ message: Permanent Redirect
104
+ headers:
105
+ Cache-Control:
106
+ - public, max-age=0, must-revalidate
107
+ Content-Type:
108
+ - text/plain
109
+ Date:
110
+ - Sun, 04 Jun 2023 13:17:11 GMT
111
+ Location:
112
+ - "/api/blogs/https:/rogue-scholar.org/api/posts/1jdkwod5"
113
+ Refresh:
114
+ - 0;url=/api/blogs/https:/rogue-scholar.org/api/posts/1jdkwod5
115
+ Server:
116
+ - Vercel
117
+ Strict-Transport-Security:
118
+ - max-age=63072000
119
+ X-Vercel-Cache:
120
+ - MISS
121
+ X-Vercel-Id:
122
+ - fra1::t5nh7-1685884631747-c6100cb2ebac
123
+ Connection:
124
+ - close
125
+ Transfer-Encoding:
126
+ - chunked
127
+ body:
128
+ encoding: ASCII-8BIT
129
+ string: 'Redirecting to /api/blogs/https:/rogue-scholar.org/api/posts/1jdkwod5
130
+ (308)
131
+
132
+ '
133
+ recorded_at: Sun, 04 Jun 2023 13:17:11 GMT
87
134
  recorded_with: VCR 6.1.0
@@ -160,4 +160,51 @@ http_interactions:
160
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
161
  and Technology"}}'
162
162
  recorded_at: Sun, 04 Jun 2023 11:24:20 GMT
163
+ - request:
164
+ method: get
165
+ uri: https://rogue-scholar.org/api/blogs/https://rogue-scholar.org/api/posts/zkevlyd3
166
+ body:
167
+ encoding: UTF-8
168
+ string: ''
169
+ headers:
170
+ Connection:
171
+ - close
172
+ Host:
173
+ - rogue-scholar.org
174
+ User-Agent:
175
+ - http.rb/5.1.1
176
+ response:
177
+ status:
178
+ code: 308
179
+ message: Permanent Redirect
180
+ headers:
181
+ Cache-Control:
182
+ - public, max-age=0, must-revalidate
183
+ Content-Type:
184
+ - text/plain
185
+ Date:
186
+ - Sun, 04 Jun 2023 13:17:11 GMT
187
+ Location:
188
+ - "/api/blogs/https:/rogue-scholar.org/api/posts/zkevlyd3"
189
+ Refresh:
190
+ - 0;url=/api/blogs/https:/rogue-scholar.org/api/posts/zkevlyd3
191
+ Server:
192
+ - Vercel
193
+ Strict-Transport-Security:
194
+ - max-age=63072000
195
+ X-Vercel-Cache:
196
+ - MISS
197
+ X-Vercel-Id:
198
+ - fra1::9pxgs-1685884631922-648860dba4cc
199
+ Connection:
200
+ - close
201
+ Transfer-Encoding:
202
+ - chunked
203
+ body:
204
+ encoding: ASCII-8BIT
205
+ string: 'Redirecting to /api/blogs/https:/rogue-scholar.org/api/posts/zkevlyd3
206
+ (308)
207
+
208
+ '
209
+ recorded_at: Sun, 04 Jun 2023 13:17:11 GMT
163
210
  recorded_with: VCR 6.1.0
@@ -0,0 +1,221 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.crossref.org/works/10.1101/097196
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers:
10
+ Connection:
11
+ - close
12
+ Host:
13
+ - api.crossref.org
14
+ User-Agent:
15
+ - http.rb/5.1.1
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Date:
22
+ - Sun, 04 Jun 2023 13:17:15 GMT
23
+ Content-Type:
24
+ - application/json
25
+ Transfer-Encoding:
26
+ - chunked
27
+ Access-Control-Expose-Headers:
28
+ - Link
29
+ Access-Control-Allow-Headers:
30
+ - X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language,
31
+ Accept-Ranges, Cache-Control
32
+ Access-Control-Allow-Origin:
33
+ - "*"
34
+ Server:
35
+ - Jetty(9.4.40.v20210413)
36
+ X-Ratelimit-Limit:
37
+ - '50'
38
+ X-Ratelimit-Interval:
39
+ - 1s
40
+ X-Api-Pool:
41
+ - public
42
+ X-Rate-Limit-Limit:
43
+ - '50'
44
+ X-Rate-Limit-Interval:
45
+ - 1s
46
+ Permissions-Policy:
47
+ - interest-cohort=()
48
+ Connection:
49
+ - close
50
+ body:
51
+ encoding: UTF-8
52
+ string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"institution":[{"name":"bioRxiv"}],"indexed":{"date-parts":[[2023,4,18]],"date-time":"2023-04-18T06:31:46Z","timestamp":1681799506885},"posted":{"date-parts":[[2016,12,28]]},"group-title":"Scientific
53
+ Communication and Education","reference-count":26,"publisher":"Cold Spring
54
+ Harbor Laboratory","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"accepted":{"date-parts":[[2017,10,9]]},"abstract":"<jats:title>Abstract<\/jats:title><jats:p>This
55
+ article presents a practical roadmap for scholarly data repositories to implement
56
+ data citation in accordance with the Joint Declaration of Data Citation Principles,
57
+ a synopsis and harmonization of the recommendations of major science policy
58
+ bodies. The roadmap was developed by the Repositories Expert Group, as part
59
+ of the Data Citation Implementation Pilot (DCIP) project, an initiative of
60
+ FORCE11.org and the NIH BioCADDIE (<jats:ext-link xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"
61
+ ext-link-type=\"uri\" xlink:href=\"https:\/\/biocaddie.org\">https:\/\/biocaddie.org<\/jats:ext-link>)
62
+ program. The roadmap makes 11 specific recommendations, grouped into three
63
+ phases of implementation: a) required steps needed to support the Joint Declaration
64
+ of Data Citation Principles, b) recommended steps that facilitate article\/data
65
+ publication workflows, and c) optional steps that further improve data citation
66
+ support provided by data repositories.<\/jats:p>","DOI":"10.1101\/097196","type":"posted-content","created":{"date-parts":[[2016,12,29]],"date-time":"2016-12-29T06:10:15Z","timestamp":1482991815000},"source":"Crossref","is-referenced-by-count":15,"title":["A
67
+ Data Citation Roadmap for Scholarly Data Repositories"],"prefix":"10.1101","author":[{"ORCID":"http:\/\/orcid.org\/0000-0003-1419-2405","authenticated-orcid":false,"given":"Martin","family":"Fenner","sequence":"first","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0003-1304-1939","authenticated-orcid":false,"given":"Merc\u00e8","family":"Crosas","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0001-5212-7052","authenticated-orcid":false,"given":"Jeffrey","family":"Grethe","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0002-9377-0797","authenticated-orcid":false,"given":"David","family":"Kennedy","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0001-8479-0262","authenticated-orcid":false,"given":"Henning","family":"Hermjakob","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0001-9853-5668","authenticated-orcid":false,"given":"Philippe","family":"Rocca-Serra","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0002-2188-2570","authenticated-orcid":false,"given":"Gustavo","family":"Durand","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0002-1731-5346","authenticated-orcid":false,"given":"Robin","family":"Berjon","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0001-8249-7388","authenticated-orcid":false,"given":"Sebastian","family":"Karcher","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0002-8406-3871","authenticated-orcid":false,"given":"Maryann","family":"Martone","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0003-4060-7360","authenticated-orcid":false,"given":"Timothy","family":"Clark","sequence":"additional","affiliation":[]}],"member":"246","reference":[{"issue":"3","key":"2019071613381284000_097196v2.1","first-page":"43","article-title":"An
68
+ introduction to the joint principles for data citation","volume":"41","year":"2015","journal-title":"Bulletin
69
+ of the American \\ldots"},{"key":"2019071613381284000_097196v2.2","unstructured":"Altman,
70
+ M. , & Crosas, M. (2013). The Evolution of Data Citation: From Principles
71
+ to Implementation. IASSIST Quarterly. Retrieved from http:\/\/scholar.harvard.edu\/mercecrosas\/publications\/evolution-data-citation-principles-implementation"},{"key":"2019071613381284000_097196v2.3","unstructured":"BioSchemas.
72
+ (2016). Retrieved December 22, 2016, from http:\/\/bioschemas.org\/"},{"key":"2019071613381284000_097196v2.4","doi-asserted-by":"crossref","unstructured":"CODATA-ICSTI
73
+ Task Group on Data Citation Standards and Practice. (2013). Out of Cite, Out
74
+ of Mind: The Current State of Practice, Policy, and Technology for the Citation
75
+ of Data. Data Science Journal, 12(0). https:\/\/doi.org\/10.2481\/dsj.OSOM13-043","DOI":"10.2481\/dsj.OSOM13-043"},{"key":"2019071613381284000_097196v2.5","unstructured":"Data
76
+ Citation Synthesis Group. (2014). Data Citation Synthesis Group. (2014). Joint
77
+ Declaration of Data Citation Principles. Force11. https:\/\/doi.org\/10.25490\/a97f-egyk"},{"key":"2019071613381284000_097196v2.6","unstructured":"Data
78
+ Citations: A Primer. (2016). Retrieved December 22, 2016, from http:\/\/force11.github.io\/data-citation-primer\/"},{"key":"2019071613381284000_097196v2.7","unstructured":"DataCite
79
+ Metadata Working. (2016). DataCite Metadata Schema for the Publication and
80
+ Citation of Research Data v4.0. DataCite. Retrieved from http:\/\/search.datacite.org\/works\/10.5438\/0013"},{"key":"2019071613381284000_097196v2.8","unstructured":"DataCite
81
+ Search. (2016). Retrieved December 22, 2016, from https:\/\/search.datacite.org\/"},{"key":"2019071613381284000_097196v2.9","unstructured":"DataMed
82
+ | bioCADDIE DDI. (2016). Retrieved December 22, 2016, from https:\/\/datamed.org\/"},{"key":"2019071613381284000_097196v2.10","unstructured":"Dataset
83
+ - schema.org. (2016). Retrieved December 12, 2016, from https:\/\/schema.org\/Dataset"},{"key":"2019071613381284000_097196v2.11","unstructured":"Dublin
84
+ Core Metadata Element Set, Version 1.1. (2012). Retrieved December 22, 2016,
85
+ from http:\/\/dublincore.org\/documents\/2012\/06\/14\/dces\/"},{"key":"2019071613381284000_097196v2.12","unstructured":"ELIXIR
86
+ Data for life. (2016). Retrieved December 22, 2016, from https:\/\/www.elixir-europe.org\/"},{"key":"2019071613381284000_097196v2.13","unstructured":"Hammond,
87
+ T. , Hannay, T. , & Lund, B. (2004). RDF Site Summary 1.0 Modules: PRISM."},{"key":"2019071613381284000_097196v2.14","unstructured":"Publishing
88
+ Requirements for Industry Standard Metadata (PRISM). Retrieved from http:\/\/purl.org\/rss\/1.0\/modules\/prism\/"},{"key":"2019071613381284000_097196v2.15","doi-asserted-by":"crossref","unstructured":"Honor,
89
+ L. B. , Haselgrove, C. , Frazier, J. A. , & Kennedy, D. N. (2016). Data Citation
90
+ in Neuroimaging: Proposed Best Practices for Data Identification and Attribution.
91
+ Frontiers in Neuroinformatics, 10. https:\/\/doi.org\/10.3389\/fninf.2016.00034","DOI":"10.3389\/fninf.2016.00034"},{"key":"2019071613381284000_097196v2.16","unstructured":"King,
92
+ Gary , & Altman, Micah . (2007). A Proposed Standard for the Scholarly Citation
93
+ of Quantitative Data. https:\/\/doi.org\/10.1045\/march2007-altman"},{"key":"2019071613381284000_097196v2.17","doi-asserted-by":"publisher","DOI":"10.15252\/msb.20156658"},{"key":"2019071613381284000_097196v2.18","unstructured":"Prefix
94
+ Commons. (2016). Retrieved December 22, 2016, from https:\/\/github.com\/prefixcommons\/prefixes"},{"key":"2019071613381284000_097196v2.19","unstructured":"RFC
95
+ 3986 - Uniform Resource Identifier (URI): Generic Syntax. (2005). Retrieved
96
+ December 22, 2016, from http:\/\/www.rfc-base.org\/rfc-3986.html"},{"key":"2019071613381284000_097196v2.20","doi-asserted-by":"crossref","unstructured":"Sansone,
97
+ A. , Gonzalez-Beltran, A. , & Rocca-Serra, P. (2016). DATS, the data tag suite
98
+ to enable discoverability of datasets. Scientific Data 4, Article number:
99
+ 170059 (2017) https:\/\/doi.org\/10.1038\/sdata.2017.59","DOI":"10.1038\/sdata.2017.59"},{"key":"2019071613381284000_097196v2.21","doi-asserted-by":"crossref","first-page":"e86","DOI":"10.7717\/peerj-cs.86","article-title":"Software
100
+ citation principles","volume":"2","year":"2016","journal-title":"PeerJ Computer
101
+ Science"},{"key":"2019071613381284000_097196v2.22","doi-asserted-by":"crossref","first-page":"e1","DOI":"10.7717\/peerj-cs.1","article-title":"Achieving
102
+ human and machine accessibility of cited data in scholarly publications","volume":"1","year":"2015","journal-title":"PeerJ
103
+ Computer Science"},{"key":"2019071613381284000_097196v2.23","doi-asserted-by":"publisher","DOI":"10.1126\/science.aah6168"},{"key":"2019071613381284000_097196v2.24","unstructured":"Treloar,
104
+ A. (2011). Den Haag Persistent Object Identifier \u2013 Linked Open Data Manifesto.
105
+ Zenodo. https:\/\/doi.org\/10.5281\/zenodo.55666"},{"key":"2019071613381284000_097196v2.25","unstructured":"Uhlir,
106
+ P. E. (Ed.). (2012). For Attribution: Developing Data Attribution and Citation
107
+ Practices and Standards: Summary of an International Workshop. Retrieved from
108
+ https:\/\/www.nap.edu\/catalog\/13564\/for-attribution-developing-data-attribution-and-citation-practices-and-standards"},{"key":"2019071613381284000_097196v2.26","doi-asserted-by":"crossref","unstructured":"Van
109
+ de Sompel, H. , & Nelson, M. L. (2015). Reminiscing About 15 Years of Interoperability
110
+ Efforts. D-Lib Magazine, 21(11\/12). https:\/\/doi.org\/10.1045\/november2015-vandesompel","DOI":"10.1045\/november2015-vandesompel"}],"container-title":[],"original-title":[],"link":[{"URL":"https:\/\/syndication.highwire.org\/content\/doi\/10.1101\/097196","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,18]],"date-time":"2020-01-18T02:53:57Z","timestamp":1579316037000},"score":1,"resource":{"primary":{"URL":"http:\/\/biorxiv.org\/lookup\/doi\/10.1101\/097196"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2016,12,28]]},"references-count":26,"URL":"http:\/\/dx.doi.org\/10.1101\/097196","relation":{"is-preprint-of":[{"id-type":"doi","id":"10.1038\/s41597-019-0031-8","asserted-by":"subject"}]},"published":{"date-parts":[[2016,12,28]]},"subtype":"preprint"}}'
111
+ recorded_at: Sun, 04 Jun 2023 13:17:15 GMT
112
+ - request:
113
+ method: get
114
+ uri: https://api.crossref.org/members/246
115
+ body:
116
+ encoding: UTF-8
117
+ string: ''
118
+ headers:
119
+ Connection:
120
+ - close
121
+ Host:
122
+ - api.crossref.org
123
+ User-Agent:
124
+ - http.rb/5.1.1
125
+ response:
126
+ status:
127
+ code: 200
128
+ message: OK
129
+ headers:
130
+ Date:
131
+ - Sun, 04 Jun 2023 13:17:16 GMT
132
+ Content-Type:
133
+ - application/json
134
+ Transfer-Encoding:
135
+ - chunked
136
+ Access-Control-Expose-Headers:
137
+ - Link
138
+ Access-Control-Allow-Headers:
139
+ - X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language,
140
+ Accept-Ranges, Cache-Control
141
+ Access-Control-Allow-Origin:
142
+ - "*"
143
+ Server:
144
+ - Jetty(9.4.40.v20210413)
145
+ X-Ratelimit-Limit:
146
+ - '50'
147
+ X-Ratelimit-Interval:
148
+ - 1s
149
+ X-Api-Pool:
150
+ - public
151
+ X-Rate-Limit-Limit:
152
+ - '50'
153
+ X-Rate-Limit-Interval:
154
+ - 1s
155
+ Permissions-Policy:
156
+ - interest-cohort=()
157
+ Connection:
158
+ - close
159
+ body:
160
+ encoding: UTF-8
161
+ string: '{"status":"ok","message-type":"member","message-version":"1.0.0","message":{"last-status-check-time":1685834634656,"primary-name":"Cold
162
+ Spring Harbor Laboratory","counts":{"current-dois":117730,"backfile-dois":160223,"total-dois":277953},"breakdowns":{"dois-by-issued-year":[[2020,53638],[2021,50444],[2022,46947],[2019,31261],[2018,22041],[2023,20339],[2017,12746],[2016,6114],[2006,3590],[2015,3299],[2014,2295],[2009,1926],[2007,1796],[2010,1753],[2008,1646],[2013,1450],[2011,1418],[2012,1356],[2004,949],[2003,872],[2005,861],[2001,801],[2002,781],[2000,774],[1999,714],[1998,707],[1997,515],[1996,504],[1995,448],[1994,441],[1993,389],[1992,364],[1991,336],[1990,304],[1989,304],[1988,283],[1974,235],[1983,228],[1987,227],[1979,154],[1980,143],[1986,129],[1978,122],[1981,117],[1985,107],[1970,101],[1977,98],[1968,97],[1984,95],[1982,95],[1969,94],[1966,94],[1973,84],[1963,79],[1972,74],[1967,72],[1950,63],[1976,62],[1965,60],[1960,53],[1964,50],[1962,49],[1961,48],[1937,43],[1953,42],[1957,39],[1958,38],[1951,37],[1938,37],[1935,37],[1936,36],[1955,34],[1941,34],[1939,34],[1934,32],[1956,31],[1954,29],[1946,29],[1933,29],[1959,28],[1952,28],[1940,28],[1948,27],[1947,27],[1942,18]]},"prefixes":["10.1261","10.1110","10.1101","10.14224"],"coverage":{"affiliations-current":0.0,"similarity-checking-current":1.0,"descriptions-current":0.0,"ror-ids-current":0.0,"funders-backfile":0.02186327805620916,"licenses-backfile":6.86543130511849E-5,"funders-current":0.007653104561284295,"affiliations-backfile":6.241301186471356E-6,"resource-links-backfile":6.241301186471356E-6,"orcids-backfile":0.5046653726368873,"update-policies-current":0.0,"ror-ids-backfile":0.0,"orcids-current":0.7928395481185764,"similarity-checking-backfile":0.9900451246075782,"references-backfile":0.8710921652946206,"descriptions-backfile":0.0,"award-numbers-backfile":0.02004081810975952,"update-policies-backfile":0.0,"licenses-current":0.0,"award-numbers-current":0.007067017752484498,"abstracts-backfile":0.8900157904920017,"resource-links-current":0.0,"abstracts-current":0.9955321498343668,"references-current":0.9827316741697104},"prefix":[{"name":"Cold
163
+ Spring Harbor Laboratory","value":"10.1261"},{"name":"","value":"10.1110"},{"name":"Cold
164
+ Spring Harbor Laboratory","value":"10.1101"},{"name":"Cold Spring Harbor Laboratory
165
+ - CSHL Library & Archives","value":"10.14224"}],"id":246,"tokens":["cold","spring","harbor","laboratory"],"counts-type":{"all":{"report":20,"journal-article":39609,"journal":8,"posted-content":238322,"journal-issue":2},"backfile":{"report":20,"journal-article":37729,"posted-content":122472,"journal-issue":2},"current":{"journal-article":1880,"posted-content":115850}},"coverage-type":{"all":{"report":{"last-status-check-time":1685834634656,"affiliations":0.0,"abstracts":0.0,"orcids":0.35,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.1,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1685834634656,"affiliations":2.524678734631018E-5,"abstracts":0.5474260900300437,"orcids":0.06104673180337802,"licenses":2.77714660809412E-4,"references":0.6130172435557575,"funders":0.11118685147315,"similarity-checking":0.9602363099295615,"award-numbers":0.1020727612411321,"ror-ids":0.0,"update-policies":0.0,"resource-links":2.524678734631018E-5,"descriptions":0.0},"journal":{"last-status-check-time":1685834634656,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"posted-content":{"last-status-check-time":1685834634656,"affiliations":0.0,"abstracts":0.9991607992547897,"orcids":0.7207685400424636,"licenses":0.0,"references":0.9692139206619615,"funders":0.0,"similarity-checking":1.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-issue":{"last-status-check-time":1685834634656,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}},"backfile":{"report":{"last-status-check-time":1685834634656,"affiliations":0.0,"abstracts":0.0,"orcids":0.35,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.1,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-article":{"last-status-check-time":1685834634656,"affiliations":2.65048106231281E-5,"abstracts":0.5385512470513398,"orcids":0.03750430703172626,"licenses":2.915529168544091E-4,"references":0.6052373505791301,"funders":0.09284635161281773,"similarity-checking":0.9582549232685732,"award-numbers":0.08510694691086432,"ror-ids":0.0,"update-policies":0.0,"resource-links":2.65048106231281E-5,"descriptions":0.0},"posted-content":{"last-status-check-time":1685834634656,"affiliations":0.0,"abstracts":0.998448624991835,"orcids":0.6486135606505977,"licenses":0.0,"references":0.953148474753413,"funders":0.0,"similarity-checking":1.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"journal-issue":{"last-status-check-time":1685834634656,"affiliations":0.0,"abstracts":0.0,"orcids":0.0,"licenses":0.0,"references":0.0,"funders":0.0,"similarity-checking":0.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}},"current":{"journal-article":{"last-status-check-time":1685834634656,"affiliations":0.0,"abstracts":0.725531914893617,"orcids":0.5335106382978723,"licenses":0.0,"references":0.7691489361702128,"funders":0.4792553191489362,"similarity-checking":1.0,"award-numbers":0.4425531914893617,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0},"posted-content":{"last-status-check-time":1685834634656,"affiliations":0.0,"abstracts":0.9999136814846785,"orcids":0.7970479067760035,"licenses":0.0,"references":0.9861976694000864,"funders":0.0,"similarity-checking":1.0,"award-numbers":0.0,"ror-ids":0.0,"update-policies":0.0,"resource-links":0.0,"descriptions":0.0}}},"flags":{"deposits-abstracts-current":true,"deposits-orcids-current":true,"deposits":true,"deposits-affiliations-backfile":true,"deposits-update-policies-backfile":false,"deposits-similarity-checking-backfile":true,"deposits-award-numbers-current":true,"deposits-resource-links-current":false,"deposits-ror-ids-current":false,"deposits-articles":true,"deposits-affiliations-current":false,"deposits-funders-current":true,"deposits-references-backfile":true,"deposits-ror-ids-backfile":false,"deposits-abstracts-backfile":true,"deposits-licenses-backfile":true,"deposits-award-numbers-backfile":true,"deposits-descriptions-current":false,"deposits-references-current":true,"deposits-resource-links-backfile":true,"deposits-descriptions-backfile":false,"deposits-orcids-backfile":true,"deposits-funders-backfile":true,"deposits-update-policies-current":false,"deposits-similarity-checking-current":true,"deposits-licenses-current":false},"location":"Woodbury,
166
+ NY, United States","names":["Cold Spring Harbor Laboratory","","Cold Spring
167
+ Harbor Laboratory - CSHL Library & Archives"]}}'
168
+ recorded_at: Sun, 04 Jun 2023 13:17:16 GMT
169
+ - request:
170
+ method: get
171
+ uri: https://doi.org/ra/10.1101
172
+ body:
173
+ encoding: UTF-8
174
+ string: ''
175
+ headers:
176
+ Connection:
177
+ - close
178
+ Host:
179
+ - doi.org
180
+ User-Agent:
181
+ - http.rb/5.1.1
182
+ response:
183
+ status:
184
+ code: 200
185
+ message: OK
186
+ headers:
187
+ Date:
188
+ - Sun, 04 Jun 2023 13:17:16 GMT
189
+ Content-Type:
190
+ - application/json;charset=UTF-8
191
+ Transfer-Encoding:
192
+ - chunked
193
+ Connection:
194
+ - close
195
+ Permissions-Policy:
196
+ - interest-cohort=(),browsing-topics=()
197
+ Cf-Cache-Status:
198
+ - DYNAMIC
199
+ Report-To:
200
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=xBgl1sQZvsg%2BD0kZCOwKaQvSROAmt7BrZ2t0jpRmU78ECIQkWMqI4QQ0pFR1FrBTvlUTJRSSqrHifIC0hjxBj58XJPPmDAd56DtSElQBFdJ%2BnqRh92QGulHhwUpAujyb7uCpNSY%3D"}],"group":"cf-nel","max_age":604800}'
201
+ Nel:
202
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
203
+ Strict-Transport-Security:
204
+ - max-age=31536000; includeSubDomains; preload
205
+ Server:
206
+ - cloudflare
207
+ Cf-Ray:
208
+ - 7d20748139ceb89d-AMS
209
+ Alt-Svc:
210
+ - h3=":443"; ma=86400
211
+ body:
212
+ encoding: UTF-8
213
+ string: |-
214
+ [
215
+ {
216
+ "DOI": "10.1101",
217
+ "RA": "Crossref"
218
+ }
219
+ ]
220
+ recorded_at: Sun, 04 Jun 2023 13:17:16 GMT
221
+ recorded_with: VCR 6.1.0
@@ -0,0 +1,163 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://rogue-scholar.org/api/posts/zkevlyd3
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers:
10
+ Connection:
11
+ - close
12
+ Host:
13
+ - rogue-scholar.org
14
+ User-Agent:
15
+ - http.rb/5.1.1
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Age:
22
+ - '0'
23
+ Cache-Control:
24
+ - public, max-age=0, must-revalidate
25
+ Content-Length:
26
+ - '11329'
27
+ Content-Type:
28
+ - application/json; charset=utf-8
29
+ Date:
30
+ - Sun, 04 Jun 2023 13:23:09 GMT
31
+ Etag:
32
+ - '"aszzwmkdb8oo"'
33
+ Server:
34
+ - Vercel
35
+ Strict-Transport-Security:
36
+ - max-age=63072000
37
+ X-Matched-Path:
38
+ - "/api/posts/[slug]"
39
+ X-Vercel-Cache:
40
+ - MISS
41
+ X-Vercel-Id:
42
+ - fra1::iad1::d8547-1685884989318-9415ca5db471
43
+ Connection:
44
+ - close
45
+ body:
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
48
+ betonen die Rolle von wissenschaftsgeleiteten Open-Access-Modellen jenseits
49
+ von APCs","summary":"Die EU-Wissenschaftsministerien haben sich auf ihrer
50
+ 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
52
+ Pampel"}],"image":null,"content_html":"\n<p>Die EU-Wissenschaftsministerien
53
+ 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
+ Sitzung</a> in Brüssel unter dem Titel “Council conclusions on high-quality,
55
+ transparent, open, trustworthy and equitable scholarly publishing” (<a href=\"https://data.consilium.europa.eu/doc/document/ST-8827-2023-INIT/en/pdf\">PDF
56
+ der englischen Version</a>, <a href=\"https://data.consilium.europa.eu/doc/document/ST-8827-2023-INIT/de/pdf\">PDF
57
+ der deutschen Version</a>) mit den aktuellen Herausforderungen des wissenschaftlichen
58
+ Publikationswesens befasst.</p>\n\n\n\n<p>Bereits im Vorfeld der Sitzung der
59
+ Wissenschaftsministerien wurden verschiedene Versionen der Erklärung öffentlich
60
+ diskutiert (siehe z.B.<a href=\"https://sciencebusiness.net/news/Universities/leaked-eu-member-states-set-out-reform-scientific-publishing\">
61
+ Science Business</a> und<a href=\"https://www.timeshighereducation.com/news/can-eu-make-parallel-publishing-system-work\">
62
+ Times Higher Education</a>). Im Kern stand die Frage, inwiefern das EU-Papier
63
+ den Fokus auf Finanzierungs- und Geschäftsmodelle abseits von Publikationsgebühren
64
+ (Article Processing Charges, APCs) legt und ob sogar eine Abkehr von der Unterstützung
65
+ dieses Modells durch die öffentliche Hand in Europa betont wird.</p>\n\n\n\n<p>Schweden
66
+ hatte das Thema im Rahmen seiner EU-Ratspräsidentschaft augegriffen und bereits
67
+ im <a href=\"https://wisspub.net/2023/02/10/eu-wissenschaftsministerien-erortern-open-science/\">Februar</a>
68
+ in einem Hintergrund-Papier adressiert. Schon in diesem Briefing Paper wurde
69
+ die Problematik steigender Preise für die wissenschaftlichen Fachinformation
70
+ betont. </p>\n\n\n\n<p>In der jetzt verabschiedeten Version der Schlussfolgerungen
71
+ die Forderung nach sofortigem Open Access für wissenschaftliche Publikationen,
72
+ die im Rahmen der öffentlich geförderten Forschung entstehen, nochmals betont.
73
+ Dieses Ziel wurde<a href=\"https://wisspub.net/2016/05/27/eu-und-g7-staaten-setzen-auf-open-science/\">
74
+ bereits 2016</a> von den EU-Wissenschaftsministerien erhoben. Die Wissenschaftsminister:innen
75
+ hatten damals einen Open-Access-Anteil von 100 % bis 2020 gefordert. Dieser
76
+ Wert wurde bisher jedoch nicht erreicht. In Deutschland liegt der Open-Access-Anteil
77
+ zum Beispiel bei <a href=\"https://open-access-monitor.de/\">63</a> Prozent,
78
+ während die Niederlande im Publikationsjahr 2021 einen Anteil von <a href=\"https://www.openaccess.nl/en/in-the-netherlands/monitor\">82</a> Prozent
79
+ erreichten.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignleft
80
+ size-large is-resized\"><a href=\"https://wisspub.files.wordpress.com/2023/05/bildschirmc2adfoto-2023-05-23-um-11.05.39.png\"><img
81
+ loading=\"lazy\" data-attachment-id=\"20457\" data-permalink=\"https://wisspub.net/2023/05/23/eu-mitgliedstaaten-betonen-die-rolle-von-wissenschaftsgeleiteten-open-access-modellen-jenseits-von-apcs/bildschirmc2adfoto-2023-05-23-um-11-05-39/#main\"
82
+ data-orig-file=\"https://wisspub.files.wordpress.com/2023/05/bildschirmc2adfoto-2023-05-23-um-11.05.39.png\"
83
+ data-orig-size=\"1512,2142\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}\"
84
+ data-image-title=\"bildschirmc2adfoto-2023-05-23-um-11.05.39\" data-image-description=\"\"
85
+ data-image-caption=\"\" data-medium-file=\"https://wisspub.files.wordpress.com/2023/05/bildschirmc2adfoto-2023-05-23-um-11.05.39.png?w=212\"
86
+ data-large-file=\"https://wisspub.files.wordpress.com/2023/05/bildschirmc2adfoto-2023-05-23-um-11.05.39.png?w=630\"
87
+ src=\"https://wisspub.files.wordpress.com/2023/05/bildschirmc2adfoto-2023-05-23-um-11.05.39.png?w=723\"
88
+ alt=\"\" class=\"wp-image-20457\" width=\"353\" height=\"500\" srcset=\"https://wisspub.files.wordpress.com/2023/05/bildschirmc2adfoto-2023-05-23-um-11.05.39.png?w=353
89
+ 353w, https://wisspub.files.wordpress.com/2023/05/bildschirmc2adfoto-2023-05-23-um-11.05.39.png?w=706
90
+ 706w, https://wisspub.files.wordpress.com/2023/05/bildschirmc2adfoto-2023-05-23-um-11.05.39.png?w=106
91
+ 106w, https://wisspub.files.wordpress.com/2023/05/bildschirmc2adfoto-2023-05-23-um-11.05.39.png?w=212
92
+ 212w\" sizes=\"(max-width: 353px) 100vw, 353px\" /></a><figcaption class=\"wp-element-caption\"><em>“Council
93
+ conclusions on high-quality, transparent, open, trustworthy and equitable
94
+ scholarly publishing”</em></figcaption></figure></div>\n\n\n<p>Angesichts
95
+ steigender Abonnementkosten und ähnlicher Entwicklungen im Bereich der Publikationsgebühren
96
+ für Open Access und hybride Optionen betont das EU-Papier das Potenzial von
97
+ Geschäfts- und Finanzierungsmodellen, die weder die Leser:innen noch die Autor:innen
98
+ finanziell belasten und sich durch angemessene und transparente Preise auszeichnen
99
+ (Punkt 6). Es wird beklagt, dass die steigenden Preise für wissenschaftliche
100
+ Fachinformationen zu Ungleichheiten führen und die öffentliche Hand in Europa
101
+ zum Nachteil der Forschung belasten (Punkt 5).</p>\n\n\n\n<p>Aufgrund dieser
102
+ Kritik am kommerziellen Verlagswesen wird in zwei bemerkenswerten Punkten
103
+ (6 und 7) die Bedeutung von nicht gewinnorientierten Open-Access-Modellen
104
+ betont. Wortlaut:</p>\n\n\n\n<p>“The Council of the European Union [&#8230;]
105
+ highlights the importance of not-for-profit, scholarly open access publishing
106
+ models that do not charge fees to authors or readers and where authors can
107
+ publish their work without funding/institutional eligibility criteria; notes
108
+ the variety of models that do not depend on article processing charges or
109
+ similar per-unit charges and stresses the importance of supporting the development
110
+ of such models led by public research organisations; [&#8230;] stresses that
111
+ it is essential to avoid situations where researchers are limited in their
112
+ choice of publication channels due to financial capacities rather than quality
113
+ criteria, and where access to research publications is restricted by paywalls”</p>\n\n\n\n<p>Zwar
114
+ sind diese Unterstreichung und Betonung sicherlich nur ein kleiner Schritt
115
+ auf dem Weg zur Gestaltung eines pluralistischen, transparenten und nachhaltigen
116
+ Systems der digtialen Wissenschaftskommunikation. Sie kommen jedoch zu einem
117
+ Zeitpunkt, zu dem die Kritik an dem Modell der Publikationsgebühren wächst.</p>\n\n\n\n<p>Erst
118
+ kürzlich hat die Ivy Plus Libraries Confederation (IPLC) in den USA, als Zusammenschluss
119
+ von Bibliotheken forschungsstarker Einrichtungen, das APC-Modell<a href=\"https://ivpluslibraries.org/2023/03/iplc-letter-to-the-office-of-science-technology-policy/\">
120
+ deutlich kritisiert</a>. Die Bibliothekar:innen sehen die Gefahr, dass Publikationsgebühren
121
+ Ungleichheit fördern und Forschende aus finanziell weniger gut ausgestatteten
122
+ Regionen beim Open-Access-Publizieren benachteiligt werden. Sie charakterisieren
123
+ APCs als eine Hürde bei der Publikation.</p>\n\n\n\n<p>Auch hat der öffentlichkeitswirksame
124
+ <a href=\"https://www.nature.com/articles/d41586-023-01391-5\">Rücktritt</a>
125
+ des Editorial Boards der Elsevier-Zeitschrift NeuroImage aufgrund steigender
126
+ APCs den kritischen Blick auf das Geschäftsmodell gelenkt. Die zurückgetretenen
127
+ Herausgebenden haben nun bei MIT Press ein neues Journal <a href=\"https://mitpress.mit.edu/the-mit-press-to-launch-open-access-journal-imaging-neuroscience/\">gegründet</a>,
128
+ das niedrige APCs erhebt. Dieser Schritt zeigt, dass nicht APCs das Problem
129
+ sein müssen, sondern vielmehr deren Preisgestaltung.</p>\n\n\n\n<p>Um die
130
+ im obrigen Zitat formulierten Anliegen der EU-Staaten zu adressieren, soll
131
+ die Koordinierung innerhalb der EU und mit globalen Partnern zur Unterstützung
132
+ von Chancengleichheit im wissenschaftlichen Publizieren gefördert werden (Absatz
133
+ 7). Hierzu sollen auch abgestimmte Finanzierungsstrategien entwickelt werden,
134
+ um die Anzahl von not-for-profit open access multi-format scholarly publishing
135
+ models in Europe with no costs for authors or readers&#8220; signifikant zu
136
+ erhöhen (Absatz 11).</p>\n\n\n\n<p>Auch soll das Anliegen durch eine mögliche
137
+ Beteiligung der EU-Mitgliedstaaten an Open Research Europe (ORE), der von
138
+ der EU-Kommission finanzierten Publikationsplattform für Autor:innen aus den
139
+ EU-Rahmenprogrammen, vorangetrieben werden (Absatz 15).&nbsp;</p>\n\n\n\n<p>In
140
+ der <a href=\"https://www.consilium.europa.eu/de/press/press-releases/2023/05/23/council-calls-for-transparent-equitable-and-open-access-to-scholarly-publications/\">Pressemitteilung</a>
141
+ werden weitere Themen der verabschiedeten Schlussfolgerungen augegriffen:&nbsp;</p>\n\n\n\n<p>“Some
142
+ Member States have introduced secondary publication rights into their national
143
+ copyright legislation, enabling open access to scholarly publications which
144
+ involve public funds. The Council encourages national open access policies
145
+ and guidelines to make scholarly publications immediately openly accessible
146
+ under open licences. The conclusions acknowledge positive developments in
147
+ terms of monitoring progress, like within the framework of the European Open
148
+ Science Cloud (EOSC), and suggest including open science monitoring in the
149
+ European Research Area monitoring mechanism.”</p>\n\n\n\n<p>Die Schlussfolgerungen
150
+ können zweifellos als Stärkung des wissenschaftsgeleiteten Open-Access-Publizierens
151
+ in akademischer Trägerschaft  interpretiert werden. Der eingeschlagene Kurs
152
+ ist zu begrüßen. Um die bereits vielfältigen Open-Access-Publikationsangebote
153
+ und -Verlage, die von wissenschaftlichen Einrichtungen betrieben oder gemeinsam
154
+ (mit angemessenen und ohne APCs) finanziert werden, nachhaltig zu stärken,
155
+ ist es erforderlich, kooperative Finanzierungsmodelle auf internationaler
156
+ Ebene zu entwickeln und umzusetzen. Dafür sind, wie das Papier richtig betont,
157
+ abgestimmte Förderaktivitäten erforderlich, die beispielsweise in Deutschland,
158
+ komplementär zu DEAL, dem wissenschaftsgeleiteten Open-Access-Publizieren
159
+ 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
163
+ recorded_with: VCR 6.1.0