commonmeta-ruby 3.3.18 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +33 -29
  3. data/lib/commonmeta/crossref_utils.rb +20 -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
@@ -1,51 +1,5 @@
1
1
  ---
2
2
  http_interactions:
3
- - request:
4
- method: get
5
- uri: https://rogue-scholar.org/api/posts/6179ad80-cc7f-4904-9260-0ecb3c3a90ba
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: 404
19
- message: Not Found
20
- headers:
21
- Age:
22
- - '0'
23
- Cache-Control:
24
- - public, max-age=0, must-revalidate
25
- Content-Length:
26
- - '28'
27
- Content-Type:
28
- - application/json; charset=utf-8
29
- Date:
30
- - Mon, 10 Jul 2023 21:04:46 GMT
31
- Etag:
32
- - '"jtxxi9yf69s"'
33
- Server:
34
- - Vercel
35
- Strict-Transport-Security:
36
- - max-age=63072000
37
- X-Matched-Path:
38
- - "/api/posts/[[...params]]"
39
- X-Vercel-Cache:
40
- - MISS
41
- X-Vercel-Id:
42
- - fra1::iad1::bkz2t-1689023085834-cfabfa78ce26
43
- Connection:
44
- - close
45
- body:
46
- encoding: UTF-8
47
- string: '{"message":"Post not found"}'
48
- recorded_at: Mon, 10 Jul 2023 21:04:46 GMT
49
3
  - request:
50
4
  method: get
51
5
  uri: https://rogue-scholar.org/api/posts/153d65e1-f0e4-49a6-a969-33d2129800ba
@@ -69,13 +23,13 @@ http_interactions:
69
23
  Cache-Control:
70
24
  - public, max-age=0, must-revalidate
71
25
  Content-Length:
72
- - '1692'
26
+ - '16348'
73
27
  Content-Type:
74
28
  - application/json; charset=utf-8
75
29
  Date:
76
- - Tue, 11 Jul 2023 05:58:11 GMT
30
+ - Wed, 06 Sep 2023 14:27:24 GMT
77
31
  Etag:
78
- - '"z7ox1e74871b0"'
32
+ - '"16sa8t9t6dbclv"'
79
33
  Server:
80
34
  - Vercel
81
35
  Strict-Transport-Security:
@@ -85,7 +39,7 @@ http_interactions:
85
39
  X-Vercel-Cache:
86
40
  - MISS
87
41
  X-Vercel-Id:
88
- - fra1::iad1::kz72z-1689055090778-9a199d4a33af
42
+ - fra1::iad1::9zbq2-1694010444502-66b984de748a
89
43
  Connection:
90
44
  - close
91
45
  body:
@@ -96,11 +50,186 @@ http_interactions:
96
50
  programs that will help jumpstart their careers by exposing them to mentorship
97
51
  and opportunities to conduct research. While the gold standard of academic
98
52
  productivity (for the time being) remains peer-reviewed publications, conference
53
+ posters and presentations are an important secondary metric.","content_html":"<p>Students
54
+ and residents aspiring for a career in academic surgery are looking for training
55
+ programs that will help jumpstart their careers by exposing them to mentorship
56
+ and opportunities to conduct research. While the gold standard of academic
57
+ productivity (for the time being) remains peer-reviewed publications, conference
99
58
  posters and presentations are an important secondary metric. In addition to
100
59
  feeding eventual papers, conference talks allow trainees to practice presentation
