commonmeta-ruby 3.3.18 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +33 -29
- data/lib/commonmeta/crossref_utils.rb +22 -0
- data/lib/commonmeta/readers/json_feed_reader.rb +19 -1
- data/lib/commonmeta/schema_utils.rb +1 -1
- data/lib/commonmeta/version.rb +1 -1
- data/resources/{commonmeta_v0.9.2.json → commonmeta_v0.9.3.json} +32 -2
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blog_post_with_non-url_id.yml +84 -18
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +42 -14
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +184 -55
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +76 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_institutional_author.yml +33 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_organizational_author.yml +44 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers.yml +366 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +144 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +42 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post_with_anonymous_author.yml +17 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/substack_post_with_broken_reference.yml +557 -262
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +76 -47
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +303 -123
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +108 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_many_references.yml +3048 -441
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +178 -31
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_tracking_code_on_url.yml +139 -17
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/another_schema_org_from_front-matter.yml +47 -48
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_from_datacite.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_anonymous_author.yml +17 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +108 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_organizational_author.yml +44 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_relations.yml +366 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +200 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +303 -123
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/posted_content.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_another_science_blog.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_front_matter.yml +111 -113
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_upstream_blog.yml +64 -57
- data/spec/readers/json_feed_reader_spec.rb +85 -57
- data/spec/writers/crossref_xml_writer_spec.rb +76 -40
- metadata +6 -4
@@ -23,13 +23,13 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '19481'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Wed, 06 Sep 2023 14:49:53 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"efxesc43gof0t"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
@@ -39,24 +39,204 @@ http_interactions:
|
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::gp4j4-1694011789322-f07c4b17e1de
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
47
|
string: '{"id":"954f8138-0ecd-4090-87c5-cef1297f1470","doi":"https://doi.org/10.54900/zwm7q-vet94","url":"https://upstream.force11.org/the-research-software-alliance-resa","title":"The
|
48
48
|
Research Software Alliance (ReSA)","summary":"Research software is a key part
|
49
|
-
of most research today.
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
49
|
+
of most research today.","content_html":" <p><img src=\"https://upstream.force11.org/content/images/2023/04/resa-logo-7.png\"
|
50
|
+
/></p><p>Research software is a key part of most research today. As University
|
51
|
+
of Manchester Professor Carole Goble has said, \"software is the ubiquitous
|
52
|
+
instrument of science.\" Creating and maintaining research software is a human
|
53
|
+
effort, and as Yanina Bellina, rOpenSci Community Manager, has said, \"the
|
54
|
+
work of the people who develop and maintain research software is often hidden
|
55
|
+
and needs to be recognized.\"</p><p>Studies of researchers at leading UK universities
|
56
|
+
[<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
|
57
|
+
of postdoctoral researchers in the US [<a href=\"https://doi.org/10.6084/m9.figshare.5328442\">2</a>]
|
58
|
+
have found that over 90% use research software, over 65% see research software
|
59
|
+
as fundamental to their research, and 25-55% develop software as part of the
|
60
|
+
research.</p><p>Research software, being ubiquitous, is difficult to concisely
|
61
|
+
define. One recent attempt [<a href=\"https://doi.org/10.54900/9akm9y5-5ject5y\">3</a>]
|
62
|
+
says that research software:</p><figure><img src=\"https://upstream.force11.org/content/images/2023/04/rob-v2-table-6.jpg\"
|
63
|
+
loading=\"lazy\" width=\"1080\" height=\"608\" srcset=\"https://upstream.force11.org/content/images/size/w600/2023/04/rob-v2-table-6.jpg
|
64
|
+
600w, https://upstream.force11.org/content/images/size/w1000/2023/04/rob-v2-table-6.jpg
|
65
|
+
1000w, https://upstream.force11.org/content/images/2023/04/rob-v2-table-6.jpg
|
66
|
+
1080w\" /><figcaption>Figure from <a href=\"https://doi.org/10.54900/9akm9y5-5ject5y\">https://doi.org/10.54900/9akm9y5-5ject5y</a></figcaption></figure><p>Once
|
67
|
+
research software is developed, however, users can find bugs, users can want
|
68
|
+
new features, and the underlying hardware and software on which the software
|
69
|
+
is built (e.g., libraries, OS) can change. The research software needs to
|
70
|
+
be manually maintained in response to these issues. In other words, research
|
71
|
+
software is not a one-time investment, but requires ongoing maintenance.</p><p>Research
|
72
|
+
software sustainability can be defined as occurring when the resources (people,
|
73
|
+
funding, etc.) to enable maintenance are gathered and applied. </p><p>This
|
74
|
+
is different from challenges for publications and datasets because while research
|
75
|
+
software can similarly be a research result and research product, it has properties
|
76
|
+
that differ from papers and datasets, and needs different policies and funding
|
77
|
+
models.</p><h2>Research Software Alliance (ReSA)</h2><p>In response to these
|
78
|
+
facts, the <a href=\"http://www.researchsoft.org/\">Research Software Alliance
|
79
|
+
(ReSA)</a> was founded in 2019 by the <a href=\"https://ardc.edu.au/\">Australia
|
80
|
+
Research Data Commons (ARDC)</a>, the <a href=\"https://alliancecan.ca/en\">Digital
|
81
|
+
Research Alliance of Canada</a>, the <a href=\"https://www.ncsa.illinois.edu/\">National
|
82
|
+
Center for Supercomputing Applications (NCSA)</a>, the <a href=\"https://www.esciencecenter.nl/\">Netherlands
|
83
|
+
eScience Center</a>, and the <a href=\"https://www.software.ac.uk/\">Software
|
84
|
+
Sustainability Institute (SSI)</a> to help these organisations and other stakeholders
|
85
|
+
collaborate on the advancement of the research software ecosystem. </p><p>ReSA''s
|
86
|
+
vision is that research software and those who develop and maintain it are
|
87
|
+
recognised and valued as fundamental and vital to research worldwide, while
|
88
|
+
its mission is to advance the research software ecosystem by collaborating
|
89
|
+
with key influencers and decision makers.</p><p>ReSA is a fiscally-sponsored
|
90
|
+
project of <a href=\"https://www.codeforsociety.org/\">Code for Science &
|
91
|
+
Society</a>, has part time <a href=\"https://www.researchsoft.org/people/\">staff
|
92
|
+
members </a>who include a Director, Dr Michelle Barker, and Community Managers
|
93
|
+
located in Africa, Asia, Australia and Canada, and is led by a <a href=\"https://www.researchsoft.org/people/\">steering
|
94
|
+
committee</a> chaired by Daniel S. Katz, Chief Scientist at NCSA at the University
|
95
|
+
of Illinois Urbana Champaign. ReSA has received support totalling USD$663,500
|
96
|
+
in cash, and USD$344,000 (details are <a href=\"https://www.researchsoft.org/about-resa/\">publicly
|
97
|
+
available</a>) as in-kind contributions from its <a href=\"https://www.researchsoft.org/about-resa/\">sponsors</a>,
|
98
|
+
<a href=\"https://www.researchsoft.org/about-resa/\">Founding Members</a>,
|
99
|
+
and <a href=\"https://www.researchsoft.org/membership/\">Organisational Members</a>.</p><h2>Activities</h2><p>ReSA
|
100
|
+
accomplishes work primarily through forums and task forces. </p><h3><a href=\"https://www.researchsoft.org/funders-forum/\">Funders
|
101
|
+
Forum</a></h3><p>The ReSA Funders Forum, a collaboration of 30+ research software
|
102
|
+
funding organisations, started in 2022. The organisations represented are
|
103
|
+
currently about 2/3 government, 1/4 philanthropic, and 1/12 industry. Geographically,
|
104
|
+
41% are in Europe, 34% in North America, 17% in Australasia, and 4% each in
|
105
|
+
African and South America.</p><p>The Funders Forum provides a formal mechanism
|
106
|
+
for funders to share funding practices, address research software community
|
107
|
+
challenges, facilitate networks and collaboration, and consider how to achieve
|
108
|
+
long-term sustainability for research software. It meets monthly, with each
|
109
|
+
meeting repeating twice in a day to allow those in different time zones to
|
110
|
+
participate each time, and shifting in time from month to month to allow different
|
111
|
+
sets of participants to form each time. Each meeting includes short presentations
|
112
|
+
from funders on their new activities, and a discussion topic that is either
|
113
|
+
led by ReSA or by a funder, such as on diversity, equity, and inclusion in
|
114
|
+
research software, open source program offices, collaboration mechanisms,
|
115
|
+
and landscape analysis. The Funder Forums also has working groups in which
|
116
|
+
more focused activities can occur, such as planning for a multi-organisational
|
117
|
+
funding call and defining policies around FAIR for research software.</p><p>Discussions
|
118
|
+
in the ReSA steering committee and the funders forum led ReSA and the Netherlands
|
119
|
+
eScience Center to co-convene the “<a href=\"https://future-of-research-software.org/\">International
|
120
|
+
Funders Workshop: The Future of Research Software</a>” in Amsterdam in November
|
121
|
+
2022, with representation from 45 funding organisations (those who provide
|
122
|
+
monetary and/or in-kind support to research software and/or the people who
|
123
|
+
develop and maintain it). </p><figure><img src=\"https://upstream.force11.org/content/images/2023/04/52502576946_04a37f7888_k.jpg\"
|
124
|
+
loading=\"lazy\" width=\"2000\" height=\"1334\" srcset=\"https://upstream.force11.org/content/images/size/w600/2023/04/52502576946_04a37f7888_k.jpg
|
125
|
+
600w, https://upstream.force11.org/content/images/size/w1000/2023/04/52502576946_04a37f7888_k.jpg
|
126
|
+
1000w, https://upstream.force11.org/content/images/size/w1600/2023/04/52502576946_04a37f7888_k.jpg
|
127
|
+
1600w, https://upstream.force11.org/content/images/2023/04/52502576946_04a37f7888_k.jpg
|
128
|
+
2048w\" /><figcaption><a href=\"https://www.flickr.com/photos/esciencecenter/52502576946/in/album-72177720303712317/&sa=D&source=docs&ust=1681327121704634&usg=AOvVaw0eLOLV0UmKvACkvx-vuQCj\">Photo
|
129
|
+
via Flickr</a>. Credit: <a href=\"https://https://anneliesverhelst.com/&sa=D&source=docs&ust=1681327121686238&usg=AOvVaw29udzgf41EP21WHifLfeUF\">Annelies
|
130
|
+
Verhelst</a>.</figcaption></figure><p>In this workshop, attendees discussed
|
131
|
+
a draft of the Amsterdam Declaration on Funding Research Software Sustainability
|
132
|
+
[<a href=\"https://doi.org/10.5281/zenodo.7330541\">4</a>], which continues
|
133
|
+
to be <a href=\"https://adore.software/\">open for consultation</a>. </p><figure><img
|
134
|
+
src=\"https://upstream.force11.org/content/images/2023/04/52502848059_61f6ab1780_k.jpg\"
|
135
|
+
loading=\"lazy\" width=\"2000\" height=\"1331\" srcset=\"https://upstream.force11.org/content/images/size/w600/2023/04/52502848059_61f6ab1780_k.jpg
|
136
|
+
600w, https://upstream.force11.org/content/images/size/w1000/2023/04/52502848059_61f6ab1780_k.jpg
|
137
|
+
1000w, https://upstream.force11.org/content/images/size/w1600/2023/04/52502848059_61f6ab1780_k.jpg
|
138
|
+
1600w, https://upstream.force11.org/content/images/2023/04/52502848059_61f6ab1780_k.jpg
|
139
|
+
2048w\" /><figcaption><a href=\"https://www.flickr.com/photos/esciencecenter/52502848059/in/album-72177720303712317/\">Photo
|
140
|
+
via Flickr</a>. Credit: <a href=\"https://anneliesverhelst.com/&sa=D&source=docs&ust=1681327121686238&usg=AOvVaw29udzgf41EP21WHifLfeUF\">Annelies
|
141
|
+
Verhelst</a>.</figcaption></figure><h3><a href=\"https://www.researchsoft.org/events/2022-06/\">Community
|
142
|
+
Forum</a></h3><p>ReSA hosts an occasional online community forum for the global
|
143
|
+
research software community, as an opportunity for participants to meet and
|
144
|
+
share information. Each call features a short talk and follow-up discussion,
|
145
|
+
with the aim of facilitating community consideration about what’s needed next
|
146
|
+
to address particular issues. The Community Forum is open to everyone. Meetings
|
147
|
+
occur at alternating times to maximise attendance by participants in different
|
148
|
+
time zones. Meeting topics have included:</p><ul><li>Outcomes of Vive la différence
|
149
|
+
- research software engineers [<a href=\"https://doi.org/10.5281/zenodo.6859709\">5</a>],
|
150
|
+
a workshop that considered how to reframe research software engineering to
|
151
|
+
place diversity, equity and inclusion as a central organising principle</li><li>The
|
152
|
+
Research Software Roadmap</li><li>Aligning publisher policies for sharing
|
153
|
+
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
|
154
|
+
href=\"https://future-of-research-software.org/\">The International Funders
|
155
|
+
Workshop</a></li></ul><h3><a href=\"https://www.researchsoft.org/taskforces/\">Task
|
156
|
+
Forces</a></h3><ul><li>Evidence for the importance of research software (completed,
|
157
|
+
2020): identified and analysed resources [<a href=\"https://doi.org/10.5281/zenodo.3884311\">7</a>]
|
158
|
+
that demonstrate the importance of research software to research outcomes,
|
159
|
+
to provide information for sharing with key influencers.</li><li>Software
|
160
|
+
sections of RDA COVID-19 Guidelines and Recommendations for policy makers,
|
161
|
+
funders and the research community (completed, 2020) [<a href=\"https://doi.org/10.15497/RDA00052\">8</a>]:
|
162
|
+
helping COVID-19 stakeholders follow best practices to maximise the efficiency
|
163
|
+
of their work, and to act as a blueprint for future emergencies.</li><li>FAIR
|
164
|
+
for research software (completed, 2022): Jointly with FORCE11 and RDA, developed
|
165
|
+
the FAIR for research software (FAIR4RS) principles [<a href=\"https://doi.org/10.15497/RDA00068\">9</a>]</li><li>FAIR
|
166
|
+
4 Research Software Roadmap (completed, 2022) [<a href=\"https://doi.org/10.5281/zenodo.6239373\">10</a>]:
|
167
|
+
Identified key stakeholders in areas arising from the application of the FAIR
|
168
|
+
principles to research software, to guide strategic planning and investment.
|
169
|
+
Consultation with key stakeholders enabled mapping of existing projects that
|
170
|
+
apply some of the elements of the FAIR principles to research software into
|
171
|
+
a longer-term framework to improve strategic alignment and potential collaborators/leads
|
172
|
+
for parts of the Roadmap.</li><li>Software landscape analysis (completed,
|
173
|
+
2022): Mapping the international research software community landscape</li><li>Initial
|
174
|
+
mapping (2020) [<a href=\"https://doi.org/10.5281/zenodo.3699950\">11</a>]</li><li>Expanded
|
175
|
+
mapping of the Global South (2022) [<a href=\"https://doi.org/10.5281/zenodo.7179892\">6</a>]</li><li>Code
|
176
|
+
availability (active): Jointly with FORCE11, working towards greater alignment
|
177
|
+
on policy and other related actions for code (the code associated with the
|
178
|
+
findings of an article) being made available alongside (or prior to) the publication
|
179
|
+
of the article.</li><li><a href=\"https://www.researchsoft.org/funding-opportunities/\">Database
|
180
|
+
of research funding software opportunities</a> (active): maintaining, adding
|
181
|
+
to, and analysing the database to better understand opportunities and their
|
182
|
+
characteristics.</li><li>Research institution policies to support research
|
183
|
+
software (starting): is building a <a href=\"https://docs.google.com/spreadsheets/d/1YgXG1eSrby8e5wzqYOiOZW6KmJtR-wdBTrjr1_aMtF4/edit#gid=0\">collection
|
184
|
+
of institutional policies</a> that support research software and the people
|
185
|
+
who develop and maintain it, and work to better share them with interested
|
186
|
+
stakeholders.</li></ul><p>In addition, ReSA participates in ad hoc activities
|
187
|
+
that support its mission, such as sharing diversity, equity, and inclusion
|
188
|
+
best practices at the 2022 Vive la difference - research software engineers
|
189
|
+
hybrid workshop [<a href=\"https://doi.org/10.5281/zenodo.6859709\">5</a>].</p><figure><img
|
190
|
+
src=\"https://upstream.force11.org/content/images/2023/04/s22004-lcp-vive-la-difference-04---623c6b3946587.png\"
|
191
|
+
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
|
192
|
+
600w, https://upstream.force11.org/content/images/size/w1000/2023/04/s22004-lcp-vive-la-difference-04---623c6b3946587.png
|
193
|
+
1000w, https://upstream.force11.org/content/images/size/w1600/2023/04/s22004-lcp-vive-la-difference-04---623c6b3946587.png
|
194
|
+
1600w, https://upstream.force11.org/content/images/2023/04/s22004-lcp-vive-la-difference-04---623c6b3946587.png
|
195
|
+
2381w\" /></figure><h2>Participate</h2><p>ReSA provides freely available <a
|
196
|
+
href=\"https://www.researchsoft.org/resa-resources/\">resources</a> that anyone
|
197
|
+
can use to raise awareness of the importance of research software and a <a
|
198
|
+
href=\"https://www.researchsoft.org/funding-opportunities/\">database</a>
|
199
|
+
or research software funding opportunities. </p><p>Anyone can sign up to
|
200
|
+
receive updates on ReSA through its regular <a href=\"https://www.researchsoft.org/news/\">newsletter</a>,
|
201
|
+
provide information on <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdeZrx0kXAhD4XfpDrQ8Dmg4qJTRZWboMd-zvgjjtgBs1I68g/viewform\">new
|
202
|
+
funding calls</a> to our <a href=\"https://www.researchsoft.org/funding-opportunities/\">database</a>,
|
203
|
+
join <a href=\"https://www.researchsoft.org/taskforces/\">task forces</a>
|
204
|
+
focused on specific activities, and join the ReSA <a href=\"http://researchsoft.slack.com\">Slack</a>
|
205
|
+
to share what is happening in their community.</p><p>Anyone who represents
|
206
|
+
a funding organisation and wants to interact with other funders, can join
|
207
|
+
the (free) <a href=\"https://www.researchsoft.org/funders-forum/\">Research
|
208
|
+
Software Funders Forum</a>.</p><p>Finally, ReSA is always looking for organisations
|
209
|
+
who want to become recognised as <a href=\"https://www.researchsoft.org/membership/\">organisational
|
210
|
+
members</a> in order to financially support its work.</p><h2>References</h2><ol><li>It’s
|
211
|
+
impossible to conduct research without software, say 7 out of 10 UK researchers.
|
212
|
+
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
|
213
|
+
U, Katz DS. Track 1 Paper: Surveying the U.S. National Postdoctoral Association
|
214
|
+
Regarding Software Use and Training in Research. Published online August 30,
|
215
|
+
2017. doi:<a href=\"https://doi.org/10.6084/m9.figshare.5328442.v3\">10.6084/m9.figshare.5328442.v3</a></li><li>Nieuwpoort
|
216
|
+
R van, Katz DS. Defining the roles of research software. <em>Upstream</em>.
|
217
|
+
Published online March 14, 2023. doi:<a href=\"https://doi.org/10.54900/9akm9y5-5ject5y\">10.54900/9akm9y5-5ject5y</a></li><li>Barker
|
218
|
+
M, Hong NPC, Eijnatten J van, Katz DS. Amsterdam Declaration on Funding Research
|
219
|
+
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
|
220
|
+
M, Leung MA, Martinez PA, et al. <em>Report on Vive La Différence - Research
|
221
|
+
Software Engineers</em>. Zenodo; 2022. doi:<a href=\"https://doi.org/10.5281/zenodo.6859709\">10.5281/zenodo.6859709</a></li><li>Martinez
|
222
|
+
PA. The Research Software Community Landscape in the Global South. Published
|
223
|
+
online October 10, 2022. doi:<a href=\"https://doi.org/10.5281/zenodo.7179892\">10.5281/zenodo.7179892</a></li><li>Barker
|
224
|
+
M, Katz DS, Gonzalez-Beltran A. <em>Evidence for the Importance of Research
|
225
|
+
Software</em>. Zenodo; 2020. doi:<a href=\"https://doi.org/10.5281/zenodo.3884311\">10.5281/zenodo.3884311</a></li><li>Research
|
226
|
+
Data Alliance. Final release: COVID-19 guidelines. Published online 2020.
|
227
|
+
doi:<a href=\"https://doi.org/10.15497/RDA00052\">10.15497/RDA00052</a></li><li>Chue
|
228
|
+
Hong NP, Katz DS, Barker M, et al. FAIR Principles for Research Software (FAIR4RS
|
229
|
+
Principles). Published online 2021. doi:<a href=\"https://doi.org/10.15497/RDA00068\">10.15497/RDA00068</a></li><li>Barker,
|
230
|
+
Michelle. FAIR4RS Roadmap Report. Published online February 20, 2022. doi:<a
|
231
|
+
href=\"https://doi.org/10.5281/ZENODO.6239373\">10.5281/ZENODO.6239373</a></li><li>Katz
|
232
|
+
DS, Barker M, Martinez PA, Anzt H, Gonzalez-Beltran A, Bakker T. The Research
|
233
|
+
Software Alliance (ReSA) and the community landscape. Published online March
|
234
|
+
11, 2020. doi:<a href=\"https://doi.org/10.5281/ZENODO.3699950\">10.5281/ZENODO.3699950</a><br
|
235
|
+
/></li></ol> ","published_at":1681814212,"updated_at":1681814212,"indexed_at":1688982864,"authors":[{"url":"https://orcid.org/0000-0001-5934-7525","name":"Daniel
|
236
|
+
S. Katz"},{"url":null,"name":"Michelle Barker"}],"image":"https://upstream.force11.org/content/images/2023/04/resa-logo-7.png","tags":["News"],"language":"en","reference":[{"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"}],"relationships":[],"blog_id":"pm0p222","blog_name":"Upstream","blog_slug":"upstream","blog":{"id":"pm0p222","title":"Upstream","description":"The
|
237
|
+
community blog for all things Open Research.","language":"en","favicon":"https://upstream.force11.org/favicon.png","feed_url":"https://upstream.force11.org/atom-complete/","home_page_url":"https://upstream.force11.org","user_id":"08014cf6-3335-4588-96f4-c77ac1e535b2","created_at":"2023-01-13","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
|
238
|
+
5.25","category":"humanities","prefix":"10.54900","modified_at":"2023-08-04T09:26:42+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":"https://upstream.force11.org/atom/","status":"active","issn":null,"backlog":0,"authors":null,"plan":"Team","slug":"upstream","use_mastodon":false}}'
|
239
|
+
recorded_at: Wed, 06 Sep 2023 14:49:53 GMT
|
60
240
|
- request:
|
61
241
|
method: head
|
62
242
|
uri: https://software.ac.uk/blog/2014-12-04-its-impossible-conduct-research-without-software-say-7-out-10-uk-researchers
|
@@ -76,7 +256,7 @@ http_interactions:
|
|
76
256
|
message: OK
|
77
257
|
headers:
|
78
258
|
Date:
|
79
|
-
-
|
259
|
+
- Wed, 06 Sep 2023 14:49:54 GMT
|
80
260
|
Server:
|
81
261
|
- Apache
|
82
262
|
X-Content-Type-Options:
|
@@ -95,9 +275,9 @@ http_interactions:
|
|
95
275
|
Expires:
|
96
276
|
- Sun, 19 Nov 1978 05:00:00 GMT
|
97
277
|
Last-Modified:
|
98
|
-
-
|
278
|
+
- Wed, 06 Sep 2023 14:26:30 GMT
|
99
279
|
Etag:
|
100
|
-
- '"
|
280
|
+
- '"1694010390"'
|
101
281
|
Vary:
|
102
282
|
- Cookie,Accept-Encoding
|
103
283
|
X-Generator:
|
@@ -111,7 +291,7 @@ http_interactions:
|
|
111
291
|
body:
|
112
292
|
encoding: UTF-8
|
113
293
|
string: ''
|
114
|
-
recorded_at:
|
294
|
+
recorded_at: Wed, 06 Sep 2023 14:49:54 GMT
|
115
295
|
- request:
|
116
296
|
method: get
|
117
297
|
uri: https://doi.org/10.6084/m9.figshare.5328442.v3
|
@@ -133,7 +313,7 @@ http_interactions:
|
|
133
313
|
message: Found
|
134
314
|
headers:
|
135
315
|
Date:
|
136
|
-
-
|
316
|
+
- Wed, 06 Sep 2023 14:49:55 GMT
|
137
317
|
Content-Type:
|
138
318
|
- text/html;charset=utf-8
|
139
319
|
Content-Length:
|
@@ -145,13 +325,13 @@ http_interactions:
|
|
145
325
|
Vary:
|
146
326
|
- Accept
|
147
327
|
Expires:
|
148
|
-
-
|
328
|
+
- Wed, 06 Sep 2023 15:34:13 GMT
|
149
329
|
Permissions-Policy:
|
150
330
|
- interest-cohort=(),browsing-topics=()
|
151
331
|
Cf-Cache-Status:
|
152
332
|
- DYNAMIC
|
153
333
|
Report-To:
|
154
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
334
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=6Z5%2BTaszyODb2EJliT%2B8RskB9R9QFVIjyL3yVK1Xg2GlwjKV6ba3GtUM7O1MgV4Ya%2FXatxyVFd5UHlF%2F9RPqe2xdDQnrUuAfrq3zXRCSVu30D%2Bayfl0p6fY%3D"}],"group":"cf-nel","max_age":604800}'
|
155
335
|
Nel:
|
156
336
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
157
337
|
Strict-Transport-Security:
|
@@ -159,7 +339,7 @@ http_interactions:
|
|
159
339
|
Server:
|
160
340
|
- cloudflare
|
161
341
|
Cf-Ray:
|
162
|
-
-
|
342
|
+
- 802785780edc4db6-FRA
|
163
343
|
Alt-Svc:
|
164
344
|
- h3=":443"; ma=86400
|
165
345
|
body:
|
@@ -167,7 +347,7 @@ http_interactions:
|
|
167
347
|
string: |-
|
168
348
|
<html><head><title>Handle Redirect</title></head>
|
169
349
|
<body><a href="https://data.crosscite.org/10.6084%2Fm9.figshare.5328442.v3">https://data.crosscite.org/10.6084%2Fm9.figshare.5328442.v3</a></body></html>
|
170
|
-
recorded_at:
|
350
|
+
recorded_at: Wed, 06 Sep 2023 14:49:55 GMT
|
171
351
|
- request:
|
172
352
|
method: get
|
173
353
|
uri: https://data.crosscite.org/10.6084%2Fm9.figshare.5328442.v3
|
@@ -189,7 +369,7 @@ http_interactions:
|
|
189
369
|
message: OK
|
190
370
|
headers:
|
191
371
|
Date:
|
192
|
-
-
|
372
|
+
- Wed, 06 Sep 2023 14:49:55 GMT
|
193
373
|
Content-Type:
|
194
374
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
195
375
|
Transfer-Encoding:
|
@@ -205,9 +385,9 @@ http_interactions:
|
|
205
385
|
Etag:
|
206
386
|
- W/"a7071f51b1eb40a8f30e8b154cbb14d8"
|
207
387
|
X-Runtime:
|
208
|
-
- '0.
|
388
|
+
- '0.017239'
|
209
389
|
X-Request-Id:
|
210
|
-
-
|
390
|
+
- 5ca8d5d8-06bf-4a46-8db4-0036683391d6
|
211
391
|
X-Powered-By:
|
212
392
|
- Phusion Passenger(R) 6.0.13
|
213
393
|
Server:
|
@@ -250,7 +430,7 @@ http_interactions:
|
|
250
430
|
"URL": "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",
|
251
431
|
"copyright": "Creative Commons Attribution 4.0 International"
|
252
432
|
}
|
253
|
-
recorded_at:
|
433
|
+
recorded_at: Wed, 06 Sep 2023 14:49:55 GMT
|
254
434
|
- request:
|
255
435
|
method: get
|
256
436
|
uri: https://doi.org/10.54900/9akm9y5-5ject5y
|
@@ -272,7 +452,7 @@ http_interactions:
|
|
272
452
|
message: Found
|
273
453
|
headers:
|
274
454
|
Date:
|
275
|
-
-
|
455
|
+
- Wed, 06 Sep 2023 14:49:56 GMT
|
276
456
|
Content-Type:
|
277
457
|
- text/html;charset=utf-8
|
278
458
|
Content-Length:
|
@@ -284,13 +464,13 @@ http_interactions:
|
|
284
464
|
Vary:
|
285
465
|
- Accept
|
286
466
|
Expires:
|
287
|
-
-
|
467
|
+
- Wed, 06 Sep 2023 15:34:06 GMT
|
288
468
|
Permissions-Policy:
|
289
469
|
- interest-cohort=(),browsing-topics=()
|
290
470
|
Cf-Cache-Status:
|
291
471
|
- DYNAMIC
|
292
472
|
Report-To:
|
293
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
473
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=2Bw74kxns2QZAtbGFKsyNrQeZq9d4LDOWOV67EdKqrSm6f9WzJAtc9Z%2BPL0cCKqK1X9KPjHKkf%2FTDTUaTYS6TmjBO2vvK6JmtXmlhbqOt6LvhaLWnUDtnTE%3D"}],"group":"cf-nel","max_age":604800}'
|
294
474
|
Nel:
|
295
475
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
296
476
|
Strict-Transport-Security:
|
@@ -298,7 +478,7 @@ http_interactions:
|
|
298
478
|
Server:
|
299
479
|
- cloudflare
|
300
480
|
Cf-Ray:
|
301
|
-
-
|
481
|
+
- 8027857ee8f82bd3-FRA
|
302
482
|
Alt-Svc:
|
303
483
|
- h3=":443"; ma=86400
|
304
484
|
body:
|
@@ -306,7 +486,7 @@ http_interactions:
|
|
306
486
|
string: |-
|
307
487
|
<html><head><title>Handle Redirect</title></head>
|
308
488
|
<body><a href="https://api.crossref.org/v1/works/10.54900%2F9akm9y5-5ject5y/transform">https://api.crossref.org/v1/works/10.54900%2F9akm9y5-5ject5y/transform</a></body></html>
|
309
|
-
recorded_at:
|
489
|
+
recorded_at: Wed, 06 Sep 2023 14:49:56 GMT
|
310
490
|
- request:
|
311
491
|
method: get
|
312
492
|
uri: https://api.crossref.org/v1/works/10.54900%2F9akm9y5-5ject5y/transform
|
@@ -328,7 +508,7 @@ http_interactions:
|
|
328
508
|
message: OK
|
329
509
|
headers:
|
330
510
|
Date:
|
331
|
-
-
|
511
|
+
- Wed, 06 Sep 2023 14:49:57 GMT
|
332
512
|
Content-Type:
|
333
513
|
- application/vnd.citationstyles.csl+json
|
334
514
|
Transfer-Encoding:
|
@@ -378,7 +558,7 @@ http_interactions:
|
|
378
558
|
the roles of research software","prefix":"10.54900","author":[{"given":"Rob","family":"van
|
379
559
|
Nieuwpoort","sequence":"first","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0001-5934-7525","authenticated-orcid":false,"given":"Daniel
|
380
560
|
S.","family":"Katz","sequence":"additional","affiliation":[]}],"member":"31795","container-title":[],"original-title":[],"link":[{"URL":"https:\/\/upstream.force11.org\/defining-the-roles-of-research-software","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2023,6,17]],"date-time":"2023-06-17T23:14:22Z","timestamp":1687043662000},"score":1,"resource":{"primary":{"URL":"https:\/\/upstream.force11.org\/defining-the-roles-of-research-software"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2023,3,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.54900\/9akm9y5-5ject5y","relation":{},"published":{"date-parts":[[2023,3,14]]},"subtype":"other"}'
|
381
|
-
recorded_at:
|
561
|
+
recorded_at: Wed, 06 Sep 2023 14:49:57 GMT
|
382
562
|
- request:
|
383
563
|
method: get
|
384
564
|
uri: https://doi.org/10.5281/zenodo.7740084
|
@@ -400,7 +580,7 @@ http_interactions:
|
|
400
580
|
message: Found
|
401
581
|
headers:
|
402
582
|
Date:
|
403
|
-
-
|
583
|
+
- Wed, 06 Sep 2023 14:49:57 GMT
|
404
584
|
Content-Type:
|
405
585
|
- text/html;charset=utf-8
|
406
586
|
Content-Length:
|
@@ -412,13 +592,13 @@ http_interactions:
|
|
412
592
|
Vary:
|
413
593
|
- Accept
|
414
594
|
Expires:
|
415
|
-
-
|
595
|
+
- Wed, 06 Sep 2023 15:34:59 GMT
|
416
596
|
Permissions-Policy:
|
417
597
|
- interest-cohort=(),browsing-topics=()
|
418
598
|
Cf-Cache-Status:
|
419
599
|
- DYNAMIC
|
420
600
|
Report-To:
|
421
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
601
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=cHJQ2ie79iQlE9KvmbsQOb2MKTbM2c%2F7yN9JMj%2FZzOWx31e2b2JVtiDb84e0aichj%2FopZl27vsD0TYEtrJQhuFz%2FHE1vccWi0f8mmcIQcabJmP8UpZHN%2FYg%3D"}],"group":"cf-nel","max_age":604800}'
|
422
602
|
Nel:
|
423
603
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
424
604
|
Strict-Transport-Security:
|
@@ -426,7 +606,7 @@ http_interactions:
|
|
426
606
|
Server:
|
427
607
|
- cloudflare
|
428
608
|
Cf-Ray:
|
429
|
-
-
|
609
|
+
- 802785884b1537e4-FRA
|
430
610
|
Alt-Svc:
|
431
611
|
- h3=":443"; ma=86400
|
432
612
|
body:
|
@@ -434,7 +614,7 @@ http_interactions:
|
|
434
614
|
string: |-
|
435
615
|
<html><head><title>Handle Redirect</title></head>
|
436
616
|
<body><a href="https://data.crosscite.org/10.5281%2Fzenodo.7740084">https://data.crosscite.org/10.5281%2Fzenodo.7740084</a></body></html>
|
437
|
-
recorded_at:
|
617
|
+
recorded_at: Wed, 06 Sep 2023 14:49:57 GMT
|
438
618
|
- request:
|
439
619
|
method: get
|
440
620
|
uri: https://data.crosscite.org/10.5281%2Fzenodo.7740084
|
@@ -456,7 +636,7 @@ http_interactions:
|
|
456
636
|
message: OK
|
457
637
|
headers:
|
458
638
|
Date:
|
459
|
-
-
|
639
|
+
- Wed, 06 Sep 2023 14:49:58 GMT
|
460
640
|
Content-Type:
|
461
641
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
462
642
|
Transfer-Encoding:
|
@@ -472,9 +652,9 @@ http_interactions:
|
|
472
652
|
Etag:
|
473
653
|
- W/"a6451de9eb23725373223d1fdf4bc634"
|
474
654
|
X-Runtime:
|
475
|
-
- '0.
|
655
|
+
- '0.020123'
|
476
656
|
X-Request-Id:
|
477
|
-
-
|
657
|
+
- 786f0f9e-b56d-4545-948f-e8b522cfd6dc
|
478
658
|
X-Powered-By:
|
479
659
|
- Phusion Passenger(R) 6.0.13
|
480
660
|
Server:
|
@@ -528,7 +708,7 @@ http_interactions:
|
|
528
708
|
"copyright": "Creative Commons Attribution 4.0 International",
|
529
709
|
"version": "0.3"
|
530
710
|
}
|
531
|
-
recorded_at:
|
711
|
+
recorded_at: Wed, 06 Sep 2023 14:49:58 GMT
|
532
712
|
- request:
|
533
713
|
method: get
|
534
714
|
uri: https://doi.org/10.5281/zenodo.6859709
|
@@ -550,7 +730,7 @@ http_interactions:
|
|
550
730
|
message: Found
|
551
731
|
headers:
|
552
732
|
Date:
|
553
|
-
-
|
733
|
+
- Wed, 06 Sep 2023 14:49:59 GMT
|
554
734
|
Content-Type:
|
555
735
|
- text/html;charset=utf-8
|
556
736
|
Content-Length:
|
@@ -562,13 +742,13 @@ http_interactions:
|
|
562
742
|
Vary:
|
563
743
|
- Accept
|
564
744
|
Expires:
|
565
|
-
-
|
745
|
+
- Wed, 06 Sep 2023 15:30:19 GMT
|
566
746
|
Permissions-Policy:
|
567
747
|
- interest-cohort=(),browsing-topics=()
|
568
748
|
Cf-Cache-Status:
|
569
749
|
- DYNAMIC
|
570
750
|
Report-To:
|
571
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
751
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=300dLDgaqIT5VPYnzQix8jEWk3iepecCWyiX4dDHgG%2BbStFBrVHnPSf8ExotiZvLdh%2Fkk5JvFpHFmRKVc4GKmlHtrWRM1ANzldfWGAL20vtG2sa%2FpN3qQMM%3D"}],"group":"cf-nel","max_age":604800}'
|
572
752
|
Nel:
|
573
753
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
574
754
|
Strict-Transport-Security:
|
@@ -576,7 +756,7 @@ http_interactions:
|
|
576
756
|
Server:
|
577
757
|
- cloudflare
|
578
758
|
Cf-Ray:
|
579
|
-
-
|
759
|
+
- 8027858fae093838-FRA
|
580
760
|
Alt-Svc:
|
581
761
|
- h3=":443"; ma=86400
|
582
762
|
body:
|
@@ -584,7 +764,7 @@ http_interactions:
|
|
584
764
|
string: |-
|
585
765
|
<html><head><title>Handle Redirect</title></head>
|
586
766
|
<body><a href="https://data.crosscite.org/10.5281%2Fzenodo.6859709">https://data.crosscite.org/10.5281%2Fzenodo.6859709</a></body></html>
|
587
|
-
recorded_at:
|
767
|
+
recorded_at: Wed, 06 Sep 2023 14:49:59 GMT
|
588
768
|
- request:
|
589
769
|
method: get
|
590
770
|
uri: https://data.crosscite.org/10.5281%2Fzenodo.6859709
|
@@ -606,7 +786,7 @@ http_interactions:
|
|
606
786
|
message: OK
|
607
787
|
headers:
|
608
788
|
Date:
|
609
|
-
-
|
789
|
+
- Wed, 06 Sep 2023 14:49:59 GMT
|
610
790
|
Content-Type:
|
611
791
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
612
792
|
Transfer-Encoding:
|
@@ -622,9 +802,9 @@ http_interactions:
|
|
622
802
|
Etag:
|
623
803
|
- W/"1ef634b21545647b47d59f6b4ca912b9"
|
624
804
|
X-Runtime:
|
625
|
-
- '0.
|
805
|
+
- '0.018150'
|
626
806
|
X-Request-Id:
|
627
|
-
-
|
807
|
+
- d62279a5-50df-4b0c-9230-ffb62b5fd506
|
628
808
|
X-Powered-By:
|
629
809
|
- Phusion Passenger(R) 6.0.13
|
630
810
|
Server:
|
@@ -733,7 +913,7 @@ http_interactions:
|
|
733
913
|
"URL": "https://zenodo.org/record/6859709",
|
734
914
|
"copyright": "Creative Commons Attribution 4.0 International"
|
735
915
|
}
|
736
|
-
recorded_at:
|
916
|
+
recorded_at: Wed, 06 Sep 2023 14:49:59 GMT
|
737
917
|
- request:
|
738
918
|
method: get
|
739
919
|
uri: https://doi.org/10.5281/zenodo.7179892
|
@@ -755,7 +935,7 @@ http_interactions:
|
|
755
935
|
message: Found
|
756
936
|
headers:
|
757
937
|
Date:
|
758
|
-
-
|
938
|
+
- Wed, 06 Sep 2023 14:50:00 GMT
|
759
939
|
Content-Type:
|
760
940
|
- text/html;charset=utf-8
|
761
941
|
Content-Length:
|
@@ -767,13 +947,13 @@ http_interactions:
|
|
767
947
|
Vary:
|
768
948
|
- Accept
|
769
949
|
Expires:
|
770
|
-
-
|
950
|
+
- Wed, 06 Sep 2023 15:22:17 GMT
|
771
951
|
Permissions-Policy:
|
772
952
|
- interest-cohort=(),browsing-topics=()
|
773
953
|
Cf-Cache-Status:
|
774
954
|
- DYNAMIC
|
775
955
|
Report-To:
|
776
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
956
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=0rRuVfFUmlQbbcCZwi3Jzl0xIMK%2FPGmkqr%2BHJdqWAYufvRE4w3EHfawRCumhZIPi5OHIiXltuHXKuVPugnQvUedeM2%2BkIuzBmGfYEVG2xfHbct6UhrDb238%3D"}],"group":"cf-nel","max_age":604800}'
|
777
957
|
Nel:
|
778
958
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
779
959
|
Strict-Transport-Security:
|
@@ -781,7 +961,7 @@ http_interactions:
|
|
781
961
|
Server:
|
782
962
|
- cloudflare
|
783
963
|
Cf-Ray:
|
784
|
-
-
|
964
|
+
- 80278596dbc12bf3-FRA
|
785
965
|
Alt-Svc:
|
786
966
|
- h3=":443"; ma=86400
|
787
967
|
body:
|
@@ -789,7 +969,7 @@ http_interactions:
|
|
789
969
|
string: |-
|
790
970
|
<html><head><title>Handle Redirect</title></head>
|
791
971
|
<body><a href="https://data.crosscite.org/10.5281%2Fzenodo.7179892">https://data.crosscite.org/10.5281%2Fzenodo.7179892</a></body></html>
|
792
|
-
recorded_at:
|
972
|
+
recorded_at: Wed, 06 Sep 2023 14:50:00 GMT
|
793
973
|
- request:
|
794
974
|
method: get
|
795
975
|
uri: https://data.crosscite.org/10.5281%2Fzenodo.7179892
|
@@ -811,7 +991,7 @@ http_interactions:
|
|
811
991
|
message: OK
|
812
992
|
headers:
|
813
993
|
Date:
|
814
|
-
-
|
994
|
+
- Wed, 06 Sep 2023 14:50:00 GMT
|
815
995
|
Content-Type:
|
816
996
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
817
997
|
Transfer-Encoding:
|
@@ -827,9 +1007,9 @@ http_interactions:
|
|
827
1007
|
Etag:
|
828
1008
|
- W/"f5b7902dce814b3d03598f37990ce8f0"
|
829
1009
|
X-Runtime:
|
830
|
-
- '0.
|
1010
|
+
- '0.021650'
|
831
1011
|
X-Request-Id:
|
832
|
-
-
|
1012
|
+
- 161100e4-e7a6-441b-b06e-14ce566f9d8f
|
833
1013
|
X-Powered-By:
|
834
1014
|
- Phusion Passenger(R) 6.0.13
|
835
1015
|
Server:
|
@@ -923,7 +1103,7 @@ http_interactions:
|
|
923
1103
|
"URL": "https://zenodo.org/record/7179892",
|
924
1104
|
"copyright": "Creative Commons Attribution 4.0 International"
|
925
1105
|
}
|
926
|
-
recorded_at:
|
1106
|
+
recorded_at: Wed, 06 Sep 2023 14:50:00 GMT
|
927
1107
|
- request:
|
928
1108
|
method: get
|
929
1109
|
uri: https://doi.org/10.5281/zenodo.3884311
|
@@ -945,7 +1125,7 @@ http_interactions:
|
|
945
1125
|
message: Found
|
946
1126
|
headers:
|
947
1127
|
Date:
|
948
|
-
-
|
1128
|
+
- Wed, 06 Sep 2023 14:50:01 GMT
|
949
1129
|
Content-Type:
|
950
1130
|
- text/html;charset=utf-8
|
951
1131
|
Content-Length:
|
@@ -957,13 +1137,13 @@ http_interactions:
|
|
957
1137
|
Vary:
|
958
1138
|
- Accept
|
959
1139
|
Expires:
|
960
|
-
-
|
1140
|
+
- Wed, 06 Sep 2023 15:34:59 GMT
|
961
1141
|
Permissions-Policy:
|
962
1142
|
- interest-cohort=(),browsing-topics=()
|
963
1143
|
Cf-Cache-Status:
|
964
1144
|
- DYNAMIC
|
965
1145
|
Report-To:
|
966
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
1146
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=sPqWSehtNPWD2ulYAd3O3mZBPcsoAm9vrmOfWyCBSVje68aqoJ39QbzQ2RZyLfk2EhT5Jb9WkS5VVpcCi98ZtU5Gqed860znZbmkETXpJpFsC0vZLuaThsk%3D"}],"group":"cf-nel","max_age":604800}'
|
967
1147
|
Nel:
|
968
1148
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
969
1149
|
Strict-Transport-Security:
|
@@ -971,7 +1151,7 @@ http_interactions:
|
|
971
1151
|
Server:
|
972
1152
|
- cloudflare
|
973
1153
|
Cf-Ray:
|
974
|
-
-
|
1154
|
+
- 8027859d49dc363b-FRA
|
975
1155
|
Alt-Svc:
|
976
1156
|
- h3=":443"; ma=86400
|
977
1157
|
body:
|
@@ -979,7 +1159,7 @@ http_interactions:
|
|
979
1159
|
string: |-
|
980
1160
|
<html><head><title>Handle Redirect</title></head>
|
981
1161
|
<body><a href="https://data.crosscite.org/10.5281%2Fzenodo.3884311">https://data.crosscite.org/10.5281%2Fzenodo.3884311</a></body></html>
|
982
|
-
recorded_at:
|
1162
|
+
recorded_at: Wed, 06 Sep 2023 14:50:01 GMT
|
983
1163
|
- request:
|
984
1164
|
method: get
|
985
1165
|
uri: https://data.crosscite.org/10.5281%2Fzenodo.3884311
|
@@ -1001,7 +1181,7 @@ http_interactions:
|
|
1001
1181
|
message: OK
|
1002
1182
|
headers:
|
1003
1183
|
Date:
|
1004
|
-
-
|
1184
|
+
- Wed, 06 Sep 2023 14:50:01 GMT
|
1005
1185
|
Content-Type:
|
1006
1186
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
1007
1187
|
Transfer-Encoding:
|
@@ -1017,9 +1197,9 @@ http_interactions:
|
|
1017
1197
|
Etag:
|
1018
1198
|
- W/"51567bedd6280478432dd51a48ce7632"
|
1019
1199
|
X-Runtime:
|
1020
|
-
- '0.
|
1200
|
+
- '0.018075'
|
1021
1201
|
X-Request-Id:
|
1022
|
-
-
|
1202
|
+
- a3c6da0c-3e0b-449a-a95a-156be5bc8db3
|
1023
1203
|
X-Powered-By:
|
1024
1204
|
- Phusion Passenger(R) 6.0.13
|
1025
1205
|
Server:
|
@@ -1067,10 +1247,10 @@ http_interactions:
|
|
1067
1247
|
"URL": "https://zenodo.org/record/3884311",
|
1068
1248
|
"copyright": "Creative Commons Attribution 4.0 International"
|
1069
1249
|
}
|
1070
|
-
recorded_at:
|
1250
|
+
recorded_at: Wed, 06 Sep 2023 14:50:01 GMT
|
1071
1251
|
- request:
|
1072
1252
|
method: get
|
1073
|
-
uri: https://doi.org/10.15497/
|
1253
|
+
uri: https://doi.org/10.15497/RDA00052
|
1074
1254
|
body:
|
1075
1255
|
encoding: UTF-8
|
1076
1256
|
string: ''
|
@@ -1089,7 +1269,7 @@ http_interactions:
|
|
1089
1269
|
message: Found
|
1090
1270
|
headers:
|
1091
1271
|
Date:
|
1092
|
-
-
|
1272
|
+
- Wed, 06 Sep 2023 14:50:02 GMT
|
1093
1273
|
Content-Type:
|
1094
1274
|
- text/html;charset=utf-8
|
1095
1275
|
Content-Length:
|
@@ -1097,17 +1277,17 @@ http_interactions:
|
|
1097
1277
|
Connection:
|
1098
1278
|
- close
|
1099
1279
|
Location:
|
1100
|
-
- https://data.crosscite.org/10.15497%
|
1280
|
+
- https://data.crosscite.org/10.15497%2FRDA00052
|
1101
1281
|
Vary:
|
1102
1282
|
- Accept
|
1103
1283
|
Expires:
|
1104
|
-
-
|
1284
|
+
- Wed, 06 Sep 2023 15:22:17 GMT
|
1105
1285
|
Permissions-Policy:
|
1106
1286
|
- interest-cohort=(),browsing-topics=()
|
1107
1287
|
Cf-Cache-Status:
|
1108
1288
|
- DYNAMIC
|
1109
1289
|
Report-To:
|
1110
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
1290
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=kK6GrMsjtTQd8sNbCWupffIDkCN5JZzNDUDXTwPOyyfs6HdhvLm%2Fevs82UfZehane7y5840fypa2XysIddhhWZBcsR8%2Bp6PkYEI5o7Gt6ehUBOkXGg2EKLo%3D"}],"group":"cf-nel","max_age":604800}'
|
1111
1291
|
Nel:
|
1112
1292
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
1113
1293
|
Strict-Transport-Security:
|
@@ -1115,18 +1295,18 @@ http_interactions:
|
|
1115
1295
|
Server:
|
1116
1296
|
- cloudflare
|
1117
1297
|
Cf-Ray:
|
1118
|
-
-
|
1298
|
+
- 802785a3a9eb3648-FRA
|
1119
1299
|
Alt-Svc:
|
1120
1300
|
- h3=":443"; ma=86400
|
1121
1301
|
body:
|
1122
1302
|
encoding: UTF-8
|
1123
1303
|
string: |-
|
1124
1304
|
<html><head><title>Handle Redirect</title></head>
|
1125
|
-
<body><a href="https://data.crosscite.org/10.15497%
|
1126
|
-
recorded_at:
|
1305
|
+
<body><a href="https://data.crosscite.org/10.15497%2FRDA00052">https://data.crosscite.org/10.15497%2FRDA00052</a></body></html>
|
1306
|
+
recorded_at: Wed, 06 Sep 2023 14:50:02 GMT
|
1127
1307
|
- request:
|
1128
1308
|
method: get
|
1129
|
-
uri: https://data.crosscite.org/10.15497%
|
1309
|
+
uri: https://data.crosscite.org/10.15497%2FRDA00052
|
1130
1310
|
body:
|
1131
1311
|
encoding: UTF-8
|
1132
1312
|
string: ''
|
@@ -1145,7 +1325,7 @@ http_interactions:
|
|
1145
1325
|
message: OK
|
1146
1326
|
headers:
|
1147
1327
|
Date:
|
1148
|
-
-
|
1328
|
+
- Wed, 06 Sep 2023 14:50:02 GMT
|
1149
1329
|
Content-Type:
|
1150
1330
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
1151
1331
|
Transfer-Encoding:
|
@@ -1161,9 +1341,9 @@ http_interactions:
|
|
1161
1341
|
Etag:
|
1162
1342
|
- W/"5605bebd477a12dddcf0628cd41fb513"
|
1163
1343
|
X-Runtime:
|
1164
|
-
- '0.
|
1344
|
+
- '0.017327'
|
1165
1345
|
X-Request-Id:
|
1166
|
-
-
|
1346
|
+
- 150d2a18-3fca-45b3-a4e5-65ca372ee28a
|
1167
1347
|
X-Powered-By:
|
1168
1348
|
- Phusion Passenger(R) 6.0.13
|
1169
1349
|
Server:
|
@@ -1192,10 +1372,10 @@ http_interactions:
|
|
1192
1372
|
"title": "Final release: COVID-19 guidelines",
|
1193
1373
|
"URL": "https://zenodo.org/record/3932953#.Xx_f7Z4za70"
|
1194
1374
|
}
|
1195
|
-
recorded_at:
|
1375
|
+
recorded_at: Wed, 06 Sep 2023 14:50:02 GMT
|
1196
1376
|
- request:
|
1197
1377
|
method: get
|
1198
|
-
uri: https://doi.org/10.15497/
|
1378
|
+
uri: https://doi.org/10.15497/RDA00068
|
1199
1379
|
body:
|
1200
1380
|
encoding: UTF-8
|
1201
1381
|
string: ''
|
@@ -1214,7 +1394,7 @@ http_interactions:
|
|
1214
1394
|
message: Found
|
1215
1395
|
headers:
|
1216
1396
|
Date:
|
1217
|
-
-
|
1397
|
+
- Wed, 06 Sep 2023 14:50:03 GMT
|
1218
1398
|
Content-Type:
|
1219
1399
|
- text/html;charset=utf-8
|
1220
1400
|
Content-Length:
|
@@ -1222,17 +1402,17 @@ http_interactions:
|
|
1222
1402
|
Connection:
|
1223
1403
|
- close
|
1224
1404
|
Location:
|
1225
|
-
- https://data.crosscite.org/10.15497%
|
1405
|
+
- https://data.crosscite.org/10.15497%2FRDA00068
|
1226
1406
|
Vary:
|
1227
1407
|
- Accept
|
1228
1408
|
Expires:
|
1229
|
-
-
|
1409
|
+
- Wed, 06 Sep 2023 15:22:17 GMT
|
1230
1410
|
Permissions-Policy:
|
1231
1411
|
- interest-cohort=(),browsing-topics=()
|
1232
1412
|
Cf-Cache-Status:
|
1233
1413
|
- DYNAMIC
|
1234
1414
|
Report-To:
|
1235
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
1415
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=yd%2B2TvDoeOaw76MiUGxlRvcx278lbA0pnqz54cvKoyMqHzHd8Qv0tBmrKkywoGSlQ%2BBh4HOYVAQjdL5nMyRS4fOAGbTWpQ8USxDtGUrLgM4vk5g0Kye9pBM%3D"}],"group":"cf-nel","max_age":604800}'
|
1236
1416
|
Nel:
|
1237
1417
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
1238
1418
|
Strict-Transport-Security:
|
@@ -1240,18 +1420,18 @@ http_interactions:
|
|
1240
1420
|
Server:
|
1241
1421
|
- cloudflare
|
1242
1422
|
Cf-Ray:
|
1243
|
-
-
|
1423
|
+
- 802785a9d85603f8-FRA
|
1244
1424
|
Alt-Svc:
|
1245
1425
|
- h3=":443"; ma=86400
|
1246
1426
|
body:
|
1247
1427
|
encoding: UTF-8
|
1248
1428
|
string: |-
|
1249
1429
|
<html><head><title>Handle Redirect</title></head>
|
1250
|
-
<body><a href="https://data.crosscite.org/10.15497%
|
1251
|
-
recorded_at:
|
1430
|
+
<body><a href="https://data.crosscite.org/10.15497%2FRDA00068">https://data.crosscite.org/10.15497%2FRDA00068</a></body></html>
|
1431
|
+
recorded_at: Wed, 06 Sep 2023 14:50:03 GMT
|
1252
1432
|
- request:
|
1253
1433
|
method: get
|
1254
|
-
uri: https://data.crosscite.org/10.15497%
|
1434
|
+
uri: https://data.crosscite.org/10.15497%2FRDA00068
|
1255
1435
|
body:
|
1256
1436
|
encoding: UTF-8
|
1257
1437
|
string: ''
|
@@ -1270,7 +1450,7 @@ http_interactions:
|
|
1270
1450
|
message: OK
|
1271
1451
|
headers:
|
1272
1452
|
Date:
|
1273
|
-
-
|
1453
|
+
- Wed, 06 Sep 2023 14:50:03 GMT
|
1274
1454
|
Content-Type:
|
1275
1455
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
1276
1456
|
Transfer-Encoding:
|
@@ -1286,9 +1466,9 @@ http_interactions:
|
|
1286
1466
|
Etag:
|
1287
1467
|
- W/"7e2ad4283560ec29b408517db66a2cc7"
|
1288
1468
|
X-Runtime:
|
1289
|
-
- '0.
|
1469
|
+
- '0.029403'
|
1290
1470
|
X-Request-Id:
|
1291
|
-
-
|
1471
|
+
- 1af75588-853a-4c7b-bfd9-c933d1b8dc60
|
1292
1472
|
X-Powered-By:
|
1293
1473
|
- Phusion Passenger(R) 6.0.13
|
1294
1474
|
Server:
|
@@ -1598,10 +1778,10 @@ http_interactions:
|
|
1598
1778
|
"URL": "https://zenodo.org/record/6623556#.YqCJTJNBwlw",
|
1599
1779
|
"copyright": "Creative Commons Attribution 4.0 International"
|
1600
1780
|
}
|
1601
|
-
recorded_at:
|
1781
|
+
recorded_at: Wed, 06 Sep 2023 14:50:03 GMT
|
1602
1782
|
- request:
|
1603
1783
|
method: get
|
1604
|
-
uri: https://doi.org/10.5281/
|
1784
|
+
uri: https://doi.org/10.5281/ZENODO.6239373
|
1605
1785
|
body:
|
1606
1786
|
encoding: UTF-8
|
1607
1787
|
string: ''
|
@@ -1620,7 +1800,7 @@ http_interactions:
|
|
1620
1800
|
message: Found
|
1621
1801
|
headers:
|
1622
1802
|
Date:
|
1623
|
-
-
|
1803
|
+
- Wed, 06 Sep 2023 14:50:04 GMT
|
1624
1804
|
Content-Type:
|
1625
1805
|
- text/html;charset=utf-8
|
1626
1806
|
Content-Length:
|
@@ -1628,17 +1808,17 @@ http_interactions:
|
|
1628
1808
|
Connection:
|
1629
1809
|
- close
|
1630
1810
|
Location:
|
1631
|
-
- https://data.crosscite.org/10.5281%
|
1811
|
+
- https://data.crosscite.org/10.5281%2FZENODO.6239373
|
1632
1812
|
Vary:
|
1633
1813
|
- Accept
|
1634
1814
|
Expires:
|
1635
|
-
-
|
1815
|
+
- Wed, 06 Sep 2023 15:34:59 GMT
|
1636
1816
|
Permissions-Policy:
|
1637
1817
|
- interest-cohort=(),browsing-topics=()
|
1638
1818
|
Cf-Cache-Status:
|
1639
1819
|
- DYNAMIC
|
1640
1820
|
Report-To:
|
1641
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s
|
1821
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=jJS4aF18ga6L2NJO3m1INXvQJgYCkzKYn9%2FpBGABwic1Wo1TkLPzFosMyLUQJfmlVs5a1X5A8foQJpwNkavpz4ysk1nJM56iMenzIyWxApYGrhOGjFbDtlc%3D"}],"group":"cf-nel","max_age":604800}'
|
1642
1822
|
Nel:
|
1643
1823
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
1644
1824
|
Strict-Transport-Security:
|
@@ -1646,18 +1826,18 @@ http_interactions:
|
|
1646
1826
|
Server:
|
1647
1827
|
- cloudflare
|
1648
1828
|
Cf-Ray:
|
1649
|
-
-
|
1829
|
+
- 802785b03fa6920b-FRA
|
1650
1830
|
Alt-Svc:
|
1651
1831
|
- h3=":443"; ma=86400
|
1652
1832
|
body:
|
1653
1833
|
encoding: UTF-8
|
1654
1834
|
string: |-
|
1655
1835
|
<html><head><title>Handle Redirect</title></head>
|
1656
|
-
<body><a href="https://data.crosscite.org/10.5281%
|
1657
|
-
recorded_at:
|
1836
|
+
<body><a href="https://data.crosscite.org/10.5281%2FZENODO.6239373">https://data.crosscite.org/10.5281%2FZENODO.6239373</a></body></html>
|
1837
|
+
recorded_at: Wed, 06 Sep 2023 14:50:04 GMT
|
1658
1838
|
- request:
|
1659
1839
|
method: get
|
1660
|
-
uri: https://data.crosscite.org/10.5281%
|
1840
|
+
uri: https://data.crosscite.org/10.5281%2FZENODO.6239373
|
1661
1841
|
body:
|
1662
1842
|
encoding: UTF-8
|
1663
1843
|
string: ''
|
@@ -1676,7 +1856,7 @@ http_interactions:
|
|
1676
1856
|
message: OK
|
1677
1857
|
headers:
|
1678
1858
|
Date:
|
1679
|
-
-
|
1859
|
+
- Wed, 06 Sep 2023 14:50:04 GMT
|
1680
1860
|
Content-Type:
|
1681
1861
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
1682
1862
|
Transfer-Encoding:
|
@@ -1692,9 +1872,9 @@ http_interactions:
|
|
1692
1872
|
Etag:
|
1693
1873
|
- W/"4b0f91a049d2529e7d7d8fc42c7e3310"
|
1694
1874
|
X-Runtime:
|
1695
|
-
- '0.
|
1875
|
+
- '0.051023'
|
1696
1876
|
X-Request-Id:
|
1697
|
-
-
|
1877
|
+
- 8224629d-dda3-49da-bdeb-b46bcf39148a
|
1698
1878
|
X-Powered-By:
|
1699
1879
|
- Phusion Passenger(R) 6.0.13
|
1700
1880
|
Server:
|
@@ -1733,10 +1913,10 @@ http_interactions:
|
|
1733
1913
|
"URL": "https://zenodo.org/record/6239373",
|
1734
1914
|
"copyright": "Creative Commons Attribution 4.0 International"
|
1735
1915
|
}
|
1736
|
-
recorded_at:
|
1916
|
+
recorded_at: Wed, 06 Sep 2023 14:50:04 GMT
|
1737
1917
|
- request:
|
1738
1918
|
method: get
|
1739
|
-
uri: https://doi.org/10.5281/
|
1919
|
+
uri: https://doi.org/10.5281/ZENODO.3699950
|
1740
1920
|
body:
|
1741
1921
|
encoding: UTF-8
|
1742
1922
|
string: ''
|
@@ -1755,7 +1935,7 @@ http_interactions:
|
|
1755
1935
|
message: Found
|
1756
1936
|
headers:
|
1757
1937
|
Date:
|
1758
|
-
-
|
1938
|
+
- Wed, 06 Sep 2023 14:50:05 GMT
|
1759
1939
|
Content-Type:
|
1760
1940
|
- text/html;charset=utf-8
|
1761
1941
|
Content-Length:
|
@@ -1763,17 +1943,17 @@ http_interactions:
|
|
1763
1943
|
Connection:
|
1764
1944
|
- close
|
1765
1945
|
Location:
|
1766
|
-
- https://data.crosscite.org/10.5281%
|
1946
|
+
- https://data.crosscite.org/10.5281%2FZENODO.3699950
|
1767
1947
|
Vary:
|
1768
1948
|
- Accept
|
1769
1949
|
Expires:
|
1770
|
-
-
|
1950
|
+
- Wed, 06 Sep 2023 15:34:59 GMT
|
1771
1951
|
Permissions-Policy:
|
1772
1952
|
- interest-cohort=(),browsing-topics=()
|
1773
1953
|
Cf-Cache-Status:
|
1774
1954
|
- DYNAMIC
|
1775
1955
|
Report-To:
|
1776
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
1956
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=FJP%2FO16Vg7lwQvZYRsjRZcF%2Brs7BsmhN7%2FagPNHQgxbf25ZFhSvpvfeR9P4YQOSpXbhagscLRDJWGB13bctOTEk028GrMYenpLA7IX7raONigSQ%2FLnz5M%2FY%3D"}],"group":"cf-nel","max_age":604800}'
|
1777
1957
|
Nel:
|
1778
1958
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
1779
1959
|
Strict-Transport-Security:
|
@@ -1781,18 +1961,18 @@ http_interactions:
|
|
1781
1961
|
Server:
|
1782
1962
|
- cloudflare
|
1783
1963
|
Cf-Ray:
|
1784
|
-
-
|
1964
|
+
- 802785b66ce31970-FRA
|
1785
1965
|
Alt-Svc:
|
1786
1966
|
- h3=":443"; ma=86400
|
1787
1967
|
body:
|
1788
1968
|
encoding: UTF-8
|
1789
1969
|
string: |-
|
1790
1970
|
<html><head><title>Handle Redirect</title></head>
|
1791
|
-
<body><a href="https://data.crosscite.org/10.5281%
|
1792
|
-
recorded_at:
|
1971
|
+
<body><a href="https://data.crosscite.org/10.5281%2FZENODO.3699950">https://data.crosscite.org/10.5281%2FZENODO.3699950</a></body></html>
|
1972
|
+
recorded_at: Wed, 06 Sep 2023 14:50:05 GMT
|
1793
1973
|
- request:
|
1794
1974
|
method: get
|
1795
|
-
uri: https://data.crosscite.org/10.5281%
|
1975
|
+
uri: https://data.crosscite.org/10.5281%2FZENODO.3699950
|
1796
1976
|
body:
|
1797
1977
|
encoding: UTF-8
|
1798
1978
|
string: ''
|
@@ -1811,7 +1991,7 @@ http_interactions:
|
|
1811
1991
|
message: OK
|
1812
1992
|
headers:
|
1813
1993
|
Date:
|
1814
|
-
-
|
1994
|
+
- Wed, 06 Sep 2023 14:50:05 GMT
|
1815
1995
|
Content-Type:
|
1816
1996
|
- application/vnd.citationstyles.csl+json; charset=utf-8
|
1817
1997
|
Transfer-Encoding:
|
@@ -1827,9 +2007,9 @@ http_interactions:
|
|
1827
2007
|
Etag:
|
1828
2008
|
- W/"ff2b9c499754dee86387b4534c530c50"
|
1829
2009
|
X-Runtime:
|
1830
|
-
- '0.
|
2010
|
+
- '0.019949'
|
1831
2011
|
X-Request-Id:
|
1832
|
-
-
|
2012
|
+
- f04755e5-3d1e-4d27-aa3e-894d8daf5acc
|
1833
2013
|
X-Powered-By:
|
1834
2014
|
- Phusion Passenger(R) 6.0.13
|
1835
2015
|
Server:
|
@@ -1887,5 +2067,5 @@ http_interactions:
|
|
1887
2067
|
"copyright": "Creative Commons Attribution 4.0 International",
|
1888
2068
|
"version": "1.0"
|
1889
2069
|
}
|
1890
|
-
recorded_at:
|
2070
|
+
recorded_at: Wed, 06 Sep 2023 14:50:05 GMT
|
1891
2071
|
recorded_with: VCR 6.2.0
|