Transparency & Data (eursr-transparency-and-data)
ESR's transparency expectations are stricter than a sharing norm: a Data Availability Statement
(DAS) is required for every manuscript, and for submissions received on or after 1 January 2025,
authors using statistical or computational methods must deposit a replication package as a condition
of publication (assembled by acceptance, typically required at conditional acceptance). Qualitative-
data work is exempt from the package requirement. Confirm the current wording and effective dates on
the live OUP/ESR page — this skill states the policy as verified in 2026-06; treat specifics as
volatile.
When to trigger
- Writing the Data Availability Statement (needed at submission)
- Assembling the replication package ahead of conditional acceptance
- Deciding what can be shared given confidentiality, DUA, or proprietary constraints (register data)
- A reviewer or editor asked how the analysis can be reproduced
What the ESR policy requires (verify current wording)
- Data Availability Statement in every article — describing how the data can be accessed and the
conditions for access (open, controlled/enclave, on-request, or restricted).
- Replication package for statistical/computational papers, due at conditional acceptance: the code,
the constructed/analysis data (or a documented access path when redistribution is barred), and
documentation sufficient to regenerate every reported result.
- Exemption: research using qualitative data (interviews, participant observation) is not required
to submit a replication package.
- Restricted data path: where register/administrative data (e.g., national statistical offices,
SOEP, EU-SILC scientific-use files) cannot be redistributed, share all code plus a precise access
route (provider, file version, DUA), so a qualified researcher could reproduce the results.
Build a package that reproduces (do this from the start)
- One master script regenerates every table/figure from the (constructed) data, in order.
- Set and report seeds for imputation, bootstrap, and MCMC; pin versions (
renv.lock,
requirements.txt, recorded ssc/net installs).
- Archive the harmonization/recoding code (ISCED/CASMIN, ISCO/ISEI/EGP) — it is part of the result.
- README documenting data sources and versions, run order, expected outputs, runtime, and any
access restrictions.
- Deposit in a citable repository (e.g., OSF, Zenodo, GESIS) and reference it in the DAS.
Transparency posture by data type (ESR)
| Data type |
In the package |
Restricted |
DAS framing |
| Public comparative survey (ESS, EVS) |
data + code |
none |
"openly available from [archive], version X" |
| EU-SILC / SOEP scientific-use file |
code + constructed-vars script |
raw microdata |
"available from [provider] under its access terms" |
| National register / administrative |
all code + access route |
raw records |
"accessible via [NSO/enclave] under DUA; code provided" |
| Qualitative (exempt) |
analytic documentation (optional) |
identifiable transcripts |
state the exemption + confidentiality basis |
Worked micro-example (illustrative)
A comparative scarring paper uses public ESS plus a restricted national register linkage.
DAS: "ESS Round data are openly available from the ESS Data Archive (edition cited). The linked
register data are accessible to qualified researchers via [national statistical office] under a data-
use agreement; all analysis and harmonization code is provided in the replication package."
Package (for conditional acceptance): master.R + harmonization scripts + constructed analysis file for
the ESS portion; full code for the register portion with a documented access path; seed = 2026;
renv.lock pinned; README with run order and runtime; deposited on Zenodo with a DOI.
Statistical method → not exempt → package required.
The posture shares what supports the claims, documents provenance, and is explicit about what cannot be
redistributed and how to obtain it — exactly what ESR's mandate expects.
Referee / editor pushback → ESR-specific fix
- "Your register data can't be shared, so this isn't reproducible." → Provide all code plus a
precise access route (provider, version, DUA); the policy accommodates restricted data via an access
path, not an exemption from code.
- "The DAS is vague." → Name the archive/provider, the data version/edition, and the exact access
condition; a generic "data available on request" is weak.
- "Numbers don't match your code." → Re-run the master script end-to-end before depositing; mismatches
read as a credibility failure under the mandate.
Calibration anchors
- A replication package is a condition of publication, not a courtesy. For statistical/computational
work submitted from 1 Jan 2025, plan it from day one — it is not an afterthought at acceptance.
- Restricted data still requires shareable code. ESR's mandate is satisfied by code + a documented
access path, not by declaring the data private.
- The DAS is required for everyone. Even exempt qualitative work needs a Data Availability Statement;
confirm the current wording and effective dates on the live page.
Anti-patterns
- Treating the replication package as optional or leaving it to the last minute
- A vague "data available on request" DAS with no provider, version, or access condition
- Claiming a qualitative exemption for a statistical/computational paper
- Omitting the harmonization/recoding code from the package (the result is not reproducible without it)
- Depositing code whose output does not match the manuscript's tables
Output format
【DAS】drafted, names archive/provider + version + access condition? [Y/N]
【Package required?】statistical/computational (yes) vs. qualitative (exempt)
【Package contents】master script + data/access path + harmonization code + seeds + README? [Y/N]
【Restricted data handled】code shared + documented access route? [Y/N]
【Policy check】current ESR DAS + replication wording/dates confirmed? [Y/N/待核实]
【Next】eursr-review-process
Supplementary resources
1---2name: eursr-transparency-and-data3description: Use when preparing the Data Availability Statement and the replication package for a European Sociological Review (ESR) manuscript. ESR requires a Data Availability Statement for every manuscript and (for submissions from 1 January 2025) a replication package for statistical/computational work upon conditional acceptance; qualitative work is exempt. Prepares documentation; it does not over-state or under-state the policy.4---56# Transparency & Data (eursr-transparency-and-data)78ESR's transparency expectations are **stricter than a sharing norm**: a **Data Availability Statement9(DAS) is required for every manuscript**, and for **submissions received on or after 1 January 2025**,10authors using **statistical or computational methods must deposit a replication package as a condition11of publication** (assembled by acceptance, typically required at conditional acceptance). **Qualitative-12data work is exempt** from the package requirement. **Confirm the current wording and effective dates on13the live OUP/ESR page** — this skill states the policy as verified in 2026-06; treat specifics as14volatile.1516## When to trigger1718- Writing the **Data Availability Statement** (needed at submission)19- Assembling the **replication package** ahead of conditional acceptance20- Deciding what can be shared given confidentiality, DUA, or proprietary constraints (register data)21- A reviewer or editor asked how the analysis can be reproduced2223## What the ESR policy requires (verify current wording)2425- **Data Availability Statement** in every article — describing how the data can be accessed and the26 conditions for access (open, controlled/enclave, on-request, or restricted).27- **Replication package** for statistical/computational papers, due at conditional acceptance: the code,28 the constructed/analysis data (or a documented access path when redistribution is barred), and29 documentation sufficient to regenerate every reported result.30- **Exemption**: research using qualitative data (interviews, participant observation) is not required31 to submit a replication package.32- **Restricted data path**: where register/administrative data (e.g., national statistical offices,33 SOEP, EU-SILC scientific-use files) cannot be redistributed, share **all code** plus a precise access34 route (provider, file version, DUA), so a qualified researcher could reproduce the results.3536## Build a package that reproduces (do this from the start)3738- **One master script** regenerates every table/figure from the (constructed) data, in order.39- **Set and report seeds** for imputation, bootstrap, and MCMC; pin versions (`renv.lock`,40 `requirements.txt`, recorded `ssc`/`net` installs).41- **Archive the harmonization/recoding code** (ISCED/CASMIN, ISCO/ISEI/EGP) — it is part of the result.42- **README** documenting data sources and versions, run order, expected outputs, runtime, and any43 access restrictions.44- Deposit in a citable repository (e.g., OSF, Zenodo, GESIS) and reference it in the DAS.4546## Transparency posture by data type (ESR)4748| Data type | In the package | Restricted | DAS framing |49|-----------|----------------|------------|-------------|50| Public comparative survey (ESS, EVS) | data + code | none | "openly available from [archive], version X" |51| EU-SILC / SOEP scientific-use file | code + constructed-vars script | raw microdata | "available from [provider] under its access terms" |52| National register / administrative | all code + access route | raw records | "accessible via [NSO/enclave] under DUA; code provided" |53| Qualitative (exempt) | analytic documentation (optional) | identifiable transcripts | state the exemption + confidentiality basis |5455## Worked micro-example (illustrative)5657A comparative scarring paper uses public ESS plus a restricted national register linkage.5859```60DAS: "ESS Round data are openly available from the ESS Data Archive (edition cited). The linked61 register data are accessible to qualified researchers via [national statistical office] under a data-62 use agreement; all analysis and harmonization code is provided in the replication package."63Package (for conditional acceptance): master.R + harmonization scripts + constructed analysis file for64 the ESS portion; full code for the register portion with a documented access path; seed = 2026;65 renv.lock pinned; README with run order and runtime; deposited on Zenodo with a DOI.66Statistical method → not exempt → package required.67```6869The posture shares what supports the claims, documents provenance, and is explicit about what cannot be70redistributed and how to obtain it — exactly what ESR's mandate expects.7172## Referee / editor pushback → ESR-specific fix7374- *"Your register data can't be shared, so this isn't reproducible."* → Provide **all code** plus a75 precise access route (provider, version, DUA); the policy accommodates restricted data via an access76 path, not an exemption from code.77- *"The DAS is vague."* → Name the archive/provider, the data version/edition, and the exact access78 condition; a generic "data available on request" is weak.79- *"Numbers don't match your code."* → Re-run the master script end-to-end before depositing; mismatches80 read as a credibility failure under the mandate.8182## Calibration anchors8384- **A replication package is a condition of publication, not a courtesy.** For statistical/computational85 work submitted from 1 Jan 2025, plan it from day one — it is not an afterthought at acceptance.86- **Restricted data still requires shareable code.** ESR's mandate is satisfied by code + a documented87 access path, not by declaring the data private.88- **The DAS is required for everyone.** Even exempt qualitative work needs a Data Availability Statement;89 confirm the current wording and effective dates on the live page.9091## Anti-patterns9293- Treating the replication package as optional or leaving it to the last minute94- A vague "data available on request" DAS with no provider, version, or access condition95- Claiming a qualitative exemption for a statistical/computational paper96- Omitting the harmonization/recoding code from the package (the result is not reproducible without it)97- Depositing code whose output does not match the manuscript's tables9899## Output format100101```102【DAS】drafted, names archive/provider + version + access condition? [Y/N]103【Package required?】statistical/computational (yes) vs. qualitative (exempt)104【Package contents】master script + data/access path + harmonization code + seeds + README? [Y/N]105【Restricted data handled】code shared + documented access route? [Y/N]106【Policy check】current ESR DAS + replication wording/dates confirmed? [Y/N/待核实]107【Next】eursr-review-process108```109110## Supplementary resources111112- [`../../resources/external_tools.md`](../../resources/external_tools.md) — repositories (OSF / Zenodo / GESIS), reproducibility tooling113- [`../../resources/code/`](../../resources/code/) — master-script + pinned-version skeleton to base the package on114- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — ESR Data Availability + replication policy and effective dates