101
- skills, build...","published_at":1685768070,"updated_at":1685768070,"indexed_at":1689006804,"authors":[{"url":null,"name":"Tejas
102
- S. Sathe, MD"}],"image":null,"tags":["Pre-Print"],"language":"en","reference":[],"blog_id":"3cxcm20","blog_name":"I.D.E.A.S.","blog":{"id":"3cxcm20","title":"I.D.E.A.S.","description":"Innovation
103
- and Design Experiments in Academic Surgery (I.D.E.A.S.)","language":"en","favicon":"https://www.ideasurg.pub/favicon.png","feed_url":"https://www.ideasurg.pub/rss/","home_page_url":"https://www.ideasurg.pub/","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T13:44:29+00:00","indexed_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
104
- 5.53","category":"Medical and Health Sciences","prefix":"10.59350","modified_at":"2023-06-03T04:54:30+00:00","version":"https://jsonfeed.org/version/1.1","backlog":false,"current_feed_url":null,"expired":null}}'
105
- recorded_at: Tue, 11 Jul 2023 05:58:11 GMT
60
+ skills, build their networks, and learn about the work being done at peer
61
+ institutions and the field more broadly. Residents pursuing professional development
62
+ are encouraged to apply to and attend conferences--though in the post-COVID
63
+ era the cost of conference attendance and travel are being re-evaluated. For
64
+ now, academic conference participation can serve as an important albeit limited
65
+ metric to evaluate an overall institution''s research power – especially as
66
+ it relates to trainees.</p><p>The <a href=\"https://www.academicsurgicalcongress.org/?ref=ideasurg.pub\">Academic
67
+ Surgical Congress</a> (ASC) is a joint surgical meeting co-hosted by the <a
68
+ href=\"https://www.aasurg.org/?ref=ideasurg.pub\">Association for Academic
69
+ Surgery</a> (AAS) and the <a href=\"https://www.susweb.org/?ref=ideasurg.pub\">Society
70
+ for University Surgeons</a> (SUS) and held annually in February. Anecdotally,
71
+ it is a popular conference for students and residents to attend. The ASC maintains
72
+ a public archive of all abstracts dating from 2015-2020. We obtained a machine
73
+ readable version of this public database through the webmaster (this version
74
+ of the data spans 2016 to 2023). Using number of accepted abstracts as a surrogate
75
+ for research productivity, we wanted to identify successful institutions.
76
+ Conceivably, by finding institutions who achieved high abstract numbers, we
77
+ could conduct interviews and focus groups among key stakeholders at these
78
+ programs to understand what they did, and how these actions can be replicated.
79
+ We were particularly interested in seeing which programs demonstrated a high
80
+ number of absolute accepted abstracts within the study period and also which
81
+ programs were able to improve their abstract performance from year to year.
82
+ </p><p>For each abstract, we looked at the year and primary institution at
83
+ which the work was conducted. In the dataset, all of the institutional affiliations
84
+ for each author are combined in one text string. To figure out the primary
85
+ institution, we searched the institution block string for the first presence
86
+ of \"university\", \"hospital\", \"institute\", or \"medical center\" or the
87
+ first expression to occur before a comma. This method was chosen as institutions’
88
+ names are written variably (Department of Surgery, University Hospital, New
89
+ York, NY vs. University Hospital, Division of Colorectal Surgery, Department
90
+ of Surgery, New York, NY). Next, we found that for several abstracts belonging
91
+ to the same institution in reality, the institution name was written in various
92
+ ways (e.g. University of Alabama vs. University of Alabama - Birmingham or
93
+ University of California - Los Angeles vs. David Geffen School of Medicine).
94
+ We attempted fuzzy string matching as well as some manual corrections to improve
95
+ this issue. While our efforts were not able to achieve perfect results, we
96
+ were able to resolve a majority of the mismatches.</p><p>In order to do a
97
+ primary survey of institutional trends in this dataset, we conducted the following
98
+ analyses. First, we measured the number of abstracts accepted each year from
99
+ 2016 to 2023. Second, we looked at the number of accepted abstracts by institution
100
+ over the entire study period and identified the top twenty institutions. Then,
101
+ we looked at the number of abstract institutions by year for each of these
102
+ top twenty institutions to study changes in institutional trends over time.
103
+ Finally, we did a subset analysis on post-COVID data (2021 to 2023) to look
104
+ at absolute and per cent year-over-year changes in accepted abstracts to see
105
+ which institutions were able to significantly increase their abstract performance
106
+ in one year. </p><h3>Accepted Abstracts are increasing but down from peak</h3><p>There
107
+ were a total of 10,396 unique abstracts accepted at the Academic Surgical
108
+ Congress between 2016 and 2023 for which complete institutional data is available.</p><p>We
109
+ plotted the total number of abstracts accepted by year. The number of accepted
110
+ abstracts increased from 1125 in 2016 to an all-time high of 1742 in 2020
111
+ before declining to 922 and 848 in 2021 and 2022, respectively. Accepted abstracts
112
+ have since rebounded to 1469 in 2023, or roughly 84% of the maximum amount.
113
+ Of note, the 2021 and 2022 meetings were held virtually due to the COVID-19
114
+ pandemic. Conversely the 2020 meeting was held immediately prior to the institution
115
+ of lockdowns and other social distancing policies.</p><figure><img src=\"https://www.ideasurg.pub/content/images/2023/06/Frame-2-1.png\"
116
+ loading=\"lazy\" width=\"2000\" height=\"1251\" srcset=\"https://www.ideasurg.pub/content/images/size/w600/2023/06/Frame-2-1.png
117
+ 600w, https://www.ideasurg.pub/content/images/size/w1000/2023/06/Frame-2-1.png
118
+ 1000w, https://www.ideasurg.pub/content/images/size/w1600/2023/06/Frame-2-1.png
119
+ 1600w, https://www.ideasurg.pub/content/images/size/w2400/2023/06/Frame-2-1.png
120
+ 2400w\" /><figcaption>Number of accepted abstracts at the Academic Surgical
121
+ Congress by year from 2016-2023</figcaption></figure><h3>Alabama, Michigan
122
+ lead abstract acceptances during study period</h3><p>Next, we plotted the
123
+ total number of accepted abstracts by institution. The graph shows data for
124
+ the twenty leading institutions. The University of Alabama and the University
125
+ of Michigan lead in abstract acceptances during the study period (509 and
126
+ 382, respectively). Given an eight year time-range, the top twenty institutions
127
+ reflect an average annual abstract acceptance ranging from roughly seventeen
128
+ to 63.</p><figure><img src=\"https://www.ideasurg.pub/content/images/2023/06/Frame-1.png\"
129
+ loading=\"lazy\" width=\"2000\" height=\"1061\" srcset=\"https://www.ideasurg.pub/content/images/size/w600/2023/06/Frame-1.png
130
+ 600w, https://www.ideasurg.pub/content/images/size/w1000/2023/06/Frame-1.png
131
+ 1000w, https://www.ideasurg.pub/content/images/size/w1600/2023/06/Frame-1.png
132
+ 1600w, https://www.ideasurg.pub/content/images/size/w2400/2023/06/Frame-1.png
133
+ 2400w\" /><figcaption>Number of accepted ASC abstracts for the top twenty
134
+ institutions from 2016-2023</figcaption></figure><p>We also plotted the number
135
+ of accepted abstracts by year using a separate line plot for each institution.
136
+ The University of Alabama surged from 15 to 58 abstracts from 2016 and 2017,
137
+ maintaining over 60 abstracts per year thereafter. The University of Michigan
138
+ maintained between 30 and 60 abstracts for each year and has ranked in the
139
+ top three for each year studied. Overall, there appears to be a general clustering
140
+ of the remaining institutions.</p><p>Of note, there is a noticeable dip from
141
+ 2020 to 2022 seen at most institutions which starts to recover in 2023, consistent
142
+ with the aggregated data shown in the previous figure.</p><figure><img src=\"https://www.ideasurg.pub/content/images/2023/06/Frame-3.png\"
143
+ loading=\"lazy\" width=\"2000\" height=\"1359\" srcset=\"https://www.ideasurg.pub/content/images/size/w600/2023/06/Frame-3.png
144
+ 600w, https://www.ideasurg.pub/content/images/size/w1000/2023/06/Frame-3.png
145
+ 1000w, https://www.ideasurg.pub/content/images/size/w1600/2023/06/Frame-3.png
146
+ 1600w, https://www.ideasurg.pub/content/images/size/w2400/2023/06/Frame-3.png
147
+ 2400w\" /></figure><h3>MGH, Brigham lead absolute and per cent increase in
148
+ abstracts in 2023</h3><p>Next, we measured the absolute and percent change
149
+ between accepted abstracts in consecutive years for the top twenty institutions.
150
+ We restricted our analysis to 2021, 2022, and 2023. The greatest absolute
151
+ increases in accepted abstracts came from Massachusetts General Hospital in
152
+ 2023 (28), The University of Pennsylvania (17), and Brigham and Women''s Hospital
153
+ (15), all in 2023. The greatest percentage increases in accepted abstracts
154
+ came from Brigham and Women''s Hospital (500%), Massachusetts General Hospital
155
+ (400%), and Yale Univeristy (275%), also all in 2023. Interestingly, University
156
+ of Alabama (+0 in 2022, +5 in 2023) and University of Michigan (+5 in 2022,
157
+ +8 in 2023)  - which rank at the top in all time and yearly abstracts - experienced
158
+ less extreme swings during the 2021-2023 time period. The greatest year-over-year
159
+ increase in the study period was University of Alabama''s increase of 43 abstracts
160
+ in 2017, but as it falls outside the time range of this subset analysis, that
161
+ data is not shown here.</p><figure><img src=\"https://www.ideasurg.pub/content/images/2023/06/Frame-4--5-.png\"
162
+ loading=\"lazy\" width=\"2000\" height=\"903\" srcset=\"https://www.ideasurg.pub/content/images/size/w600/2023/06/Frame-4--5-.png
163
+ 600w, https://www.ideasurg.pub/content/images/size/w1000/2023/06/Frame-4--5-.png
164
+ 1000w, https://www.ideasurg.pub/content/images/size/w1600/2023/06/Frame-4--5-.png
165
+ 1600w, https://www.ideasurg.pub/content/images/size/w2400/2023/06/Frame-4--5-.png
166
+ 2400w\" /><figcaption>Year-over-year absolute change in ASC accepted abstracts
167
+ from 2021-2023</figcaption></figure><figure><img src=\"https://www.ideasurg.pub/content/images/2023/06/Frame-5--9-.png\"
168
+ loading=\"lazy\" width=\"2000\" height=\"884\" srcset=\"https://www.ideasurg.pub/content/images/size/w600/2023/06/Frame-5--9-.png
169
+ 600w, https://www.ideasurg.pub/content/images/size/w1000/2023/06/Frame-5--9-.png
170
+ 1000w, https://www.ideasurg.pub/content/images/size/w1600/2023/06/Frame-5--9-.png
171
+ 1600w, https://www.ideasurg.pub/content/images/size/w2400/2023/06/Frame-5--9-.png
172
+ 2400w\" /><figcaption>Year-over-year percent change in ASC accepted abstracts
173
+ from 2021-2023</figcaption></figure><h3>Conclusions</h3><p>In this data exploration,
174
+ we analyzed abstract acceptance data for the Academic Surgical Congress between
175
+ 2016 and 2023. We showed that the number of abstracts increased from 2016
176
+ to 2020, dipped in 2021 and 2022, and is recovering in 2023 - likely reflecting
177
+ the variability forced by COVID19 and the transition to virtual conferences
178
+ in 2021 and 2022. We also showed that the University of Alabama and the University
179
+ of Michigan have significantly led accepted abstracts throughout the study
180
+ period with University of Alabama maintaining a top position following an
181
+ impressive 287% percent increase in abstracts between 2016 and 2017. In 2023,
182
+ Massachusetts General Hospital and Brigham and Women''s Hospital rank in the
183
+ top three for both absolute and percent changes in year-over-year abstract
184
+ acceptances in 2023. </p><h3>Limitations and Future Directions</h3><p>This
185
+ data exploration has several limitations. First, our study is limited to one
186
+ conference, and conferences themselves are only a limited component of academic
187
+ productivity. However, the Academic Surgical Congress is an international
188
+ meeting that is well regarded, popular among trainees, and has consistent
189
+ multi-year data. We can improve the generalizability of our findings by bringing
190
+ in similar data from other large meetings – such as the American College of
191
+ Surgeons Clinical Congress and the Society of American Gastrointestinal and
192
+ Endoscopic Surgeons (SAGES). We can also use the PubMed API to perform similar
193
+ analyses in top surgical journals such as JAMA Surgery or the Annals of Surgery.</p><p>Furthermore,
194
+ there is renewed concern that the <a href=\"https://jamanetwork.com/journals/jamasurgery/article-abstract/2797087?ref=ideasurg.pub\">ever-increasing
195
+ number</a> of abstracts and papers required for trainees to progress academically
196
+ is leading to an unhealthy \"research treadmill\". While these concerns are
197
+ valid, research productivity remains an important component of academic development,
198
+ and number of abstract acceptances can serve as a meaningful metric in guaging
199
+ an institution''s research productivity and culture.</p><p>Another limitation
200
+ of our study is our assumption that the first institution listed in the author
201
+ block is the primary institution–a method which does not take into account
202
+ multi-institutional abstracts. However, we suspect this reflects the minority
203
+ of the abstracts. Finally, we have not fully optimized name-matching to correctly
204
+ combine terms like \"University of Alabama\" and \"University of Alabama Birmingham\".
205
+ One future direction to improve this analysis would be to optimize the fuzzy
206
+ string matching algorithm used in our code. Alternatively, more granular source
207
+ data could also help improve the accuracy of our findings.</p><p>With regards
208
+ to the data we have obtained, we can conduct survey-based studies or focus
209
+ groups with key stakeholders from institutions that have demonstrated strong
210
+ abstract performance during the study period as well as those who have shown
211
+ significant improvement. By talking to department chairs, program directors,
212
+ and research and education leaders we can understand what steps each institution
213
+ took to improve abstract acceptance (e.g. hiring a new research faculty, creating
214
+ a mentorship program, providing administrative support for IRBs/stats etc.).
215
+ Following this, we can map individual interventions to improvements to understand
216
+ the contribution that each can have on increased academic productivity.</p><p>We
217
+ have also not yet mined the abstract text itself for themes. Using natural
218
+ language processing, we can understand how themes and trends of emergent research
219
+ change from year to year, and even develop models to predict which topics
220
+ will be of interest in future works. This will likely be the subject of a
221
+ future data exploration.</p><p>Overall, we hope to demonstrate that abstract
222
+ acceptance data from a single international meeting can provide interesting,
223
+ meaningful data on which programs have strong research infrastructure and
224
+ which programs are making strides to achieve it. By studying this data and
225
+ improving the inputs, we can better understand whose example to follow and
226
+ ultimately develop a playbook that all institutions can employ to maximize
227
+ the academic opportunities of students and trainees.</p><h3>See the Data</h3><p>You
228
+ can see the raw data as well as all of our code <a href=\"https://deepnote.com/@tejas-sathe-a73f/ASC-Data-Exploration-948ca211-bfc7-459b-9d6d-ef952a5baf32?ref=ideasurg.pub\">here</a>,
229
+ and use this for your own studies with appropriate attribution.</p><h3>Acknowledgements</h3><p>Special
230
+ thanks to Ojas Sathe for assistance with the fuzzy string matching</p>","published_at":1685768070,"updated_at":1685768070,"indexed_at":1690923223,"authors":[{"url":"https://orcid.org/0000-0003-0449-4469","name":"Tejas
231
+ S. Sathe"}],"image":"https://www.ideasurg.pub/content/images/2023/06/Frame-2-1.png","tags":["Preprint"],"language":"en","reference":[],"relationships":[],"blog_id":"3cxcm20","blog_name":"I.D.E.A.S.","blog_slug":"ideas","blog":{"id":"3cxcm20","title":"I.D.E.A.S.","description":"Innovation
232
+ and Design Experiments in Academic Surgery (I.D.E.A.S.)","language":"en","favicon":"https://www.ideasurg.pub/favicon.png","feed_url":"https://www.ideasurg.pub/rss/","home_page_url":"https://www.ideasurg.pub","user_id":"4cecb4b8-58b5-49fe-9edb-6af638294ef5","created_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
233
+ 5.61","category":"clinicalMedicine","prefix":"10.59350","modified_at":"2023-07-29T22:28:28+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":null,"status":"active","issn":"2993-1150","backlog":0,"authors":null,"plan":"Starter","slug":"ideas","use_mastodon":false}}'
234
+ recorded_at: Wed, 06 Sep 2023 14:27:25 GMT
106
235
  recorded_with: VCR 6.2.0
