commonmeta-ruby 3.2.6 → 3.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +16 -2
  3. data/commonmeta.gemspec +1 -0
  4. data/lib/commonmeta/author_utils.rb +20 -3
  5. data/lib/commonmeta/cli.rb +2 -2
  6. data/lib/commonmeta/crossref_utils.rb +22 -18
  7. data/lib/commonmeta/readers/json_feed_reader.rb +27 -2
  8. data/lib/commonmeta/utils.rb +13 -1
  9. data/lib/commonmeta/version.rb +1 -1
  10. data/resources/crossref/common5.3.1.xsd +43 -35
  11. data/spec/author_utils_spec.rb +38 -0
  12. data/spec/cli_spec.rb +5 -5
  13. data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed_unregistered/blog_post_uuid.yml +49 -0
  14. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/unregistered_posts.yml +215 -0
  15. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +20 -11
  16. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +215 -0
  17. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +14 -9
  18. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +9 -8
  19. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +15 -10
  20. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +328 -0
  21. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +824 -0
  22. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +14 -9
  23. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +390 -0
  24. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/{json_feed_url → json_feed_unregistered_url}/all_posts.yml +11 -11
  25. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/another_schema_org_from_front-matter.yml +103 -105
  26. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article.yml +5 -5
  27. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_from_datacite.yml +4 -4
  28. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +60 -9
  29. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +55 -7
  30. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +824 -0
  31. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/posted_content.yml +17 -17
  32. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_another_science_blog.yml +12 -8
  33. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_front_matter.yml +178 -181
  34. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_upstream_blog.yml +104 -92
  35. data/spec/readers/json_feed_reader_spec.rb +106 -12
  36. data/spec/utils_spec.rb +23 -5
  37. data/spec/writers/crossref_xml_writer_spec.rb +31 -3
  38. metadata +24 -8
  39. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/json_feed_url/front-matter_blog.yml +0 -221
  40. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_item_from_rogue_scholar_with_doi.yml +0 -163
  41. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_item_from_upstream_blog.yml +0 -243
  42. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_rogue_scholar_with_doi.yml +0 -210
  43. data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_upstream_blog.yml +0 -290
