Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"timestamp": "10/16/2020 6:22:33",
"title": "Open Research: Examples of good practice, and resources across disciplines",
"link_to_resource": "https://docs.google.com/document/d/1Vblnwym18kX2tmL3VcooSdN1CLg3xkppARGCGB39lvw/edit",
"title": "Open Research: Examples of good practice, and resources across disciplines (2026 edition)",
"link_to_resource": "https://doi.org/10.31219/osf.io/3r8hb",
"creators": [
"Emily K Farran",
"Priya Silverstein",
"Aicha Abbad Ameen",
"Iliana Misheva",
"Camilla Gilmore"
],
"material_type": [
Expand Down Expand Up @@ -35,7 +37,7 @@
],
"forrt_clusters_new": "FAIR data and materials",
"forrt_sub_clusters": "Reasons to share data and materials",
"doi": "",
"doi": "10.31219/osf.io/3r8hb",
"in-clusters": false,
"pdf name": "",
"apa reference": ""
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion content/curated_resources/unlikely-results.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"timestamp": "2020-05-14T11:09:05.222Z",
"title": "Unlikely Results",
"link_to_resource": "https://www.youtube.com/watch?v=TosyACdsh-g",
"link_to_resource": "https://www.dailymotion.com/video/x6fbmod",
"creators": [
"The Economist"
],
Expand Down
88 changes: 0 additions & 88 deletions content/replication-hub/fred_data_curators_role/index.md

This file was deleted.

19 changes: 19 additions & 0 deletions content/resources/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ def import_data(url: str):
return pd.read_csv(url)


def drop_excluded(df):
'''
Remove rows flagged for exclusion via the first "Exclude" column in the
source sheet. A truthy marker (TRUE/1/yes/y/x, case-insensitive) marks the
row for removal so the resource file is not regenerated; blank cells are
kept. Returns the DataFrame without the Exclude column.
'''
exclude_col = next((c for c in df.columns if c.strip().lower() == 'exclude'), None)
if exclude_col is None:
return df

truthy = {'true', '1', 'yes', 'y', 'x'}
flag = df[exclude_col].fillna('').astype(str).str.strip().str.lower()
keep = ~flag.isin(truthy)
return df[keep].drop(columns=[exclude_col]).reset_index(drop=True)


def wrangle_data(df):
'''
Standardize column names
Expand Down Expand Up @@ -70,6 +87,8 @@ def main():

FORRT = import_data(URL_FORRT)

FORRT = drop_excluded(FORRT)

wrangle_data(FORRT)

# Convert single string into list of values
Expand Down
2 changes: 1 addition & 1 deletion content/reversals/reversals.md
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ You can find a list of all effects we are working on [here](https://docs.google.
{{< spoiler text="Statistics" >}}
* Status: mixed
* Original paper: ‘[The conceptual representation of number](https://doi.org/10.1080/17470218.2013.863372)’, Patson et al. 2014; experimental design, n = 63. [citation = 29(GS, November 2022)]​.
* Critiques: [Beg et al. 2021 ](https://doi.org/10.1007/s00426-019-01265-4)[Experiment 1: n = 63, Experiment 2: n = 68, Experiment 3: n =42, citation = 5(GS, November 2022)]​. [Patson et al. 2016](https://web.s.ebscohost.com/ehost/pdfviewer/pdfviewer?vid=0&sid=115602f4-e12b-4bbd-bfbc-6cb1a5b6cb71%40redis) [Experiment 1: n = 63, Experiment 2: n = 63, citation = 11(GS, November 2022)]​. [Patson 2021](https://doi.org/10.3758/s13421-020-01121-6) [Experiment 1: n = 62, Experiment 2: n = 83, citation = 1(GS, November 2022)]. [Šetić and Domijan 2017 ](https://econtent.hogrefe.com/doi/full/10.1027/1618-3169/a000358?rfr_dat=cr_pub++0pubmed&url_ver=Z39.88-2003&rfr_id=ori%3Arid%3Acrossref.org)[Experiment 1: n = 48, Experiment 2: n = 33, citation = 10(GS, November 2022)].
* Critiques: [Beg et al. 2021 ](https://doi.org/10.1007/s00426-019-01265-4)[Experiment 1: n = 63, Experiment 2: n = 68, Experiment 3: n =42, citation = 5(GS, November 2022)]​. [Patson et al. 2016](https://doi.org/10.1037/xlm0000224) [Experiment 1: n = 63, Experiment 2: n = 63, citation = 11(GS, November 2022)]​. [Patson 2021](https://doi.org/10.3758/s13421-020-01121-6) [Experiment 1: n = 62, Experiment 2: n = 83, citation = 1(GS, November 2022)]. [Šetić and Domijan 2017 ](https://econtent.hogrefe.com/doi/full/10.1027/1618-3169/a000358?rfr_dat=cr_pub++0pubmed&url_ver=Z39.88-2003&rfr_id=ori%3Arid%3Acrossref.org)[Experiment 1: n = 48, Experiment 2: n = 33, citation = 10(GS, November 2022)].
* Original effect size: _η<sub>p<sup>2</sup></sub> _= 0.11.
* Replication effect size: Beg et al.: Experiment 1: _η<sub>p<sup>2</sup></sub>_= 0.11, experiment 2: _η<sub>p<sup>2</sup></sub>_= not reported, Experiment 3: _η<sub>p<sup>2</sup></sub>_=0.05. Patson et al.: Experiment 1: _η<sub>p<sup>2</sup></sub>_=0.03, Experiment 2: _η<sub>p<sup>2</sup></sub>_=0.06. Patson: Experiment 1: _η<sub>p<sup>2</sup></sub>_=0.08, Experiment 2: _η<sub>p<sup>2</sup></sub>_= 0.12. Šetić and Domijan: Experiment 1: _η<sub>p<sup>2</sup></sub>_=0.13, Experiment 2: _η<sub>p<sup>2</sup></sub>_= 0.21.
{{< /spoiler >}}
Expand Down
Loading