@@ -23,13 +23,13 @@ http_interactions:
23
23
  Cache-Control:
24
24
  - public, max-age=0, must-revalidate
25
25
  Content-Length:
26
- - '1988'
26
+ - '7617'
27
27
  Content-Type:
28
28
  - application/json; charset=utf-8
29
29
  Date:
30
- - Mon, 10 Jul 2023 21:04:49 GMT
30
+ - Wed, 06 Sep 2023 14:27:14 GMT
31
31
  Etag:
32
- - '"de3a467vbp1j8"'
32
+ - '"e4xv56uae15vj"'
33
33
  Server:
34
34
  - Vercel
35
35
  Strict-Transport-Security:
@@ -39,22 +39,83 @@ http_interactions:
39
39
  X-Vercel-Cache:
40
40
  - MISS
41
41
  X-Vercel-Id:
42
- - fra1::iad1::g8hwc-1689023089548-ad26f56478e1
42
+ - fra1::iad1::rkc42-1694010433881-0eb2a903600a
43
43
  Connection:
44
44
  - close
45
45
  body:
46
46
  encoding: UTF-8
47
47
  string: '{"id":"5bb66e92-5cb9-4659-8aca-20e486b695c9","doi":"https://doi.org/10.53731/4nwxn-frt36","url":"https://blog.front-matter.io/posts/does-it-compose","title":"Does
