forked from eplebel/science-commons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp-section.html
More file actions
660 lines (555 loc) · 34.6 KB
/
help-section.html
File metadata and controls
660 lines (555 loc) · 34.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="google-site-verification" content="7CrO9Y_velY8TjF6s8CWKB1s2S8TGRdQ8NoZ-gHPDE0" />
<meta http-equiv="Cache-control" content="public">
<title itemprop='name'>Curate Science - Label the Transparency of your Research.</title>
<meta name="description" content="Curate Science is a platform to crowdsource the credibility of scientific research by curating its transparency, analytic reproducibility, analytic robustness, and replicability." />
<meta name="keywords" content="replication, replications, direct replication, conceptual replication, replicability, generalizability, analytic reproducibility, analytic robustness, research credibility, credibility of findings, sufficient transparency, open science, sufficient falsifiability, falsification, cumulative knowledge" />
<!--links to CSS files-->
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/fixedcolumns/3.2.3/css/fixedColumns.dataTables.min.css">
<!--main bootstrap CSS file-->
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css<!--"integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">-->
<!--<link rel="stylesheet" type="text/css" href="assets/fonts-collections.css" media="screen" />-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="icon" type="image/png" href="logos/author-logos/CS-snail-icon.png">
<link rel="apple-touch-icon" type="image/png" href="logos/author-logos/CS-snail-icon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="assets/author-assets/fonts.css" media="screen" />
<!--links to JS files-->
<script type="text/javascript" language="javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script type="text/javascript" language="javascript" src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" language="javascript" src="https://cdn.datatables.net/fixedcolumns/3.2.3/js/dataTables.fixedColumns.min.js"></script>
<script type="text/javascript" language="javascript" src="https://cdn.datatables.net/plug-ins/1.10.16/dataRender/ellipsis.js"></script>
<script type="text/javascript" language="javascript" src="https://cdn.datatables.net/plug-ins/1.10.16/sorting/natural.js"></script>
<!-- main bootstrap JS file-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!--others-->
<!--<link rel="stylesheet" href="assets/sprite-CSS.css">-->
<link rel="stylesheet" href="assets/text-stylings.css">
<link rel="stylesheet" href="assets/author-assets/text-stylings-author-page.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.css">
<style type="text/css" class="init"> <!--for DataTables table-->
th, td { }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
padding-top:5px;
padding-bottom:0px;
vertical-align:top;
border-top:none;}
.dataTables_wrapper table thead{
display:none;
}
div.dataTables_wrapper {
width: auto; /*needs to be 'auto' to be mobile-friendly*/
margin: 0 auto;
margin-top:20px;}
.dataTables_wrapper .dataTables_length {
float: left;}
.dataTables_wrapper .dataTables_filter {
float: left;
text-align: left;
margin: 0 auto;}
.dataTables_wrapper .dataTables_info {
float: right;
clear: none;
padding-top:.5em;}
.dataTables_filter input { width: 250px;
margin-bottom:10px;}
.dataTables_length input { }
<!--body { font-size: 13px;}-->
.bold-class { font-weight: bold; }
<!--styling stuff for loading spinner-->
hidden { display:none; }
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 30px;
height: 30px;
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;}
#loader-div {
margin: 0 auto;
top-margin:20px;}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }}
</style>
<style>
<!--temp place for troubleshooting style issues-->
body { margin: 0 auto; }
.articleListDiv { max-width:590px; }
.filterDiv { font-size:11px; }
@media only screen and (min-width: 1200px) {
.container { width:810px; }}
@media only screen and (min-width: 992px) { .container { width:810px; }}
@media only screen and (min-width: 768px) { .container { width:810px; }}
@media only screen and (max-width: 768px) {
.articleListDiv { max-width:530px; }
.filterDiv { font-size:10px; }
}
a.anchor {
display: block;
position: relative;
top: -45px;
visibility: hidden;
}
</style>
</head>
<body>
<header >
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header" >
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false" style="margin-top:2px;margin-bottom:2px;padding-top:2px;padding-bottom:2px;">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#" style="padding-top:7px !important;">
<span style="margin-bottom:3px;font-weight:700;"><img src="logos/sprite-icons/CS-snail.png" style="margin-left:1px;margin-right:2px;margin-top:-7px;width:36px;">Curate Science</span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li style="font-weight:bold"><a href="replications.html">Replications</a></li>
<li style="font-weight:bold"><a href="#about">About</a></li>
<li style="font-weight:bold"><a href="#people">People</a></li>
<li style="font-weight:bold"><a href="#FAQ">FAQ</a></li>
<li style="font-weight:bold"><a href="#newsletter">Newsletter</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<div class="main-container" >
<div class="container" style="padding-left:5px;padding-right:5px;">
<div style="max-width:800px;margin:0 auto;margin-top:300px;">
<h4 class="about-section" ><a class="offset" id="FAQ">Help</a></h4>
<div style="font-size:14px;">
<p class="question" style="margin-bottom:0px;">
Create/Find your author page
</p>
<p class="answer">
Click the user avatar (on the right-hand side of the navigation bar). If your author page already exists, you’ll see the menu item “My Author Page”, which will bring you to your user page.
<br><br>
If your author page does not yet exist, you’ll see “Create Author Page.” Clicking this will create your author page and bring you to it.
</p>
<p class="question" style="margin-bottom:0px;">
Add new articles to your author page
</p>
<p class="answer" style="margin-bottom:0px;">
You can add articles to your author page in 2 ways:
<ul style="color:grey;line-height:19px;">
<li><strong>Add new article</strong></li>
<ul style="color:grey;line-height:19px;">
<li >Click “Add Article” </li>
<li>This will open the “New article” modal window where you can enter an article’s information (see below for more details on entering/editing the various fields of your article).</li>
</ul>
<li><strong>Link pre-existing article</strong>
<br>
If you want to add an article to your author page that is already in our database (for example, because a co-author has already added it on their author page), then: </li>
<ul style="color:grey;line-height:19px;">
<li>Click “ADD PREEXISTING ARTICLE”</li>
<li>In the search box that appears, type a few words from the title of the article you want to link (*or* type the last name of one of the article’s authors)</li>
<li>Select the article in the list, which will add the article to your author page.
<br>(Note: your article list is sorted by publication year (most recent first), so if you don’t see your article, it’s probably lower down in your article list.)
</li>
</ul>
</ul>
</p>
<p class="question" style="margin-bottom:0px;">
Edit an article
</p>
<p class="answer">
Hover over the card of the article you want to edit, and click “EDIT”. This will open the “Edit Article” modal window where you can edit all article fields.
</p>
<p class="question" style="margin-bottom:0px;">
Enter information for an article’s metadata fields (* indicates required fields):
</p>
<p class="answer" style="margin-bottom:0px;">
<ul style="color:grey;line-height:19px;">
<li><strong>Title*</strong>: Enter the article’s title</li>
<li><strong>Authors*</strong>: Enter the article’s authors (recommended format: “SS Smith, JJ Jones”; for long author lists, you can use “SS Smith, JJ Jones et al.” or “SS Smith, JJ Jones, … , & KK Kelvin”)</li>
<li><strong>Publication year*</strong>: Use the current year for unpublished articles or preprints. For in press articles, please check the “In press” check box.
<li><strong>Journal name</strong>: Enter the journal name. Please leave blank for unpublished or preprint articles.</li>
<li><strong>DOI</strong>: Enter your article’s DOI. Please leave blank for unpublished or preprint articles.</li>
<li><strong>Abstract</strong>: Enter the abstract text (or leave blank if no abstract available, for e.g., for commentary articles).</li>
<li><strong>Key words</strong>: Enter an article’s key words, separating each key word with a comma (‘,’).</li>
<li><strong>Article type</strong>: Select the article’s article type from the dropdown menu.</li>
<ul style="color:grey;line-height:19px;">
<li><strong>Original</strong>: An empirical article that examines new questions not directly comparable to previous research.</li>
<li><strong>Replication</strong>: An empirical article that reports at least 1 (new sample) replication study of a previously published effect, employing sufficiently-similar methodologies to the original study. Only studies employing methodologies that are 'Close', 'Very close', or 'Exact' according to our <a href="https://curatescience-staging.appspot.com/sitestatic/legacy/logos/replication-taxonomy-v4_small.png" target="_blank">replication taxonomy</a> are considered replications (e.g., at minimum employing the same general operationalizations to measure the independent variable(s) and dependent variable(s); see our <a href="https://curatescience-staging.appspot.com/sitestatic/legacy/logos/replication-taxonomy-v4_small.png" target="_blank">replication taxonomy</a> for more details).
<br>
Replication-specific fields:</li>
<ul style="color:grey;line-height:19px;">
<li><strong>Number of replications</strong>: Enter the number of ('Close', 'Very close', or 'Exact') replication studies reported in the article.</li>
<li><strong>Original study</strong>: Enter the author names and publication year of the original study (e.g., “Smith & Jones (2011)”).</li>
<li><strong>Target effect(s)</strong>: Enter the name of the effect(s) that were the target of the replication (e.g., “Macbeth effect”).</li>
<li><strong>Original article URL</strong>: Enter a URL to the full-text article that reported the original study (if available).</li>
</ul>
<li><strong>Reanalysis – Reproducibility/Robustness</strong>: An article that reports a “result reproducibility” reanalysis (repeating the same statistical analyses on data of an existing published result) or a “result robustness” reanalysis (conducting different statistical analyses on data of an existing published result).
<li><strong>Reanalysis – Meta-analysis</strong>: An article reporting a (traditional) meta-analysis that combines evidence across previously published studies on a common topic.
<li><strong>Reanalysis – Meta-research</strong>: An article reporting other kinds of meta-research reanalyses (e.g., use/misuse of statistical tests across published articles/studies).
<li><strong>Commentary</strong>: A commentary on previous research (with or without collection of new data)
<li><strong>Conceptual</strong>: A non-empirical article that makes a theoretical or conceptual contribution (including methodological articles with or without use of simulation studies).
</ul>
<li><strong>Key figures/tables</strong>: To add key figures/tables that best summarize your article’s main results: </li>
<ul style="color:grey;line-height:19px;">
<li>Click the “+ Add” button</li>
<li>Click the “Choose File” button and select the figure/table image file from a local folder on your computer.
<br><br>
The figure will automatically be added to the article (no need to click “Add Figure”). Repeat these steps to add additional key figures/tables (various enhancements to this feature will soon be implemented, e.g., multiple file uploading and figure/table extraction directly from PDF).
<br><br>
NOTE: Please ensure that the corresponding figure and table captions are included in the image files of the key figures/tables (<a href="http://curatescience.org/author/etienne.lebel.html#images-9" target="_blank">example</a>).
<br><br>
To delete an added figure, click on the image thumbnail of the figure you want to delete. </li>
</ul>
<li><strong>Transparency links/endorsements</strong>:</li>
<ul style="color:grey;line-height:19px;">
<li><strong>Pre-registration</strong>: </li>
<ul style="color:grey;line-height:19px;">
<li>Enter URL of the public registry where the preregistered protocol can be accessed.</li>
<li>Select the preregistration type (“Preregistered study design + analysis”, “Preregistered study design”, or “Registered Report”). </li>
</ul>
<li><strong>Open materials</strong>: Enter URL of the public location where the materials/stimuli/questionnaires of an article’s study/studies can be accessed. If user/researcher registration at the URL is needed to access the study materials, please check the “Protected access” checkbox.</li>
<li><strong>Open data</strong>: Enter URL of the public location where the data (raw or processed) of an article’s study/studies can be accessed. If user/researcher registration at the URL is needed to access the data, please check the “Protected access” checkbox.</li>
<li><strong>Public code</strong>: Enter URL of the public location where the code/syntax files of an article’s study/studies can be accessed.</li>
<li><strong>Reporting standards compliance</strong>: Select the methodology-appropriate reporting guidelines that your article complies with.</li>
</ul>
<li><strong>Article full-text links and corresponding impact/usage metrics</strong>:</li>
<ul style="color:grey;line-height:19px;">
<li><strong>PDF</strong>: Enter URL of a PDF full-text (postprint, peer-reviewed) version of your article.</li>
<ul style="color:grey;line-height:19px;">
<li><strong>Citations</strong>: Enter the total number of citations of your article (according to Google Scholar)</li>
<li><strong>Downloads</strong>: Enter the number of times the article PDF (full-text postprint) has been downloaded (Note: only select journal publisher websites offer these values, e.g., <a href="https://journals.sagepub.com/doi/metrics/10.1177/1745691616664694" target="_blank">Sage</a>, <a href="https://link.springer.com/article/10.3758%2Fs13423-013-0549-2" target="_blank">Springer</a>)</li>
<li><strong>Views</strong>: Enter the number of times the article PDF (full-text postprint) has been viewed (Note: only select journal publisher websites offer these values, e.g., <a href="http://science.sciencemag.org/content/349/6251/aac4716/tab-article-info" target="_blank">Science</a>, <a href="https://www.pnas.org/content/112/46/14224/tab-article-info" target="_blank">PNAS</a>)</li>
</ul>
<li><strong>HTML/online</strong>: Enter URL of an HTML/online full-text (post-print, peer-reviewed) version of your article</li>
<ul style="color:grey;line-height:19px;">
<li><strong>Views</strong>: Enter the number of times the HTML/online (full-text) version of your article has been viewed (Note: only select journal publisher websites offer these values, e.g., <a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0177841" target="_blank">PLoS ONE</a>, <a href="https://www.frontiersin.org/articles/10.3389/fpsyg.2017.01691/full" target="_blank">Frontiers</a>)</li>
</ul>
<li><strong>Preprint</strong>: Enter URL of a preprint (non-copy-edited, non-peer-reviewed) version of your article.</li>
<ul style="color:grey;line-height:19px;">
<li><strong>Downloads</strong>: Enter the number of times your article’s preprint has been downloaded.</li>
<li><strong>Views</strong>: Enter the number of times your article’s preprint has been viewed (Note: only select preprint servers offer these values, e.g., <a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2435572" target="_blank">SSRN</a>, <a href="https://www.preprints.org/manuscript/201902.0048/v1" target="_blank">Preprints.org</a>)</li>
</ul>
</ul>
<li><strong>Author contributions</strong>: Enter each author’s scholarly contribution to the article.</li>
<li><strong>Competing interests</strong>: Enter any competing interests held by any of the article’s authors. If none, enter “None to declare.”
<br><br>
A competing interest is defined as anything that interferes with, or could reasonably be perceived as interfering with, the full and objective presentation of research (please see <a href="https://publicationethics.org/competinginterests" target="_blank">COPE guidelines</a> for more details and examples). </li>
<li><strong>Funding sources</strong>: Enter all sources of funding of the research.</li>
<li><strong>Peer review information</strong></li>
<ul style="color:grey;line-height:19px;">
<li><strong>Action editor</strong>: Enter the name of the editor, action editor, or guest editor who oversaw/was responsible for the peer-review and publication of the article (following the format “SS Smith”).</li>
<li><strong>Peer reviewers</strong>: Enter the name(s) of the peer reviewers (if known) and/or the number of anonymous reviewers who reviewed the article (e.g., “Anonymous reviewer 1, Anonymous reviewer 2”)</li>
<li><strong>Link to open peer-reviews</strong>: Enter the URL where the content of the peer reviews, author revisions, and editorial decision information can be publicly accessed.</li>
</ul>
<li><strong>Commentaries</strong>: To add a commentary about your article, click “ADD COMMENTARY”</li>
<ul style="color:grey;line-height:19px;">
<li><strong>Commentary authors/publication year</strong>: Enter the author names and publication year of the commentary article (e.g., “Smith & Smith (2000)”).</li>
<li><strong>Commentary URL</strong>: Enter a URL to the full-text article of the commentary (if available).</li>
</ul>
</ul>
</p>
<p class="question" style="margin-bottom:0px;">
Unlink an article from your author page
</p>
<p class="answer">
Hover over the card of the article you want to unlink, and click “UNLINK”. This will unlink the article form your author page.
<br><br>
Please note that this does not unlink it from any other author pages nor does it delete it from the database (it is not currently possible for non-admin users to delete an article. Please <a href="mailto:curatescience@gmail@@com" onmouseover="this.href=this.href.replace('@@','.')">contact us</a> if you need help.)
</p>
<p class="question" style="margin-bottom:0px;">
View article card secondary information and key figures
</p>
<p class="answer" style="margin-bottom:0px;">
An article’s card initially displays only surface-level and/or primary information. Details and secondary information can be accessed in the following ways:
<ul style="color:grey;line-height:19px;">
<li><strong>Transparency badge information</strong>: Hover over badges for links/info regarding open/public content</li>
<li><strong>Replication details</strong>: Hover over the replication label to view the target effect(s) of the replication attempts (and original study info and URL, if available).</li>
<li><strong>Commentaries details</strong>: Hover over the commentary label to see links to available commentaries.</li>
<li><strong>Secondary article/transparency information</strong>: Click the “More button” (“down-chevron”) to expand the card to reveal additional article info and secondary transparency information (e.g., abstract, key words, key figures/tables, author contributions, competing interests, funding sources, and peer-review information).</li>
<li><strong>Expand key figures</strong>: Click the image thumbnails to view the enlarged/full-screen versions of the key figure/table images.</li>
</ul>
</p>
</div>
</div> <!--max-width:800px div-->
<p style="margin-top:300px;">
</p>
</div> <!--secondary container div-->
<div class="footer-bottom" style="background-color:whitesmoke;padding-top:10px;max-width:1000px;margin:0 auto;">
<div class="row">
<div class="col-sm-4 center" style="margin-top:30px;text-align:center;">
<span style="font-weight:bold;">Current Funders</span>
<br>
<a href="https://cordis.europa.eu/project/rcn/215183_en.html"><img src="logos/european-commission-icon.png" style="margin-top:15px;width:128px;"></a>
</div>
<div class="col-sm-4 center" style="margin-top:30px;text-align:center;">
<span style="font-weight:bold;">Previous Funders</span>
<br>
<a href="https://cos.io/"><img src="logos/COS-logo.png" style="margin-top:15px;"></a> <a href="http://www.bitss.org/"><img src="logos/BITSS-logo.png" style="margin-left:30px;margin-top:15px;"></a>
</div>
<div class="col-sm-4 center" style="margin-top:30px;text-align:center;">
<span style="font-weight:bold;margin-bottom:15px;">Contact Details</span>
<p style="line-height:1.2em;margin-top:15px;">
KU Leuven<br>
Quantitative Psychology and Individual Differences Unit<br>
Tiensestraat 102, Leuven, Belgium 3000 <br>
email: curatescience@<span class="displaynone"></span>gmail.com<br>
<a href="https://twitter.com/curatescience"><i class="fab fa-twitter fa-2" aria-hidden="true"></i></a>
<a href="https://github.com/eplebel/science-commons"><i class="fab fa-github fa-2" aria-hidden="true"></i></a>
</p>
</div>
<div style="font-style:italic;text-align:center;padding-top:20px;padding-bottom:20px;color:grey;">Using this website implies your consent to its use of HTML cookies.</div>
</div>
</div> <!--footer-bottom div-->
</div> <!--main-container div -->
<script type="text/javascript" class="init">
$(document).ready(function() {
var otable = $('#dt').DataTable( {
scrollY: false,
scrollX: true,
scrollCollapse: false,
"bSort": false,
paging: false,
fixedColumns: {
leftColumns: 0
},
"columnDefs": [
{ "targets": [ 1,2,3,4,5,6 ],
"visible": false }
],
"lengthMenu": [[ 25, -1], [25, "All"]],
"initComplete": function() {
$('#loader-div').remove();
$("table").removeClass("hidden");
},
"dom": '<"top"fi<"clear">>rt<"bottom"pl<"clear">>'
} );
} );
$(function() {
otable = $('#dt').dataTable();
})
function filterRS() {
//build a regex filter string with an or(|) condition
var types = $('input:checkbox[name="rs"]:checked').map(function() {
return '^' + this.value + '\$';
}).get().join('|');
//filter in rs (reportingStandard) column , with a regex, no smart filtering, no inputbox,not case sensitive
otable.fnFilter(types, 1, true, false, false, false);
}
function filterOM() {
var types = $('input:checkbox[name="om"]:checked').map(function() {
return '^' + this.value + '\$';
}).get().join('|');
//filter in om (open materials) column, with a regex, no smart filtering, no inputbox,not case sensitive
otable.fnFilter(types, 2, true, false, false, false);
}
function filterPREREG() {
var types = $('input:checkbox[name="prereg"]:checked').map(function() {
return '^' + this.value + '\$';
}).get().join('|');
//filter in prereg column, with a regex, no smart filtering, no inputbox,not case sensitive
otable.fnFilter(types, 3, true, false, false, false);
}
function filterOD() {
var types = $('input:checkbox[name="od"]:checked').map(function() {
return '^' + this.value + '\$';
}).get().join('|');
//filter in od (open data) column, with a regex, no smart filtering, no inputbox,not case sensitive
otable.fnFilter(types, 4, true, false, false, false);
}
function filterRC() {
var types = $('input:checkbox[name="rc"]:checked').map(function() {
return '^' + this.value + '\$';
}).get().join('|');
//filter in rc (reproducible) column, with a regex, no smart filtering, no inputbox,not case sensitive
otable.fnFilter(types, 5, true, false, false, false);
}
function filterAT() {
var types = $('input:checkbox[name="articleType"]:checked').map(function() {
return '^' + this.value + '\$';
}).get().join('|');
//filter in articleType column, with a regex, no smart filtering, no inputbox,not case sensitive
otable.fnFilter(types, 6, true, false, false, false);
}
</script>
<script type="text/javascript" language="javascript">
jQuery(function () {
jQuery(".demo-card-wide").hover(function () {
jQuery('.journal-text', this).addClass("changeJournalOpacity");
jQuery('.target-effects', this).addClass("changeEffectOpacity");
jQuery('.label', this).addClass("changeLabelOpacity");
jQuery('.transparent', this).addClass("changeBadgeOpacity");
jQuery('.media-attention-line', this).addClass("changeMediaAttentionOpacity");
jQuery('.article-title', this).addClass("changeArticleTitleOpacity");
jQuery('.author-text', this).addClass("changeAuthorOpacity");
jQuery('.full-text', this).addClass("changeFullTextOpacity");
jQuery('.secondary-link', this).addClass("changeSecondaryLinkOpacity");
jQuery('.doi-dimmed', this).addClass("changeDOIOpacity");
jQuery('.impact-info', this).addClass("changeImpactInfoOpacity");
jQuery('.sharing-links', this).addClass("changeSharingLinksOpacity");
jQuery('.abstractText', this).addClass("changeAbstractColor");
jQuery('.secondary-section-on-hover', this).addClass("changeSecondarySectionOpacity");
jQuery('.addition-date-text', this).addClass("changeAdditionDateTextOpacity");
}, function () {
jQuery('.journal-text', this).removeClass("changeJournalOpacity");
jQuery('.target-effects', this).removeClass("changeEffectOpacity");
jQuery('.label', this).removeClass("changeLabelOpacity");
jQuery('.transparent', this).removeClass("changeBadgeOpacity");
jQuery('.media-attention-line', this).removeClass("changeMediaAttentionOpacity");
jQuery('.article-title', this).removeClass("changeArticleTitleOpacity");
jQuery('.author-text', this).removeClass("changeAuthorOpacity");
jQuery('.full-text', this).removeClass("changeFullTextOpacity");
jQuery('.secondary-link', this).removeClass("changeSecondaryLinkOpacity");
jQuery('.doi-dimmed', this).removeClass("changeDOIOpacity");
jQuery('.impact-info', this).removeClass("changeImpactInfoOpacity");
jQuery('.sharing-links', this).removeClass("changeSharingLinksOpacity");
jQuery('.abstractText', this).removeClass("changeAbstractColor");
jQuery('.secondary-section-on-hover', this).removeClass("changeSecondarySectionOpacity");
jQuery('.addition-date-text', this).removeClass("changeAdditionDateTextOpacity");
});
});
jQuery(function () {
jQuery(".secondary-section").hover(function () {
}, function () {
});
});
jQuery(function () {
jQuery(".filterDiv").hover(function () {
jQuery('.label', this).addClass("changeLabelOpacity");
jQuery('.transparent', this).addClass("changeBadgeOpacity");
}, function () {
jQuery('.label', this).removeClass("changeLabelOpacity");
jQuery('.transparent', this).removeClass("changeBadgeOpacity");
});
});
</script>
<script type="text/javascript">
function toggle_visibility(id, moreDivID) {
var e = document.getElementById(id);
var moreDiv = document.getElementById(moreDivID);
if(e.style.display == 'block') {
e.style.display = 'none';
moreDiv.style.cssFloat = "none";
moreDiv.style.textAlign = "center"; }
else {
e.style.display = 'block';
moreDiv.style.cssFloat = "right"; }
}
</script>
<script type="text/javascript">
$(".rotate").click(function(){
$(this).toggleClass("up") ;
})
</script>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.js"></script>
<script type="text/javascript" language="javascript">
$('[data-fancybox="images"]').fancybox({
// Options will go here
thumbs : {
autoStart : false
},
buttons : [
'share',
'fullScreen',
'thumbs',
'close'
]
});
$.fancybox.defaults.loop = "true";
</script>
<script type="text/javascript" language="javascript">
jQuery(function(){
var minimized_elements = $('div.minimize');
minimized_elements.each(function(){
var t = $(this).text();
if(t.length < 550) return;
$(this).html(
t.slice(0,550)+'<span>... </span><a href="#" class="more">More</a>'+
'<span style="display:none;">'+ t.slice(550,t.length)+' <a href="#" class="less">Less</a></span>'
);
});
$('a.more', minimized_elements).click(function(event){
event.preventDefault();
$(this).hide().prev().hide();
$(this).next().show();
});
$('a.less', minimized_elements).click(function(event){
event.preventDefault();
$(this).parent().hide().prev().show().prev().show();
});
});
jQuery(function(){
var minimized_elements = $('div.minimizeAC');
minimized_elements.each(function(){
var t = $(this).text();
if(t.length < 80) return;
$(this).html(
'<strong>Author Contributions:</strong> '+t.slice(0,80)+'<span>... </span><a href="#" class="more">More</a>'+
'<span style="display:none;">'+ t.slice(80,t.length)+' <a href="#" class="less">Less</a></span>'
);
});
$('a.more', minimized_elements).click(function(event){
event.preventDefault();
$(this).hide().prev().hide();
$(this).next().show();
});
$('a.less', minimized_elements).click(function(event){
event.preventDefault();
$(this).parent().hide().prev().show().prev().show();
});
});
jQuery(function(){
var minimized_elements = $('div.minimizeFunding');
minimized_elements.each(function(){
var t = $(this).text();
if(t.length < 80) return;
$(this).html(
'<strong>Funding sources:</strong> '+t.slice(0,80)+'<span>... </span><a href="#" class="more">More</a>'+
'<span style="display:none;">'+ t.slice(80,t.length)+' <a href="#" class="less">Less</a></span>'
);
});
$('a.more', minimized_elements).click(function(event){
event.preventDefault();
$(this).hide().prev().hide();
$(this).next().show();
});
$('a.less', minimized_elements).click(function(event){
event.preventDefault();
$(this).parent().hide().prev().show().prev().show();
});
});
</script>
<script type="text/javascript">
$('.navbar-collapse a').click(function(){
$(".navbar-collapse").collapse('hide');
});
</script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48865749-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>