Open Science & Transparency (cogpsych-open-science-and-transparency)
Because the contribution is a model fit to data, reproducibility here means more than open data: it
means the model code and analysis scripts regenerate every reported fit. Authors are strongly
encouraged to share data, model code, and materials. This skill prepares the deposits and the Elsevier
declarations early, so the modeling is reproducible at submission rather than promised at acceptance.
Confirm the current policy wording on the journal's guide for authors (检索于 2026-06;以官网为准).
When to trigger
- Building the data, model-code, and materials deposits
- Completing Elsevier's research-data statement and competing-interest declaration
- Deciding whether (and how) to claim a restriction on sharing sensitive/third-party data
- Linking a preregistration and reporting its status
- A reviewer or editor flagged transparency or reproducibility
What to prepare (verify current wording on the official page)
- Open data. Deposit trial-level data with a codebook/data dictionary in a repository that
mints a persistent identifier (DOI) (OSF, Mendeley Data, Dataverse, Zenodo). State availability
in the Elsevier research-data statement.
- Model and analysis code (the venue-specific must). Deposit the model-fitting code and
analysis scripts with seeds and pinned versions; the reported fits, figures, and tables must
regenerate in a fresh session. This is what makes a model-driven paper reproducible.
- Materials. Deposit stimuli, item pools, counterbalancing schemes, and task code with a DOI.
- Preregistration (where applicable). For confirmatory tests and pre-committed model comparisons,
link a preregistration; keep confirmatory vs. exploratory consistent with it.
- Elsevier declarations. Complete the declaration of competing interest, funding/role
statement, author contributions, and any required ethics/consent statements per Elsevier policy.
Build-it-right checklist
Restrictions (handle honestly)
- If data/materials cannot be fully shared (sensitive populations, licensed/proprietary stimuli, IRB
limits), state exactly what is withheld, why, and how others can access or approximate it
(application path, synthetic data, code release). Code transparency is usually still expected even when
data are restricted.
Reproducibility statement — worked draft (illustrative)
A model statement for the recognition-memory program; confirm required headings on the official page.
Open Practices
Data: Trial-level confidence-ROC data for Experiments 1-3 are at OSF
(DOI 10.XXXX/osf.io/abcde), with a codebook.
Model code: The UVSD/DPSD fitting code (R/Stan) reproduces all reported fits,
model-comparison values, and figures in a fresh session; a seeded
run log and pinned environment are included (DOI 10.XXXX/.../fghij).
Materials: Stimulus pools, list construction, and task code are deposited
(DOI 10.XXXX/osf.io/klmno).
Preregistration: The model space and comparison criteria were preregistered
before data collection (osf.io/pqrst); one post hoc bias analysis
is reported as exploratory.
Declarations: Competing interests: none. Funding and author contributions as
stated. (If applicable: data-sharing restriction + access path.)
Transparency-readiness decision table
| Situation |
What to deposit / state |
| Fully shareable data + model code + materials |
DOIs for each + a fresh-session run log |
| Sensitive human data |
synthetic/aggregated data + IRB-gated access path; still share model code |
| Licensed/proprietary stimuli |
share what the license allows; cite source; share task/model code |
| Secondary/third-party dataset |
link source, share derivation + fitting scripts, document version |
| "Available on request" |
replace with a persistent DOI before submission |
Reviewer / editor pushback and the venue fix
- "I can't reproduce your model fits" → ship seeded model code + a pinned environment + a fresh-session
run log; the fits must regenerate, not just the data exist.
- "No DOI, just a personal link" → swap transient links for persistent identifiers (OSF, Mendeley Data,
Zenodo).
- "Statement says open but the repo is empty" → deposit first, write the statement from live DOIs.
- "Competing-interest/data statement missing" → complete the Elsevier declarations before upload.
Anti-patterns
- Sharing data but not the model-fitting code (the fits cannot be reproduced)
- "Available on request" instead of a persistent identifier
- Code that does not regenerate the reported fits in a fresh session
- Claiming a sharing restriction without a justification or an access path
- Omitting the Elsevier competing-interest / research-data declarations
Output format
【Open data】deposited + DOI + data dictionary? [Y/N]
【Model code】deposited + fits regenerate in a fresh session? [Y/N]
【Analysis scripts】seeded + versions pinned? [Y/N]
【Materials】deposited + DOI? [Y/N]
【Preregistration】linked + consistent (where applicable)? [Y/N/NA]
【Elsevier declarations】competing interest + research-data + funding? [Y/N]
【Next】cogpsych-review-process
Supplementary resources
Source: brycewang-stanford/Awesome-Journal-Skills → Cognitive-Psychology-Skills/skills/cogpsych-open-science-and-transparency/SKILL.md
1---2name: cogpsych-open-science-and-transparency3description: Use when meeting Cognitive Psychology (Elsevier) open-science expectations — sharing data, model code, analysis scripts, and materials so the modeling is reproducible, depositing in repositories with persistent identifiers, completing the Elsevier research-data and competing-interest declarations, and preregistering where applicable. Prepares compliance; it does not waive requirements. Verify current wording on the official guide for authors.4---5
6
7# Open Science & Transparency (cogpsych-open-science-and-transparency)
8
9Because the contribution is a **model fit to data**, reproducibility here means more than open data: it
10means the **model code and analysis scripts regenerate every reported fit**. Authors are strongly
11encouraged to share data, model code, and materials. This skill prepares the deposits and the Elsevier
12declarations early, so the modeling is reproducible at submission rather than promised at acceptance.
13Confirm the current policy wording on the journal's guide for authors (检索于 2026-06;以官网为准).
14
15## When to trigger
16
17- Building the data, model-code, and materials deposits
18- Completing Elsevier's research-data statement and competing-interest declaration
19- Deciding whether (and how) to claim a restriction on sharing sensitive/third-party data
20- Linking a preregistration and reporting its status
21- A reviewer or editor flagged transparency or reproducibility
22
23## What to prepare (verify current wording on the official page)
24
251. **Open data.** Deposit trial-level data with a **codebook/data dictionary** in a repository that
26 mints a **persistent identifier (DOI)** (OSF, Mendeley Data, Dataverse, Zenodo). State availability
27 in the Elsevier research-data statement.
282. **Model and analysis code (the venue-specific must).** Deposit the **model-fitting code** and
29 analysis scripts with seeds and pinned versions; the reported fits, figures, and tables must
30 **regenerate in a fresh session**. This is what makes a model-driven paper reproducible.
313. **Materials.** Deposit stimuli, item pools, counterbalancing schemes, and task code with a DOI.
324. **Preregistration (where applicable).** For confirmatory tests and pre-committed model comparisons,
33 link a preregistration; keep confirmatory vs. exploratory consistent with it.
345. **Elsevier declarations.** Complete the **declaration of competing interest**, funding/role
35 statement, author contributions, and any required ethics/consent statements per Elsevier policy.
36
37## Build-it-right checklist
38
39- [ ] **Data** deposited with a **DOI** + a codebook/data dictionary
40- [ ] **Model-fitting code** deposited; all fits regenerate in a fresh session (run log included)
41- [ ] **Analysis scripts** deposited; seeds set, package versions pinned
42- [ ] **Materials** (stimuli, item pools, task/counterbalancing) deposited with a DOI
43- [ ] **Preregistration** linked (where applicable); confirmatory vs. exploratory consistent
44- [ ] **Research-data statement** + **competing-interest declaration** + funding/contributions completed
45- [ ] Any **restriction** on sharing clearly justified (what is withheld, why, and the access path)
46
47## Restrictions (handle honestly)
48
49- If data/materials cannot be fully shared (sensitive populations, licensed/proprietary stimuli, IRB
50 limits), state exactly **what** is withheld, **why**, and **how** others can access or approximate it
51 (application path, synthetic data, code release). Code transparency is usually still expected even when
52 data are restricted.
53
54## Reproducibility statement — worked draft (illustrative)
55
56A model statement for the recognition-memory program; confirm required headings on the official page.
57
58```
59Open Practices
60Data: Trial-level confidence-ROC data for Experiments 1-3 are at OSF
61 (DOI 10.XXXX/osf.io/abcde), with a codebook.
62Model code: The UVSD/DPSD fitting code (R/Stan) reproduces all reported fits,
63 model-comparison values, and figures in a fresh session; a seeded
64 run log and pinned environment are included (DOI 10.XXXX/.../fghij).
65Materials: Stimulus pools, list construction, and task code are deposited
66 (DOI 10.XXXX/osf.io/klmno).
67Preregistration: The model space and comparison criteria were preregistered
68 before data collection (osf.io/pqrst); one post hoc bias analysis
69 is reported as exploratory.
70Declarations: Competing interests: none. Funding and author contributions as
71 stated. (If applicable: data-sharing restriction + access path.)
72```
73
74## Transparency-readiness decision table
75
76| Situation | What to deposit / state |
77|-----------|-------------------------|
78| Fully shareable data + model code + materials | DOIs for each + a fresh-session run log |
79| Sensitive human data | synthetic/aggregated data + IRB-gated access path; still share model code |
80| Licensed/proprietary stimuli | share what the license allows; cite source; share task/model code |
81| Secondary/third-party dataset | link source, share derivation + fitting scripts, document version |
82| "Available on request" | replace with a persistent DOI before submission |
83
84## Reviewer / editor pushback and the venue fix
85
86- "I can't reproduce your model fits" → ship seeded model code + a pinned environment + a fresh-session
87 run log; the fits must regenerate, not just the data exist.
88- "No DOI, just a personal link" → swap transient links for persistent identifiers (OSF, Mendeley Data,
89 Zenodo).
90- "Statement says open but the repo is empty" → deposit first, write the statement from live DOIs.
91- "Competing-interest/data statement missing" → complete the Elsevier declarations before upload.
92
93## Anti-patterns
94
95- Sharing data but not the **model-fitting code** (the fits cannot be reproduced)
96- "Available on request" instead of a persistent identifier
97- Code that does not regenerate the reported fits in a fresh session
98- Claiming a sharing restriction without a justification or an access path
99- Omitting the Elsevier competing-interest / research-data declarations
100
101## Output format
102
103```
104【Open data】deposited + DOI + data dictionary? [Y/N]
105【Model code】deposited + fits regenerate in a fresh session? [Y/N]
106【Analysis scripts】seeded + versions pinned? [Y/N]
107【Materials】deposited + DOI? [Y/N]
108【Preregistration】linked + consistent (where applicable)? [Y/N/NA]
109【Elsevier declarations】competing interest + research-data + funding? [Y/N]
110【Next】cogpsych-review-process
111```
112
113## Supplementary resources
114
115- [`../../resources/external_tools.md`](../../resources/external_tools.md) — OSF, Mendeley Data, Zenodo, Stan/JAGS, `renv`, preregistration templates
116- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — Elsevier research-data and code-sharing policy
117
118---
119
120**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Cognitive-Psychology-Skills/skills/cogpsych-open-science-and-transparency/SKILL.md`