48
48
  it compose?","summary":"One question I have increasingly asked myself in the
49
- past few years. Meaning Can I run this open source software using Docker containers
50
- and a Docker Compose file?As the Docker project turned ten this spring, it
51
- has become standard practice to distribute open source software via Docker
52
- images and to provide a Docker Compose file to run the software together with
53
- other dependencies. The Awesome Compose project has collected many examples,
54
- and all you need is a docker-compose.ymlfile and a...","published_at":1684237016,"updated_at":1687084066,"indexed_at":1689007007,"authors":[{"url":"https://orcid.org/0000-0003-1419-2405","name":"Martin
55
- Fenner"}],"image":"https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop&#x3D;entropy&cs&#x3D;tinysrgb&fit&#x3D;max&fm&#x3D;jpg&ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&ixlib&#x3D;rb-4.0.3&q&#x3D;80&w&#x3D;2000","tags":["News"],"language":"en","reference":[],"blog_id":"f0m0e38","blog_name":"Front
56
- Matter","blog":{"id":"f0m0e38","title":"Front Matter","description":"The Front
57
- Matter Blog covers the intersection of science and technology since 2007.","language":"en","favicon":"https://blog.front-matter.io/favicon.png","feed_url":"https://blog.front-matter.io/atom-complete/","home_page_url":"https://blog.front-matter.io","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T07:20:33+00:00","indexed_at":"2023-01-02","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
58
- 5.52","category":"Engineering and Technology","prefix":"10.53731","modified_at":"2023-07-05T19:22:17+00:00","version":"https://jsonfeed.org/version/1.1","backlog":false,"current_feed_url":"https://blog.front-matter.io/atom/","expired":null}}'
59
- recorded_at: Mon, 10 Jul 2023 21:04:49 GMT
49
+ past few years. Meaning Can I run this open source software  using Docker
50
+ containers and a Docker Compose file? As the Docker project turned ten this
51
+ spring, it has become standard practice to distribute open source software
52
+ via Docker images and to provide a Docker Compose file to run the software
53
+ together with other dependencies.","content_html":" <p><img src=\"https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000\"
54
+ /></p><p>One question I have increasingly asked myself in the past few years.
55
+ Meaning </p><blockquote>Can I run this open source software  using Docker
56
+ containers and a Docker Compose file?</blockquote><p>As the Docker project
57
+ <a href=\"https://snyk.io/blog/the-docker-project-turns-10/\">turned ten this
58
+ spring</a>, it has become standard practice to distribute open source software
59
+ via Docker images and to provide a <a href=\"https://docs.docker.com/compose/\">Docker
60
+ Compose</a> file to run the software together with other dependencies. The
61
+ <a href=\"https://github.com/docker/awesome-compose\">Awesome Compose</a>
62
+ project has collected many examples, and all you need is a <code>docker-compose.yml</code>file
63
+ and a recent installation of Docker, e.g. <a href=\"https://www.docker.com/products/docker-desktop/\">Docker
64
+ Desktop</a>. Be aware that Docker Compose has evolved over the years. It started
65
+ out as a dedicated Python application but was later integrated into the Docker
66
+ application (written in Go) as Compose V2.</p><p>Docker and Docker Compose
67
+ allow you to run pretty complex applications without first addressing a long
68
+ list of requirements (which might conflict with other software you have installed),
69
+ or needing a long and complex build step where many things can go wrong. For
70
+ example a self-hosted instance of Supabase (a hosted Postgres database with
71
+ additional features) that I installed last week following <a href=\"https://supabase.com/docs/guides/self-hosting/docker\">these
72
+ instructions</a>.</p><p>An important open source project that I am involved
73
+ in is <a href=\"https://inveniordm.docs.cern.ch/\">InvenioRDM</a>, the turn-key
74
+ research data management repository. InvenioRDM started in 2019, with a first
75
+ production-suitable version in August 2021, and the <a href=\"https://inveniosoftware.org/products/rdm/#status\">next
76
+ major goal </a>is to have the large and popular <a href=\"https://zenodo.org/\">Zenodo</a>
77
+ repository running on top of InvenioRDM. Zenodo <a href=\"https://blog.zenodo.org/2023/05/08/2023-05-08-10years/\">turned
78
+ ten last week</a>, a few weeks after Docker. Interestingly, my personal tenth
79
+ anniversary was last year in May as I became a full-time software developer
80
+ and left academic medicine as a medical doctor treating cancer patients in
81
+ <a href=\"https://doi.org/10.53731/r294649-6f79289-8cw2j\">May 2012</a>.</p><p>Unfortunately,
82
+ InvenioRDM \"doesn''t compose\" yet. It is very close, but there are no ready-made
83
+ Docker images to download, and the <a href=\"https://inveniordm.docs.cern.ch/install/\">installation
84
+ instructions</a> start with installing a Python command-line tool (invenio-cli).
85
+ So if you have 1-2 hours to play with InvenioRDM and get a first impression,
86
+ there is no official solution from the InvenioRDM project yet. For this reason,
87
+ I started the <a href=\"https://github.com/front-matter/docker-invenio-rdm\">docker-invenio-rdm</a>
88
+ repository on Github. It contains a Docker Compose file that uses pre-built
89
+ Docker images, and using that file with a <code>docker compose up</code>command
90
+ on your local computer should give you a running InvenioRDM within 15 minutes:</p><figure><img
91
+ src=\"https://blog.front-matter.io/content/images/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png\"
92
+ loading=\"lazy\" width=\"2000\" height=\"1210\" srcset=\"https://blog.front-matter.io/content/images/size/w600/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png
93
+ 600w, https://blog.front-matter.io/content/images/size/w1000/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png
94
+ 1000w, https://blog.front-matter.io/content/images/size/w1600/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png
95
+ 1600w, https://blog.front-matter.io/content/images/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png
96
+ 2193w\" /></figure><p>I started this recently and obviously want to move forward
97
+ in two directions:</p><ul><li>fine-tune the initial configuration to provide
98
+ a great initial experience with InvenioRDM, e.g. making it easy to <a href=\"https://inveniordm.docs.cern.ch/develop/topics/theming/\">theme</a>
99
+ the InvenioRDM instance</li><li>make this an official part of the InvenioRDM
100
+ project, extending the <a href=\"https://github.com/inveniosoftware/docker-invenio\">docker-invenio</a>
101
+ GitHub repository that provides Docker base images for InvenioRDM and other
102
+ projects using the Invenio software.</li></ul><p>But of course, Docker Compose
103
+ is not the answer to all questions regarding running Docker-based infrastructure.
104
+ For production environments, most people shy away from using Docker Compose.
105
+ The reasons for that and the alternatives will be the topic of a future blog
106
+ post (spoiler: there is exciting news).</p><p>Docker Compose also needs more
107
+ work to be set up correctly for development environments. It is a common practice
108
+ and a workflow I used while working at DataCite (where we launched Docker-based
109
+ infrastructure in 2016), but for now, the easiest way to set up InvenioRDM
110
+ development environments is using the <a href=\"https://inveniordm.docs.cern.ch/install/\">invenio-cli
111
+ tool with a local development environment</a>.</p><p>Please reach out to me
112
+ with feedback on running Docker Compose for InvenioRDM (use the <a href=\"https://github.com/front-matter/docker-invenio-rdm/discussions\">discussions</a>
113
+ feature in the GitHub repo), or if you have questions about running InvenioRDM
114
+ in production.</p> ","published_at":1684237016,"updated_at":1687084066,"indexed_at":1689007007,"authors":[{"url":"https://orcid.org/0000-0003-1419-2405","name":"Martin
115
+ Fenner"}],"image":"https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop&#x3D;entropy&cs&#x3D;tinysrgb&fit&#x3D;max&fm&#x3D;jpg&ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&ixlib&#x3D;rb-4.0.3&q&#x3D;80&w&#x3D;2000","tags":["News"],"language":"en","reference":[],"relationships":[],"blog_id":"f0m0e38","blog_name":"Front
116
+ Matter","blog_slug":"front_matter","blog":{"id":"f0m0e38","title":"Front Matter","description":"The
117
+ Front Matter Blog covers the intersection of science and technology since
118
+ 2007.","language":"en","favicon":"https://blog.front-matter.io/favicon.png","feed_url":"https://blog.front-matter.io/atom-complete/","home_page_url":"https://blog.front-matter.io","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-01-02","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
119
+ 5.52","category":"computerAndInformationSciences","prefix":"10.53731","modified_at":"2023-09-05T21:35:21+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":"https://blog.front-matter.io/atom/","status":"active","issn":"2749-9952","backlog":0,"authors":null,"plan":"Team","slug":"front_matter","use_mastodon":true}}'
120
+ recorded_at: Wed, 06 Sep 2023 14:27:14 GMT
60
121
  recorded_with: VCR 6.2.0
