commonmeta-ruby 3.3.17 → 3.4.0
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 +37 -50
- data/bin/commonmeta +1 -1
- data/lib/commonmeta/cli.rb +7 -0
- data/lib/commonmeta/crossref_utils.rb +20 -0
- data/lib/commonmeta/readers/json_feed_reader.rb +19 -1
- data/lib/commonmeta/schema_utils.rb +1 -1
- data/lib/commonmeta/utils.rb +6 -4
- data/lib/commonmeta/version.rb +1 -1
- data/resources/{commonmeta_v0.9.2.json → commonmeta_v0.9.3.json} +32 -2
- data/spec/cli_spec.rb +1 -1
- 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
|
+
- '35305'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Wed, 06 Sep 2023 14:23:45 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"svtg25afwjr4d"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
@@ -39,142 +39,324 @@ http_interactions:
|
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::8hlcv-1694010225430-cdaa4f1dcf1d
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
47
|
string: '{"id":"2b105b29-acbc-4eae-9ff1-368803f36a4d","doi":"https://doi.org/10.59350/bbcsr-r4b59","url":"https://markrubin.substack.com/p/the-preregistration-prescriptiveness","title":"The
|
48
|
-
Preregistration Prescriptiveness Trade-Off and Unknown Unknowns in Science","summary":"
|
48
|
+
Preregistration Prescriptiveness Trade-Off and Unknown Unknowns in Science","summary":"<strong>Abstract</strong>
|
49
|
+
I discuss Van Drimmelen’s (2023) Metascience2023 presentation on researchers’
|
50
|
+
decision making during the research process.","content_html":"<h4>Abstract</h4><p>I
|
49
51
|
discuss Van Drimmelen’s (2023) Metascience2023 presentation on researchers’
|
50
52
|
decision making during the research process. In particular, I consider his
|
51
53
|
evidence that researchers’ discretion over research decisions is unavoidable
|
52
54
|
when they follow research plans that are either overdetermined (i.e., too
|
53
55
|
prescriptive) or underdetermined (i.e., too vague). I argue that this evidence
|
54
|
-
points to a prescriptiveness trade-off when writing preregistered
|
55
|
-
other things
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
<
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
56
|
+
points to a <em>prescriptiveness trade-off</em> when writing preregistered
|
57
|
+
plans: All other things being equal, plans that are more prescriptive are
|
58
|
+
more likely to result in deviations that turn their confirmatory tests into
|
59
|
+
exploratory tests, and plans that are less prescriptive are more likely to
|
60
|
+
result in confirmatory tests that are susceptible to questionable research
|
61
|
+
practices. I also consider Van Drimmelen’s idea that researchers may make
|
62
|
+
unconscious, implicit decisions during the research process. I relate these
|
63
|
+
implicit decisions to Rumsfeld’s (2002) concept of <em>unknown unknowns</em>:
|
64
|
+
“the things we don’t know we don’t know”! I argue that scientists can report
|
65
|
+
their <em>known knowns</em> (what they know they did and found), and they
|
66
|
+
can be transparent and speculative about their <em>known unknowns</em> (what
|
67
|
+
they know they didn’t do and may find), but that they can’t say much about
|
68
|
+
their <em>unknown unknowns </em>(including their unconscious, implicit decisions)
|
69
|
+
because, by definition, they don’t know what they are! Nonetheless, I think
|
70
|
+
that it’s important to acknowledge unknown unknowns in science because doing
|
71
|
+
so helps to contextualise research efforts as being highly tentative and fallible.</p><h4>Introduction</h4><p>The
|
72
|
+
videos of the presentations at the Metascience2023 conference were recently
|
73
|
+
made available <a href=\"https://www.youtube.com/playlist?list=PLChfyH8TVDGlPTcKrVboBaf6QAGSJt1hQ\">here</a>.
|
74
|
+
One that caught my eye is by Tom van Drimmelen, titled “Researchers’ decision
|
75
|
+
making: Navigating ambiguity in research practice”: </p><div id=\"youtube2-5omWDTPcsNo\"
|
76
|
+
class=\"youtube-wrap\" data-attrs=\"{"videoId":"5omWDTPcsNo","startTime":null,"endTime":null}\"
|
77
|
+
data-component-name=\"Youtube2ToDOM\"><div class=\"youtube-inner\"><iframe
|
78
|
+
src=\"https://www.youtube-nocookie.com/embed/5omWDTPcsNo?rel=0&autoplay=0&showinfo=0&enablejsapi=0\"
|
79
|
+
frameborder=\"0\" loading=\"lazy\" gesture=\"media\" allow=\"autoplay; fullscreen\"
|
80
|
+
allowautoplay=\"true\" allowfullscreen=\"true\" width=\"728\" height=\"409\"></iframe></div></div><p>Here,
|
81
|
+
I summarise Van Drimmelen’s excellent work and share my thoughts on his ideas.</p><h4>What
|
82
|
+
is Researcher Discretion?</h4><p>Van Drimmelen (2023) explained that, during
|
83
|
+
the research process, researchers have discretion over numerous decisions
|
84
|
+
that they make about their methodology and analyses. During the data analysis
|
85
|
+
stage, this <em>researcher discretion</em> may be perceived negatively as
|
86
|
+
<em>researcher degrees of freedom</em> that is susceptible to <em>researcher
|
87
|
+
bias</em> and <em>questionable research practices</em> (John et al., 2012;
|
88
|
+
Simmons et al., 2011).</p><div class=\"captioned-image-container\"><figure><a
|
89
|
+
class=\"image-link is-viewable-img image2\" target=\"_blank\" href=\"https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png\"
|
90
|
+
data-component-name=\"Image2ToDOM\"><div class=\"image2-inset\"><picture><source
|
91
|
+
type=\"image/webp\" srcset=\"https://substackcdn.com/image/fetch/w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png
|
92
|
+
424w, https://substackcdn.com/image/fetch/w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png
|
93
|
+
848w, https://substackcdn.com/image/fetch/w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png
|
94
|
+
1272w, https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png
|
95
|
+
1456w\" sizes=\"100vw\"><img src=\"https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png\"
|
96
|
+
width=\"1430\" height=\"759\" data-attrs=\"{"src":"https://substack-post-media.s3.amazonaws.com/public/images/d6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png","srcNoWatermark":null,"fullscreen":null,"imageSize":null,"height":759,"width":1430,"resizeWidth":null,"bytes":511459,"alt":null,"title":null,"type":"image/png","href":null,"belowTheFold":false,"topImage":true,"internalRedirect":null}\"
|
97
|
+
class=\"sizing-normal\" alt=\"\" srcset=\"https://substackcdn.com/image/fetch/w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png
|
98
|
+
424w, https://substackcdn.com/image/fetch/w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png
|
99
|
+
848w, https://substackcdn.com/image/fetch/w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png
|
100
|
+
1272w, https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6f03976-0133-406f-8572-cdbcbbdc3aef_1430x759.png
|
101
|
+
1456w\" sizes=\"100vw\" fetchpriority=\"high\"></picture><div class=\"image-link-expand\"><svg
|
102
|
+
xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0
|
103
|
+
0 24 24\" fill=\"none\" stroke=\"#FFFFFF\" stroke-width=\"2\" stroke-linecap=\"round\"
|
104
|
+
stroke-linejoin=\"round\" class=\"lucide lucide-maximize2\"><polyline points=\"15
|
105
|
+
3 21 3 21 9\"></polyline><polyline points=\"9 21 3 21 3 15\"></polyline><line
|
106
|
+
x1=\"21\" x2=\"14\" y1=\"3\" y2=\"10\"></line><line x1=\"3\" x2=\"10\" y1=\"21\"
|
107
|
+
y2=\"14\"></line></svg></div></div></a><figcaption class=\"image-caption\"><em>Figure
|
108
|
+
1. </em>Tom van Drimmelen illustrates the numerous decisions that researchers
|
109
|
+
make during the research process.</figcaption></figure></div><h4>Researcher
|
110
|
+
Discretion Emerges in Both Over- and Under-Determined Research Plans</h4><p>In
|
111
|
+
theory, it is possible to reduce and/or reveal researcher discretion during
|
112
|
+
data analyses by preregistering one or more methodological and analytical
|
113
|
+
research paths. However, Van Drimmelen (2023) and colleagues were interested
|
114
|
+
in how researcher discretion operates <em>in practice</em>. To investigate,
|
115
|
+
they conducted an ethnographic study in which they observed researcher discretion
|
116
|
+
in two different research groups. They found that researcher discretion emerged
|
117
|
+
when researchers used two categories of research plan.</p><p>1.
|
118
|
+
<em>Underdetermined plans</em>: Researcher discretion emerged when research
|
119
|
+
plans were not precise enough to determine specific actions for the researchers.
|
120
|
+
In this case, researchers needed to use their own discretion to fill in the
|
121
|
+
gaps of the research plan and figure out how to proceed. Researchers often
|
122
|
+
find themselves in this situation because preregistered research plans are
|
123
|
+
often vague (e.g., Bakker et al., 2020; Heirene et al., 2021; Van den Akker
|
124
|
+
et al., 2023).</p><p>2. <em>Overdetermined plans</em>:
|
125
|
+
Researcher discretion also emerged when there were unforeseen changes in the
|
126
|
+
research situation that made the original research plan undesirable or impossible,
|
127
|
+
necessitating an alternative research approach. Again, this situation is common,
|
128
|
+
because most researchers do not possess “godlike planning abilities” (Navarro,
|
129
|
+
2020). To attempt to address this issue, researchers can preregister “if…then”
|
130
|
+
contingencies (i.e., decision trees) that accommodate <em>anticipated</em>
|
131
|
+
changes in the research situation (Nosek et al., 2018, p. 2602). In addition,
|
132
|
+
it may be possible to update a preregistered analysis plan prior to the data
|
133
|
+
analysis in order to take account of <em>unanticipated</em> events (Nosek
|
134
|
+
et al., 2019, p. 817). However, it is often the case that <em>unanticipated</em>
|
135
|
+
events arise <em>during data analyses</em>. As Reinhart (2015, p. 95) explained
|
136
|
+
(paraphrasing Helmuth von Moltke), “no analysis plan survives contact with
|
137
|
+
the data.” In these cases, researchers either need to stick to an inadequate
|
138
|
+
preregistered analysis plan or deviate and adapt their approach to address
|
139
|
+
the current situation. The evidence shows that researchers often deviate from
|
140
|
+
their preregistered plans (e.g., Abrams et al., 2020; Claesen et al., 2021;
|
141
|
+
Heirene et al., 2021).</p><h4>A Prescriptiveness Trade-Off in Preregistered
|
142
|
+
Plans</h4><p>Van Drimmelen’s (2023) work shows us that researchers are forced
|
143
|
+
to either deviate from overdetermined plans to overcome unforeseen events
|
144
|
+
or fill in the gaps of vague, underdetermined plans. Hence, researcher discretion
|
145
|
+
emerges in the case of both over- and under-determined plans. As Van Drimmelen
|
146
|
+
(2023) put it, “researcher discretion is an integral and unavoidable part
|
147
|
+
of the research practice.”</p><p>I think Van Drimmelen’s (2023) evidence also
|
148
|
+
points to a trade-off between the prescriptiveness of preregistered research
|
149
|
+
plans and the feasibility of their implementation in an unpredictable world.
|
150
|
+
As preregistered plans become more precise and prescriptive, there is a greater
|
151
|
+
chance that researchers will need to deviate from them in order to accommodate
|
152
|
+
unforeseen and/or uncontrolled events that occur during the implementation
|
153
|
+
of the plan. For example, researchers are more likely to deviate from a plan
|
154
|
+
to test “300 participants” than they are to deviate from a less prescriptive
|
155
|
+
plan to test “<em>around</em> 300 participants,” because uncontrolled events
|
156
|
+
(e.g., the number of participant exclusions during data analysis) may result
|
157
|
+
in a final sample size that is only close to 300 participants and not exactly
|
158
|
+
300 participants (e.g., Claesen et al., 2021, pp. 6-7). Consequently, as preregistered
|
159
|
+
plans become more prescriptive, they are more likely to result in deviations
|
160
|
+
that turn their planned confirmatory tests into unplanned exploratory tests.<sup>1</sup>
|
161
|
+
Of course, preregistration continues to distinguish between confirmatory and
|
162
|
+
exploratory tests in this situation, and it prevents exploratory tests from
|
163
|
+
being falsely portrayed as confirmatory tests. Nonetheless, it remains the
|
164
|
+
case that, as plans for confirmatory tests become more prescriptive, the actual
|
165
|
+
implementation of these confirmatory tests in the real world becomes less
|
166
|
+
likely.</p><p>On the other hand, as preregistered plans become vaguer and
|
167
|
+
less prescriptive, confirmatory hypothesis tests will become not only more
|
168
|
+
feasible to achieve without deviation, but also more susceptible to researcher
|
169
|
+
degrees of freedom and questionable research practices. For example, it is
|
170
|
+
more feasible to test “<em>around</em> 300 participants” than to test exactly
|
171
|
+
“300 participants.” However, the first sampling plan does not prevent the
|
172
|
+
questionable research practice of optional stopping (John et al., 2021; Simmons
|
173
|
+
et al., 2011), whereas the second, more prescriptive plan does.</p><p>In summary,
|
174
|
+
researchers need to consider a <em>prescriptiveness trade-off </em>when writing
|
175
|
+
their preregistered plans: All other things being equal, plans that are more
|
176
|
+
prescriptive are more likely to result in deviations that turn their confirmatory
|
177
|
+
tests into exploratory tests, and plans that are less prescriptive are more
|
178
|
+
likely to result in confirmatory tests that are susceptible to questionable
|
179
|
+
research practices. Hence, researchers face a difficult choice between prescriptive
|
180
|
+
confirmatory tests that they are less likely to carry out in practice and
|
181
|
+
vague confirmatory tests that are more prone to questionable research practices.</p><div
|
182
|
+
class=\"captioned-image-container\"><figure><a class=\"image-link is-viewable-img
|
183
|
+
image2\" target=\"_blank\" href=\"https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg\"
|
184
|
+
data-component-name=\"Image2ToDOM\"><div class=\"image2-inset\"><picture><source
|
185
|
+
type=\"image/webp\" srcset=\"https://substackcdn.com/image/fetch/w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg
|
186
|
+
424w, https://substackcdn.com/image/fetch/w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg
|
187
|
+
848w, https://substackcdn.com/image/fetch/w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg
|
188
|
+
1272w, https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg
|
189
|
+
1456w\" sizes=\"100vw\"><img src=\"https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg\"
|
190
|
+
width=\"284\" height=\"429.408\" data-attrs=\"{"src":"https://substack-post-media.s3.amazonaws.com/public/images/26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg","srcNoWatermark":null,"fullscreen":null,"imageSize":null,"height":756,"width":500,"resizeWidth":284,"bytes":93786,"alt":null,"title":null,"type":"image/jpeg","href":null,"belowTheFold":true,"topImage":false,"internalRedirect":null}\"
|
191
|
+
class=\"sizing-normal\" alt=\"\" srcset=\"https://substackcdn.com/image/fetch/w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg
|
192
|
+
424w, https://substackcdn.com/image/fetch/w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg
|
193
|
+
848w, https://substackcdn.com/image/fetch/w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg
|
194
|
+
1272w, https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26ad757c-146e-4d8f-88a5-f34cf5c71c58_500x756.jpeg
|
195
|
+
1456w\" sizes=\"100vw\" loading=\"lazy\"></picture><div class=\"image-link-expand\"><svg
|
196
|
+
xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0
|
197
|
+
0 24 24\" fill=\"none\" stroke=\"#FFFFFF\" stroke-width=\"2\" stroke-linecap=\"round\"
|
198
|
+
stroke-linejoin=\"round\" class=\"lucide lucide-maximize2\"><polyline points=\"15
|
199
|
+
3 21 3 21 9\"></polyline><polyline points=\"9 21 3 21 3 15\"></polyline><line
|
200
|
+
x1=\"21\" x2=\"14\" y1=\"3\" y2=\"10\"></line><line x1=\"3\" x2=\"10\" y1=\"21\"
|
201
|
+
y2=\"14\"></line></svg></div></div></a></figure></div><h4>Researchers Sometimes
|
202
|
+
Make Implicit Decisions</h4><p>Van Drimmelen and colleagues (2023) also identified
|
203
|
+
another interesting issue in their work. At times, they found it difficult
|
204
|
+
to identify researcher discretion because there were multiple potential methodological
|
205
|
+
or analytical approaches available that researchers did not consider. In other
|
206
|
+
words, sometimes <em>researchers</em> <em>were not aware that they were making
|
207
|
+
decisions</em>!</p><p>This idea of unconscious and implicit research decisions
|
208
|
+
reminds me of something that Donald Rumsfeld, the United States Secretary
|
209
|
+
of Defence, said at a press briefing in 2002:</p><blockquote><p>There are
|
210
|
+
known knowns; there are things we know we know. We also know there are known
|
211
|
+
unknowns; that is to say we know there are some things we do not know. But
|
212
|
+
there are also unknown unknowns—the ones we don’t know we don’t know. (Wikipedia,
|
213
|
+
2023)</p></blockquote><p>In the context of Figure 1, our <em>known knowns</em>
|
214
|
+
are the path or paths that we reported following in our research (e.g., the
|
215
|
+
green paths). In these cases, we know what we did, and we know what we found
|
216
|
+
as a result. In contrast, our <em>known unknowns</em> are the paths that we
|
217
|
+
actively decided not to follow (e.g., all the other paths in Figure 1). We
|
218
|
+
know these paths exist, but we don’t yet know what results lie at the end
|
219
|
+
of them.</p><p>But what about our <em>unknown unknowns</em>? These paths don’t
|
220
|
+
appear in Figure 1! They relate to decisions that we didn’t even consider,
|
221
|
+
at least not at a conscious level. For example, we may not have considered
|
222
|
+
the time of day of testing, the ambient temperature, or a host of other unspecified
|
223
|
+
variables that may be influential on our results. Instead, we unconsciously
|
224
|
+
relegated these unknown unknowns to a <em>ceteris paribus</em> clause (i.e.,
|
225
|
+
“all other things being equal”), which assumes that no other influential factors
|
226
|
+
are at play (Meehl, 1990). The problem is that our unconscious and implicit
|
227
|
+
decision to assume the irrelevance of these factors may be wrong! Indeed,
|
228
|
+
the history of science is full of cases in which factors that were not initially
|
229
|
+
considered to be important subsequently turned out to be crucial moderators
|
230
|
+
or boundary conditions of effects (for some examples, see Firestein, 2016).</p><div
|
231
|
+
class=\"captioned-image-container\"><figure><a class=\"image-link is-viewable-img
|
232
|
+
image2\" target=\"_blank\" href=\"https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg\"
|
233
|
+
data-component-name=\"Image2ToDOM\"><div class=\"image2-inset\"><picture><source
|
234
|
+
type=\"image/webp\" srcset=\"https://substackcdn.com/image/fetch/w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg
|
235
|
+
424w, https://substackcdn.com/image/fetch/w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg
|
236
|
+
848w, https://substackcdn.com/image/fetch/w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg
|
237
|
+
1272w, https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg
|
238
|
+
1456w\" sizes=\"100vw\"><img src=\"https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg\"
|
239
|
+
width=\"296\" height=\"444\" data-attrs=\"{"src":"https://substack-post-media.s3.amazonaws.com/public/images/96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg","srcNoWatermark":null,"fullscreen":null,"imageSize":null,"height":750,"width":500,"resizeWidth":296,"bytes":89822,"alt":null,"title":null,"type":"image/jpeg","href":null,"belowTheFold":true,"topImage":false,"internalRedirect":null}\"
|
240
|
+
class=\"sizing-normal\" alt=\"\" srcset=\"https://substackcdn.com/image/fetch/w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg
|
241
|
+
424w, https://substackcdn.com/image/fetch/w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg
|
242
|
+
848w, https://substackcdn.com/image/fetch/w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg
|
243
|
+
1272w, https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96e8d69a-f2c1-4c22-b375-8c5c4fd72689_500x750.jpeg
|
244
|
+
1456w\" sizes=\"100vw\" loading=\"lazy\"></picture><div class=\"image-link-expand\"><svg
|
245
|
+
xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0
|
246
|
+
0 24 24\" fill=\"none\" stroke=\"#FFFFFF\" stroke-width=\"2\" stroke-linecap=\"round\"
|
247
|
+
stroke-linejoin=\"round\" class=\"lucide lucide-maximize2\"><polyline points=\"15
|
248
|
+
3 21 3 21 9\"></polyline><polyline points=\"9 21 3 21 3 15\"></polyline><line
|
249
|
+
x1=\"21\" x2=\"14\" y1=\"3\" y2=\"10\"></line><line x1=\"3\" x2=\"10\" y1=\"21\"
|
250
|
+
y2=\"14\"></line></svg></div></div></a></figure></div><h4>We Can’t Be Transparent
|
251
|
+
About Unknown Unknowns, But We Should Acknowledge They Exist!</h4><p>Van Drimmelen
|
252
|
+
(2023) concluded that “we might not be able to be effectively transparent
|
253
|
+
because <em>we don’t know which decisions we’ve actually made</em>” (my emphasis).
|
254
|
+
In other words, our lack of awareness about our potentially important implicit
|
255
|
+
decisions means that we can’t be transparent about them: We can report our
|
256
|
+
known knowns, and we can be transparent and speculative about our known unknowns,
|
257
|
+
but we can’t say much about our unknown unknowns because we don’t know what
|
258
|
+
they are! By definition, as soon as we start to speculate on a potentially
|
259
|
+
influential factor in our research, it becomes a <em>known</em> unknown about
|
260
|
+
which we need to make conscious decisions!</p><p>Despite our inability to
|
261
|
+
specify our unknown unknowns, Van Drimmelen’s (2023) work reminds us that
|
262
|
+
it’s important to acknowledge this type of ignorance in science because it
|
263
|
+
helps to contextualise our research efforts as being highly tentative and
|
264
|
+
fallible steps in a collective process of discovery and theory development.
|
265
|
+
Acknowledging our unknown unknowns also helps to address recent calls for
|
266
|
+
greater intellectual humility and modesty in science (Hoekstra & Vazire,
|
267
|
+
2021; Ramsey, 2021).</p><p>I’ll end with a nice example of scientists acknowledging
|
268
|
+
unknown unknowns. Here’s Errington et al. (2021, p. 12) discussing the challenges
|
269
|
+
of assessing replicability in preclinical cancer biology:</p><blockquote><p>It
|
270
|
+
might also be that, in some cases, a failure to replicate was caused by the
|
271
|
+
replication team deviating from the protocol in some way that was not recognized,
|
272
|
+
or that a key part of the procedure was left out of the protocol inadvertently.
|
273
|
+
It is also possible that the effect reported in the original paper depended
|
274
|
+
on methodological factors that were not identified by original authors, the
|
275
|
+
replication team, or any other experts involved in the peer review of the
|
276
|
+
original paper or the Registered Report.</p></blockquote><h4>References</h4><p>Abrams,
|
277
|
+
E., Libgober, J., & List, J. A. (2020). Research registries: Facts, myths,
|
278
|
+
and possible improvements (No. w27250). <em>National Bureau of Economic Research.
|
279
|
+
</em><a href=\"https://doi.org/10.3386/w27250\">https://doi.org/10.3386/w27250</a></p><p>Bakker,
|
280
|
+
M., Veldkamp, C. L., van Assen, M. A., Crompvoets, E. A., Ong, H. H., Nosek,
|
281
|
+
B. A.,…& Wicherts, J. M. (2020). Ensuring the quality and specificity
|
282
|
+
of preregistrations. <em>PLoS Biology, 18</em>(12), e3000937. <a href=\"https://doi.org/10.1371/journal.pbio.3000937\">https://doi.org/10.1371/journal.pbio.3000937</a></p><p>Claesen,
|
283
|
+
A., Gomes, S., Tuerlinckx, F., Vanpaemel, W., & Leuven, K. U. (2021).
|
284
|
+
Comparing dream to reality: An assessment of adherence of the first generation
|
285
|
+
of preregistered studies. <em>Royal Society Open Science, 8</em>(10), 1–11.
|
286
|
+
<a href=\"https://doi.org/10.1098/rsos.211037\">https://doi.org/10.1098/rsos.211037</a></p><p>Errington,
|
287
|
+
T. M., Denis, A., Perfito, N., Iorns, E., & Nosek, B. A. (2021). Reproducibility
|
288
|
+
in cancer biology: Challenges for assessing replicability in preclinical cancer
|
289
|
+
biology. <em>Elife, 10,</em> Article e67995. <a href=\"https://doi.org/10.7554/eLife.67995\">https://doi.org/10.7554/eLife.67995</a></p><p>Fife,
|
290
|
+
D., & Rodgers, J. L. (2019). Moving beyond the \"replication crisis\":
|
291
|
+
Understanding the exploratory/confirmatory data analysis continuum. <em>PsyArXiv</em>.
|
292
|
+
<a href=\"https://doi.org/10.31234/osf.io/5vfq6\">https://doi.org/10.31234/osf.io/5vfq6</a></p><p>Firestein,
|
293
|
+
S. (2016, February 14). Why failure to replicate findings can actually be
|
294
|
+
good for science. <em>LA Times.</em> <a href=\"https://www.latimes.com/opinion/op-ed/la-oe-0214-firestein-science-replication-failure-20160214-story.html\">https://www.latimes.com/opinion/op-ed/la-oe-0214-firestein-science-replication-failure-20160214-story.html</a></p><p>Heirene,
|
295
|
+
R., LaPlante, D., Louderback, E. R., Keen, B., Bakker, M., Serafimovska, A.,
|
296
|
+
& Gainsbury, S. M. (2021). Preregistration specificity & adherence:
|
297
|
+
A review of preregistered gambling studies & cross-disciplinary comparison.
|
298
|
+
<em>PsyArXiv</em>. <a href=\"https://psyarxiv.com/nj4es/\">https://psyarxiv.com/nj4es/</a></p><p>Hoekstra,
|
299
|
+
R., & Vazire, S. (2021). Aspiring to greater intellectual humility in
|
300
|
+
science. <em>Nature Human Behaviour, 5</em>(12), 1602-1607. <a href=\"https://doi.org/10.1038/s41562-021-01203-8\">https://doi.org/10.1038/s41562-021-01203-8</a></p><p>John,
|
301
|
+
L. K., Loewenstein, G., & Prelec, D. (2012). Measuring the prevalence
|
302
|
+
of questionable research practices with incentives for truth telling. <em>Psychological
|
303
|
+
Science, 23</em>(5), 524–532. <a href=\"https://doi.org/10.1177/0956797611430953\">https://doi.org/10.1177/0956797611430953</a></p><p>Meehl,
|
304
|
+
P. E. (1990). Appraising and amending theories: The strategy of Lakatosian
|
305
|
+
defense and two principles that warrant it. <em>Psychological Inquiry, 1</em>(2),
|
306
|
+
108-141. <a href=\"https://doi.org/10.1207/s15327965pli0102_1\">https://doi.org/10.1207/s15327965pli0102_1</a></p><p>Navarro,
|
307
|
+
D. (2020, September 23). Paths in strange spaces: A comment on preregistration.<em>
|
308
|
+
PsycArXiv. </em><a href=\"https://doi.org/10.31234/osf.io/wxn58\">https://doi.org/10.31234/osf.io/wxn58</a></p><p>Nosek,
|
309
|
+
B. A., Beck, E. D., Campbell, L., Flake, J. K., Hardwicke, T. E., Mellor,
|
310
|
+
D. T., van ‘t Veer, A. E., & Vazire, S. (2019). Preregistration is hard,
|
311
|
+
and worthwhile. <em>Trends in Cognitive Sciences, 23,</em> 815–818. <a href=\"https://doi.org/10.1016/j.tics.2019.07.009\">https://doi.org/10.1016/j.tics.2019.07.009</a></p><p>Ramsey,
|
312
|
+
R. (2021). A call for greater modesty in psychology and cognitive neuroscience.
|
313
|
+
<em>Collabra: Psychology, 7</em>(1), 24091. <a href=\"https://doi.org/10.1525/collabra.24091\">https://doi.org/10.1525/collabra.24091</a></p><p>Reinhart,
|
314
|
+
A. (2015). <em>Statistics done wrong: The woefully complete guide.</em> No
|
315
|
+
Starch Press.</p><p>Simmons, J. P., Nelson, L. D., & Simonsohn, U. (2011).
|
316
|
+
False-positive psychology: Undisclosed flexibility in data collection and
|
317
|
+
analysis allows presenting anything as significant. <em>Psychological Science,
|
318
|
+
22(</em>11), 1359–1366. <a href=\"https://doi.org/10.1177%20/0956797611417632\">https://doi.org/10.1177
|
319
|
+
/0956797611417632</a></p><p>Van den Akker, O., Bakker, M., van Assen, M. A.
|
320
|
+
L. M., Pennington, C. R., Verweij, L., Elsherif, M. M.,…Wicherts, J. M. (2023,
|
321
|
+
May 10). The effectiveness of preregistration in psychology: Assessing preregistration
|
322
|
+
strictness and preregistration-study consistency. <em>PsyArXiv</em>. <a href=\"https://doi.org/10.31222/osf.io/h8xjw\">https://doi.org/10.31222/osf.io/h8xjw</a></p><p>Van
|
323
|
+
Drimmelen, T., Slagboom, N., Reis, R., Bouter, L., Van der Steen, J. (2023,
|
324
|
+
May 9). <em>Researchers’ decision making: Navigating ambiguity in research
|
325
|
+
practice.</em> Metascience2023, Washington, DC. Abstract: <a href=\"https://metascience.info/events/researchers-decision-making-navigating-ambiguity-in-research-practice/\">https://metascience.info/events/researchers-decision-making-navigating-ambiguity-in-research-practice/</a>
|
326
|
+
Preregistration: <a href=\"https://osf.io/tqwgp/\">https://osf.io/tqwgp/</a></p><p>Wikipedia.
|
327
|
+
(2023, March 16). There are unknown unknowns. <em>Wikipedia</em>. https://en.wikipedia.org/wiki/There_are_unknown_unknowns</p><h4>Endnotes</h4><p>1. Here,
|
328
|
+
I define confirmatory tests as planned tests, and exploratory tests as unplanned
|
329
|
+
tests. This conceptualization is consistent with the frequentist rationale
|
330
|
+
for preregistration, according to which unplanned tests undermine assumptions
|
331
|
+
regarding Type I error rates (Nosek et al., 2019, p. 816). I acknowledge that
|
332
|
+
there are other definitions for “confirmatory” and “exploratory”, including
|
333
|
+
definitions that view them as existing at opposite ends of a continuum rather
|
334
|
+
than as discrete categories (e.g., Fife & Rodgers, 2019). According to
|
335
|
+
this continuum perspective, larger deviations from preregistered plans result
|
336
|
+
in “more exploratory” tests than smaller deviations. I don’t subscribe to
|
337
|
+
this continuum perspective, because it is unclear how to formally assess some
|
338
|
+
deviations as being “larger” or “smaller” than others. I agree that research
|
339
|
+
studies can be described as being more confirmatory or exploratory, because
|
340
|
+
they can contain a greater proportion of planned or unplanned tests. However,
|
341
|
+
in my view, the tests themselves can only be either confirmatory or exploratory,
|
342
|
+
because they can only be either planned or unplanned.</p><h4>Acknowledgements</h4><p>I’m
|
343
|
+
grateful to Tom van Drimmelen for his comments on an earlier version of this
|
344
|
+
article.</p><h4>PDF Download</h4><p>You can download a PDF version of this
|
345
|
+
article <a href=\"https://doi.org/10.31222/osf.io/3t7pc\">here</a>.</p><h4>Reference</h4><p>The
|
346
|
+
reference for this article is:</p><p>Rubin, M. (2023, June 7). The preregistration
|
347
|
+
prescriptiveness trade-off and unknown unknowns in science: Comments on Van
|
348
|
+
Drimmelen (2023). <em>Critical Metascience: MetaArXiv</em>. <a href=\"https://doi.org/10.31222/osf.io/3t7pc\">https://doi.org/10.31222/osf.io/3t7pc</a></p><h4>Please
|
349
|
+
Subscribe and/or Share!</h4><p class=\"button-wrapper\" data-attrs=\"{"url":"https://markrubin.substack.com/subscribe?","text":"Subscribe
|
350
|
+
now","action":null,"class":null}\" data-component-name=\"ButtonCreateButton\"><a
|
351
|
+
class=\"button primary\" href=\"https://markrubin.substack.com/subscribe?\"><span>Subscribe
|
352
|
+
now</span></a></p><p class=\"button-wrapper\" data-attrs=\"{"url":"https://markrubin.substack.com/p/the-preregistration-prescriptiveness?utm_source=substack&utm_medium=email&utm_content=share&action=share","text":"Share","action":null,"class":null}\"
|
353
|
+
data-component-name=\"ButtonCreateButton\"><a class=\"button primary\" href=\"https://markrubin.substack.com/p/the-preregistration-prescriptiveness?utm_source=substack&utm_medium=email&utm_content=share&action=share\"><span>Share</span></a></p>","published_at":1686086520,"updated_at":1686086520,"indexed_at":1688982864,"authors":[{"url":null,"name":"Mark
|
354
|
+
Rubin"}],"image":"https://substack-post-media.s3.amazonaws.com/public/images/195477de-91ce-4a76-bae8-b6334fb5bcc7_500x379.jpeg","tags":["Metascience","Researcher
|
355
|
+
Degrees Of Freedom","Open Science","Preregistration","Researcher Discretion"],"language":"en","reference":[{"doi":"https://doi.org/10.3386/w27250","key":"ref1"},{"doi":"https://doi.org/10.1371/journal.pbio.3000937","key":"ref2"},{"doi":"https://doi.org/10.1098/rsos.211037","key":"ref3"},{"doi":"https://doi.org/10.7554/eLife.67995","key":"ref4"},{"doi":"https://doi.org/10.31234/osf.io/5vfq6","key":"ref5"},{"key":"ref6","url":"https://latimes.com/opinion/op-ed/la-oe-0214-firestein-science-replication-failure-20160214-story.html"},{"key":"ref7","url":"https://psyarxiv.com/nj4es"},{"doi":"https://doi.org/10.1038/s41562-021-01203-8","key":"ref8"},{"doi":"https://doi.org/10.1177/0956797611430953","key":"ref9"},{"doi":"https://doi.org/10.1207/s15327965pli0102_1","key":"ref10"},{"doi":"https://doi.org/10.31234/osf.io/wxn58","key":"ref11"},{"doi":"https://doi.org/10.1016/j.tics.2019.07.009","key":"ref12"},{"doi":"https://doi.org/10.1525/collabra.24091","key":"ref13"},{"doi":"https://doi.org/10.1177%20/0956797611417632","key":"ref14"},{"doi":"https://doi.org/10.1177","key":"ref15"},{"doi":"https://doi.org/10.31222/osf.io/h8xjw","key":"ref16"},{"key":"ref17","url":"https://metascience.info/events/researchers-decision-making-navigating-ambiguity-in-research-practice"},{"key":"ref18","url":"https://osf.io/tqwgp"},{"key":"ref19","url":"https://en.wikipedia.org/wiki/there_are_unknown_unknowns"}],"relationships":[],"blog_id":"ak4s224","blog_name":"Critical
|
356
|
+
Metascience","blog_slug":"markrubin","blog":{"id":"ak4s224","title":"Critical
|
357
|
+
Metascience","description":"Critical perspectives in metascience and the philosophy
|
358
|
+
of science relating to open science, science reform, and the replication crisis.","language":"en","favicon":"https://substackcdn.com/image/fetch/w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00187507-ddc5-4baa-9dae-79f9487d8bce_325x325.png","feed_url":"https://markrubin.substack.com/feed","home_page_url":"https://markrubin.substack.com","user_id":"04a73ca4-9e60-4000-a0a0-087a13275eba","created_at":"2023-04-20","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Substack","category":"socialSciences","prefix":"10.59350","modified_at":"2023-09-04T23:50:00+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":null,"status":"active","issn":null,"backlog":0,"authors":null,"plan":"Starter","slug":"markrubin","use_mastodon":false}}'
|
359
|
+
recorded_at: Wed, 06 Sep 2023 14:23:48 GMT
|
178
360
|
- request:
|
179
361
|
method: get
|
180
362
|
uri: https://doi.org/10.1371/journal.pbio.3000937
|
@@ -196,7 +378,7 @@ http_interactions:
|
|
196
378
|
message: Found
|
197
379
|
headers:
|
198
380
|
Date:
|
199
|
-
-
|
381
|
+
- Wed, 06 Sep 2023 14:24:04 GMT
|
200
382
|
Content-Type:
|
201
383
|
- text/html;charset=utf-8
|
202
384
|
Content-Length:
|
@@ -208,13 +390,13 @@ http_interactions:
|
|
208
390
|
Vary:
|
209
391
|
- Accept
|
210
392
|
Expires:
|
211
|
-
-
|
393
|
+
- Wed, 06 Sep 2023 14:34:06 GMT
|
212
394
|
Permissions-Policy:
|
213
395
|
- interest-cohort=(),browsing-topics=()
|
214
396
|
Cf-Cache-Status:
|
215
397
|
- DYNAMIC
|
216
398
|
Report-To:
|
217
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
399
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=h8RC%2FXW6BhA%2BMqI1uFr36TPKLXeIkpD8epjWgC6sREp9qL%2BFNpM1L91X%2F%2FuhIax9nh5DJ6EzwPs%2FQx3xkqmRYj3Ji7nDiU6FsKvdMopKZz9x6CB5dIld2hQ%3D"}],"group":"cf-nel","max_age":604800}'
|
218
400
|
Nel:
|
219
401
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
220
402
|
Strict-Transport-Security:
|
@@ -222,7 +404,7 @@ http_interactions:
|
|
222
404
|
Server:
|
223
405
|
- cloudflare
|
224
406
|
Cf-Ray:
|
225
|
-
-
|
407
|
+
- 80275f9a981e371c-FRA
|
226
408
|
Alt-Svc:
|
227
409
|
- h3=":443"; ma=86400
|
228
410
|
body:
|
@@ -230,7 +412,7 @@ http_interactions:
|
|
230
412
|
string: |-
|
231
413
|
<html><head><title>Handle Redirect</title></head>
|
232
414
|
<body><a href="https://api.crossref.org/v1/works/10.1371%2Fjournal.pbio.3000937/transform">https://api.crossref.org/v1/works/10.1371%2Fjournal.pbio.3000937/transform</a></body></html>
|
233
|
-
recorded_at:
|
415
|
+
recorded_at: Wed, 06 Sep 2023 14:24:04 GMT
|
234
416
|
- request:
|
235
417
|
method: get
|
236
418
|
uri: https://api.crossref.org/v1/works/10.1371%2Fjournal.pbio.3000937/transform
|
@@ -252,7 +434,7 @@ http_interactions:
|
|
252
434
|
message: OK
|
253
435
|
headers:
|
254
436
|
Date:
|
255
|
-
-
|
437
|
+
- Wed, 06 Sep 2023 14:24:05 GMT
|
256
438
|
Content-Type:
|
257
439
|
- application/vnd.citationstyles.csl+json
|
258
440
|
Transfer-Encoding:
|
@@ -292,7 +474,7 @@ http_interactions:
|
|
292
474
|
- close
|
293
475
|
body:
|
294
476
|
encoding: ASCII-8BIT
|
295
|
-
string: '{"indexed":{"date-parts":[[2023,
|
477
|
+
string: '{"indexed":{"date-parts":[[2023,9,2]],"date-time":"2023-09-02T08:11:53Z","timestamp":1693642313760},"reference-count":67,"publisher":"Public
|
296
478
|
Library of Science (PLoS)","issue":"12","license":[{"start":{"date-parts":[[2020,12,9]],"date-time":"2020-12-09T00:00:00Z","timestamp":1607472000000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/4.0\/"}],"funder":[{"DOI":"10.13039\/501100000781","name":"European
|
297
479
|
Research Council","doi-asserted-by":"publisher","award":["726361"]},{"DOI":"10.13039\/100009827","name":"Laura
|
298
480
|
and John Arnold Foundation","doi-asserted-by":"publisher"},{"DOI":"10.13039\/501100011730","name":"Templeton
|
@@ -323,7 +505,7 @@ http_interactions:
|
|
323
505
|
low concordance among coders about the number of hypotheses (14%), indicating
|
324
506
|
that they are often not clearly stated. We conclude that effective preregistration
|
325
507
|
is challenging, and registration formats that provide effective guidance may
|
326
|
-
improve the quality of research.<\/jats:p>","DOI":"10.1371\/journal.pbio.3000937","type":"journal-article","created":{"date-parts":[[2020,12,9]],"date-time":"2020-12-09T22:49:35Z","timestamp":1607554175000},"page":"e3000937","update-policy":"http:\/\/dx.doi.org\/10.1371\/journal.pbio.corrections_policy","source":"Crossref","is-referenced-by-count":
|
508
|
+
improve the quality of research.<\/jats:p>","DOI":"10.1371\/journal.pbio.3000937","type":"journal-article","created":{"date-parts":[[2020,12,9]],"date-time":"2020-12-09T22:49:35Z","timestamp":1607554175000},"page":"e3000937","update-policy":"http:\/\/dx.doi.org\/10.1371\/journal.pbio.corrections_policy","source":"Crossref","is-referenced-by-count":32,"title":"Ensuring
|
327
509
|
the quality and specificity of preregistrations","prefix":"10.1371","volume":"18","author":[{"ORCID":"http:\/\/orcid.org\/0000-0001-9024-337X","authenticated-orcid":true,"given":"Marjan","family":"Bakker","sequence":"first","affiliation":[]},{"given":"Coosje
|
328
510
|
L. S.","family":"Veldkamp","sequence":"additional","affiliation":[]},{"given":"Marcel
|
329
511
|
A. L. M.","family":"van Assen","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0003-4471-6396","authenticated-orcid":true,"given":"Elise
|
@@ -483,7 +665,7 @@ http_interactions:
|
|
483
665
|
Agricultural and Biological Sciences","General Immunology and Microbiology","General
|
484
666
|
Biochemistry, Genetics and Molecular Biology","General Neuroscience"],"container-title-short":"PLoS
|
485
667
|
Biol","published":{"date-parts":[[2020,12,9]]}}'
|
486
|
-
recorded_at:
|
668
|
+
recorded_at: Wed, 06 Sep 2023 14:24:05 GMT
|
487
669
|
- request:
|
488
670
|
method: get
|
489
671
|
uri: https://doi.org/10.1098/rsos.211037
|
@@ -505,7 +687,7 @@ http_interactions:
|
|
505
687
|
message: Found
|
506
688
|
headers:
|
507
689
|
Date:
|
508
|
-
-
|
690
|
+
- Wed, 06 Sep 2023 14:24:05 GMT
|
509
691
|
Content-Type:
|
510
692
|
- text/html;charset=utf-8
|
511
693
|
Content-Length:
|
@@ -517,13 +699,13 @@ http_interactions:
|
|
517
699
|
Vary:
|
518
700
|
- Accept
|
519
701
|
Expires:
|
520
|
-
-
|
702
|
+
- Wed, 06 Sep 2023 15:22:11 GMT
|
521
703
|
Permissions-Policy:
|
522
704
|
- interest-cohort=(),browsing-topics=()
|
523
705
|
Cf-Cache-Status:
|
524
706
|
- DYNAMIC
|
525
707
|
Report-To:
|
526
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
708
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=D2VpZnUgw%2FarejBBm28JDkn34KjXdic3jIOOaistO8%2F6qXSmPJa1S2Vs8X24vSkkEZbb9XCU5oZxjX7YSWIw0LjAzt2SH6pBX7cvOL8ZFNmW5kmizupG2W4%3D"}],"group":"cf-nel","max_age":604800}'
|
527
709
|
Nel:
|
528
710
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
529
711
|
Strict-Transport-Security:
|
@@ -531,7 +713,7 @@ http_interactions:
|
|
531
713
|
Server:
|
532
714
|
- cloudflare
|
533
715
|
Cf-Ray:
|
534
|
-
-
|
716
|
+
- 80275fa45ad5994b-FRA
|
535
717
|
Alt-Svc:
|
536
718
|
- h3=":443"; ma=86400
|
537
719
|
body:
|
@@ -539,7 +721,7 @@ http_interactions:
|
|
539
721
|
string: |-
|
540
722
|
<html><head><title>Handle Redirect</title></head>
|
541
723
|
<body><a href="https://api.crossref.org/v1/works/10.1098%2Frsos.211037/transform">https://api.crossref.org/v1/works/10.1098%2Frsos.211037/transform</a></body></html>
|
542
|
-
recorded_at:
|
724
|
+
recorded_at: Wed, 06 Sep 2023 14:24:05 GMT
|
543
725
|
- request:
|
544
726
|
method: get
|
545
727
|
uri: https://api.crossref.org/v1/works/10.1098%2Frsos.211037/transform
|
@@ -561,7 +743,7 @@ http_interactions:
|
|
561
743
|
message: OK
|
562
744
|
headers:
|
563
745
|
Date:
|
564
|
-
-
|
746
|
+
- Wed, 06 Sep 2023 14:24:11 GMT
|
565
747
|
Content-Type:
|
566
748
|
- application/vnd.citationstyles.csl+json
|
567
749
|
Transfer-Encoding:
|
@@ -603,7 +785,7 @@ http_interactions:
|
|
603
785
|
- close
|
604
786
|
body:
|
605
787
|
encoding: ASCII-8BIT
|
606
|
-
string: '{"indexed":{"date-parts":[[2023,
|
788
|
+
string: '{"indexed":{"date-parts":[[2023,9,5]],"date-time":"2023-09-05T11:09:11Z","timestamp":1693912151329},"reference-count":30,"publisher":"The
|
607
789
|
Royal Society","issue":"10","license":[{"start":{"date-parts":[[2021,10,1]],"date-time":"2021-10-01T00:00:00Z","timestamp":1633046400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/royalsociety.org\/journals\/ethics-policies\/data-sharing-mining\/"}],"funder":[{"DOI":"10.13039\/501100004040","name":"KU
|
608
790
|
Leuven","doi-asserted-by":"crossref","award":["C14\/19\/054"]}],"content-domain":{"domain":["royalsocietypublishing.org"],"crossmark-restriction":true},"published-print":{"date-parts":[[2021,10]]},"abstract":"<jats:p>\n Preregistration
|
609
791
|
is a method to increase research transparency by documenting research decisions
|
@@ -623,7 +805,7 @@ http_interactions:
|
|
623
805
|
and statistical analysis. This closer look at preregistrations of the first
|
624
806
|
generation reveals possible hurdles for reporting preregistered studies and
|
625
807
|
provides input for future reporting guidelines. We discuss the results and
|
626
|
-
possible explanations, and provide recommendations for preregistered research.\n <\/jats:p>","DOI":"10.1098\/rsos.211037","type":"journal-article","created":{"date-parts":[[2021,10,27]],"date-time":"2021-10-27T07:05:32Z","timestamp":1635318332000},"update-policy":"http:\/\/dx.doi.org\/10.1098\/crossmark-policy","source":"Crossref","is-referenced-by-count":
|
808
|
+
possible explanations, and provide recommendations for preregistered research.\n <\/jats:p>","DOI":"10.1098\/rsos.211037","type":"journal-article","created":{"date-parts":[[2021,10,27]],"date-time":"2021-10-27T07:05:32Z","timestamp":1635318332000},"update-policy":"http:\/\/dx.doi.org\/10.1098\/crossmark-policy","source":"Crossref","is-referenced-by-count":22,"title":"Comparing
|
627
809
|
dream to reality: an assessment of adherence of the first generation of preregistered
|
628
810
|
studies","prefix":"10.1098","volume":"8","author":[{"ORCID":"http:\/\/orcid.org\/0000-0002-0303-2441","authenticated-orcid":true,"given":"Aline","family":"Claesen","sequence":"first","affiliation":[{"name":"Faculty
|
629
811
|
of Psychology and Educational Sciences, KU Leuven, Tiensestraat 102, Leuven
|
@@ -658,10 +840,10 @@ http_interactions:
|
|
658
840
|
History"}},{"value":"2021-09-29","order":1,"name":"accepted","label":"Accepted","group":{"name":"publication_history","label":"Publication
|
659
841
|
History"}},{"value":"2021-10-27","order":2,"name":"published","label":"Published","group":{"name":"publication_history","label":"Publication
|
660
842
|
History"}}]}'
|
661
|
-
recorded_at:
|
843
|
+
recorded_at: Wed, 06 Sep 2023 14:24:11 GMT
|
662
844
|
- request:
|
663
845
|
method: get
|
664
|
-
uri: https://doi.org/10.7554/
|
846
|
+
uri: https://doi.org/10.7554/eLife.67995
|
665
847
|
body:
|
666
848
|
encoding: UTF-8
|
667
849
|
string: ''
|
@@ -680,7 +862,7 @@ http_interactions:
|
|
680
862
|
message: Found
|
681
863
|
headers:
|
682
864
|
Date:
|
683
|
-
-
|
865
|
+
- Wed, 06 Sep 2023 14:24:12 GMT
|
684
866
|
Content-Type:
|
685
867
|
- text/html;charset=utf-8
|
686
868
|
Content-Length:
|
@@ -688,17 +870,17 @@ http_interactions:
|
|
688
870
|
Connection:
|
689
871
|
- close
|
690
872
|
Location:
|
691
|
-
- https://api.crossref.org/v1/works/10.7554%
|
873
|
+
- https://api.crossref.org/v1/works/10.7554%2FeLife.67995/transform
|
692
874
|
Vary:
|
693
875
|
- Accept
|
694
876
|
Expires:
|
695
|
-
-
|
877
|
+
- Wed, 06 Sep 2023 14:37:15 GMT
|
696
878
|
Permissions-Policy:
|
697
879
|
- interest-cohort=(),browsing-topics=()
|
698
880
|
Cf-Cache-Status:
|
699
881
|
- DYNAMIC
|
700
882
|
Report-To:
|
701
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
883
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=dik2STgwMqcA%2Bo%2FLMFcI6LcmNUp6Bwd7XZWtkfVpzQWWeqGmEGinnyLibJg7JODbumJxsL%2B8Tn5VRJuduqzS8bAoPgPdKe50kyZWpKK0QsVVptXctZyOldk%3D"}],"group":"cf-nel","max_age":604800}'
|
702
884
|
Nel:
|
703
885
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
704
886
|
Strict-Transport-Security:
|
@@ -706,18 +888,18 @@ http_interactions:
|
|
706
888
|
Server:
|
707
889
|
- cloudflare
|
708
890
|
Cf-Ray:
|
709
|
-
-
|
891
|
+
- 80275fcbcbba993f-FRA
|
710
892
|
Alt-Svc:
|
711
893
|
- h3=":443"; ma=86400
|
712
894
|
body:
|
713
895
|
encoding: UTF-8
|
714
896
|
string: |-
|
715
897
|
<html><head><title>Handle Redirect</title></head>
|
716
|
-
<body><a href="https://api.crossref.org/v1/works/10.7554%
|
717
|
-
recorded_at:
|
898
|
+
<body><a href="https://api.crossref.org/v1/works/10.7554%2FeLife.67995/transform">https://api.crossref.org/v1/works/10.7554%2FeLife.67995/transform</a></body></html>
|
899
|
+
recorded_at: Wed, 06 Sep 2023 14:24:12 GMT
|
718
900
|
- request:
|
719
901
|
method: get
|
720
|
-
uri: https://api.crossref.org/v1/works/10.7554%
|
902
|
+
uri: https://api.crossref.org/v1/works/10.7554%2FeLife.67995/transform
|
721
903
|
body:
|
722
904
|
encoding: UTF-8
|
723
905
|
string: ''
|
@@ -736,7 +918,7 @@ http_interactions:
|
|
736
918
|
message: OK
|
737
919
|
headers:
|
738
920
|
Date:
|
739
|
-
-
|
921
|
+
- Wed, 06 Sep 2023 14:24:13 GMT
|
740
922
|
Content-Type:
|
741
923
|
- application/vnd.citationstyles.csl+json
|
742
924
|
Transfer-Encoding:
|
@@ -779,7 +961,7 @@ http_interactions:
|
|
779
961
|
- close
|
780
962
|
body:
|
781
963
|
encoding: ASCII-8BIT
|
782
|
-
string: '{"indexed":{"date-parts":[[2023,
|
964
|
+
string: '{"indexed":{"date-parts":[[2023,9,5]],"date-time":"2023-09-05T16:36:21Z","timestamp":1693931781633},"reference-count":196,"publisher":"eLife
|
783
965
|
Sciences Publications, Ltd","license":[{"start":{"date-parts":[[2021,12,7]],"date-time":"2021-12-07T00:00:00Z","timestamp":1638835200000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/4.0\/"},{"start":{"date-parts":[[2021,12,7]],"date-time":"2021-12-07T00:00:00Z","timestamp":1638835200000},"content-version":"am","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/4.0\/"},{"start":{"date-parts":[[2021,12,7]],"date-time":"2021-12-07T00:00:00Z","timestamp":1638835200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by\/4.0\/"}],"funder":[{"DOI":"10.13039\/100014848","name":"Arnold
|
784
966
|
Ventures","doi-asserted-by":"crossref"}],"content-domain":{"domain":["elifesciences.org"],"crossmark-restriction":false},"accepted":{"date-parts":[[2021,7,20]]},"abstract":"<jats:p>We
|
785
967
|
conducted the <jats:ext-link ext-link-type=\"uri\" xlink:href=\"https:\/\/elifesciences.org\/collections\/9b1e83d1\/reproducibility-project-cancer-biology\">Reproducibility
|
@@ -807,7 +989,7 @@ http_interactions:
|
|
807
989
|
could be implemented. Cumulatively, these three factors limited the number
|
808
990
|
of experiments that could be repeated. This experience draws attention to
|
809
991
|
a basic and fundamental concern about replication \u2013 it is hard to assess
|
810
|
-
whether reported findings are credible.<\/jats:p>","DOI":"10.7554\/elife.67995","type":"journal-article","created":{"date-parts":[[2021,12,7]],"date-time":"2021-12-07T00:00:20Z","timestamp":1638835220000},"update-policy":"http:\/\/dx.doi.org\/10.7554\/elife.67995","source":"Crossref","is-referenced-by-count":
|
992
|
+
whether reported findings are credible.<\/jats:p>","DOI":"10.7554\/elife.67995","type":"journal-article","created":{"date-parts":[[2021,12,7]],"date-time":"2021-12-07T00:00:20Z","timestamp":1638835220000},"update-policy":"http:\/\/dx.doi.org\/10.7554\/elife.67995","source":"Crossref","is-referenced-by-count":83,"title":"Challenges
|
811
993
|
for assessing replicability in preclinical cancer biology","prefix":"10.7554","volume":"10","author":[{"ORCID":"http:\/\/orcid.org\/0000-0002-4959-5143","authenticated-orcid":true,"given":"Timothy
|
812
994
|
M","family":"Errington","sequence":"first","affiliation":[{"name":"Center
|
813
995
|
for Open Science","place":["Charlottesville, United States"]}]},{"given":"Alexandria","family":"Denis","sequence":"additional","affiliation":[{"name":"Center
|
@@ -1187,10 +1369,10 @@ http_interactions:
|
|
1187
1369
|
Study: The microRNA miR-34a inhibits prostate cancer stem cells and metastasis
|
1188
1370
|
by directly repressing CD44","volume":"8","author":"Yan","year":"2019","journal-title":"eLife"},{"key":"bib195","doi-asserted-by":"publisher","first-page":"179","DOI":"10.1038\/nature10371","article-title":"BRCA1
|
1189
1371
|
tumour suppression occurs via heterochromatin-mediated silencing","volume":"477","author":"Zhu","year":"2011","journal-title":"Nature"},{"key":"bib196","doi-asserted-by":"publisher","first-page":"524","DOI":"10.1038\/nature10334","article-title":"RNAi
|
1190
|
-
screen identifies Brd4 as a therapeutic target in acute myeloid leukaemia","volume":"478","author":"Zuber","year":"2011","journal-title":"Nature"}],"container-title":"eLife","original-title":[],"language":"en","link":[{"URL":"https:\/\/cdn.elifesciences.org\/articles\/67995\/elife-67995-v2.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/cdn.elifesciences.org\/articles\/67995\/elife-67995-v2.xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2023,6,14]],"date-time":"2023-06-14T14:55:21Z","timestamp":1686754521000},"score":1,"resource":{"primary":{"URL":"https:\/\/elifesciences.org\/articles\/67995"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2021,12,7]]},"references-count":196,"alternative-id":["10.7554\/eLife.67995"],"URL":"http:\/\/dx.doi.org\/10.7554\/
|
1372
|
+
screen identifies Brd4 as a therapeutic target in acute myeloid leukaemia","volume":"478","author":"Zuber","year":"2011","journal-title":"Nature"}],"container-title":"eLife","original-title":[],"language":"en","link":[{"URL":"https:\/\/cdn.elifesciences.org\/articles\/67995\/elife-67995-v2.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/cdn.elifesciences.org\/articles\/67995\/elife-67995-v2.xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2023,6,14]],"date-time":"2023-06-14T14:55:21Z","timestamp":1686754521000},"score":1,"resource":{"primary":{"URL":"https:\/\/elifesciences.org\/articles\/67995"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2021,12,7]]},"references-count":196,"alternative-id":["10.7554\/eLife.67995"],"URL":"http:\/\/dx.doi.org\/10.7554\/eLife.67995","relation":{"references":[{"id-type":"doi","id":"10.31219\/osf.io\/5y8w7","asserted-by":"subject"}],"is-supplemented-by":[{"id-type":"accession","id":"e5nvr","asserted-by":"subject"}]},"ISSN":["2050-084X"],"subject":["General
|
1191
1373
|
Immunology and Microbiology","General Biochemistry, Genetics and Molecular
|
1192
1374
|
Biology","General Medicine","General Neuroscience"],"published":{"date-parts":[[2021,12,7]]}}'
|
1193
|
-
recorded_at:
|
1375
|
+
recorded_at: Wed, 06 Sep 2023 14:24:13 GMT
|
1194
1376
|
- request:
|
1195
1377
|
method: get
|
1196
1378
|
uri: https://doi.org/10.31234/osf.io/5vfq6
|
@@ -1212,7 +1394,7 @@ http_interactions:
|
|
1212
1394
|
message: Found
|
1213
1395
|
headers:
|
1214
1396
|
Date:
|
1215
|
-
-
|
1397
|
+
- Wed, 06 Sep 2023 14:24:14 GMT
|
1216
1398
|
Content-Type:
|
1217
1399
|
- text/html;charset=utf-8
|
1218
1400
|
Content-Length:
|
@@ -1224,13 +1406,13 @@ http_interactions:
|
|
1224
1406
|
Vary:
|
1225
1407
|
- Accept
|
1226
1408
|
Expires:
|
1227
|
-
-
|
1409
|
+
- Wed, 06 Sep 2023 14:37:15 GMT
|
1228
1410
|
Permissions-Policy:
|
1229
1411
|
- interest-cohort=(),browsing-topics=()
|
1230
1412
|
Cf-Cache-Status:
|
1231
1413
|
- DYNAMIC
|
1232
1414
|
Report-To:
|
1233
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
1415
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=cjA0Qh0jvsvbOlP2nThCSXtGxRwlGzE7WXQAEEzsPEyZnfeo4ZFKqAbU%2FTtShmlxe3jRnGzIC9ZMd2PQfZXay8FbmgA4kWMc%2F7y%2FpBlWy%2FL7KW2j6DFI8rw%3D"}],"group":"cf-nel","max_age":604800}'
|
1234
1416
|
Nel:
|
1235
1417
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
1236
1418
|
Strict-Transport-Security:
|
@@ -1238,7 +1420,7 @@ http_interactions:
|
|
1238
1420
|
Server:
|
1239
1421
|
- cloudflare
|
1240
1422
|
Cf-Ray:
|
1241
|
-
-
|
1423
|
+
- 80275fd88e2b929f-FRA
|
1242
1424
|
Alt-Svc:
|
1243
1425
|
- h3=":443"; ma=86400
|
1244
1426
|
body:
|
@@ -1246,7 +1428,7 @@ http_interactions:
|
|
1246
1428
|
string: |-
|
1247
1429
|
<html><head><title>Handle Redirect</title></head>
|
1248
1430
|
<body><a href="https://api.crossref.org/v1/works/10.31234%2Fosf.io%2F5vfq6/transform">https://api.crossref.org/v1/works/10.31234%2Fosf.io%2F5vfq6/transform</a></body></html>
|
1249
|
-
recorded_at:
|
1431
|
+
recorded_at: Wed, 06 Sep 2023 14:24:14 GMT
|
1250
1432
|
- request:
|
1251
1433
|
method: get
|
1252
1434
|
uri: https://api.crossref.org/v1/works/10.31234%2Fosf.io%2F5vfq6/transform
|
@@ -1268,7 +1450,7 @@ http_interactions:
|
|
1268
1450
|
message: OK
|
1269
1451
|
headers:
|
1270
1452
|
Date:
|
1271
|
-
-
|
1453
|
+
- Wed, 06 Sep 2023 14:24:15 GMT
|
1272
1454
|
Content-Type:
|
1273
1455
|
- application/vnd.citationstyles.csl+json
|
1274
1456
|
Transfer-Encoding:
|
@@ -1329,7 +1511,7 @@ http_interactions:
|
|
1329
1511
|
Beyond the \"Replication Crisis\": Understanding the Exploratory\/Confirmatory
|
1330
1512
|
Data Analysis Continuum","prefix":"10.31234","author":[{"given":"Dustin","family":"Fife","sequence":"first","affiliation":[]},{"given":"Joseph
|
1331
1513
|
Lee","family":"Rodgers","sequence":"additional","affiliation":[]}],"member":"15934","container-title":[],"original-title":[],"deposited":{"date-parts":[[2021,3,8]],"date-time":"2021-03-08T17:11:24Z","timestamp":1615223484000},"score":1,"resource":{"primary":{"URL":"https:\/\/osf.io\/5vfq6"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2019,12,18]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.31234\/osf.io\/5vfq6","relation":{},"published":{"date-parts":[[2019,12,18]]},"subtype":"preprint"}'
|
1332
|
-
recorded_at:
|
1514
|
+
recorded_at: Wed, 06 Sep 2023 14:24:15 GMT
|
1333
1515
|
- request:
|
1334
1516
|
method: head
|
1335
1517
|
uri: https://latimes.com/opinion/op-ed/la-oe-0214-firestein-science-replication-failure-20160214-story.html
|
@@ -1351,7 +1533,7 @@ http_interactions:
|
|
1351
1533
|
Server:
|
1352
1534
|
- awselb/2.0
|
1353
1535
|
Date:
|
1354
|
-
-
|
1536
|
+
- Wed, 06 Sep 2023 14:24:17 GMT
|
1355
1537
|
Content-Type:
|
1356
1538
|
- text/html
|
1357
1539
|
Content-Length:
|
@@ -1363,7 +1545,7 @@ http_interactions:
|
|
1363
1545
|
body:
|
1364
1546
|
encoding: ASCII-8BIT
|
1365
1547
|
string: ''
|
1366
|
-
recorded_at:
|
1548
|
+
recorded_at: Wed, 06 Sep 2023 14:24:17 GMT
|
1367
1549
|
- request:
|
1368
1550
|
method: head
|
1369
1551
|
uri: https://psyarxiv.com/nj4es
|
@@ -1383,7 +1565,7 @@ http_interactions:
|
|
1383
1565
|
message: OK
|
1384
1566
|
headers:
|
1385
1567
|
Date:
|
1386
|
-
-
|
1568
|
+
- Wed, 06 Sep 2023 14:24:18 GMT
|
1387
1569
|
Content-Type:
|
1388
1570
|
- text/html
|
1389
1571
|
Content-Length:
|
@@ -1394,9 +1576,9 @@ http_interactions:
|
|
1394
1576
|
- Accept-Encoding
|
1395
1577
|
- Accept-Encoding
|
1396
1578
|
Last-Modified:
|
1397
|
-
- Tue, 31 Jan 2023 02:
|
1579
|
+
- Tue, 31 Jan 2023 02:22:41 GMT
|
1398
1580
|
Etag:
|
1399
|
-
- '"
|
1581
|
+
- '"63d87b71-1b9f"'
|
1400
1582
|
Cache-Control:
|
1401
1583
|
- no-cache, no-store, max-age=0, must-revalidate
|
1402
1584
|
Expires:
|
@@ -1410,7 +1592,7 @@ http_interactions:
|
|
1410
1592
|
body:
|
1411
1593
|
encoding: ASCII-8BIT
|
1412
1594
|
string: ''
|
1413
|
-
recorded_at:
|
1595
|
+
recorded_at: Wed, 06 Sep 2023 14:24:18 GMT
|
1414
1596
|
- request:
|
1415
1597
|
method: get
|
1416
1598
|
uri: https://doi.org/10.1038/s41562-021-01203-8
|
@@ -1432,7 +1614,7 @@ http_interactions:
|
|
1432
1614
|
message: Found
|
1433
1615
|
headers:
|
1434
1616
|
Date:
|
1435
|
-
-
|
1617
|
+
- Wed, 06 Sep 2023 14:24:18 GMT
|
1436
1618
|
Content-Type:
|
1437
1619
|
- text/html;charset=utf-8
|
1438
1620
|
Content-Length:
|
@@ -1444,13 +1626,13 @@ http_interactions:
|
|
1444
1626
|
Vary:
|
1445
1627
|
- Accept
|
1446
1628
|
Expires:
|
1447
|
-
-
|
1629
|
+
- Wed, 06 Sep 2023 14:30:09 GMT
|
1448
1630
|
Permissions-Policy:
|
1449
1631
|
- interest-cohort=(),browsing-topics=()
|
1450
1632
|
Cf-Cache-Status:
|
1451
1633
|
- DYNAMIC
|
1452
1634
|
Report-To:
|
1453
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
1635
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=yUjmuEdfpxyC4Gi3a4iPu2rOgDqnBV3FXvlWNvEVH6gnJarNu6GZpdKg9%2Fftg%2B%2FcNyazUA9%2F49qtykgU2CpxcRp5nEjJzhsvi4zmIfiXoEMjxYN5TAlOy%2BI%3D"}],"group":"cf-nel","max_age":604800}'
|
1454
1636
|
Nel:
|
1455
1637
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
1456
1638
|
Strict-Transport-Security:
|
@@ -1458,7 +1640,7 @@ http_interactions:
|
|
1458
1640
|
Server:
|
1459
1641
|
- cloudflare
|
1460
1642
|
Cf-Ray:
|
1461
|
-
-
|
1643
|
+
- 80275ff51b893674-FRA
|
1462
1644
|
Alt-Svc:
|
1463
1645
|
- h3=":443"; ma=86400
|
1464
1646
|
body:
|
@@ -1466,7 +1648,7 @@ http_interactions:
|
|
1466
1648
|
string: |-
|
1467
1649
|
<html><head><title>Handle Redirect</title></head>
|
1468
1650
|
<body><a href="https://api.crossref.org/v1/works/10.1038%2Fs41562-021-01203-8/transform">https://api.crossref.org/v1/works/10.1038%2Fs41562-021-01203-8/transform</a></body></html>
|
1469
|
-
recorded_at:
|
1651
|
+
recorded_at: Wed, 06 Sep 2023 14:24:18 GMT
|
1470
1652
|
- request:
|
1471
1653
|
method: get
|
1472
1654
|
uri: https://api.crossref.org/v1/works/10.1038%2Fs41562-021-01203-8/transform
|
@@ -1488,7 +1670,7 @@ http_interactions:
|
|
1488
1670
|
message: OK
|
1489
1671
|
headers:
|
1490
1672
|
Date:
|
1491
|
-
-
|
1673
|
+
- Wed, 06 Sep 2023 14:24:19 GMT
|
1492
1674
|
Content-Type:
|
1493
1675
|
- application/vnd.citationstyles.csl+json
|
1494
1676
|
Transfer-Encoding:
|
@@ -1529,9 +1711,9 @@ http_interactions:
|
|
1529
1711
|
- close
|
1530
1712
|
body:
|
1531
1713
|
encoding: ASCII-8BIT
|
1532
|
-
string: '{"indexed":{"date-parts":[[2023,
|
1714
|
+
string: '{"indexed":{"date-parts":[[2023,8,2]],"date-time":"2023-08-02T08:28:12Z","timestamp":1690964892451},"reference-count":39,"publisher":"Springer
|
1533
1715
|
Science and Business Media LLC","issue":"12","license":[{"start":{"date-parts":[[2021,10,28]],"date-time":"2021-10-28T00:00:00Z","timestamp":1635379200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springernature.com\/gp\/researchers\/text-and-data-mining"},{"start":{"date-parts":[[2021,10,28]],"date-time":"2021-10-28T00:00:00Z","timestamp":1635379200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springernature.com\/gp\/researchers\/text-and-data-mining"}],"funder":[{"DOI":"10.13039\/100000925","name":"John
|
1534
|
-
Templeton Foundation","doi-asserted-by":"publisher","award":["60937"]}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"DOI":"10.1038\/s41562-021-01203-8","type":"journal-article","created":{"date-parts":[[2021,10,28]],"date-time":"2021-10-28T16:02:41Z","timestamp":1635436961000},"page":"1602-1607","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":
|
1716
|
+
Templeton Foundation","doi-asserted-by":"publisher","award":["60937"]}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"DOI":"10.1038\/s41562-021-01203-8","type":"journal-article","created":{"date-parts":[[2021,10,28]],"date-time":"2021-10-28T16:02:41Z","timestamp":1635436961000},"page":"1602-1607","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":22,"title":"Aspiring
|
1535
1717
|
to greater intellectual humility in science","prefix":"10.1038","volume":"5","author":[{"ORCID":"http:\/\/orcid.org\/0000-0002-1588-7527","authenticated-orcid":false,"given":"Rink","family":"Hoekstra","sequence":"first","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0002-3933-9752","authenticated-orcid":false,"given":"Simine","family":"Vazire","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2021,10,28]]},"reference":[{"key":"1203_CR1","doi-asserted-by":"publisher","unstructured":"[Editorial].
|
1536
1718
|
Tell it like it is. Nat. Hum. Behav. https:\/\/doi.org\/10.1038\/s41562-020-0818-9
|
1537
1719
|
(2020).","DOI":"10.1038\/s41562-020-0818-9"},{"key":"1203_CR2","unstructured":"Pashler,
|
@@ -1659,7 +1841,7 @@ http_interactions:
|
|
1659
1841
|
Online","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"The
|
1660
1842
|
authors declare no competing interests.","order":1,"name":"Ethics","group":{"name":"EthicsHeading","label":"Competing
|
1661
1843
|
interests"}}]}'
|
1662
|
-
recorded_at:
|
1844
|
+
recorded_at: Wed, 06 Sep 2023 14:24:19 GMT
|
1663
1845
|
- request:
|
1664
1846
|
method: get
|
1665
1847
|
uri: https://doi.org/10.1177/0956797611430953
|
@@ -1681,7 +1863,7 @@ http_interactions:
|
|
1681
1863
|
message: Found
|
1682
1864
|
headers:
|
1683
1865
|
Date:
|
1684
|
-
-
|
1866
|
+
- Wed, 06 Sep 2023 14:24:21 GMT
|
1685
1867
|
Content-Type:
|
1686
1868
|
- text/html;charset=utf-8
|
1687
1869
|
Content-Length:
|
@@ -1693,13 +1875,13 @@ http_interactions:
|
|
1693
1875
|
Vary:
|
1694
1876
|
- Accept
|
1695
1877
|
Expires:
|
1696
|
-
-
|
1878
|
+
- Wed, 06 Sep 2023 14:30:09 GMT
|
1697
1879
|
Permissions-Policy:
|
1698
1880
|
- interest-cohort=(),browsing-topics=()
|
1699
1881
|
Cf-Cache-Status:
|
1700
1882
|
- DYNAMIC
|
1701
1883
|
Report-To:
|
1702
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
1884
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=wkXt3DPm4DaUyJrPwD4fcPfiZRlzqvqETil2ECh0qNGQkbZ7dSEKheV1XiqU6%2B61xoEhnOSnd2SvUK03m19s4wGxbKKEeZaM5r9cEBDabvw2sTjLkXezM54%3D"}],"group":"cf-nel","max_age":604800}'
|
1703
1885
|
Nel:
|
1704
1886
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
1705
1887
|
Strict-Transport-Security:
|
@@ -1707,7 +1889,7 @@ http_interactions:
|
|
1707
1889
|
Server:
|
1708
1890
|
- cloudflare
|
1709
1891
|
Cf-Ray:
|
1710
|
-
-
|
1892
|
+
- 80276006eb349238-FRA
|
1711
1893
|
Alt-Svc:
|
1712
1894
|
- h3=":443"; ma=86400
|
1713
1895
|
body:
|
@@ -1715,7 +1897,7 @@ http_interactions:
|
|
1715
1897
|
string: |-
|
1716
1898
|
<html><head><title>Handle Redirect</title></head>
|
1717
1899
|
<body><a href="https://api.crossref.org/v1/works/10.1177%2F0956797611430953/transform">https://api.crossref.org/v1/works/10.1177%2F0956797611430953/transform</a></body></html>
|
1718
|
-
recorded_at:
|
1900
|
+
recorded_at: Wed, 06 Sep 2023 14:24:21 GMT
|
1719
1901
|
- request:
|
1720
1902
|
method: get
|
1721
1903
|
uri: https://api.crossref.org/v1/works/10.1177%2F0956797611430953/transform
|
@@ -1737,7 +1919,7 @@ http_interactions:
|
|
1737
1919
|
message: OK
|
1738
1920
|
headers:
|
1739
1921
|
Date:
|
1740
|
-
-
|
1922
|
+
- Wed, 06 Sep 2023 14:24:22 GMT
|
1741
1923
|
Content-Type:
|
1742
1924
|
- application/vnd.citationstyles.csl+json
|
1743
1925
|
Transfer-Encoding:
|
@@ -1775,7 +1957,7 @@ http_interactions:
|
|
1775
1957
|
- close
|
1776
1958
|
body:
|
1777
1959
|
encoding: ASCII-8BIT
|
1778
|
-
string: '{"indexed":{"date-parts":[[2023,
|
1960
|
+
string: '{"indexed":{"date-parts":[[2023,9,6]],"date-time":"2023-09-06T11:06:52Z","timestamp":1693998412490},"reference-count":31,"publisher":"SAGE
|
1779
1961
|
Publications","issue":"5","license":[{"start":{"date-parts":[[2012,4,16]],"date-time":"2012-04-16T00:00:00Z","timestamp":1334534400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/journals.sagepub.com\/page\/policies\/text-and-data-mining-license"}],"content-domain":{"domain":["journals.sagepub.com"],"crossmark-restriction":true},"published-print":{"date-parts":[[2012,5]]},"abstract":"<jats:p>
|
1780
1962
|
Cases of clear scientific misconduct have received significant media attention
|
1781
1963
|
recently, but less flagrantly questionable research practices may be more
|
@@ -1788,7 +1970,7 @@ http_interactions:
|
|
1788
1970
|
different estimation methods, we found that the percentage of respondents
|
1789
1971
|
who have engaged in questionable practices was surprisingly high. This finding
|
1790
1972
|
suggests that some questionable practices may constitute the prevailing research
|
1791
|
-
norm. <\/jats:p>","DOI":"10.1177\/0956797611430953","type":"journal-article","created":{"date-parts":[[2012,4,17]],"date-time":"2012-04-17T05:55:06Z","timestamp":1334642106000},"page":"524-532","update-policy":"http:\/\/dx.doi.org\/10.1177\/sage-journals-update-policy","source":"Crossref","is-referenced-by-count":
|
1973
|
+
norm. <\/jats:p>","DOI":"10.1177\/0956797611430953","type":"journal-article","created":{"date-parts":[[2012,4,17]],"date-time":"2012-04-17T05:55:06Z","timestamp":1334642106000},"page":"524-532","update-policy":"http:\/\/dx.doi.org\/10.1177\/sage-journals-update-policy","source":"Crossref","is-referenced-by-count":1215,"title":"Measuring
|
1792
1974
|
the Prevalence of Questionable Research Practices With Incentives for Truth
|
1793
1975
|
Telling","prefix":"10.1177","volume":"23","author":[{"given":"Leslie K.","family":"John","sequence":"first","affiliation":[{"name":"Marketing
|
1794
1976
|
Unit, Harvard Business School"}]},{"given":"George","family":"Loewenstein","sequence":"additional","affiliation":[{"name":"Department
|
@@ -1803,7 +1985,7 @@ http_interactions:
|
|
1803
1985
|
J. P.","year":"1993","journal-title":"American Scientist"},{"key":"bibr35-0956797611430953","doi-asserted-by":"publisher","DOI":"10.1037\/0033-2909.133.5.859"},{"key":"bibr36-0956797611430953","doi-asserted-by":"publisher","DOI":"10.1126\/science.280.5365.867"},{"key":"bibr37-0956797611430953","doi-asserted-by":"publisher","DOI":"10.1080\/01621459.1965.10480775"},{"key":"bibr38-0956797611430953","doi-asserted-by":"publisher","DOI":"10.1038\/480007a"}],"container-title":"Psychological
|
1804
1986
|
Science","original-title":[],"language":"en","link":[{"URL":"http:\/\/journals.sagepub.com\/doi\/pdf\/10.1177\/0956797611430953","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/journals.sagepub.com\/doi\/full-xml\/10.1177\/0956797611430953","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/journals.sagepub.com\/doi\/pdf\/10.1177\/0956797611430953","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,11,5]],"date-time":"2020-11-05T21:17:52Z","timestamp":1604611072000},"score":1,"resource":{"primary":{"URL":"http:\/\/journals.sagepub.com\/doi\/10.1177\/0956797611430953"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2012,4,16]]},"references-count":31,"journal-issue":{"issue":"5","published-print":{"date-parts":[[2012,5]]}},"alternative-id":["10.1177\/0956797611430953"],"URL":"http:\/\/dx.doi.org\/10.1177\/0956797611430953","relation":{},"ISSN":["0956-7976","1467-9280"],"subject":["General
|
1805
1987
|
Psychology"],"container-title-short":"Psychol Sci","published":{"date-parts":[[2012,4,16]]}}'
|
1806
|
-
recorded_at:
|
1988
|
+
recorded_at: Wed, 06 Sep 2023 14:24:22 GMT
|
1807
1989
|
- request:
|
1808
1990
|
method: get
|
1809
1991
|
uri: https://doi.org/10.1207/s15327965pli0102_1
|
@@ -1825,7 +2007,7 @@ http_interactions:
|
|
1825
2007
|
message: Found
|
1826
2008
|
headers:
|
1827
2009
|
Date:
|
1828
|
-
-
|
2010
|
+
- Wed, 06 Sep 2023 14:24:23 GMT
|
1829
2011
|
Content-Type:
|
1830
2012
|
- text/html;charset=utf-8
|
1831
2013
|
Content-Length:
|
@@ -1837,13 +2019,13 @@ http_interactions:
|
|
1837
2019
|
Vary:
|
1838
2020
|
- Accept
|
1839
2021
|
Expires:
|
1840
|
-
-
|
2022
|
+
- Wed, 06 Sep 2023 15:22:11 GMT
|
1841
2023
|
Permissions-Policy:
|
1842
2024
|
- interest-cohort=(),browsing-topics=()
|
1843
2025
|
Cf-Cache-Status:
|
1844
2026
|
- DYNAMIC
|
1845
2027
|
Report-To:
|
1846
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
2028
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=ar5rZMPCVZVPT96oovcX%2BCtWSo7F1k%2BxkA9C9N24NIL87WiUkFV9dmNU1F%2BeYKDtQW0a6hnggjo59mBYJZMf73c24%2BX2OkLxAEzZ4x3sWz%2FeEVMKqM1qMvw%3D"}],"group":"cf-nel","max_age":604800}'
|
1847
2029
|
Nel:
|
1848
2030
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
1849
2031
|
Strict-Transport-Security:
|
@@ -1851,7 +2033,7 @@ http_interactions:
|
|
1851
2033
|
Server:
|
1852
2034
|
- cloudflare
|
1853
2035
|
Cf-Ray:
|
1854
|
-
-
|
2036
|
+
- 8027600f1f165c1a-FRA
|
1855
2037
|
Alt-Svc:
|
1856
2038
|
- h3=":443"; ma=86400
|
1857
2039
|
body:
|
@@ -1859,7 +2041,7 @@ http_interactions:
|
|
1859
2041
|
string: |-
|
1860
2042
|
<html><head><title>Handle Redirect</title></head>
|
1861
2043
|
<body><a href="https://api.crossref.org/v1/works/10.1207%2Fs15327965pli0102_1/transform">https://api.crossref.org/v1/works/10.1207%2Fs15327965pli0102_1/transform</a></body></html>
|
1862
|
-
recorded_at:
|
2044
|
+
recorded_at: Wed, 06 Sep 2023 14:24:22 GMT
|
1863
2045
|
- request:
|
1864
2046
|
method: get
|
1865
2047
|
uri: https://api.crossref.org/v1/works/10.1207%2Fs15327965pli0102_1/transform
|
@@ -1881,7 +2063,7 @@ http_interactions:
|
|
1881
2063
|
message: OK
|
1882
2064
|
headers:
|
1883
2065
|
Date:
|
1884
|
-
-
|
2066
|
+
- Wed, 06 Sep 2023 14:24:24 GMT
|
1885
2067
|
Content-Type:
|
1886
2068
|
- application/vnd.citationstyles.csl+json
|
1887
2069
|
Transfer-Encoding:
|
@@ -1916,8 +2098,8 @@ http_interactions:
|
|
1916
2098
|
- close
|
1917
2099
|
body:
|
1918
2100
|
encoding: ASCII-8BIT
|
1919
|
-
string: '{"indexed":{"date-parts":[[2023,
|
1920
|
-
UK Limited","issue":"2","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1990,4]]},"DOI":"10.1207\/s15327965pli0102_1","type":"journal-article","created":{"date-parts":[[2006,3,17]],"date-time":"2006-03-17T08:48:55Z","timestamp":1142585335000},"page":"108-141","source":"Crossref","is-referenced-by-count":
|
2101
|
+
string: '{"indexed":{"date-parts":[[2023,9,5]],"date-time":"2023-09-05T21:45:13Z","timestamp":1693950313590},"reference-count":114,"publisher":"Informa
|
2102
|
+
UK Limited","issue":"2","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1990,4]]},"DOI":"10.1207\/s15327965pli0102_1","type":"journal-article","created":{"date-parts":[[2006,3,17]],"date-time":"2006-03-17T08:48:55Z","timestamp":1142585335000},"page":"108-141","source":"Crossref","is-referenced-by-count":333,"title":"Appraising
|
1921
2103
|
and Amending Theories: The Strategy of Lakatosian Defense and Two Principles
|
1922
2104
|
that Warrant It","prefix":"10.1080","volume":"1","author":[{"given":"Paul
|
1923
2105
|
E.","family":"Meehl","sequence":"first","affiliation":[]}],"member":"301","reference":[{"key":"p_1_1","doi-asserted-by":"crossref","first-page":"1","DOI":"10.1037\/h0093360","volume":"47","author":"Allport
|
@@ -2104,7 +2286,7 @@ http_interactions:
|
|
2104
2286
|
J. (1978). Reliable knowledge. New York: Cambridge University Press."}],"container-title":"Psychological
|
2105
2287
|
Inquiry","original-title":[],"language":"en","link":[{"URL":"http:\/\/www.tandfonline.com\/doi\/pdf\/10.1207\/s15327965pli0102_1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,17]],"date-time":"2019-04-17T07:35:32Z","timestamp":1555486532000},"score":1,"resource":{"primary":{"URL":"http:\/\/www.tandfonline.com\/doi\/abs\/10.1207\/s15327965pli0102_1"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[1990,4]]},"references-count":114,"journal-issue":{"issue":"2","published-print":{"date-parts":[[1990,4]]}},"alternative-id":["10.1207\/s15327965pli0102_1"],"URL":"http:\/\/dx.doi.org\/10.1207\/s15327965pli0102_1","relation":{},"ISSN":["1047-840X","1532-7965"],"subject":["General
|
2106
2288
|
Psychology"],"container-title-short":"Psychological Inquiry","published":{"date-parts":[[1990,4]]}}'
|
2107
|
-
recorded_at:
|
2289
|
+
recorded_at: Wed, 06 Sep 2023 14:24:24 GMT
|
2108
2290
|
- request:
|
2109
2291
|
method: get
|
2110
2292
|
uri: https://doi.org/10.31234/osf.io/wxn58
|
@@ -2126,7 +2308,7 @@ http_interactions:
|
|
2126
2308
|
message: Found
|
2127
2309
|
headers:
|
2128
2310
|
Date:
|
2129
|
-
-
|
2311
|
+
- Wed, 06 Sep 2023 14:24:25 GMT
|
2130
2312
|
Content-Type:
|
2131
2313
|
- text/html;charset=utf-8
|
2132
2314
|
Content-Length:
|
@@ -2138,13 +2320,13 @@ http_interactions:
|
|
2138
2320
|
Vary:
|
2139
2321
|
- Accept
|
2140
2322
|
Expires:
|
2141
|
-
-
|
2323
|
+
- Wed, 06 Sep 2023 14:34:06 GMT
|
2142
2324
|
Permissions-Policy:
|
2143
2325
|
- interest-cohort=(),browsing-topics=()
|
2144
2326
|
Cf-Cache-Status:
|
2145
2327
|
- DYNAMIC
|
2146
2328
|
Report-To:
|
2147
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
2329
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=gbFwCdqFXl1K0rnZ6r0OcdWOyxGGfXW7Vqpszzvbz8ciqIVW1YDZkiDYsjHx%2FPT9uRjOfQOtsgLWakWOIl5NUEyJtwyBGzhgPOBV4NgB%2B1FxBqtTkszD7PA%3D"}],"group":"cf-nel","max_age":604800}'
|
2148
2330
|
Nel:
|
2149
2331
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
2150
2332
|
Strict-Transport-Security:
|
@@ -2152,7 +2334,7 @@ http_interactions:
|
|
2152
2334
|
Server:
|
2153
2335
|
- cloudflare
|
2154
2336
|
Cf-Ray:
|
2155
|
-
-
|
2337
|
+
- 8027601b7a1a9162-FRA
|
2156
2338
|
Alt-Svc:
|
2157
2339
|
- h3=":443"; ma=86400
|
2158
2340
|
body:
|
@@ -2160,7 +2342,7 @@ http_interactions:
|
|
2160
2342
|
string: |-
|
2161
2343
|
<html><head><title>Handle Redirect</title></head>
|
2162
2344
|
<body><a href="https://api.crossref.org/v1/works/10.31234%2Fosf.io%2Fwxn58/transform">https://api.crossref.org/v1/works/10.31234%2Fosf.io%2Fwxn58/transform</a></body></html>
|
2163
|
-
recorded_at:
|
2345
|
+
recorded_at: Wed, 06 Sep 2023 14:24:24 GMT
|
2164
2346
|
- request:
|
2165
2347
|
method: get
|
2166
2348
|
uri: https://api.crossref.org/v1/works/10.31234%2Fosf.io%2Fwxn58/transform
|
@@ -2182,7 +2364,7 @@ http_interactions:
|
|
2182
2364
|
message: OK
|
2183
2365
|
headers:
|
2184
2366
|
Date:
|
2185
|
-
-
|
2367
|
+
- Wed, 06 Sep 2023 14:24:26 GMT
|
2186
2368
|
Content-Type:
|
2187
2369
|
- application/vnd.citationstyles.csl+json
|
2188
2370
|
Transfer-Encoding:
|
@@ -2218,7 +2400,7 @@ http_interactions:
|
|
2218
2400
|
- close
|
2219
2401
|
body:
|
2220
2402
|
encoding: ASCII-8BIT
|
2221
|
-
string: '{"indexed":{"date-parts":[[2023,7,
|
2403
|
+
string: '{"indexed":{"date-parts":[[2023,7,26]],"date-time":"2023-07-26T12:14:43Z","timestamp":1690373683508},"posted":{"date-parts":[[2020,9,23]]},"group-title":"PsyArXiv","reference-count":0,"publisher":"Center
|
2222
2404
|
for Open Science","license":[{"start":{"date-parts":[[2020,9,23]],"date-time":"2020-09-23T00:00:00Z","timestamp":1600819200000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/creativecommons.org\/licenses\/by\/4.0\/legalcode"}],"content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"<p>This
|
2223
2405
|
is an archived version of a blog post on preregistration. The first half of
|
2224
2406
|
the post argues that there is not a strong justification for preregistration
|
@@ -2229,7 +2411,7 @@ http_interactions:
|
|
2229
2411
|
and as the original has been cited multiple times there is value in ensuring
|
2230
2412
|
that some version of the blog post remains accessible.]<\/p>","DOI":"10.31234\/osf.io\/wxn58","type":"posted-content","created":{"date-parts":[[2020,9,23]],"date-time":"2020-09-23T06:34:16Z","timestamp":1600842856000},"source":"Crossref","is-referenced-by-count":7,"title":"Paths
|
2231
2413
|
in strange spaces: A comment on preregistration","prefix":"10.31234","author":[{"ORCID":"http:\/\/orcid.org\/0000-0001-7648-6578","authenticated-orcid":true,"given":"Danielle","family":"Navarro","sequence":"first","affiliation":[]}],"member":"15934","container-title":[],"original-title":[],"deposited":{"date-parts":[[2020,9,23]],"date-time":"2020-09-23T14:32:57Z","timestamp":1600871577000},"score":1,"resource":{"primary":{"URL":"https:\/\/osf.io\/wxn58"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2020,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.31234\/osf.io\/wxn58","relation":{},"published":{"date-parts":[[2020,9,23]]},"subtype":"preprint"}'
|
2232
|
-
recorded_at:
|
2414
|
+
recorded_at: Wed, 06 Sep 2023 14:24:26 GMT
|
2233
2415
|
- request:
|
2234
2416
|
method: get
|
2235
2417
|
uri: https://doi.org/10.1016/j.tics.2019.07.009
|
@@ -2251,7 +2433,7 @@ http_interactions:
|
|
2251
2433
|
message: Found
|
2252
2434
|
headers:
|
2253
2435
|
Date:
|
2254
|
-
-
|
2436
|
+
- Wed, 06 Sep 2023 14:24:27 GMT
|
2255
2437
|
Content-Type:
|
2256
2438
|
- text/html;charset=utf-8
|
2257
2439
|
Content-Length:
|
@@ -2263,7 +2445,7 @@ http_interactions:
|
|
2263
2445
|
Vary:
|
2264
2446
|
- Accept
|
2265
2447
|
Expires:
|
2266
|
-
-
|
2448
|
+
- Wed, 06 Sep 2023 15:22:11 GMT
|
2267
2449
|
Link:
|
2268
2450
|
- "<https://dul.usage.elsevier.com/doi/>; rel=dul"
|
2269
2451
|
- "<https://dul.usage.elsevier.com/doi/>; rel=dul"
|
@@ -2272,7 +2454,7 @@ http_interactions:
|
|
2272
2454
|
Cf-Cache-Status:
|
2273
2455
|
- DYNAMIC
|
2274
2456
|
Report-To:
|
2275
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
2457
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=7gPzZpMHZ5EPmu%2FS3gKjm2A0%2BbUElkYSoh0%2FglBYB7t5JshvyQjcqwKfcr6e50p5EGQbi5SNNr%2Bo%2Bp9TqTNPlPBVD3ZozdBPi1xy7Oxk1GsUxBmnDPSm4h0%3D"}],"group":"cf-nel","max_age":604800}'
|
2276
2458
|
Nel:
|
2277
2459
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
2278
2460
|
Strict-Transport-Security:
|
@@ -2280,7 +2462,7 @@ http_interactions:
|
|
2280
2462
|
Server:
|
2281
2463
|
- cloudflare
|
2282
2464
|
Cf-Ray:
|
2283
|
-
-
|
2465
|
+
- 80276028fa412c46-FRA
|
2284
2466
|
Alt-Svc:
|
2285
2467
|
- h3=":443"; ma=86400
|
2286
2468
|
body:
|
@@ -2288,7 +2470,7 @@ http_interactions:
|
|
2288
2470
|
string: |-
|
2289
2471
|
<html><head><title>Handle Redirect</title></head>
|
2290
2472
|
<body><a href="https://api.crossref.org/v1/works/10.1016%2Fj.tics.2019.07.009/transform">https://api.crossref.org/v1/works/10.1016%2Fj.tics.2019.07.009/transform</a></body></html>
|
2291
|
-
recorded_at:
|
2473
|
+
recorded_at: Wed, 06 Sep 2023 14:24:27 GMT
|
2292
2474
|
- request:
|
2293
2475
|
method: get
|
2294
2476
|
uri: https://api.crossref.org/v1/works/10.1016%2Fj.tics.2019.07.009/transform
|
@@ -2310,7 +2492,7 @@ http_interactions:
|
|
2310
2492
|
message: OK
|
2311
2493
|
headers:
|
2312
2494
|
Date:
|
2313
|
-
-
|
2495
|
+
- Wed, 06 Sep 2023 14:24:28 GMT
|
2314
2496
|
Content-Type:
|
2315
2497
|
- application/vnd.citationstyles.csl+json
|
2316
2498
|
Transfer-Encoding:
|
@@ -2347,13 +2529,13 @@ http_interactions:
|
|
2347
2529
|
- close
|
2348
2530
|
body:
|
2349
2531
|
encoding: ASCII-8BIT
|
2350
|
-
string: '{"indexed":{"date-parts":[[2023,
|
2532
|
+
string: '{"indexed":{"date-parts":[[2023,9,3]],"date-time":"2023-09-03T14:49:33Z","timestamp":1693752573917},"reference-count":14,"publisher":"Elsevier
|
2351
2533
|
BV","issue":"10","license":[{"start":{"date-parts":[[2019,10,1]],"date-time":"2019-10-01T00:00:00Z","timestamp":1569888000000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"funder":[{"DOI":"10.13039\/501100011730","name":"Templeton
|
2352
2534
|
World Charity Foundation","doi-asserted-by":"publisher"},{"DOI":"10.13039\/501100006188","name":"Einstein
|
2353
2535
|
Stiftung Berlin","doi-asserted-by":"publisher"},{"DOI":"10.13039\/100000002","name":"National
|
2354
2536
|
Institutes of Health","doi-asserted-by":"publisher"},{"DOI":"10.13039\/100000925","name":"John
|
2355
2537
|
Templeton Foundation","doi-asserted-by":"publisher"},{"DOI":"10.13039\/501100013437","name":"Templeton
|
2356
|
-
Religion Trust","doi-asserted-by":"publisher"}],"content-domain":{"domain":["clinicalkey.jp","clinicalkey.com","cell.com","clinicalkey.es","clinicalkey.fr","clinicalkey.com.au","bmn.com","elsevier.com","sciencedirect.com"],"crossmark-restriction":true},"published-print":{"date-parts":[[2019,10]]},"DOI":"10.1016\/j.tics.2019.07.009","type":"journal-article","created":{"date-parts":[[2019,8,14]],"date-time":"2019-08-14T11:45:19Z","timestamp":1565783119000},"page":"815-818","update-policy":"http:\/\/dx.doi.org\/10.1016\/elsevier_cm_policy","source":"Crossref","is-referenced-by-count":
|
2538
|
+
Religion Trust","doi-asserted-by":"publisher"}],"content-domain":{"domain":["clinicalkey.jp","clinicalkey.com","cell.com","clinicalkey.es","clinicalkey.fr","clinicalkey.com.au","bmn.com","elsevier.com","sciencedirect.com"],"crossmark-restriction":true},"published-print":{"date-parts":[[2019,10]]},"DOI":"10.1016\/j.tics.2019.07.009","type":"journal-article","created":{"date-parts":[[2019,8,14]],"date-time":"2019-08-14T11:45:19Z","timestamp":1565783119000},"page":"815-818","update-policy":"http:\/\/dx.doi.org\/10.1016\/elsevier_cm_policy","source":"Crossref","is-referenced-by-count":133,"title":"Preregistration
|
2357
2539
|
Is Hard, And Worthwhile","prefix":"10.1016","volume":"23","author":[{"given":"Brian
|
2358
2540
|
A.","family":"Nosek","sequence":"first","affiliation":[]},{"given":"Emorie
|
2359
2541
|
D.","family":"Beck","sequence":"additional","affiliation":[]},{"given":"Lorne","family":"Campbell","sequence":"additional","affiliation":[]},{"given":"Jessica
|
@@ -2399,7 +2581,7 @@ http_interactions:
|
|
2399
2581
|
Title"},{"value":"https:\/\/doi.org\/10.1016\/j.tics.2019.07.009","name":"articlelink","label":"CrossRef
|
2400
2582
|
DOI link to publisher maintained version"},{"value":"simple-article","name":"content_type","label":"Content
|
2401
2583
|
Type"},{"value":"\u00a9 2019 Elsevier Ltd. All rights reserved.","name":"copyright","label":"Copyright"}]}'
|
2402
|
-
recorded_at:
|
2584
|
+
recorded_at: Wed, 06 Sep 2023 14:24:28 GMT
|
2403
2585
|
- request:
|
2404
2586
|
method: get
|
2405
2587
|
uri: https://doi.org/10.1525/collabra.24091
|
@@ -2421,7 +2603,7 @@ http_interactions:
|
|
2421
2603
|
message: Found
|
2422
2604
|
headers:
|
2423
2605
|
Date:
|
2424
|
-
-
|
2606
|
+
- Wed, 06 Sep 2023 14:24:28 GMT
|
2425
2607
|
Content-Type:
|
2426
2608
|
- text/html;charset=utf-8
|
2427
2609
|
Content-Length:
|
@@ -2433,13 +2615,13 @@ http_interactions:
|
|
2433
2615
|
Vary:
|
2434
2616
|
- Accept
|
2435
2617
|
Expires:
|
2436
|
-
-
|
2618
|
+
- Wed, 06 Sep 2023 15:22:11 GMT
|
2437
2619
|
Permissions-Policy:
|
2438
2620
|
- interest-cohort=(),browsing-topics=()
|
2439
2621
|
Cf-Cache-Status:
|
2440
2622
|
- DYNAMIC
|
2441
2623
|
Report-To:
|
2442
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
2624
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=xcpHWJv7kgXoDzYTSpk7Wy%2Bl1yrMbTzqJpK99Gw8acnfUzWAoY0a8Zt652aBWpnDRkA2Cyeo%2BeXfQobwQVvOyQ6ThgG5mr36dzvPg3blOiFKlTV5FLm1vWc%3D"}],"group":"cf-nel","max_age":604800}'
|
2443
2625
|
Nel:
|
2444
2626
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
2445
2627
|
Strict-Transport-Security:
|
@@ -2447,7 +2629,7 @@ http_interactions:
|
|
2447
2629
|
Server:
|
2448
2630
|
- cloudflare
|
2449
2631
|
Cf-Ray:
|
2450
|
-
-
|
2632
|
+
- 80276032adc82bb5-FRA
|
2451
2633
|
Alt-Svc:
|
2452
2634
|
- h3=":443"; ma=86400
|
2453
2635
|
body:
|
@@ -2455,7 +2637,7 @@ http_interactions:
|
|
2455
2637
|
string: |-
|
2456
2638
|
<html><head><title>Handle Redirect</title></head>
|
2457
2639
|
<body><a href="https://api.crossref.org/v1/works/10.1525%2Fcollabra.24091/transform">https://api.crossref.org/v1/works/10.1525%2Fcollabra.24091/transform</a></body></html>
|
2458
|
-
recorded_at:
|
2640
|
+
recorded_at: Wed, 06 Sep 2023 14:24:28 GMT
|
2459
2641
|
- request:
|
2460
2642
|
method: get
|
2461
2643
|
uri: https://api.crossref.org/v1/works/10.1525%2Fcollabra.24091/transform
|
@@ -2477,7 +2659,7 @@ http_interactions:
|
|
2477
2659
|
message: OK
|
2478
2660
|
headers:
|
2479
2661
|
Date:
|
2480
|
-
-
|
2662
|
+
- Wed, 06 Sep 2023 14:24:29 GMT
|
2481
2663
|
Content-Type:
|
2482
2664
|
- application/vnd.citationstyles.csl+json
|
2483
2665
|
Transfer-Encoding:
|
@@ -2539,7 +2721,7 @@ http_interactions:
|
|
2539
2721
|
of Psychology, Macquarie University, Sydney, Australia"}]}],"member":"408","published-online":{"date-parts":[[2021,5,25]]},"reference":[{"key":"2021052516311117000_ref-59381"},{"key":"2021052516311117000_ref-59348"},{"key":"2021052516311117000_ref-59303"},{"key":"2021052516311117000_ref-59370"},{"key":"2021052516311117000_ref-59343"},{"key":"2021052516311117000_ref-59374"},{"key":"2021052516311117000_ref-59322"},{"key":"2021052516311117000_ref-59349"},{"key":"2021052516311117000_ref-59379"},{"key":"2021052516311117000_ref-59410"},{"key":"2021052516311117000_ref-59329"},{"key":"2021052516311117000_ref-59373"},{"key":"2021052516311117000_ref-59411"},{"key":"2021052516311117000_ref-59350"},{"key":"2021052516311117000_ref-59293"},{"key":"2021052516311117000_ref-59359"},{"key":"2021052516311117000_ref-59347"},{"key":"2021052516311117000_ref-59371"},{"key":"2021052516311117000_ref-59383"},{"key":"2021052516311117000_ref-59287"},{"key":"2021052516311117000_ref-59363"},{"key":"2021052516311117000_ref-59369"},{"key":"2021052516311117000_ref-59352"},{"key":"2021052516311117000_ref-59309"},{"key":"2021052516311117000_ref-59331"},{"key":"2021052516311117000_ref-59360"},{"key":"2021052516311117000_ref-59325"},{"key":"2021052516311117000_ref-59376"},{"key":"2021052516311117000_ref-59342"},{"key":"2021052516311117000_ref-59338"},{"key":"2021052516311117000_ref-59354"},{"key":"2021052516311117000_ref-59300"},{"key":"2021052516311117000_ref-59299"},{"key":"2021052516311117000_ref-59340"},{"key":"2021052516311117000_ref-59330"},{"key":"2021052516311117000_ref-59321"},{"key":"2021052516311117000_ref-59324"},{"key":"2021052516311117000_ref-59288"},{"key":"2021052516311117000_ref-59305"},{"key":"2021052516311117000_ref-59304"},{"key":"2021052516311117000_ref-59292"},{"key":"2021052516311117000_ref-59361"},{"key":"2021052516311117000_ref-59368"},{"key":"2021052516311117000_ref-59306"},{"key":"2021052516311117000_ref-59366"},{"key":"2021052516311117000_ref-59377"},{"key":"2021052516311117000_ref-59375"},{"key":"2021052516311117000_ref-59372"},{"key":"2021052516311117000_ref-59314"},{"key":"2021052516311117000_ref-59323"},{"key":"2021052516311117000_ref-59327"},{"key":"2021052516311117000_ref-59310"},{"key":"2021052516311117000_ref-59311"},{"key":"2021052516311117000_ref-59302"},{"key":"2021052516311117000_ref-59344"},{"key":"2021052516311117000_ref-59382"},{"key":"2021052516311117000_ref-59364"},{"key":"2021052516311117000_ref-59320"},{"key":"2021052516311117000_ref-59367"},{"key":"2021052516311117000_ref-59294"},{"key":"2021052516311117000_ref-59335"},{"key":"2021052516311117000_ref-59332"},{"key":"2021052516311117000_ref-59333"},{"key":"2021052516311117000_ref-59387"},{"key":"2021052516311117000_ref-59297"},{"key":"2021052516311117000_ref-59353"},{"key":"2021052516311117000_ref-59318"},{"key":"2021052516311117000_ref-59357"},{"key":"2021052516311117000_ref-59351"},{"key":"2021052516311117000_ref-59291"},{"key":"2021052516311117000_ref-59334"},{"key":"2021052516311117000_ref-59295"},{"key":"2021052516311117000_ref-59345"},{"key":"2021052516311117000_ref-59326"},{"key":"2021052516311117000_ref-59380"},{"key":"2021052516311117000_ref-59315"},{"key":"2021052516311117000_ref-59346"},{"key":"2021052516311117000_ref-59328"},{"key":"2021052516311117000_ref-59341"},{"key":"2021052516311117000_ref-59384"},{"key":"2021052516311117000_ref-59307"},{"key":"2021052516311117000_ref-59336"},{"key":"2021052516311117000_ref-59386"},{"key":"2021052516311117000_ref-59317"},{"key":"2021052516311117000_ref-59316"},{"key":"2021052516311117000_ref-59362"},{"key":"2021052516311117000_ref-59356"},{"key":"2021052516311117000_ref-59298"},{"key":"2021052516311117000_ref-59296"},{"key":"2021052516311117000_ref-59365"},{"key":"2021052516311117000_ref-59301"},{"key":"2021052516311117000_ref-59339"},{"key":"2021052516311117000_ref-59804"},{"key":"2021052516311117000_ref-59290"},{"key":"2021052516311117000_ref-59289"},{"key":"2021052516311117000_ref-59378"},{"key":"2021052516311117000_ref-59319"},{"key":"2021052516311117000_ref-59355"},{"key":"2021052516311117000_ref-59337"},{"key":"2021052516311117000_ref-59312"},{"key":"2021052516311117000_ref-59358"},{"key":"2021052516311117000_ref-59308"},{"key":"2021052516311117000_ref-59385"},{"key":"2021052516311117000_ref-59313"}],"container-title":"Collabra:
|
2540
2722
|
Psychology","original-title":[],"language":"en","link":[{"URL":"http:\/\/online.ucpress.edu\/collabra\/article-pdf\/doi\/10.1525\/collabra.24091\/464786\/collabra_2021_7_1_24091.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"syndication"},{"URL":"http:\/\/online.ucpress.edu\/collabra\/article-pdf\/doi\/10.1525\/collabra.24091\/464786\/collabra_2021_7_1_24091.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,25]],"date-time":"2021-05-25T16:31:32Z","timestamp":1621960292000},"score":1,"resource":{"primary":{"URL":"https:\/\/online.ucpress.edu\/collabra\/article\/7\/1\/24091\/117222\/A-Call-for-Greater-Modesty-in-Psychology-and"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2021]]},"references-count":104,"journal-issue":{"issue":"1","published-print":{"date-parts":[[2021,5,25]]}},"URL":"http:\/\/dx.doi.org\/10.1525\/collabra.24091","relation":{},"ISSN":["2474-7394"],"subject":["General
|
2541
2723
|
Psychology"],"published-other":{"date-parts":[[2021]]},"published":{"date-parts":[[2021]]}}'
|
2542
|
-
recorded_at:
|
2724
|
+
recorded_at: Wed, 06 Sep 2023 14:24:30 GMT
|
2543
2725
|
- request:
|
2544
2726
|
method: get
|
2545
2727
|
uri: https://doi.org/10.31222/osf.io/h8xjw
|
@@ -2561,7 +2743,7 @@ http_interactions:
|
|
2561
2743
|
message: Found
|
2562
2744
|
headers:
|
2563
2745
|
Date:
|
2564
|
-
-
|
2746
|
+
- Wed, 06 Sep 2023 14:24:31 GMT
|
2565
2747
|
Content-Type:
|
2566
2748
|
- text/html;charset=utf-8
|
2567
2749
|
Content-Length:
|
@@ -2573,13 +2755,13 @@ http_interactions:
|
|
2573
2755
|
Vary:
|
2574
2756
|
- Accept
|
2575
2757
|
Expires:
|
2576
|
-
-
|
2758
|
+
- Wed, 06 Sep 2023 14:30:09 GMT
|
2577
2759
|
Permissions-Policy:
|
2578
2760
|
- interest-cohort=(),browsing-topics=()
|
2579
2761
|
Cf-Cache-Status:
|
2580
2762
|
- DYNAMIC
|
2581
2763
|
Report-To:
|
2582
|
-
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=
|
2764
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=QiKeECVJddBqsLM1Nln3fLZFBElS2JDOpzT2KiAz6tflUuFVi1gmLocJPfn2mgDiaTUl5j%2FPEPmyGKpjtMUeQIC1i1Mz5vmEK0SSKDynnJ%2FFeOcO17ihxsQ%3D"}],"group":"cf-nel","max_age":604800}'
|
2583
2765
|
Nel:
|
2584
2766
|
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
2585
2767
|
Strict-Transport-Security:
|
@@ -2587,7 +2769,7 @@ http_interactions:
|
|
2587
2769
|
Server:
|
2588
2770
|
- cloudflare
|
2589
2771
|
Cf-Ray:
|
2590
|
-
-
|
2772
|
+
- 80276043e99c9a2d-FRA
|
2591
2773
|
Alt-Svc:
|
2592
2774
|
- h3=":443"; ma=86400
|
2593
2775
|
body:
|
@@ -2595,7 +2777,7 @@ http_interactions:
|
|
2595
2777
|
string: |-
|
2596
2778
|
<html><head><title>Handle Redirect</title></head>
|
2597
2779
|
<body><a href="https://api.crossref.org/v1/works/10.31222%2Fosf.io%2Fh8xjw/transform">https://api.crossref.org/v1/works/10.31222%2Fosf.io%2Fh8xjw/transform</a></body></html>
|
2598
|
-
recorded_at:
|
2780
|
+
recorded_at: Wed, 06 Sep 2023 14:24:31 GMT
|
2599
2781
|
- request:
|
2600
2782
|
method: get
|
2601
2783
|
uri: https://api.crossref.org/v1/works/10.31222%2Fosf.io%2Fh8xjw/transform
|
@@ -2617,7 +2799,7 @@ http_interactions:
|
|
2617
2799
|
message: OK
|
2618
2800
|
headers:
|
2619
2801
|
Date:
|
2620
|
-
-
|
2802
|
+
- Wed, 06 Sep 2023 14:24:32 GMT
|
2621
2803
|
Content-Type:
|
2622
2804
|
- application/vnd.citationstyles.csl+json
|
2623
2805
|
Transfer-Encoding:
|
@@ -2704,7 +2886,7 @@ http_interactions:
|
|
2704
2886
|
Margarida","family":"Oliveira","sequence":"additional","affiliation":[]},{"given":"Sarah","family":"Ashcroft-Jones","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0002-1697-4198","authenticated-orcid":true,"given":"Bradley
|
2705
2887
|
James","family":"Baker","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0003-2415-2933","authenticated-orcid":true,"given":"Jelte
|
2706
2888
|
M.","family":"Wicherts","sequence":"additional","affiliation":[]}],"member":"15934","container-title":[],"original-title":[],"deposited":{"date-parts":[[2023,5,11]],"date-time":"2023-05-11T05:02:40Z","timestamp":1683781360000},"score":1,"resource":{"primary":{"URL":"https:\/\/osf.io\/h8xjw"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2023,5,10]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.31222\/osf.io\/h8xjw","relation":{},"published":{"date-parts":[[2023,5,10]]},"subtype":"preprint"}'
|
2707
|
-
recorded_at:
|
2889
|
+
recorded_at: Wed, 06 Sep 2023 14:24:32 GMT
|
2708
2890
|
- request:
|
2709
2891
|
method: head
|
2710
2892
|
uri: https://metascience.info/events/researchers-decision-making-navigating-ambiguity-in-research-practice
|
@@ -2724,7 +2906,7 @@ http_interactions:
|
|
2724
2906
|
message: Moved Permanently
|
2725
2907
|
headers:
|
2726
2908
|
Date:
|
2727
|
-
-
|
2909
|
+
- Wed, 06 Sep 2023 14:24:33 GMT
|
2728
2910
|
Server:
|
2729
2911
|
- Apache
|
2730
2912
|
Wpo-Cache-Status:
|
@@ -2742,7 +2924,7 @@ http_interactions:
|
|
2742
2924
|
Cache-Control:
|
2743
2925
|
- max-age=7200
|
2744
2926
|
Expires:
|
2745
|
-
-
|
2927
|
+
- Wed, 06 Sep 2023 16:24:33 GMT
|
2746
2928
|
Host-Header:
|
2747
2929
|
- c2hhcmVkLmJsdWVob3N0LmNvbQ==
|
2748
2930
|
Content-Type:
|
@@ -2750,7 +2932,7 @@ http_interactions:
|
|
2750
2932
|
body:
|
2751
2933
|
encoding: UTF-8
|
2752
2934
|
string: ''
|
2753
|
-
recorded_at:
|
2935
|
+
recorded_at: Wed, 06 Sep 2023 14:24:36 GMT
|
2754
2936
|
- request:
|
2755
2937
|
method: head
|
2756
2938
|
uri: https://osf.io/tqwgp
|
@@ -2770,7 +2952,7 @@ http_interactions:
|
|
2770
2952
|
message: Permanent Redirect
|
2771
2953
|
headers:
|
2772
2954
|
Date:
|
2773
|
-
-
|
2955
|
+
- Wed, 06 Sep 2023 14:24:37 GMT
|
2774
2956
|
Content-Type:
|
2775
2957
|
- text/html; charset=utf-8
|
2776
2958
|
Content-Length:
|
@@ -2794,10 +2976,10 @@ http_interactions:
|
|
2794
2976
|
body:
|
2795
2977
|
encoding: UTF-8
|
2796
2978
|
string: ''
|
2797
|
-
recorded_at:
|
2979
|
+
recorded_at: Wed, 06 Sep 2023 14:24:37 GMT
|
2798
2980
|
- request:
|
2799
2981
|
method: head
|
2800
|
-
uri: https://en.wikipedia.org/wiki/
|
2982
|
+
uri: https://en.wikipedia.org/wiki/there_are_unknown_unknowns
|
2801
2983
|
body:
|
2802
2984
|
encoding: UTF-8
|
2803
2985
|
string: ''
|
@@ -2810,31 +2992,33 @@ http_interactions:
|
|
2810
2992
|
- http.rb/5.1.1
|
2811
2993
|
response:
|
2812
2994
|
status:
|
2813
|
-
code:
|
2814
|
-
message:
|
2995
|
+
code: 301
|
2996
|
+
message: Moved Permanently
|
2815
2997
|
headers:
|
2816
2998
|
Date:
|
2817
|
-
-
|
2818
|
-
Vary:
|
2819
|
-
- Accept-Encoding,Cookie,Authorization
|
2999
|
+
- Wed, 06 Sep 2023 14:24:38 GMT
|
2820
3000
|
Server:
|
2821
|
-
-
|
3001
|
+
- mw1371.eqiad.wmnet
|
2822
3002
|
X-Content-Type-Options:
|
2823
3003
|
- nosniff
|
2824
|
-
|
2825
|
-
-
|
3004
|
+
Vary:
|
3005
|
+
- Accept-Encoding,X-Forwarded-Proto,Cookie
|
2826
3006
|
Last-Modified:
|
2827
|
-
-
|
3007
|
+
- Wed, 06 Sep 2023 14:24:38 GMT
|
3008
|
+
Location:
|
3009
|
+
- https://en.wikipedia.org/wiki/There_are_unknown_unknowns
|
3010
|
+
Content-Length:
|
3011
|
+
- '0'
|
2828
3012
|
Content-Type:
|
2829
3013
|
- text/html; charset=UTF-8
|
2830
3014
|
Age:
|
2831
|
-
- '
|
3015
|
+
- '0'
|
2832
3016
|
X-Cache:
|
2833
|
-
-
|
3017
|
+
- cp3067 miss, cp3067 miss
|
2834
3018
|
X-Cache-Status:
|
2835
|
-
-
|
3019
|
+
- miss
|
2836
3020
|
Server-Timing:
|
2837
|
-
- cache;desc="
|
3021
|
+
- cache;desc="miss", host;desc="cp3067"
|
2838
3022
|
Strict-Transport-Security:
|
2839
3023
|
- max-age=106384710; includeSubDomains; preload
|
2840
3024
|
Report-To:
|
@@ -2844,25 +3028,136 @@ http_interactions:
|
|
2844
3028
|
- '{ "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction":
|
2845
3029
|
0.0}'
|
2846
3030
|
Set-Cookie:
|
2847
|
-
- GeoIP=DE
|
3031
|
+
- GeoIP=DE:::51.30:9.49:v4; Path=/; secure; Domain=.wikipedia.org
|
2848
3032
|
- NetworkProbeLimit=0.001;Path=/;Secure;Max-Age=3600
|
2849
|
-
- WMF-
|
2850
|
-
|
2851
|
-
|
2852
|
-
|
2853
|
-
00:00:00 GMT
|
3033
|
+
- WMF-Last-Access-Global=06-Sep-2023;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Sun,
|
3034
|
+
08 Oct 2023 12:00:00 GMT
|
3035
|
+
- WMF-Last-Access=06-Sep-2023;Path=/;HttpOnly;secure;Expires=Sun, 08 Oct 2023
|
3036
|
+
12:00:00 GMT
|
2854
3037
|
X-Client-Ip:
|
2855
|
-
-
|
3038
|
+
- 185.104.138.31
|
2856
3039
|
Cache-Control:
|
2857
3040
|
- private, s-maxage=0, max-age=0, must-revalidate
|
2858
|
-
|
2859
|
-
-
|
3041
|
+
Connection:
|
3042
|
+
- close
|
3043
|
+
body:
|
3044
|
+
encoding: UTF-8
|
3045
|
+
string: ''
|
3046
|
+
recorded_at: Wed, 06 Sep 2023 14:24:38 GMT
|
3047
|
+
- request:
|
3048
|
+
method: get
|
3049
|
+
uri: https://doi.org/10.3386/w27250
|
3050
|
+
body:
|
3051
|
+
encoding: UTF-8
|
3052
|
+
string: ''
|
3053
|
+
headers:
|
3054
|
+
Accept:
|
3055
|
+
- application/vnd.citationstyles.csl+json
|
3056
|
+
Connection:
|
3057
|
+
- close
|
3058
|
+
Host:
|
3059
|
+
- doi.org
|
3060
|
+
User-Agent:
|
3061
|
+
- http.rb/5.1.1
|
3062
|
+
response:
|
3063
|
+
status:
|
3064
|
+
code: 302
|
3065
|
+
message: Found
|
3066
|
+
headers:
|
3067
|
+
Date:
|
3068
|
+
- Wed, 06 Sep 2023 14:30:56 GMT
|
3069
|
+
Content-Type:
|
3070
|
+
- text/html;charset=utf-8
|
2860
3071
|
Content-Length:
|
2861
|
-
- '
|
3072
|
+
- '205'
|
2862
3073
|
Connection:
|
2863
3074
|
- close
|
3075
|
+
Location:
|
3076
|
+
- https://api.crossref.org/v1/works/10.3386%2Fw27250/transform
|
3077
|
+
Vary:
|
3078
|
+
- Accept
|
3079
|
+
Expires:
|
3080
|
+
- Wed, 06 Sep 2023 15:22:11 GMT
|
3081
|
+
Permissions-Policy:
|
3082
|
+
- interest-cohort=(),browsing-topics=()
|
3083
|
+
Cf-Cache-Status:
|
3084
|
+
- DYNAMIC
|
3085
|
+
Report-To:
|
3086
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=L8xr4YRwAIX6n7ih9JpMPjENWE75VXzaAWUKeksM%2FEccS6ALy9Mtzaj1PIba4G5U82mZa8d4L6n9W6XADiwaJofyvtNBp5E3ilir7cFPvgEMi%2F6slvBUNKo%3D"}],"group":"cf-nel","max_age":604800}'
|
3087
|
+
Nel:
|
3088
|
+
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
3089
|
+
Strict-Transport-Security:
|
3090
|
+
- max-age=31536000; includeSubDomains; preload
|
3091
|
+
Server:
|
3092
|
+
- cloudflare
|
3093
|
+
Cf-Ray:
|
3094
|
+
- 802769aa6a5e9bc8-FRA
|
3095
|
+
Alt-Svc:
|
3096
|
+
- h3=":443"; ma=86400
|
3097
|
+
body:
|
3098
|
+
encoding: UTF-8
|
3099
|
+
string: |-
|
3100
|
+
<html><head><title>Handle Redirect</title></head>
|
3101
|
+
<body><a href="https://api.crossref.org/v1/works/10.3386%2Fw27250/transform">https://api.crossref.org/v1/works/10.3386%2Fw27250/transform</a></body></html>
|
3102
|
+
recorded_at: Wed, 06 Sep 2023 14:30:56 GMT
|
3103
|
+
- request:
|
3104
|
+
method: get
|
3105
|
+
uri: https://api.crossref.org/v1/works/10.3386%2Fw27250/transform
|
2864
3106
|
body:
|
2865
3107
|
encoding: UTF-8
|
2866
3108
|
string: ''
|
2867
|
-
|
3109
|
+
headers:
|
3110
|
+
Accept:
|
3111
|
+
- application/vnd.citationstyles.csl+json
|
3112
|
+
Connection:
|
3113
|
+
- close
|
3114
|
+
User-Agent:
|
3115
|
+
- http.rb/5.1.1
|
3116
|
+
Host:
|
3117
|
+
- api.crossref.org
|
3118
|
+
response:
|
3119
|
+
status:
|
3120
|
+
code: 200
|
3121
|
+
message: OK
|
3122
|
+
headers:
|
3123
|
+
Date:
|
3124
|
+
- Wed, 06 Sep 2023 14:31:00 GMT
|
3125
|
+
Content-Type:
|
3126
|
+
- application/vnd.citationstyles.csl+json
|
3127
|
+
Transfer-Encoding:
|
3128
|
+
- chunked
|
3129
|
+
Vary:
|
3130
|
+
- Accept
|
3131
|
+
Link:
|
3132
|
+
- <http://dx.doi.org/10.3386/w27250>; rel="canonical"
|
3133
|
+
Access-Control-Expose-Headers:
|
3134
|
+
- Link
|
3135
|
+
Access-Control-Allow-Headers:
|
3136
|
+
- X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language,
|
3137
|
+
Accept-Ranges, Cache-Control
|
3138
|
+
Access-Control-Allow-Origin:
|
3139
|
+
- "*"
|
3140
|
+
Server:
|
3141
|
+
- Jetty(9.4.40.v20210413)
|
3142
|
+
X-Ratelimit-Limit:
|
3143
|
+
- '50'
|
3144
|
+
X-Ratelimit-Interval:
|
3145
|
+
- 1s
|
3146
|
+
X-Api-Pool:
|
3147
|
+
- public
|
3148
|
+
X-Rate-Limit-Limit:
|
3149
|
+
- '50'
|
3150
|
+
X-Rate-Limit-Interval:
|
3151
|
+
- 1s
|
3152
|
+
Permissions-Policy:
|
3153
|
+
- interest-cohort=()
|
3154
|
+
Connection:
|
3155
|
+
- close
|
3156
|
+
body:
|
3157
|
+
encoding: ASCII-8BIT
|
3158
|
+
string: '{"institution":[{"name":"National Bureau of Economic Research","acronym":["NBER"],"place":["Cambridge,
|
3159
|
+
MA"]}],"indexed":{"date-parts":[[2023,7,19]],"date-time":"2023-07-19T19:51:15Z","timestamp":1689796275853},"publisher-location":"Cambridge,
|
3160
|
+
MA","reference-count":0,"publisher":"National Bureau of Economic Research","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.3386\/w27250","type":"report","created":{"date-parts":[[2020,6,2]],"date-time":"2020-06-02T01:54:11Z","timestamp":1591062851000},"source":"Crossref","is-referenced-by-count":6,"title":"Research
|
3161
|
+
Registries: Facts, Myths, and Possible Improvements","prefix":"10.3386","author":[{"given":"Eliot","family":"Abrams","sequence":"first","affiliation":[]},{"given":"Jonathan","family":"Libgober","sequence":"additional","affiliation":[]},{"given":"John","family":"List","sequence":"additional","affiliation":[]}],"member":"1960","published-online":{"date-parts":[[2020,5]]},"container-title":[],"original-title":[],"deposited":{"date-parts":[[2021,4,16]],"date-time":"2021-04-16T15:57:54Z","timestamp":1618588674000},"score":1,"resource":{"primary":{"URL":"http:\/\/www.nber.org\/papers\/w27250.pdf"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2020,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3386\/w27250","relation":{},"published":{"date-parts":[[2020,5]]}}'
|
3162
|
+
recorded_at: Wed, 06 Sep 2023 14:31:00 GMT
|
2868
3163
|
recorded_with: VCR 6.2.0
|