Transparency & Data Policy (wp-transparency-and-data-policy)
World Politics has a Dataverse archive, and authors who rely on quantitative data must deposit
their materials there after a piece is accepted but prior to publication. The deposited file must
let others replicate the exact numerical results. Build the package as you go so acceptance does
not stall.
When to trigger
- Building the replication package for a quantitative or mixed-method paper
- A manuscript has been accepted and you must deposit before publication
- Original/proprietary data require an embargo and you need the approval path
- Documenting qualitative/comparative-historical sources for transparency
What World Politics requires (verify current wording on the policy page)
- Deposit to the World Politics Dataverse. After acceptance and before publication, authors
relying on quantitative data place materials in this trusted digital repository — not a personal
site or generic cloud link.
- What to include. The original data; specialized computer programs; lists of program recodes;
extracts of existing data files; and — most importantly — an explanatory file (README) that
describes what is in the data, how it was created, the sources it was drawn from, and how to
replicate the exact numerical results.
- State availability in the article. The published piece must indicate where/how the data are
available.
- Embargoes. Embargoes on original, proprietary data for up to two years beyond publication
(or other special circumstances) may be granted, but require editorial-committee approval before
publication. Junior scholars collecting original data for other projects may request longer.
Qualitative & comparative-historical transparency
- Document the evidentiary basis: which archival documents, interviews, or fieldnotes support which
inferential step. Evidence tables and active citation (ATI) make process-tracing claims auditable.
- Use access-controlled repositories (e.g., QDR) where sensitivity or human-subjects concerns require
it; reconcile with the APSA Principles and Guidance for Human Subjects Research (see
wp-review-process).
Build-as-you-go checklist
Anti-patterns
- Treating the deposit as optional when the paper relies on quantitative data (it is required)
- Depositing code that does not reproduce the published numbers
- A personal URL instead of the World Politics Dataverse
- Assuming an embargo without editorial-committee approval
- Undocumented, un-seeded, unpinned code that "works on my machine"
Replication-objection patterns and the venue-specific fix
The deposit is checked against the published numbers, so the failures here are about reproducibility
and provenance rather than design.
| Objection at deposit/replication |
The fix this skill drives |
| "Code doesn't reproduce the published table" |
One master script that regenerates every exhibit; match numbers exactly |
| "Stochastic step won't replicate" |
Set and report seeds for bootstrap, randomization, sampling |
| "Provenance unclear" |
README documenting sources, construction, recodes, and replication steps |
| "Proprietary data can't be shared" |
Request an editorial-committee-approved embargo (up to two years) before publication |
| "Qualitative claims unauditable" |
Evidence tables / active citation; access-controlled repository where sensitivity requires |
Worked micro-example (illustrative)
A hypothetical accepted paper on trade agreements and democratic backsliding stages its package:
Master script: make.R → regenerates Tables 1–4 + Figures 1–3 from /raw and /derived
Seeds: set.seed(20260601) before the bootstrap in model 3
Versions: renv.lock pins R 4.x + 18 packages
Provenance: README maps V-Dem v14 + DESTA to each constructed variable
Embargo: one proprietary firm-survey extract → 2-year embargo, committee approval requested
Check: a clean-machine run reproduces every published number before deposit
The clean-machine run is the gate; "works on my machine" is not deposit-ready. (The Dataverse,
embargo, and timing rules are policy that can change — confirm against the current data-policy page.)
Output format
【Repository】World Politics Dataverse — package staged? [Y/N]
【Reproduces exact results?】master script verified locally? [Y/N]
【Documentation】README + provenance + seeds + pinned versions? [Y/N]
【Data-availability statement】drafted for the article? [Y/N]
【Embargo?】needed? justified for editorial-committee approval?
【Qualitative transparency】evidence/sources documented? [Y/N/NA]
【Next】wp-review-process
Supplementary resources
1---2name: wp-transparency-and-data-policy3description: Use when preparing replication / transparency materials for a World Politics manuscript. World Politics requires authors who rely on quantitative data to deposit replication materials in the World Politics Dataverse after acceptance and before publication, with an explanatory file that lets others replicate the exact numerical results; embargoes up to two years may be approved by the editorial committee. Prepares the package; it does not waive requirements.4---56# Transparency & Data Policy (wp-transparency-and-data-policy)78World Politics has a **Dataverse archive**, and **authors who rely on quantitative data must deposit**9their materials there **after a piece is accepted but prior to publication**. The deposited file must10let others **replicate the exact numerical results**. Build the package as you go so acceptance does11not stall.1213## When to trigger1415- Building the replication package for a quantitative or mixed-method paper16- A manuscript has been **accepted** and you must deposit before publication17- Original/proprietary data require an **embargo** and you need the approval path18- Documenting qualitative/comparative-historical sources for transparency1920## What World Politics requires (verify current wording on the policy page)21221. **Deposit to the World Politics Dataverse.** After acceptance and **before publication**, authors23 relying on quantitative data place materials in this trusted digital repository — not a personal24 site or generic cloud link.252. **What to include.** The original data; specialized computer programs; lists of program recodes;26 extracts of existing data files; and — most importantly — an **explanatory file (README)** that27 describes what is in the data, how it was created, the sources it was drawn from, and **how to28 replicate the exact numerical results**.293. **State availability in the article.** The published piece must indicate where/how the data are30 available.314. **Embargoes.** Embargoes on original, proprietary data for **up to two years** beyond publication32 (or other special circumstances) may be granted, but require **editorial-committee approval before33 publication**. Junior scholars collecting original data for other projects may request longer.3435## Qualitative & comparative-historical transparency36- Document the **evidentiary basis**: which archival documents, interviews, or fieldnotes support which37 inferential step. Evidence tables and active citation (ATI) make process-tracing claims auditable.38- Use access-controlled repositories (e.g., QDR) where sensitivity or human-subjects concerns require39 it; reconcile with the **APSA Principles and Guidance for Human Subjects Research** (see40 `wp-review-process`).4142## Build-as-you-go checklist4344- [ ] One **master script** regenerates **every** table and figure from raw/constructed data45- [ ] **README** documents contents, construction, sources, and how to replicate exact results46- [ ] **Seeds** set and reported for every stochastic step47- [ ] Software/package **versions pinned** (`renv.lock` / `requirements.txt` / recorded installs)48- [ ] Exhibit numbers in the manuscript **match** the package output exactly49- [ ] Data-availability statement drafted for the article50- [ ] Embargo (if any) justified and slated for **editorial-committee approval** before publication51- [ ] Qualitative sources documented (evidence tables / access-controlled repository where needed)5253## Anti-patterns5455- Treating the deposit as optional when the paper relies on quantitative data (it is required)56- Depositing code that does not reproduce the published numbers57- A personal URL instead of the World Politics Dataverse58- Assuming an embargo without editorial-committee approval59- Undocumented, un-seeded, unpinned code that "works on my machine"6061## Replication-objection patterns and the venue-specific fix6263The deposit is checked against the published numbers, so the failures here are about reproducibility64and provenance rather than design.6566| Objection at deposit/replication | The fix this skill drives |67|----------------------------------|----------------------------|68| "Code doesn't reproduce the published table" | One master script that regenerates every exhibit; match numbers exactly |69| "Stochastic step won't replicate" | Set and report seeds for bootstrap, randomization, sampling |70| "Provenance unclear" | README documenting sources, construction, recodes, and replication steps |71| "Proprietary data can't be shared" | Request an editorial-committee-approved embargo (up to two years) before publication |72| "Qualitative claims unauditable" | Evidence tables / active citation; access-controlled repository where sensitivity requires |7374## Worked micro-example (illustrative)7576A hypothetical accepted paper on **trade agreements and democratic backsliding** stages its package:7778```text79Master script: make.R → regenerates Tables 1–4 + Figures 1–3 from /raw and /derived80Seeds: set.seed(20260601) before the bootstrap in model 381Versions: renv.lock pins R 4.x + 18 packages82Provenance: README maps V-Dem v14 + DESTA to each constructed variable83Embargo: one proprietary firm-survey extract → 2-year embargo, committee approval requested84Check: a clean-machine run reproduces every published number before deposit85```8687The clean-machine run is the gate; "works on my machine" is not deposit-ready. (The Dataverse,88embargo, and timing rules are policy that can change — confirm against the current data-policy page.)8990## Output format9192```93【Repository】World Politics Dataverse — package staged? [Y/N]94【Reproduces exact results?】master script verified locally? [Y/N]95【Documentation】README + provenance + seeds + pinned versions? [Y/N]96【Data-availability statement】drafted for the article? [Y/N]97【Embargo?】needed? justified for editorial-committee approval?98【Qualitative transparency】evidence/sources documented? [Y/N/NA]99【Next】wp-review-process100```101102## Supplementary resources103104- [`../../resources/external_tools.md`](../../resources/external_tools.md) — reproducibility tooling and qualitative-transparency options (QDR, ATI)105- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — World Politics Dataverse policy and embargo terms