@@ -23,13 +23,13 @@ http_interactions:
23
23
  Cache-Control:
24
24
  - public, max-age=0, must-revalidate
25
25
  Content-Length:
26
- - '1722'
26
+ - '3681'
27
27
  Content-Type:
28
28
  - application/json; charset=utf-8
29
29
  Date:
30
- - Mon, 10 Jul 2023 21:04:53 GMT
30
+ - Wed, 06 Sep 2023 14:27:15 GMT
31
31
  Etag:
32
- - '"rlwl6qviqb1bu"'
32
+ - '"17jxeuju1lh2u9"'
33
33
  Server:
34
34
  - Vercel
35
35
  Strict-Transport-Security:
@@ -39,7 +39,7 @@ http_interactions:
39
39
  X-Vercel-Cache:
40
40
  - MISS
41
41
  X-Vercel-Id:
42
- - fra1::iad1::h8hbv-1689023092969-0c0ff4bb4099
42
+ - fra1::iad1::2rr8q-1694010434804-33fa121905f5
43
43
  Connection:
44
44
  - close
45
45
  body:
@@ -49,12 +49,33 @@ http_interactions:
49
49
  a couple of years of working to support institutions implementing their OA
50
50
  policies, we''re so proud to see OA.Report, our development partner, and one
51
51
  of our collaborators featured in Nature. We appreciate Nature bringing attention
