Transparency & Data Policy (pubar-transparency-and-data)
PAR endorses the Center for Open Science's Transparency and Openness Promotion (TOP) Guidelines and
has adopted transparency standards for authors (检索于 2026-06;以官网为准). Build the materials as you
go so a transparency request at review or acceptance does not stall the paper.
When to trigger
- Building the reproducibility / transparency materials and the data-availability statement
- A reviewer or editor requested data, code, or documentation
- Data cannot be fully shared (privacy, FOIA limits, agency restrictions, IRB) and you need the path
- Deciding whether to pursue pre-registration badges
What PAR's TOP standards cover (verify current wording)
- Data & materials citation. Cite all research materials and data sources used, with persistent
identifiers where available — treat data as a citable research output.
- Data sharing. PAR encourages depositing data in an appropriate repository — Dataverse for
quantitative data, the Qualitative Data Repository (QDR) for qualitative data — with a
data-availability statement in the manuscript.
- Reporting documentation. PAR recommends documenting research design, data preparation, and
analysis decisions in a supplementary document, following the relevant reporting standard where
applicable (e.g., CONSORT for experiments, STROBE for observational, PRISMA for reviews, COREQ for
qualitative).
- Pre-registration. Pre-registration of studies and/or analysis plans is supported, and
badges may be available — register before data collection/analysis (see
pubar-research-design).
Build-as-you-go checklist
Transparency package by evidence type
Build the package around the evidence product, not around a generic folder dump.
| Evidence type |
Minimum package |
PAR-specific risk |
| Administrative microdata |
Data dictionary, construction log, access conditions, replication code, and an approved restricted-data statement if raw data cannot ship |
A practitioner-facing claim with no auditable data provenance |
| Survey / experiment |
Instrument, sampling frame, recruitment/consent language, randomization code, preregistration or exploratory label, and cleaning scripts |
Treatments or outcomes cannot be interpreted by public managers |
| Qualitative interviews / fieldwork |
Interview protocol, coding scheme, memo trail, anonymized excerpts or controlled-access deposit, and IRB/consent constraints |
Over-disclosure that harms participants, or under-documentation that blocks audit |
| Case comparison / process tracing |
Case-selection memo, source inventory, evidence tests, chronology, and rival-explanation log |
"Illustrative" cases presented as field-wide lessons |
| Public datasets / dashboards |
Persistent links, download dates, version snapshots, transformation scripts, and archived outputs |
Live web data change after review and no longer reproduce the exhibits |
Restricted-data decision tree
- Can raw data be public? Deposit the exact analysis data plus code in Dataverse or another
persistent repository and cite it in the Data Availability Statement.
- Can de-identified analysis data be public? Deposit the de-identified data and document what
was removed, masked, top-coded, aggregated, or perturbed.
- Can synthetic or toy data run the code? Provide synthetic data plus a validation note that the
code path reproduces the tables/figures but not the confidential estimates.
- Can only metadata be shared? Provide a data-access route, DUA/IRB constraints, variable list,
and a read-only replication log that maps each exhibit to the restricted source.
- Is nothing shareable? Treat this as an editor-facing exception request; explain why the claim is
still auditable and which independent checks remain possible.
For every restricted path, separate legal/ethical inability from convenience. Convenience is
not a transparency rationale.
When data cannot be shared (restricted-data path)
- Explain why the data are restricted (privacy, IRB, agency/legal restrictions, FOIA limits).
- Provide instructions on how others can obtain the data (access process, agency contact, DUA).
- Where feasible, provide synthetic data or de-identified extracts so the code can be run.
- For qualitative data, QDR supports controlled-access sharing with appropriate protections.
Reproducibility smoke test
Before submission, run a clean-room check:
- start from a fresh directory or container with only the repository/deposit files;
- install from the recorded environment file;
- run the master script end to end;
- compare every printed table/figure number against the manuscript;
- record any manual step, proprietary software dependency, or restricted-data substitution.
If the smoke test fails, do not call the package "reproducible"; report the remaining limitation
honestly in the Data Availability Statement.
Anti-patterns
- Treating transparency as a post-acceptance afterthought
- Depositing code that does not actually reproduce the printed tables/figures
- A personal URL or dead link instead of a persistent repository (Dataverse/QDR)
- Claiming data are restricted with no access path or synthetic substitute
- Undocumented, un-seeded, unpinned code that "works on my machine"
Output format
【Repository】Dataverse (quant) / QDR (qual) — materials staged? [Y/N]
【Evidence type】admin / survey-experiment / qualitative / case-process / public-dataset
【Reproduces tables/figures?】master script verified locally? [Y/N]
【Documentation】README + provenance + seeds + pinned versions + reporting standard? [Y/N]
【Data-availability statement】drafted? [Y/N]
【Restricted data?】public / de-identified / synthetic / metadata-only / exception request
【Smoke test】fresh-run status + remaining manual step
【Pre-registration】badge pursued? [Y/N/NA]
【Next】pubar-review-process
Supplementary resources
Source: brycewang-stanford/Awesome-Journal-Skills → Public-Administration-Review-Skills/skills/pubar-transparency-and-data/SKILL.md
1---2name: pubar-transparency-and-data3description: Use when preparing the transparency / reproducibility materials for a Public Administration Review (PAR) manuscript. PAR is a signatory of the Center for Open Science TOP Guidelines and has adopted transparency standards (data citation, data sharing via Dataverse/QDR, reporting documentation, pre-registration). Covers quantitative and qualitative transparency and the restricted-data path. Prepares the package; it does not waive requirements.4---567# Transparency & Data Policy (pubar-transparency-and-data)89PAR **endorses the Center for Open Science's Transparency and Openness Promotion (TOP) Guidelines** and10has adopted transparency standards for authors (检索于 2026-06;以官网为准). Build the materials as you11go so a transparency request at review or acceptance does not stall the paper.1213## When to trigger1415- Building the reproducibility / transparency materials and the data-availability statement16- A reviewer or editor requested data, code, or documentation17- Data cannot be fully shared (privacy, FOIA limits, agency restrictions, IRB) and you need the path18- Deciding whether to pursue **pre-registration** badges1920## What PAR's TOP standards cover (verify current wording)21221. **Data & materials citation.** Cite all research materials and data sources used, with persistent23 identifiers where available — treat data as a citable research output.242. **Data sharing.** PAR encourages depositing data in an appropriate repository — **Dataverse** for25 quantitative data, the **Qualitative Data Repository (QDR)** for qualitative data — with a26 data-availability statement in the manuscript.273. **Reporting documentation.** PAR recommends documenting research design, data preparation, and28 analysis decisions in a **supplementary document**, following the relevant reporting standard where29 applicable (e.g., CONSORT for experiments, STROBE for observational, PRISMA for reviews, COREQ for30 qualitative).314. **Pre-registration.** Pre-registration of studies and/or analysis plans is supported, and32 **badges** may be available — register *before* data collection/analysis (see `pubar-research-design`).3334## Build-as-you-go checklist3536- [ ] One **master script** regenerates **every** table and figure from raw/constructed data37- [ ] **README** documents data provenance, construction steps, and how to reproduce each exhibit38- [ ] **Seeds** set and reported for every stochastic step39- [ ] Software/package **versions pinned** (`renv.lock` / `requirements.txt` / recorded installs)40- [ ] Exhibit numbers in the manuscript **match** the deposited output exactly41- [ ] **Data-availability statement** drafted (where data live, or why they cannot be shared)42- [ ] Reporting-standard supplement (CONSORT/STROBE/PRISMA/COREQ) where applicable43- [ ] Pre-registration / pre-analysis plan linked (anonymized) where applicable4445## Transparency package by evidence type4647Build the package around the evidence product, not around a generic folder dump.4849| Evidence type | Minimum package | PAR-specific risk |50|---|---|---|51| Administrative microdata | Data dictionary, construction log, access conditions, replication code, and an approved restricted-data statement if raw data cannot ship | A practitioner-facing claim with no auditable data provenance |52| Survey / experiment | Instrument, sampling frame, recruitment/consent language, randomization code, preregistration or exploratory label, and cleaning scripts | Treatments or outcomes cannot be interpreted by public managers |53| Qualitative interviews / fieldwork | Interview protocol, coding scheme, memo trail, anonymized excerpts or controlled-access deposit, and IRB/consent constraints | Over-disclosure that harms participants, or under-documentation that blocks audit |54| Case comparison / process tracing | Case-selection memo, source inventory, evidence tests, chronology, and rival-explanation log | "Illustrative" cases presented as field-wide lessons |55| Public datasets / dashboards | Persistent links, download dates, version snapshots, transformation scripts, and archived outputs | Live web data change after review and no longer reproduce the exhibits |5657## Restricted-data decision tree58591. **Can raw data be public?** Deposit the exact analysis data plus code in Dataverse or another60 persistent repository and cite it in the Data Availability Statement.612. **Can de-identified analysis data be public?** Deposit the de-identified data and document what62 was removed, masked, top-coded, aggregated, or perturbed.633. **Can synthetic or toy data run the code?** Provide synthetic data plus a validation note that the64 code path reproduces the tables/figures but not the confidential estimates.654. **Can only metadata be shared?** Provide a data-access route, DUA/IRB constraints, variable list,66 and a read-only replication log that maps each exhibit to the restricted source.675. **Is nothing shareable?** Treat this as an editor-facing exception request; explain why the claim is68 still auditable and which independent checks remain possible.6970For every restricted path, separate **legal/ethical inability** from **convenience**. Convenience is71not a transparency rationale.7273## When data cannot be shared (restricted-data path)7475- **Explain why** the data are restricted (privacy, IRB, agency/legal restrictions, FOIA limits).76- Provide **instructions on how others can obtain the data** (access process, agency contact, DUA).77- Where feasible, **provide synthetic data** or de-identified extracts so the code can be run.78- For qualitative data, **QDR** supports controlled-access sharing with appropriate protections.7980## Reproducibility smoke test8182Before submission, run a clean-room check:8384- start from a fresh directory or container with only the repository/deposit files;85- install from the recorded environment file;86- run the master script end to end;87- compare every printed table/figure number against the manuscript;88- record any manual step, proprietary software dependency, or restricted-data substitution.8990If the smoke test fails, do not call the package "reproducible"; report the remaining limitation91honestly in the Data Availability Statement.9293## Anti-patterns9495- Treating transparency as a post-acceptance afterthought96- Depositing code that does not actually reproduce the printed tables/figures97- A personal URL or dead link instead of a persistent repository (Dataverse/QDR)98- Claiming data are restricted with no access path or synthetic substitute99- Undocumented, un-seeded, unpinned code that "works on my machine"100101## Output format102103```104【Repository】Dataverse (quant) / QDR (qual) — materials staged? [Y/N]105【Evidence type】admin / survey-experiment / qualitative / case-process / public-dataset106【Reproduces tables/figures?】master script verified locally? [Y/N]107【Documentation】README + provenance + seeds + pinned versions + reporting standard? [Y/N]108【Data-availability statement】drafted? [Y/N]109【Restricted data?】public / de-identified / synthetic / metadata-only / exception request110【Smoke test】fresh-run status + remaining manual step111【Pre-registration】badge pursued? [Y/N/NA]112【Next】pubar-review-process113```114115## Supplementary resources116117- [`../../resources/external_tools.md`](../../resources/external_tools.md) — reproducibility tooling and qualitative-transparency options (QDR)118- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — PAR TOP guidelines + Dataverse/QDR119120---121122**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Public-Administration-Review-Skills/skills/pubar-transparency-and-data/SKILL.md`