@@ -0,0 +1,824 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://rogue-scholar.org/api/posts/954f8138-0ecd-4090-87c5-cef1297f1470
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
+ - '20178'
27
+ Content-Type:
28
+ - application/json; charset=utf-8
29
+ Date:
30
+ - Thu, 15 Jun 2023 12:31:02 GMT
31
+ Etag:
32
+ - '"10spi59ymnvfk5"'
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::jgfvq-1686832259234-c24beb176790
43
+ Connection:
44
+ - close
45
+ body:
46
+ encoding: UTF-8
47
+ string: '{"id":"https://doi.org/10.54900/zwm7q-vet94","uuid":"954f8138-0ecd-4090-87c5-cef1297f1470","url":"https://upstream.force11.org/the-research-software-alliance-resa/","title":"The
48
+ Research Software Alliance (ReSA)","summary":"Research software is a key part
49
+ of most research today. As University of Manchester Professor Carole Goble
50
+ has said, \"software is the ubiquitous instrument of science.\" Creating and
51
+ maintaining research software is a human effort, and as Yanina Bellina, rOpenSci
52
+ Community Manager, has said, \"the work of the people who develop and maintain
53
+ research software is often hidden and needs to be recognized.\"Studies of
54
+ researchers at leading UK universities [1] and of postdoctoral researchers
55
+ in the US...","date_published":"2023-04-18T10:36:52Z","date_modified":"2023-04-18T10:36:52Z","authors":[{"url":"https://orcid.org/0000-0001-5934-7525","name":"Daniel
56
+ S. Katz"},{"url":null,"name":"Michelle Barker"}],"image":"https://upstream.force11.org/content/images/2023/04/resa-logo-7.png","content_html":"
57
+ <p>Research software is a key part of most research today. As University of
58
+ Manchester Professor Carole Goble has said, \"software is the ubiquitous instrument
59
+ of science.\" Creating and maintaining research software is a human effort,
60
+ and as Yanina Bellina, rOpenSci Community Manager, has said, \"the work of
61
+ the people who develop and maintain research software is often hidden and
62
+ needs to be recognized.\"</p><p>Studies of researchers at leading UK universities
63
+ [<a href=\"https://www.software.ac.uk/blog/2014-12-04-its-impossible-conduct-research-without-software-say-7-out-10-uk-researchers?bw\">1</a>] and
64
+ of postdoctoral researchers in the US [<a href=\"https://doi.org/10.6084/m9.figshare.5328442\">2</a>]
65
+ have found that over 90% use research software, over 65% see research software
66
+ as fundamental to their research, and 25-55% develop software as part of the
67
+ research.</p><p>Research software, being ubiquitous, is difficult to concisely
68
+ define. One recent attempt [<a href=\"https://doi.org/10.54900/9akm9y5-5ject5y\">3</a>]
69
+ says that research software:</p><figure class=\"kg-card kg-image-card kg-card-hascaption\"><img
70
+ src=\"https://upstream.force11.org/content/images/2023/04/rob-v2-table-6.jpg\"
71
+ class=\"kg-image\" alt loading=\"lazy\" width=\"1080\" height=\"608\" srcset=\"https://upstream.force11.org/content/images/size/w600/2023/04/rob-v2-table-6.jpg
72
+ 600w, https://upstream.force11.org/content/images/size/w1000/2023/04/rob-v2-table-6.jpg
73
+ 1000w, https://upstream.force11.org/content/images/2023/04/rob-v2-table-6.jpg
74
+ 1080w\" sizes=\"(min-width: 720px) 720px\"><figcaption>Figure from <a href=\"https://doi.org/10.54900/9akm9y5-5ject5y\">https://doi.org/10.54900/9akm9y5-5ject5y</a></figcaption></figure><p>Once
75
+ research software is developed, however, users can find bugs, users can want
76
+ new features, and the underlying hardware and software on which the software
77
+ is built (e.g., libraries, OS) can change. The research software needs to
78
+ be manually maintained in response to these issues. In other words, research
79
+ software is not a one-time investment, but requires ongoing maintenance.</p><p>Research
80
+ software sustainability can be defined as occurring when the resources (people,
81
+ funding, etc.) to enable maintenance are gathered and applied. </p><p>This
82
+ is different from challenges for publications and datasets because while research
83
+ software can similarly be a research result and research product, it has properties
84
+ that differ from papers and datasets, and needs different policies and funding
85
+ models.</p><h2 id=\"research-software-alliance-resa\">Research Software Alliance
86
+ (ReSA)</h2><p>In response to these facts, the <a href=\"http://www.researchsoft.org/\">Research
87
+ Software Alliance (ReSA)</a> was founded in 2019 by the <a href=\"https://ardc.edu.au/\">Australia
88
+ Research Data Commons (ARDC)</a>, the <a href=\"https://alliancecan.ca/en\">Digital
89
+ Research Alliance of Canada</a>, the <a href=\"https://www.ncsa.illinois.edu/\">National
90
+ Center for Supercomputing Applications (NCSA)</a>, the <a href=\"https://www.esciencecenter.nl/\">Netherlands
91
+ eScience Center</a>, and the <a href=\"https://www.software.ac.uk/\">Software
92
+ Sustainability Institute (SSI)</a> to help these organisations and other stakeholders
93
+ collaborate on the advancement of the research software ecosystem. </p><p>ReSA''s
94
+ vision is that research software and those who develop and maintain it are
95
+ recognised and valued as fundamental and vital to research worldwide, while
96
+ its mission is to advance the research software ecosystem by collaborating
97
+ with key influencers and decision makers.</p><p>ReSA is a fiscally-sponsored
98
+ project of <a href=\"https://www.codeforsociety.org/\">Code for Science &
99
+ Society</a>, has part time <a href=\"https://www.researchsoft.org/people/\">staff
100
+ members </a>who include a Director, Dr Michelle Barker, and Community Managers
101
+ located in Africa, Asia, Australia and Canada, and is led by a <a href=\"https://www.researchsoft.org/people/\">steering
102
+ committee</a> chaired by Daniel S. Katz, Chief Scientist at NCSA at the University
103
+ of Illinois Urbana Champaign. ReSA has received support totalling USD$663,500
104
+ in cash, and USD$344,000 (details are <a href=\"https://www.researchsoft.org/about-resa/\">publicly
105
+ available</a>) as in-kind contributions from its <a href=\"https://www.researchsoft.org/about-resa/\">sponsors</a>,
106
+ <a href=\"https://www.researchsoft.org/about-resa/\">Founding Members</a>,
107
+ and <a href=\"https://www.researchsoft.org/membership/\">Organisational Members</a>.</p><h2
108
+ id=\"activities\">Activities</h2><p>ReSA accomplishes work primarily through
109
+ forums and task forces. </p><h3 id=\"funders-forum\"><a href=\"https://www.researchsoft.org/funders-forum/\">Funders
110
+ Forum</a></h3><p>The ReSA Funders Forum, a collaboration of 30+ research software
111
+ funding organisations, started in 2022. The organisations represented are
112
+ currently about 2/3 government, 1/4 philanthropic, and 1/12 industry. Geographically,
113
+ 41% are in Europe, 34% in North America, 17% in Australasia, and 4% each in
114
+ African and South America.</p><p>The Funders Forum provides a formal mechanism
115
+ for funders to share funding practices, address research software community
116
+ challenges, facilitate networks and collaboration, and consider how to achieve
117
+ long-term sustainability for research software. It meets monthly, with each
118
+ meeting repeating twice in a day to allow those in different time zones to
119
+ participate each time, and shifting in time from month to month to allow different
120
+ sets of participants to form each time. Each meeting includes short presentations
121
+ from funders on their new activities, and a discussion topic that is either
122
+ led by ReSA or by a funder, such as on diversity, equity, and inclusion in
123
+ research software, open source program offices, collaboration mechanisms,
124
+ and landscape analysis. The Funder Forums also has working groups in which
125
+ more focused activities can occur, such as planning for a multi-organisational
126
+ funding call and defining policies around FAIR for research software.</p><p>Discussions
127
+ in the ReSA steering committee and the funders forum led ReSA and the Netherlands
128
+ eScience Center to co-convene the “<a href=\"https://future-of-research-software.org/\">International
129
+ Funders Workshop: The Future of Research Software</a>” in Amsterdam in November
130
+ 2022, with representation from 45 funding organisations (those who provide
131
+ monetary and/or in-kind support to research software and/or the people who
132
+ develop and maintain it). </p><figure class=\"kg-card kg-image-card kg-card-hascaption\"><img
133
+ src=\"https://upstream.force11.org/content/images/2023/04/52502576946_04a37f7888_k.jpg\"
134
+ class=\"kg-image\" alt loading=\"lazy\" width=\"2000\" height=\"1334\" srcset=\"https://upstream.force11.org/content/images/size/w600/2023/04/52502576946_04a37f7888_k.jpg
135
+ 600w, https://upstream.force11.org/content/images/size/w1000/2023/04/52502576946_04a37f7888_k.jpg
136
+ 1000w, https://upstream.force11.org/content/images/size/w1600/2023/04/52502576946_04a37f7888_k.jpg
137
+ 1600w, https://upstream.force11.org/content/images/2023/04/52502576946_04a37f7888_k.jpg
138
+ 2048w\" sizes=\"(min-width: 720px) 720px\"><figcaption><a href=\"https://www.flickr.com/photos/esciencecenter/52502576946/in/album-72177720303712317/&sa=D&source=docs&ust=1681327121704634&usg=AOvVaw0eLOLV0UmKvACkvx-vuQCj\">Photo
139
+ via Flickr</a>. Credit: <a href=\"https://https://anneliesverhelst.com/&sa=D&source=docs&ust=1681327121686238&usg=AOvVaw29udzgf41EP21WHifLfeUF\">Annelies
140
+ Verhelst</a>.</figcaption></figure><p>In this workshop, attendees discussed
141
+ a draft of the Amsterdam Declaration on Funding Research Software Sustainability
142
+ [<a href=\"https://doi.org/10.5281/zenodo.7330541\">4</a>], which continues
143
+ to be <a href=\"https://adore.software/\">open for consultation</a>. </p><figure
144
+ class=\"kg-card kg-image-card kg-card-hascaption\"><img src=\"https://upstream.force11.org/content/images/2023/04/52502848059_61f6ab1780_k.jpg\"
145
+ class=\"kg-image\" alt loading=\"lazy\" width=\"2000\" height=\"1331\" srcset=\"https://upstream.force11.org/content/images/size/w600/2023/04/52502848059_61f6ab1780_k.jpg
146
+ 600w, https://upstream.force11.org/content/images/size/w1000/2023/04/52502848059_61f6ab1780_k.jpg
147
+ 1000w, https://upstream.force11.org/content/images/size/w1600/2023/04/52502848059_61f6ab1780_k.jpg
148
+ 1600w, https://upstream.force11.org/content/images/2023/04/52502848059_61f6ab1780_k.jpg
149
+ 2048w\" sizes=\"(min-width: 720px) 720px\"><figcaption><a href=\"https://www.flickr.com/photos/esciencecenter/52502848059/in/album-72177720303712317/\">Photo
150
+ via Flickr</a>. Credit: <a href=\"https://anneliesverhelst.com/&sa=D&source=docs&ust=1681327121686238&usg=AOvVaw29udzgf41EP21WHifLfeUF\">Annelies
151
+ Verhelst</a>.</figcaption></figure><h3 id=\"community-forum\"><a href=\"https://www.researchsoft.org/events/2022-06/\">Community
152
+ Forum</a></h3><p>ReSA hosts an occasional online community forum for the global
153
+ research software community, as an opportunity for participants to meet and
154
+ share information. Each call features a short talk and follow-up discussion,
155
+ with the aim of facilitating community consideration about what’s needed next
156
+ to address particular issues. The Community Forum is open to everyone. Meetings
157
+ occur at alternating times to maximise attendance by participants in different
158
+ time zones. Meeting topics have included:</p><ul><li>Outcomes of Vive la différence
159
+ - research software engineers [<a href=\"https://doi.org/10.5281/zenodo.6859709\">5</a>],
160
+ a workshop that considered how to reframe research software engineering to
161
+ place diversity, equity and inclusion as a central organising principle</li><li>The
162
+ Research Software Roadmap</li><li>Aligning publisher policies for sharing
163
+ code</li><li>The Research Software Community in the Global South [<a href=\"https://doi.org/10.5281/zenodo.7179892\">6</a>]</li><li><a
164
+ href=\"https://future-of-research-software.org/\">The International Funders
165
+ Workshop</a></li></ul><h3 id=\"task-forces\"><a href=\"https://www.researchsoft.org/taskforces/\">Task
166
+ Forces</a></h3><ul><li>Evidence for the importance of research software (completed,
167
+ 2020): identified and analysed resources [<a href=\"https://doi.org/10.5281/zenodo.3884311\">7</a>]
168
+ that demonstrate the importance of research software to research outcomes,
169
+ to provide information for sharing with key influencers.</li><li>Software
170
+ sections of RDA COVID-19 Guidelines and Recommendations for policy makers,
171
+ funders and the research community (completed, 2020) [<a href=\"https://doi.org/10.15497/RDA00052\">8</a>]:
172
+ helping COVID-19 stakeholders follow best practices to maximise the efficiency
173
+ of their work, and to act as a blueprint for future emergencies.</li><li>FAIR
174
+ for research software (completed, 2022): Jointly with FORCE11 and RDA, developed
175
+ the FAIR for research software (FAIR4RS) principles [<a href=\"https://doi.org/10.15497/RDA00068\">9</a>]</li><li>FAIR
176
+ 4 Research Software Roadmap (completed, 2022) [<a href=\"https://doi.org/10.5281/zenodo.6239373\">10</a>]:
177
+ Identified key stakeholders in areas arising from the application of the FAIR
178
+ principles to research software, to guide strategic planning and investment.
179
+ Consultation with key stakeholders enabled mapping of existing projects that
180
+ apply some of the elements of the FAIR principles to research software into
181
+ a longer-term framework to improve strategic alignment and potential collaborators/leads
182
+ for parts of the Roadmap.</li><li>Software landscape analysis (completed,
183
+ 2022): Mapping the international research software community landscape</li><li>Initial
184
+ mapping (2020) [<a href=\"https://doi.org/10.5281/zenodo.3699950\">11</a>]</li><li>Expanded
185
+ mapping of the Global South (2022) [<a href=\"https://doi.org/10.5281/zenodo.7179892\">6</a>]</li><li>Code
186
+ availability (active): Jointly with FORCE11, working towards greater alignment
187
+ on policy and other related actions for code (the code associated with the
188
+ findings of an article) being made available alongside (or prior to) the publication
189
+ of the article.</li><li><a href=\"https://www.researchsoft.org/funding-opportunities/\">Database
190
+ of research funding software opportunities</a> (active): maintaining, adding
191
+ to, and analysing the database to better understand opportunities and their
192
+ characteristics.</li><li>Research institution policies to support research
193
+ software (starting): is building a <a href=\"https://docs.google.com/spreadsheets/d/1YgXG1eSrby8e5wzqYOiOZW6KmJtR-wdBTrjr1_aMtF4/edit#gid=0\">collection
194
+ of institutional policies</a> that support research software and the people
195
+ who develop and maintain it, and work to better share them with interested
196
+ stakeholders.</li></ul><p>In addition, ReSA participates in ad hoc activities
197
+ that support its mission, such as sharing diversity, equity, and inclusion
198
+ best practices at the 2022 Vive la difference - research software engineers
199
+ hybrid workshop [<a href=\"https://doi.org/10.5281/zenodo.6859709\">5</a>].</p><figure
200
+ class=\"kg-card kg-image-card\"><img src=\"https://upstream.force11.org/content/images/2023/04/s22004-lcp-vive-la-difference-04---623c6b3946587.png\"
201
+ class=\"kg-image\" alt loading=\"lazy\" width=\"2000\" height=\"2828\" srcset=\"https://upstream.force11.org/content/images/size/w600/2023/04/s22004-lcp-vive-la-difference-04---623c6b3946587.png
202
+ 600w, https://upstream.force11.org/content/images/size/w1000/2023/04/s22004-lcp-vive-la-difference-04---623c6b3946587.png
203
+ 1000w, https://upstream.force11.org/content/images/size/w1600/2023/04/s22004-lcp-vive-la-difference-04---623c6b3946587.png
204
+ 1600w, https://upstream.force11.org/content/images/2023/04/s22004-lcp-vive-la-difference-04---623c6b3946587.png
205
+ 2381w\" sizes=\"(min-width: 720px) 720px\"></figure><h2 id=\"participate\">Participate</h2><p>ReSA
206
+ provides freely available <a href=\"https://www.researchsoft.org/resa-resources/\">resources</a>
207
+ that anyone can use to raise awareness of the importance of research software
208
+ and a <a href=\"https://www.researchsoft.org/funding-opportunities/\">database</a>
209
+ or research software funding opportunities. </p><p>Anyone  can sign up to
210
+ receive updates on ReSA through its regular <a href=\"https://www.researchsoft.org/news/\">newsletter</a>,
211
+ provide information on <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdeZrx0kXAhD4XfpDrQ8Dmg4qJTRZWboMd-zvgjjtgBs1I68g/viewform\">new
212
+ funding calls</a> to our <a href=\"https://www.researchsoft.org/funding-opportunities/\">database</a>,
213
+ join <a href=\"https://www.researchsoft.org/taskforces/\">task forces</a>
214
+ focused on specific activities, and join the ReSA <a href=\"http://researchsoft.slack.com\">Slack</a>
215
+ to share what is happening in their community.</p><p>Anyone who represents
216
+ a funding organisation and wants to interact with other funders, can join
217
+ the (free) <a href=\"https://www.researchsoft.org/funders-forum/\">Research
218
+ Software Funders Forum</a>.</p><p>Finally, ReSA is always looking for organisations
219
+ who want to become recognised as <a href=\"https://www.researchsoft.org/membership/\">organisational
220
+ members</a> in order to financially support its work.</p><h2 id=\"references\">References</h2><ol><li>It’s
221
+ impossible to conduct research without software, say 7 out of 10 UK researchers.
222
+ Accessed April 13, 2023. <a href=\"https://www.software.ac.uk/blog/2014-12-04-its-impossible-conduct-research-without-software-say-7-out-10-uk-researchers\">https://www.software.ac.uk/blog/2014-12-04-its-impossible-conduct-research-without-software-say-7-out-10-uk-researchers</a></li><li>Nangia
223
+ U, Katz DS. Track 1 Paper: Surveying the U.S. National Postdoctoral Association
224
+ Regarding Software Use and Training in Research. Published online August 30,
225
+ 2017. doi:<a href=\"https://doi.org/10.6084/m9.figshare.5328442.v3\">10.6084/m9.figshare.5328442.v3</a></li><li>Nieuwpoort
226
+ R van, Katz DS. Defining the roles of research software. <em>Upstream</em>.
227
+ Published online March 14, 2023. doi:<a href=\"https://doi.org/10.54900/9akm9y5-5ject5y\">10.54900/9akm9y5-5ject5y</a></li><li>Barker
228
+ M, Hong NPC, Eijnatten J van, Katz DS. Amsterdam Declaration on Funding Research
229
+ Software Sustainability. Published online March 16, 2023. doi:<a href=\"https://doi.org/10.5281/zenodo.7740084\">10.5281/zenodo.7740084</a></li><li>Barker
230
+ M, Leung MA, Martinez PA, et al. <em>Report on Vive La Différence - Research
231
+ Software Engineers</em>. Zenodo; 2022. doi:<a href=\"https://doi.org/10.5281/zenodo.6859709\">10.5281/zenodo.6859709</a></li><li>Martinez
232
+ PA. The Research Software Community Landscape in the Global South. Published
233
+ online October 10, 2022. doi:<a href=\"https://doi.org/10.5281/zenodo.7179892\">10.5281/zenodo.7179892</a></li><li>Barker
234
+ M, Katz DS, Gonzalez-Beltran A. <em>Evidence for the Importance of Research
235
+ Software</em>. Zenodo; 2020. doi:<a href=\"https://doi.org/10.5281/zenodo.3884311\">10.5281/zenodo.3884311</a></li><li>Research
236
+ Data Alliance. Final release: COVID-19 guidelines. Published online 2020.
237
+ doi:<a href=\"https://doi.org/10.15497/RDA00052\">10.15497/RDA00052</a></li><li>Chue
238
+ Hong NP, Katz DS, Barker M, et al. FAIR Principles for Research Software (FAIR4RS
239
+ Principles). Published online 2021. doi:<a href=\"https://doi.org/10.15497/RDA00068\">10.15497/RDA00068</a></li><li>Barker,
240
+ Michelle. FAIR4RS Roadmap Report. Published online February 20, 2022. doi:<a
241
+ href=\"https://doi.org/10.5281/ZENODO.6239373\">10.5281/ZENODO.6239373</a></li><li>Katz
242
+ DS, Barker M, Martinez PA, Anzt H, Gonzalez-Beltran A, Bakker T. The Research
243
+ Software Alliance (ReSA) and the community landscape. Published online March
244
+ 11, 2020. doi:<a href=\"https://doi.org/10.5281/ZENODO.3699950\">10.5281/ZENODO.3699950</a><br></li></ol>
245
+ ","tags":["News"],"language":"en","references":[{"key":"ref1","url":"https://software.ac.uk/blog/2014-12-04-its-impossible-conduct-research-without-software-say-7-out-10-uk-researchers"},{"doi":"https://doi.org/10.6084/m9.figshare.5328442.v3","key":"ref2"},{"doi":"https://doi.org/10.54900/9akm9y5-5ject5y","key":"ref3"},{"doi":"https://doi.org/10.5281/zenodo.7740084","key":"ref4"},{"doi":"https://doi.org/10.5281/zenodo.6859709","key":"ref5"},{"doi":"https://doi.org/10.5281/zenodo.7179892","key":"ref6"},{"doi":"https://doi.org/10.5281/zenodo.3884311","key":"ref7"},{"doi":"https://doi.org/10.15497/rda00052","key":"ref8"},{"doi":"https://doi.org/10.15497/rda00068","key":"ref9"},{"doi":"https://doi.org/10.5281/zenodo.6239373","key":"ref10"},{"doi":"https://doi.org/10.5281/zenodo.3699950","key":"ref11"}],"blog_id":"pm0p222","blog":{"id":"pm0p222","title":"Upstream","description":"The
246
+ community blog for all things Open Research.","language":"en","favicon":"https://upstream.force11.org/favicon.png","feed_url":"https://upstream.force11.org/atom/","home_page_url":"https://upstream.force11.org","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T07:23:49+00:00","indexed_at":"2023-01-13","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
247
+ 5.25","category":"Humanities","prefix":"10.54900","modified_at":"2023-06-06T08:00:49+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true}}'
248
+ recorded_at: Thu, 15 Jun 2023 12:31:03 GMT
249
+ - request:
250
+ method: head
251
+ uri: https://software.ac.uk/blog/2014-12-04-its-impossible-conduct-research-without-software-say-7-out-10-uk-researchers
252
+ body:
253
+ encoding: UTF-8
254
+ string: ''
255
+ headers:
256
+ Connection:
257
+ - close
258
+ Host:
259
+ - software.ac.uk
260
+ User-Agent:
261
+ - http.rb/5.1.1
262
+ response:
263
+ status:
264
+ code: 200
265
+ message: OK
266
+ headers:
267
+ Date:
268
+ - Thu, 15 Jun 2023 12:31:03 GMT
269
+ Server:
270
+ - Apache
271
+ X-Content-Type-Options:
272
+ - nosniff
273
+ - nosniff
274
+ Cache-Control:
275
+ - max-age=10800, public
276
+ X-Drupal-Dynamic-Cache:
277
+ - UNCACHEABLE
278
+ X-Ua-Compatible:
279
+ - IE=edge
280
+ Content-Language:
281
+ - en
282
+ X-Frame-Options:
283
+ - SAMEORIGIN
284
+ Expires:
285
+ - Sun, 19 Nov 1978 05:00:00 GMT
286
+ Last-Modified:
287
+ - Thu, 15 Jun 2023 12:31:03 GMT
288
+ Etag:
289
+ - '"1686832263"'
290
+ Vary:
291
+ - Cookie,Accept-Encoding
292
+ X-Generator:
293
+ - Drupal 9 (https://www.drupal.org)
294
+ X-Drupal-Cache:
295
+ - MISS
296
+ Connection:
297
+ - close
298
+ Content-Type:
299
+ - text/html; charset=UTF-8
300
+ body:
301
+ encoding: UTF-8
302
+ string: ''
303
+ recorded_at: Thu, 15 Jun 2023 12:31:03 GMT
304
+ - request:
305
+ method: head
306
+ uri: https://doi.org/10.6084/m9.figshare.5328442.v3
307
+ body:
308
+ encoding: UTF-8
309
+ string: ''
310
+ headers:
311
+ Connection:
312
+ - close
313
+ Host:
314
+ - doi.org
315
+ User-Agent:
316
+ - http.rb/5.1.1
317
+ response:
318
+ status:
319
+ code: 302
320
+ message: Found
321
+ headers:
322
+ Date:
323
+ - Thu, 15 Jun 2023 12:31:03 GMT
324
+ Content-Type:
325
+ - text/html;charset=utf-8
326
+ Content-Length:
327
+ - '433'
328
+ Connection:
329
+ - close
330
+ Location:
331
+ - https://figshare.com/articles/journal_contribution/Track_1_Paper_Surveying_the_U_S_National_Postdoctoral_Association_Regarding_Software_Use_and_Training_in_Research/5328442/3
332
+ Vary:
333
+ - Accept
334
+ Expires:
335
+ - Thu, 15 Jun 2023 12:37:21 GMT
336
+ Permissions-Policy:
337
+ - interest-cohort=(),browsing-topics=()
338
+ Cf-Cache-Status:
339
+ - DYNAMIC
340
+ Report-To:
341
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=UaGn0tfdT%2FTeKIeqioMPaKI1Q3knKH9%2F%2FF5RRAUC7%2FCi2%2FgOI%2F6kyT0EuCHZcOJcswjuznxBTgmv2%2FGLFZqUVTC%2FtPbYoLPhm8%2B3gpIbqpcQdzQr97qhK3ZaONF2tRgi6OYnk%2B4%3D"}],"group":"cf-nel","max_age":604800}'
342
+ Nel:
343
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
344
+ Strict-Transport-Security:
345
+ - max-age=31536000; includeSubDomains; preload
346
+ Server:
347
+ - cloudflare
348
+ Cf-Ray:
349
+ - 7d7ad3f068bfb8df-AMS
350
+ Alt-Svc:
351
+ - h3=":443"; ma=86400
352
+ body:
353
+ encoding: UTF-8
354
+ string: ''
355
+ recorded_at: Thu, 15 Jun 2023 12:31:03 GMT
356
+ - request:
357
+ method: head
358
+ uri: https://doi.org/10.54900/9akm9y5-5ject5y
359
+ body:
360
+ encoding: UTF-8
361
+ string: ''
362
+ headers:
363
+ Connection:
364
+ - close
365
+ Host:
366
+ - doi.org
367
+ User-Agent:
368
+ - http.rb/5.1.1
369
+ response:
370
+ status:
371
+ code: 302
372
+ message: Found
373
+ headers:
374
+ Date:
375
+ - Thu, 15 Jun 2023 12:31:04 GMT
376
+ Content-Type:
377
+ - text/html;charset=utf-8
378
+ Content-Length:
379
+ - '221'
380
+ Connection:
381
+ - close
382
+ Location:
383
+ - https://upstream.force11.org/defining-the-roles-of-research-software
384
+ Vary:
385
+ - Accept
386
+ Expires:
387
+ - Thu, 15 Jun 2023 12:41:56 GMT
388
+ Permissions-Policy:
389
+ - interest-cohort=(),browsing-topics=()
390
+ Cf-Cache-Status:
391
+ - DYNAMIC
392
+ Report-To:
393
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=gjApORZyWvsmLu%2F1BufP1FYJIwvYoFH1OhoqodwBA38cO0G74YWYCJ8KDrCXCAC2%2FYO5GO2aktLTKFijhsR0gjWM4gEbmgdWPkCB4Vl5jPSTKg5S82woPtn4R6jUAobnAAAq8To%3D"}],"group":"cf-nel","max_age":604800}'
394
+ Nel:
395
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
396
+ Strict-Transport-Security:
397
+ - max-age=31536000; includeSubDomains; preload
398
+ Server:
399
+ - cloudflare
400
+ Cf-Ray:
401
+ - 7d7ad3f23b11b89a-AMS
402
+ Alt-Svc:
403
+ - h3=":443"; ma=86400
404
+ body:
405
+ encoding: UTF-8
406
+ string: ''
407
+ recorded_at: Thu, 15 Jun 2023 12:31:04 GMT
408
+ - request:
409
+ method: head
410
+ uri: https://doi.org/10.5281/zenodo.7740084
411
+ body:
412
+ encoding: UTF-8
413
+ string: ''
414
+ headers:
415
+ Connection:
416
+ - close
417
+ Host:
418
+ - doi.org
419
+ User-Agent:
420
+ - http.rb/5.1.1
421
+ response:
422
+ status:
423
+ code: 302
424
+ message: Found
425
+ headers:
426
+ Date:
427
+ - Thu, 15 Jun 2023 12:31:04 GMT
428
+ Content-Type:
429
+ - text/html;charset=utf-8
430
+ Content-Length:
431
+ - '151'
432
+ Connection:
433
+ - close
434
+ Location:
435
+ - https://zenodo.org/record/7740084
436
+ Vary:
437
+ - Accept
438
+ Expires:
439
+ - Thu, 15 Jun 2023 12:42:48 GMT
440
+ Permissions-Policy:
441
+ - interest-cohort=(),browsing-topics=()
442
+ Cf-Cache-Status:
443
+ - DYNAMIC
444
+ Report-To:
445
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=YhvxUYWfM7Z7DKMbOkhS8PeyDtjXE%2F5oDim3n%2Fi7tepuiiyRtLrROJ6VHp%2BTqoQR5RpOXJT%2BFaFa8BaJjiCFAViD%2BOpgMDa2KhqBGBJ%2FVKab2y2U8gUzGaUGO2z%2BFAzlpkziFJ0%3D"}],"group":"cf-nel","max_age":604800}'
446
+ Nel:
447
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
448
+ Strict-Transport-Security:
449
+ - max-age=31536000; includeSubDomains; preload
450
+ Server:
451
+ - cloudflare
452
+ Cf-Ray:
453
+ - 7d7ad3f40a63b890-AMS
454
+ Alt-Svc:
455
+ - h3=":443"; ma=86400
456
+ body:
457
+ encoding: UTF-8
458
+ string: ''
459
+ recorded_at: Thu, 15 Jun 2023 12:31:04 GMT
460
+ - request:
461
+ method: head
462
+ uri: https://doi.org/10.5281/zenodo.6859709
463
+ body:
464
+ encoding: UTF-8
465
+ string: ''
466
+ headers:
467
+ Connection:
468
+ - close
469
+ Host:
470
+ - doi.org
471
+ User-Agent:
472
+ - http.rb/5.1.1
473
+ response:
474
+ status:
475
+ code: 302
476
+ message: Found
477
+ headers:
478
+ Date:
479
+ - Thu, 15 Jun 2023 12:31:04 GMT
480
+ Content-Type:
481
+ - text/html;charset=utf-8
482
+ Content-Length:
483
+ - '151'
484
+ Connection:
485
+ - close
486
+ Location:
487
+ - https://zenodo.org/record/6859709
488
+ Vary:
489
+ - Accept
490
+ Expires:
491
+ - Thu, 15 Jun 2023 12:42:48 GMT
492
+ Permissions-Policy:
493
+ - interest-cohort=(),browsing-topics=()
494
+ Cf-Cache-Status:
495
+ - DYNAMIC
496
+ Report-To:
497
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=ta83hnPqP5nYVdAraG5IZm5dMs5nCrab79T1ITt7he9oen3R%2FFsVIWwCJiWqVovla2OV%2FJQNpZ1861O2uBjQbfb%2FleLK8r80mPtVrN0tWXkuqyNncWRFysRlokc25KvPoB1yqDA%3D"}],"group":"cf-nel","max_age":604800}'
498
+ Nel:
499
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
500
+ Strict-Transport-Security:
501
+ - max-age=31536000; includeSubDomains; preload
502
+ Server:
503
+ - cloudflare
504
+ Cf-Ray:
505
+ - 7d7ad3f56c550a57-AMS
506
+ Alt-Svc:
507
+ - h3=":443"; ma=86400
508
+ body:
509
+ encoding: UTF-8
510
+ string: ''
511
+ recorded_at: Thu, 15 Jun 2023 12:31:04 GMT
512
+ - request:
513
+ method: head
514
+ uri: https://doi.org/10.5281/zenodo.7179892
515
+ body:
516
+ encoding: UTF-8
517
+ string: ''
518
+ headers:
519
+ Connection:
520
+ - close
521
+ Host:
522
+ - doi.org
523
+ User-Agent:
524
+ - http.rb/5.1.1
525
+ response:
526
+ status:
527
+ code: 302
528
+ message: Found
529
+ headers:
530
+ Date:
531
+ - Thu, 15 Jun 2023 12:31:04 GMT
532
+ Content-Type:
533
+ - text/html;charset=utf-8
534
+ Content-Length:
535
+ - '151'
536
+ Connection:
537
+ - close
538
+ Location:
539
+ - https://zenodo.org/record/7179892
540
+ Vary:
541
+ - Accept
542
+ Expires:
543
+ - Thu, 15 Jun 2023 12:37:21 GMT
544
+ Permissions-Policy:
545
+ - interest-cohort=(),browsing-topics=()
546
+ Cf-Cache-Status:
547
+ - DYNAMIC
548
+ Report-To:
549
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=vDuiohlb0KKU%2FRdWTo94rH8YpH0jx8zqxhDZz3r2SUvLy8WhizPudzmPK4Q8HsIHwN7D3%2FyxkEQomjPg0ofNfAHTVd4lp6slRbPsuaM8RNGam2u12jgHmtl5h3PkeOBNXIYX1XY%3D"}],"group":"cf-nel","max_age":604800}'
550
+ Nel:
551
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
552
+ Strict-Transport-Security:
553
+ - max-age=31536000; includeSubDomains; preload
554
+ Server:
555
+ - cloudflare
556
+ Cf-Ray:
557
+ - 7d7ad3f74a630e7e-AMS
558
+ Alt-Svc:
559
+ - h3=":443"; ma=86400
560
+ body:
561
+ encoding: UTF-8
562
+ string: ''
563
+ recorded_at: Thu, 15 Jun 2023 12:31:04 GMT
564
+ - request:
565
+ method: head
566
+ uri: https://doi.org/10.5281/zenodo.3884311
567
+ body:
568
+ encoding: UTF-8
569
+ string: ''
570
+ headers:
571
+ Connection:
572
+ - close
573
+ Host:
574
+ - doi.org
575
+ User-Agent:
576
+ - http.rb/5.1.1
577
+ response:
578
+ status:
579
+ code: 302
580
+ message: Found
581
+ headers:
582
+ Date:
583
+ - Thu, 15 Jun 2023 12:31:05 GMT
584
+ Content-Type:
585
+ - text/html;charset=utf-8
586
+ Content-Length:
587
+ - '151'
588
+ Connection:
589
+ - close
590
+ Location:
591
+ - https://zenodo.org/record/3884311
592
+ Vary:
593
+ - Accept
594
+ Expires:
595
+ - Thu, 15 Jun 2023 12:57:43 GMT
596
+ Permissions-Policy:
597
+ - interest-cohort=(),browsing-topics=()
598
+ Cf-Cache-Status:
599
+ - DYNAMIC
600
+ Report-To:
601
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=ks9JN9L%2FJxttxL2SouHQU3FotT1isp2Jn283qaFRe5v6s4cdOuwdHZvRO5V6OXpoIwKLZnPiYut55zKMIGP1RhHANjOAr1uuzDKooqNzjOkv8Hr7VCuuqAmVgq9dSLp43cyUmEI%3D"}],"group":"cf-nel","max_age":604800}'
602
+ Nel:
603
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
604
+ Strict-Transport-Security:
605
+ - max-age=31536000; includeSubDomains; preload
606
+ Server:
607
+ - cloudflare
608
+ Cf-Ray:
609
+ - 7d7ad3f8ee911c81-AMS
610
+ Alt-Svc:
611
+ - h3=":443"; ma=86400
612
+ body:
613
+ encoding: UTF-8
614
+ string: ''
615
+ recorded_at: Thu, 15 Jun 2023 12:31:05 GMT
616
+ - request:
617
+ method: head
618
+ uri: https://doi.org/10.15497/rda00052
619
+ body:
620
+ encoding: UTF-8
621
+ string: ''
622
+ headers:
623
+ Connection:
624
+ - close
625
+ Host:
626
+ - doi.org
627
+ User-Agent:
628
+ - http.rb/5.1.1
629
+ response:
630
+ status:
631
+ code: 302
632
+ message: Found
633
+ headers:
634
+ Date:
635
+ - Thu, 15 Jun 2023 12:31:05 GMT
636
+ Content-Type:
637
+ - text/html;charset=utf-8
638
+ Content-Length:
639
+ - '177'
640
+ Connection:
641
+ - close
642
+ Location:
643
+ - https://zenodo.org/record/3932953#.Xx_f7Z4za70
644
+ Vary:
645
+ - Accept
646
+ Expires:
647
+ - Thu, 15 Jun 2023 12:37:21 GMT
648
+ Permissions-Policy:
649
+ - interest-cohort=(),browsing-topics=()
650
+ Cf-Cache-Status:
651
+ - DYNAMIC
652
+ Report-To:
653
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=0Tb%2F%2FlwAIcHKjUTP3hKtR8VbdrYyPXjC0jeS5YvF5crrfMCecrGJ%2B2FzZ8oWZYXHvC9i0gntI%2Bgv%2FkZPnMj4XmQQCZvGf9lMFuzFo7WhuOUrMX%2FM%2FuyXT%2BvSQYQI8zX%2Bj74bA2Y%3D"}],"group":"cf-nel","max_age":604800}'
654
+ Nel:
655
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
656
+ Strict-Transport-Security:
657
+ - max-age=31536000; includeSubDomains; preload
658
+ Server:
659
+ - cloudflare
660
+ Cf-Ray:
661
+ - 7d7ad3fa89c41c7e-AMS
662
+ Alt-Svc:
663
+ - h3=":443"; ma=86400
664
+ body:
665
+ encoding: UTF-8
666
+ string: ''
667
+ recorded_at: Thu, 15 Jun 2023 12:31:05 GMT
668
+ - request:
669
+ method: head
670
+ uri: https://doi.org/10.15497/rda00068
671
+ body:
672
+ encoding: UTF-8
673
+ string: ''
674
+ headers:
675
+ Connection:
676
+ - close
677
+ Host:
678
+ - doi.org
679
+ User-Agent:
680
+ - http.rb/5.1.1
681
+ response:
682
+ status:
683
+ code: 302
684
+ message: Found
685
+ headers:
686
+ Date:
687
+ - Thu, 15 Jun 2023 12:31:05 GMT
688
+ Content-Type:
689
+ - text/html;charset=utf-8
690
+ Content-Length:
691
+ - '177'
692
+ Connection:
693
+ - close
694
+ Location:
695
+ - https://zenodo.org/record/6623556#.YqCJTJNBwlw
696
+ Vary:
697
+ - Accept
698
+ Expires:
699
+ - Thu, 15 Jun 2023 12:56:53 GMT
700
+ Permissions-Policy:
701
+ - interest-cohort=(),browsing-topics=()
702
+ Cf-Cache-Status:
703
+ - DYNAMIC
704
+ Report-To:
705
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=4pX8kQFW%2BqQ6PffPo1gyXoGk5FSpFDQaWjUepUDfLm%2Fa4JOQk%2Fo1dQRDsA3eEcQ%2FLmsEQtXFrv4ZoxY6NAnvlqpPS3eZSWqVtA8RWb1KiCmciDeGqNFBc4iKK7pJ%2Bg0A8KBAckI%3D"}],"group":"cf-nel","max_age":604800}'
706
+ Nel:
707
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
708
+ Strict-Transport-Security:
709
+ - max-age=31536000; includeSubDomains; preload
710
+ Server:
711
+ - cloudflare
712
+ Cf-Ray:
713
+ - 7d7ad3fc1a4c1c8c-AMS
714
+ Alt-Svc:
715
+ - h3=":443"; ma=86400
716
+ body:
717
+ encoding: UTF-8
718
+ string: ''
719
+ recorded_at: Thu, 15 Jun 2023 12:31:05 GMT
720
+ - request:
721
+ method: head
722
+ uri: https://doi.org/10.5281/zenodo.6239373
723
+ body:
724
+ encoding: UTF-8
725
+ string: ''
726
+ headers:
727
+ Connection:
728
+ - close
729
+ Host:
730
+ - doi.org
731
+ User-Agent:
732
+ - http.rb/5.1.1
733
+ response:
734
+ status:
735
+ code: 302
736
+ message: Found
737
+ headers:
738
+ Date:
739
+ - Thu, 15 Jun 2023 12:31:06 GMT
740
+ Content-Type:
741
+ - text/html;charset=utf-8
742
+ Content-Length:
743
+ - '151'
744
+ Connection:
745
+ - close
746
+ Location:
747
+ - https://zenodo.org/record/6239373
748
+ Vary:
749
+ - Accept
750
+ Expires:
751
+ - Thu, 15 Jun 2023 12:35:58 GMT
752
+ Permissions-Policy:
753
+ - interest-cohort=(),browsing-topics=()
754
+ Cf-Cache-Status:
755
+ - DYNAMIC
756
+ Report-To:
757
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=GvxGwYOu9dexaCINzl9pVosXMzGpExrhxj0eC3DgptbQAqnpe7RR4etfUBFrm2FUeEx%2BQ0V1OIFnxFW5Tw8XZNb1CwVv6BVSzBXLNBrr3P6OSxh%2F2RUlANg9A3LbmTgc0RGpAVo%3D"}],"group":"cf-nel","max_age":604800}'
758
+ Nel:
759
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
760
+ Strict-Transport-Security:
761
+ - max-age=31536000; includeSubDomains; preload
762
+ Server:
763
+ - cloudflare
764
+ Cf-Ray:
765
+ - 7d7ad3fe3fc6b8eb-AMS
766
+ Alt-Svc:
767
+ - h3=":443"; ma=86400
768
+ body:
769
+ encoding: UTF-8
770
+ string: ''
771
+ recorded_at: Thu, 15 Jun 2023 12:31:06 GMT
772
+ - request:
773
+ method: head
774
+ uri: https://doi.org/10.5281/zenodo.3699950
775
+ body:
776
+ encoding: UTF-8
777
+ string: ''
778
+ headers:
779
+ Connection:
780
+ - close
781
+ Host:
782
+ - doi.org
783
+ User-Agent:
784
+ - http.rb/5.1.1
785
+ response:
786
+ status:
787
+ code: 302
788
+ message: Found
789
+ headers:
790
+ Date:
791
+ - Thu, 15 Jun 2023 12:31:06 GMT
792
+ Content-Type:
793
+ - text/html;charset=utf-8
794
+ Content-Length:
795
+ - '151'
796
+ Connection:
797
+ - close
798
+ Location:
799
+ - https://zenodo.org/record/3699950
800
+ Vary:
801
+ - Accept
802
+ Expires:
803
+ - Thu, 15 Jun 2023 12:42:48 GMT
804
+ Permissions-Policy:
805
+ - interest-cohort=(),browsing-topics=()
806
+ Cf-Cache-Status:
807
+ - DYNAMIC
808
+ Report-To:
809
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=KQoOG%2BP6Qoi2H%2FQ46mUQsjcBGkFClhKA1YFSJHXDR2EmIsG%2FczimYbq4vb017QYlO2uJpy9OU%2FGH7IXIUNll0zLaQhvxBsufY3JXytFNH%2FA1cA7Pzf2Gow%2Br98RW35ybqVMd6qg%3D"}],"group":"cf-nel","max_age":604800}'
810
+ Nel:
811
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
812
+ Strict-Transport-Security:
813
+ - max-age=31536000; includeSubDomains; preload
814
+ Server:
815
+ - cloudflare
816
+ Cf-Ray:
817
+ - 7d7ad4000c78b8a8-AMS
818
+ Alt-Svc:
819
+ - h3=":443"; ma=86400
820
+ body:
821
+ encoding: UTF-8
822
+ string: ''
823
+ recorded_at: Thu, 15 Jun 2023 12:31:06 GMT
824
+ recorded_with: VCR 6.1.0