52
- to the progress being made in more effectively implementing OA policies.Read
53
- the full story on Nature''s website.Screenshot of the story on the Nature
54
- websiteFind out more about how OA.Report can help your organization on our
55
- website or in our recent...","published_at":1674558707,"updated_at":1674558707,"indexed_at":1688982864,"authors":[{"url":null,"name":"OA.Works"}],"image":"https://blog.oa.works/content/images/2023/01/nature-website-v2.png","tags":["OA.Report"],"language":"en","reference":[],"blog_id":"h7bpg11","blog_name":"OA.Works
56
- Blog","blog":{"id":"h7bpg11","title":"OA.Works Blog","description":"OA.Works
57
- Blog","language":"en","favicon":"https://blog.oa.works/favicon.png","feed_url":"https://blog.oa.works/rss/","home_page_url":"https://blog.oa.works/","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T14:11:14+00:00","indexed_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
58
- 5.53","category":"Engineering and Technology","prefix":"10.59350","modified_at":"2023-07-03T15:34:01+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true,"current_feed_url":null,"expired":null}}'
59
- recorded_at: Mon, 10 Jul 2023 21:04:53 GMT
52
+ to the progress being made in more effectively implementing OA policies.","content_html":"<img
53
+ src=\"https://blog.oa.works/content/images/2023/01/nature-website-v2.png\"
54
+ alt=\"Nature features OA.Report''s work putting OA policy into practice!\"
55
+ /><p>After a couple of years of working to support institutions implementing
56
+ their OA policies, we''re so proud to see <a href=\"https://oa.report/?ref=blog.oa.works\">OA.Report</a>,
57
+ <a href=\"https://blog.oa.works/grant-to-bolster-oa-policies-from-bmgf/\">our
58
+ development partner</a>, and <a href=\"https://dataseer.ai/?ref=blog.oa.works\">one
59
+ of our collaborators</a> <a href=\"https://www.nature.com/articles/d41586-023-00175-1?ref=blog.oa.works\">featured
60
+ in Nature</a>. We appreciate Nature bringing attention to the progress being
61
+ made in more effectively implementing OA policies.</p><p>Read the full story
62
+ on <a href=\"https://www.nature.com/articles/d41586-023-00175-1?ref=blog.oa.works\">Nature''s
63
+ website</a>.</p><figure><a href=\"https://www.nature.com/articles/d41586-023-00175-1?ref=blog.oa.works\"><img
64
+ src=\"https://blog.oa.works/content/images/2023/01/nature-website-v2-1.png\"
65
+ alt=\"Nature features OA.Report''s work putting OA policy into practice!\"
66
+ loading=\"lazy\" width=\"1520\" height=\"1584\" srcset=\"https://blog.oa.works/content/images/size/w600/2023/01/nature-website-v2-1.png
67
+ 600w, https://blog.oa.works/content/images/size/w1000/2023/01/nature-website-v2-1.png
68
+ 1000w, https://blog.oa.works/content/images/2023/01/nature-website-v2-1.png
69
+ 1520w\" /></a><figcaption>Screenshot of the story on the Nature website</figcaption></figure><p>Find
70
+ out more about how OA.Report can help your organization <a href=\"https://oa.report/?ref=blog.oa.works\">on
71
+ our website</a> or <a href=\"https://blog.oa.works/oa-report-helps-funders-measure-and-increase-oa-policy-compliance-and-their-investments-impact/\">in
72
+ our recent update</a>.</p><hr /><p>Grant support for this work was provided
73
+ in part by the Bill and Melinda Gates Foundation and the Robert Wood Johnson
74
+ Foundation. The views expressed here do not necessarily reflect the views
75
+ of either foundation.</p>","published_at":1674558707,"updated_at":1674558707,"indexed_at":1688982864,"authors":[{"url":null,"name":"OA.Works"}],"image":"https://blog.oa.works/content/images/2023/01/nature-website-v2.png","tags":["OA
76
+ Report"],"language":"en","reference":[],"relationships":[],"blog_id":"h7bpg11","blog_name":"OA.Works
77
+ Blog","blog_slug":"oa_works","blog":{"id":"h7bpg11","title":"OA.Works Blog","description":"OA.Works
78
+ Blog","language":"en","favicon":"https://blog.oa.works/favicon.png","feed_url":"https://blog.oa.works/rss/","home_page_url":"https://blog.oa.works","user_id":"dead81b3-8a8b-45c9-85fe-f01bb3948c77","created_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
79
+ 5.61","category":"computerAndInformationSciences","prefix":"10.59350","modified_at":"2023-07-31T10:36:26+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":null,"status":"active","issn":null,"backlog":165,"authors":null,"plan":"Starter","slug":"oa_works","use_mastodon":false}}'
80
+ recorded_at: Wed, 06 Sep 2023 14:27:15 GMT
60
81
  recorded_with: VCR 6.2.0
