Transparency & Data (commres-transparency-and-data)
CR is a quantitative, social-scientific journal, and its reviewers increasingly expect the materials
that let others scrutinize how the numbers were produced. SAGE supports a data-availability
statement and open-practices options; build the statement and supporting materials as you write
so submission and any open-practice claim go smoothly. Confirm the journal's current wording on the
SAGE author page (待核实 on exact policy).
When to trigger
- Drafting the data-availability statement
- Deciding whether to share data, code, and materials, or to preregister
- Preparing a preregistration / pre-analysis plan for a prospective design (note it in the cover letter)
- Data cannot be fully shared (privacy, ethics, platform/legal restrictions) and you need the path forward
What CR / SAGE expects (verify current wording on the policy page)
- Data-availability statement. State where the data are (repository + identifier), under what
conditions they can be accessed, and — if they cannot be shared — why, with instructions for how
others might obtain them.
- Open practices (where pursued).
- Open data — data and a codebook deposited in a trusted repository with a persistent identifier.
- Open materials — stimuli, instruments, scales, and code deposited so the study can be reproduced.
- Preregistration — a time-stamped, registered design/analysis plan; note it in the cover letter.
- Quantitative materials. Data, code, codebook, scale items, and documentation sufficient to
regenerate every reported result; master script + README + pinned versions + seeds.
- ORCID and ethics. Provide ORCID where requested; state IRB/ethics approval and informed consent;
for content analysis, deposit the codebook and intercoder-reliability report.
When data cannot be shared (restricted-data path)
- Explain why in the data-availability statement (ethical/privacy concerns, platform terms of
service, or legal restrictions by the provider).
- Provide instructions on how others can obtain the data (access process, application, provider contact).
- Where possible, provide synthetic or de-identified data so the code can be run.
Build-as-you-go checklist
Transparency expectations by study type (decision table)
Match the deposit to the design rather than forcing one template:
| Study type |
What a CR referee wants deposited |
Open practice most relevant |
| Experiment |
data + codebook + stimuli + analysis script |
open data + materials + preregistration |
| Survey / panel |
data + scale items + analysis script + measurement model |
open data + materials |
| Content analysis |
codebook + coder instructions + reliability subsample + texts |
open materials (+ open data) |
| Computational / text-as-data |
corpus or query, model/version, seeds, human-validation set |
open materials + open data |
For computational measures, the human-validation set is itself the evidence that the automated
label means what the paper claims — depositing the classifier without it leaves the construct unverified.
Worked micro-example: a DAS for a copyrighted-news corpus (illustrative)
A computational content analysis of 40,000 news articles (illustrative) hits a familiar wall: the
texts are copyrighted and the feed bars redistribution. The path: (1) deposit the codebook, article
IDs/URLs, query parameters, and analysis code so a same-license reader reproduces the pipeline; (2)
deposit the human-validation sample and shareable derived data; (3) write a data-availability
statement naming the restriction, provider, and access route, and offering de-identified derived
features (frame proportions per article) so modeling re-runs without raw text.
Anti-patterns
- Treating the data-availability statement as an afterthought rather than a submission element
- Claiming an open-practice credit whose materials are not actually deposited or do not reproduce results
- A personal URL instead of a trusted repository with a persistent identifier
- Claiming data are restricted without giving an access path or synthetic substitute
- De-anonymizing the manuscript via an open-materials link during review
Output format
【Data-availability statement】drafted? repository + identifier or exemption? [Y/N]
【Reproduces tables/figures?】master script verified locally? [Y/N]
【Open practices sought】open data / open materials / preregistration (materials staged?)
【Documentation】README + provenance + seeds + pinned versions? [Y/N]
【Restricted data?】exemption note + access path + synthetic data?
【Ethics/ORCID】IRB + consent stated; ORCID provided? [Y/N]
【Next】commres-review-process
Supplementary resources
1---2name: commres-transparency-and-data3description: Use when preparing the transparency, open-science, and reproducibility materials for a Communication Research (CR) manuscript — data-availability statement, deposited data/code/materials, preregistration, and the restricted-data path. Prepares the materials; it does not waive requirements.4---56# Transparency & Data (commres-transparency-and-data)78CR is a quantitative, social-scientific journal, and its reviewers increasingly expect the materials9that let others scrutinize how the numbers were produced. SAGE supports a **data-availability10statement** and open-practices options; build the statement and supporting materials **as you write**11so submission and any open-practice claim go smoothly. Confirm the journal's current wording on the12SAGE author page (待核实 on exact policy).1314## When to trigger1516- Drafting the **data-availability statement**17- Deciding whether to share data, code, and materials, or to preregister18- Preparing a **preregistration** / pre-analysis plan for a prospective design (note it in the cover letter)19- Data cannot be fully shared (privacy, ethics, platform/legal restrictions) and you need the path forward2021## What CR / SAGE expects (verify current wording on the policy page)22231. **Data-availability statement.** State where the data are (repository + identifier), under what24 conditions they can be accessed, and — if they cannot be shared — **why**, with instructions for how25 others might obtain them.262. **Open practices (where pursued).**27 - **Open data** — data and a codebook deposited in a trusted repository with a persistent identifier.28 - **Open materials** — stimuli, instruments, scales, and code deposited so the study can be reproduced.29 - **Preregistration** — a time-stamped, registered design/analysis plan; note it in the cover letter.303. **Quantitative materials.** Data, code, codebook, scale items, and documentation sufficient to31 regenerate every reported result; master script + README + pinned versions + seeds.324. **ORCID and ethics.** Provide ORCID where requested; state IRB/ethics approval and informed consent;33 for content analysis, deposit the codebook and intercoder-reliability report.3435## When data cannot be shared (restricted-data path)3637- **Explain why** in the data-availability statement (ethical/privacy concerns, platform terms of38 service, or legal restrictions by the provider).39- Provide **instructions on how others can obtain the data** (access process, application, provider contact).40- Where possible, provide **synthetic or de-identified data** so the code can be run.4142## Build-as-you-go checklist4344- [ ] **Data-availability statement** drafted (repository, identifier, access conditions, or exemption)45- [ ] One **master script** regenerates **every** table and figure from raw/constructed data46- [ ] **README** documents data provenance, construction, and how to reproduce each exhibit47- [ ] **Seeds** set and reported for every stochastic step; software/package **versions pinned**48- [ ] Scales/stimuli/codebook deposited (open materials) where claimed49- [ ] Content analysis: codebook + intercoder-reliability report included50- [ ] Materials **anonymized** (no author-identifying paths/links) for double-anonymized review5152## Transparency expectations by study type (decision table)5354Match the deposit to the design rather than forcing one template:5556| Study type | What a CR referee wants deposited | Open practice most relevant |57|------------|-----------------------------------|-----------------------------|58| Experiment | data + codebook + stimuli + analysis script | open data + materials + preregistration |59| Survey / panel | data + scale items + analysis script + measurement model | open data + materials |60| Content analysis | codebook + coder instructions + reliability subsample + texts | open materials (+ open data) |61| Computational / text-as-data | corpus or query, model/version, seeds, **human-validation set** | open materials + open data |6263For computational measures, the **human-validation set is itself the evidence** that the automated64label means what the paper claims — depositing the classifier without it leaves the construct unverified.6566## Worked micro-example: a DAS for a copyrighted-news corpus (illustrative)6768A computational content analysis of **40,000 news articles** (illustrative) hits a familiar wall: the69texts are copyrighted and the feed bars redistribution. The path: (1) deposit the **codebook, article70IDs/URLs, query parameters, and analysis code** so a same-license reader reproduces the pipeline; (2)71deposit the **human-validation sample** and shareable derived data; (3) write a data-availability72statement naming the restriction, provider, and access route, and offering **de-identified derived73features** (frame proportions per article) so modeling re-runs without raw text.7475## Anti-patterns7677- Treating the data-availability statement as an afterthought rather than a submission element78- Claiming an open-practice credit whose materials are not actually deposited or do not reproduce results79- A personal URL instead of a trusted repository with a persistent identifier80- Claiming data are restricted without giving an access path or synthetic substitute81- De-anonymizing the manuscript via an open-materials link during review8283## Output format8485```86【Data-availability statement】drafted? repository + identifier or exemption? [Y/N]87【Reproduces tables/figures?】master script verified locally? [Y/N]88【Open practices sought】open data / open materials / preregistration (materials staged?)89【Documentation】README + provenance + seeds + pinned versions? [Y/N]90【Restricted data?】exemption note + access path + synthetic data?91【Ethics/ORCID】IRB + consent stated; ORCID provided? [Y/N]92【Next】commres-review-process93```9495## Supplementary resources9697- [`../../resources/external_tools.md`](../../resources/external_tools.md) — reproducibility tooling and repositories (OSF, Dataverse, QDR)98- [`../../resources/code/`](../../resources/code/) — master-script + seed-discipline skeleton99- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — data-availability and open-practices policy