Transparency & Data Policy (jpart-transparency-and-data)
JPART does not merely encourage sharing — it requires authors, where ethically possible, to
publicly release all data and software code underlying the published paper as a condition of
publication, and every paper must carry a Data Availability Statement. Build the package as you go
so acceptance does not stall on materials.
When to trigger
- Building the reproducibility/replication package and the Data Availability Statement
- A manuscript is heading toward acceptance and you need materials in shareable form
- Data cannot be fully shared (privacy, ethics, legal/provider restrictions) and you need the exemption path
- Preparing or linking a preregistration / pre-analysis plan (JPART accepts blinded pre-reg reports)
What JPART requires (verify current wording on the policy page)
- Public release of data and code. As a condition of publication, release the data and the software
code that produced the results — in a trusted, citable public repository with a persistent identifier
(e.g., a Dataverse or OSF deposit), not a personal website or transient cloud link.
- Data Availability Statement. A mandatory statement in the manuscript describing what is available,
where, and under what access terms.
- Reproducible materials. Data, code, and documentation sufficient to regenerate every reported
result: a master script + README + pinned versions + seeds.
- Preregistration where applicable. For experiments, link the (blinded) pre-analysis plan and mark
confirmatory vs. exploratory analyses; the journal accepts blinded pre-reg reports for review.
When data cannot be shared (exemption path)
- Explain why in the Data Availability Statement (ethical/privacy concerns or provider restrictions).
- Provide README instructions on exactly how others can obtain the data (access process, contact).
- Where possible, provide synthetic data resembling the restricted data so the code can be run.
- Exemptions typically require explicit editor approval — do not assume a quiet opt-out.
Build-as-you-go checklist
Anti-patterns
- Treating the deposit as a post-publication afterthought (release is a condition of publication)
- Depositing code that does not actually reproduce the printed tables/figures
- A personal URL instead of a trusted citable repository
- Claiming data are restricted without an access path, synthetic substitute, or editor approval
- Undocumented, un-seeded, unpinned code that "works on my machine"
Output format
【Data + code release】public, citable repository staged? [Y/N]
【Reproduces tables/figures?】master script verified locally? [Y/N]
【Data Availability Statement】drafted? [Y/N]
【Documentation】README + provenance + seeds + pinned versions? [Y/N]
【Restricted data?】exemption note + access path + synthetic data + editor approval?
【Preregistration】linked (blinded) where applicable? [Y/N/NA]
【Next】jpart-review-process
Supplementary resources
Source: brycewang-stanford/Awesome-Journal-Skills → Journal-of-Public-Administration-Research-and-Theory-Skills/skills/jpart-transparency-and-data/SKILL.md
1---2name: jpart-transparency-and-data3description: Use when preparing the data and replication materials for a Journal of Public Administration Research and Theory (JPART) manuscript. JPART requires authors, where ethically possible, to publicly release all data and software code as a condition of publication, with a mandatory Data Availability Statement. Prepares the package; it does not waive requirements.4---5
6
7# Transparency & Data Policy (jpart-transparency-and-data)
8
9JPART does not merely encourage sharing — it **requires** authors, *where ethically possible*, to
10**publicly release all data and software code underlying the published paper as a condition of
11publication**, and every paper must carry a **Data Availability Statement**. Build the package as you go
12so acceptance does not stall on materials.
13
14## When to trigger
15
16- Building the reproducibility/replication package and the Data Availability Statement
17- A manuscript is heading toward acceptance and you need materials in shareable form
18- Data cannot be fully shared (privacy, ethics, legal/provider restrictions) and you need the exemption path
19- Preparing or linking a **preregistration / pre-analysis plan** (JPART accepts blinded pre-reg reports)
20
21## What JPART requires (verify current wording on the policy page)
22
231. **Public release of data and code.** As a condition of publication, release the data and the software
24 code that produced the results — in a trusted, citable public repository with a persistent identifier
25 (e.g., a Dataverse or OSF deposit), not a personal website or transient cloud link.
262. **Data Availability Statement.** A mandatory statement in the manuscript describing what is available,
27 where, and under what access terms.
283. **Reproducible materials.** Data, code, and documentation sufficient to regenerate every reported
29 result: a master script + README + pinned versions + seeds.
304. **Preregistration where applicable.** For experiments, link the (blinded) pre-analysis plan and mark
31 confirmatory vs. exploratory analyses; the journal accepts blinded pre-reg reports for review.
32
33## When data cannot be shared (exemption path)
34
35- **Explain why** in the Data Availability Statement (ethical/privacy concerns or provider restrictions).
36- Provide **README instructions on exactly how others can obtain the data** (access process, contact).
37- Where possible, **provide synthetic data** resembling the restricted data so the code can be run.
38- Exemptions typically require **explicit editor approval** — do not assume a quiet opt-out.
39
40## Build-as-you-go checklist
41
42- [ ] One **master script** regenerates **every** table and figure from raw/constructed data
43- [ ] **README** documents data provenance, construction steps, and how to reproduce each exhibit
44- [ ] **Seeds** set and reported for every stochastic step
45- [ ] Software/package **versions pinned** (`renv.lock` / `requirements.txt` / recorded installs)
46- [ ] Exhibit numbers in the manuscript **match** the package output exactly
47- [ ] **Data Availability Statement** drafted (what / where / access terms)
48- [ ] Public deposit prepared in a citable repository with a persistent identifier
49- [ ] Restricted data: exemption note + access instructions + synthetic data + editor approval where needed
50- [ ] Preregistration / pre-analysis plan linked (blinded) where applicable
51
52## Anti-patterns
53
54- Treating the deposit as a post-publication afterthought (release is a condition of publication)
55- Depositing code that does not actually reproduce the printed tables/figures
56- A personal URL instead of a trusted citable repository
57- Claiming data are restricted without an access path, synthetic substitute, or editor approval
58- Undocumented, un-seeded, unpinned code that "works on my machine"
59
60## Output format
61
62```
63【Data + code release】public, citable repository staged? [Y/N]
64【Reproduces tables/figures?】master script verified locally? [Y/N]
65【Data Availability Statement】drafted? [Y/N]
66【Documentation】README + provenance + seeds + pinned versions? [Y/N]
67【Restricted data?】exemption note + access path + synthetic data + editor approval?
68【Preregistration】linked (blinded) where applicable? [Y/N/NA]
69【Next】jpart-review-process
70```
71
72## Supplementary resources
73
74- [`../../resources/code/`](../../resources/code/) — master-script + reproducible skeleton to adapt
75- [`../../resources/external_tools.md`](../../resources/external_tools.md) — repositories, preregistration, reproducibility tooling
76- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — data-and-code release policy + Data Availability Statement
77
78---
79
80**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Journal-of-Public-Administration-Research-and-Theory-Skills/skills/jpart-transparency-and-data/SKILL.md`