@@ -23,13 +23,13 @@ http_interactions:
23
23
  Cache-Control:
24
24
  - public, max-age=0, must-revalidate
25
25
  Content-Length:
26
- - '1680'
26
+ - '4529'
27
27
  Content-Type:
28
28
  - application/json; charset=utf-8
29
29
  Date:
30
- - Mon, 10 Jul 2023 21:04:47 GMT
30
+ - Wed, 06 Sep 2023 14:24:40 GMT
31
31
  Etag:
32
- - '"10p8jql4uqx1ai"'
32
+ - '"o1gypfhay03hb"'
33
33
  Server:
34
34
  - Vercel
35
35
  Strict-Transport-Security:
@@ -39,7 +39,7 @@ http_interactions:
39
39
  X-Vercel-Cache:
40
40
  - MISS
41
41
  X-Vercel-Id:
42
- - fra1::iad1::tkv5t-1689023087319-da88ab8eb283
42
+ - fra1::iad1::6rbj8-1694010279894-622b2a82ede7
43
43
  Connection:
44
44
  - close
45
45
  body:
@@ -47,14 +47,47 @@ http_interactions:
47
47
  string: '{"id":"5561f8e4-2ff1-4186-a8d5-8dacb3afe414","doi":"https://doi.org/10.59350/2shz7-ehx26","url":"https://libscie.org/ku-leuven-supports-researchequals","title":"KU
48
48
  Leuven supports ResearchEquals","summary":"KU Leuven is now an inaugural supporting
49
49
  member of ResearchEquals, sustaining and governing the development of modular
50
- publishing.As part of their commitment to Open Science, KU Leuven supports
50
+ publishing. As part of their commitment to Open Science, KU Leuven supports
51
51
  sustainable implementations of Open Access and Open Science through the KU
52
52
  Leuven Fund for Fair OA. The fund is usually only available to non-profits,
53
53
  but ResearchEquals’ governance convinced KU Leuven to support a for-profit
54
- initiative.“We don’t want to be too rigid in our approach...","published_at":1683614606,"updated_at":1683614606,"indexed_at":1689006804,"authors":[{"url":"https://ror.org/0342dzm54","name":"Liberate
55
- Science"}],"image":"https://libscie.org/content/images/2023/04/thank-you-1-.jpg","tags":["ResearchEquals"],"language":"en","reference":[],"blog_id":"h49ct36","blog_name":"Liberate
56
- Science","blog":{"id":"h49ct36","title":"Liberate Science","description":"Research
57
- as a commons","language":"en","favicon":"https://libscie.org/favicon.png","feed_url":"https://libscie.org/rss/","home_page_url":"https://libscie.org/","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T14:08:03+00:00","indexed_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
58
- 5.49","category":"Social Sciences","prefix":"10.59350","modified_at":"2023-07-04T06:30:20+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true,"current_feed_url":null,"expired":null}}'
59
- recorded_at: Mon, 10 Jul 2023 21:04:47 GMT
54
+ initiative.","content_html":"<img src=\"https://libscie.org/content/images/2023/04/thank-you-1-.jpg\"
55
+ alt=\"KU Leuven supports ResearchEquals\" /><p>KU Leuven is now an inaugural
56
+ supporting member of ResearchEquals, sustaining and governing the development
57
+ of modular publishing.</p><p>As part of their commitment to Open Science,
58
+ KU Leuven supports sustainable implementations of Open Access and Open Science
59
+ through the <a href=\"https://www.kuleuven.be/open-science/what-is-open-science/scholarly-publishing-and-open-access/open-access-kuleuven/OS-services?ref=libscie.org\">KU
60
+ Leuven Fund for Fair OA</a>. The fund is usually only available to non-profits,
61
+ but ResearchEquals’ governance convinced KU Leuven to support a for-profit
62
+ initiative.</p><p>“We don’t want to be too rigid in our approach and understand
63
+ that publishing or other research infrastructures can work according to different
64
+ sustainability models. What matters to us is that, if profits are made, they
65
+ are reinvested in the academic community and that researchers remain firmly
66
+ in control.” Demmy Verbeke said.</p><p>Supporting members help sustain operations
67
+ and receive additional governance rights for <a href=\"https://researchequals.com/?ref=libscie.org\">ResearchEquals</a>.
68
+ These rights include the option to participate in quarterly assemblies, strategy
69
+ and decision making processes, the power to block acquisitions, and to request
70
+ more information around business operations. As a result, supporting members
71
+ shape how ResearchEquals evolves. Individuals can become supporting members
72
+ for 79.99 euro’s per year. Institutions can become supporting members for
73
+ a yearly contribution of at least 2500 euro’s. </p><p>ResearchEquals is an
74
+ open source, open access publishing platform for research modules. ResearchEquals
75
+ realized the first modular publishing platform (launched February 1st, 2022),
76
+ which revolves around sharing the research process, step by step, instead
77
+ of only the final report.</p><p>“It is great to see KU Leuven support generative
78
+ projects, regardless of whether they are for-profit or not” Chris Hartgerink
79
+ said.</p><p>KU Leuven is one of the first institutional supporting members
80
+ of ResearchEquals.</p><hr /><p>KU Leuven is one of the largest universities
81
+ in Belgium, with a strong commitment to open access and open science. Demmy
82
+ Verbeke and Laura Mesotten manage the Fund for Fair OA of KU Leuven Libraries.</p><p>Liberate
83
+ Science GmbH (est. 2019) cultivates alternative publishing formats that work
84
+ for researchers everywhere. ResearchEquals is a Liberate Science GmbH project.
85
+ For more information view the <a href=\"https://www.researchequals.com/supporting-member?ref=libscie.org\">supporting
86
+ member page</a> or contact CEO Chris Hartgerink (<a href=\"mailto:ceo@libscie.org\">ceo@libscie.org</a>).</p>","published_at":1683614606,"updated_at":1683614606,"indexed_at":1689006804,"authors":[{"url":"https://ror.org/0342dzm54","name":"Liberate
87
+ Science"}],"image":"https://libscie.org/content/images/2023/04/thank-you-1-.jpg","tags":["Research
88
+ Equals"],"language":"en","reference":[],"relationships":[],"blog_id":"h49ct36","blog_name":"Liberate
89
+ Science","blog_slug":"libscie","blog":{"id":"h49ct36","title":"Liberate Science","description":"Research
90
+ as a commons","language":"en","favicon":"https://libscie.org/favicon.png","feed_url":"https://libscie.org/rss/","home_page_url":"https://libscie.org","user_id":"dead81b3-8a8b-45c9-85fe-f01bb3948c77","created_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
91
+ 5.49","category":"socialSciences","prefix":"10.59350","modified_at":"2023-08-29T07:00:56+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":null,"status":"active","issn":null,"backlog":9999,"authors":null,"plan":"Starter","slug":"libscie","use_mastodon":false}}'
92
+ recorded_at: Wed, 06 Sep 2023 14:24:40 GMT
60
93
  recorded_with: VCR 6.2.0