Research Ethics, Transparency & Data (newms-transparency-and-data)
NM&S studies people through digital media, so research ethics for online and platform data is
central, and transparency is calibrated to the method, not to a one-size mandate. NM&S follows
SAGE/COPE publishing ethics and asks authors to handle ethics, consent, conflicts, funding, and data
availability deliberately. The posture: clear ethics, anonymization that actually protects people, and
documentation that lets a stranger judge your claims without overstating a replication requirement.
When to trigger
- Planning or reporting consent, anonymization, IRB/ethics approval
- Scraping or using platform data and unsure about ToS, public/private, and consent
- Documenting qualitative or computational work so the claims are credible
- A reviewer asked how others could verify or build on your analysis, or flagged an ethics concern
Research ethics for online/platform data (the NM&S core)
- Consent and the public/private blur. "Publicly available" is not the same as "consented." Posts in
a semi-private group, identifiable users, or vulnerable communities need a defensible ethics rationale,
not just "it was online." State your IRB/ethics-board position.
- Anonymization that protects. Remove handles, paraphrase searchable quotes (verbatim posts can be
reverse-searched to a user), blur faces and identifying detail in screenshots, and consider aggregation.
- Scraping and platform ToS. Be transparent about how data were collected (API vs. scraping), and
acknowledge ToS and legal/ethical constraints; do not over-claim that data are freely redistributable.
- Vulnerable users and harm. Extra care for minors, marginalized groups, or sensitive topics;
minimize harm in what you collect, report, and republish.
Transparency by method (NM&S / SAGE-COPE norm)
| Data type |
Typically shareable |
Restricted |
Credibility documentation |
| Interviews |
coding scheme, anonymized excerpts |
identifiable transcripts |
memo trail, excerpt-to-claim table |
| Digital ethnography |
analytic memos |
informant identities, raw fieldnotes |
positionality + IRB conditions note |
| Content / discourse corpus |
codebook, sample |
ToS-restricted raw posts |
coding reliability + sampling frame |
| Computational / scraped |
code + seeds, derived measures |
raw API/ToS-restricted data |
collection log, validation, model versions |
| Any quantitative survey |
data + code where ethical |
identifiable records |
codebook + master script + pinned versions |
Good practice
- Document provenance and construction: a README/codebook describing sources, collection window,
sampling, variable/category definitions, and analysis steps — so the work is checkable.
- Quantitative/computational: keep a master script + pinned versions + seeds; share code even when
raw platform data cannot be redistributed (give a documented access path).
- Qualitative: protect informants first; share coding schemes and anonymized excerpts that support
the claims without exposing participants.
- Confidentiality outranks sharing: state clearly when and why data cannot be shared, and what can.
Worked micro-example (illustrative)
Study: digital ethnography of a courier forum + interviews + scraped public posts.
Ethics: IRB-approved; forum posts paraphrased (not verbatim) to defeat reverse-search; interview
informants pseudonymized; minors excluded; employer unnamed.
ToS: posts collected via the platform's API within ToS; raw corpus not redistributed; codebook + derived
counts shared instead, with an access path on request.
Transparency statement: "Coding scheme, anonymized excerpts, and analysis code are available;
identifiable data are withheld to protect participants and per platform terms."
Referee pushback → NM&S-specific fix
- "You quote identifiable users verbatim." → Paraphrase searchable quotes, strip handles, justify consent.
- "'It was public' isn't an ethics argument." → State IRB position, public/private rationale, and harm minimization.
- "How could anyone verify the qualitative claims?" → Provide a coding scheme and excerpt-to-claim table.
Calibration anchors
- Public ≠ consented. The ethics question is harm and reasonable expectations, not mere availability.
- Anonymize against reverse-search. Verbatim posts and visible handles can re-identify users — paraphrase.
- Transparency, not a replication gate. SAGE asks authors to include a data-availability statement
and encourages sharing data where ethical/legal constraints allow; do not promise raw platform data
that cannot be shared.
Anti-patterns
- Treating "publicly available" as automatic consent
- Verbatim, searchable quotes that re-identify users; unredacted screenshots
- Silence on scraping method, API/ToS constraints, or IRB/ethics review
- Promising open data that consent/ToS/confidentiality forbid
- Over-stating NM&S's policy as a mandatory verified replication deposit
Output format
【Ethics】consent, IRB/ethics approval, public/private rationale handled? [Y/N]
【Anonymization】reverse-search-resistant; screenshots redacted? [Y/N]
【Data collection】API/scraping + ToS disclosed? [Y/N]
【Sharing posture】what can be shared (code/codebook/excerpts) and what cannot, and why
【Policy check】ethics and data-availability statement aligned with current SAGE guidance? [Y/N]
【Next】newms-review-process
Supplementary resources
Source: brycewang-stanford/Awesome-Journal-Skills → New-Media-and-Society-Skills/skills/newms-transparency-and-data/SKILL.md
1---2name: newms-transparency-and-data3description: Use when handling research ethics, transparency, and data sharing for a New Media & Society (NM&S) manuscript — consent and anonymization, the ethics of scraping and platform ToS, qualitative analytic transparency, and any quantitative data/code sharing. Prepares ethics and documentation; it does not over-state requirements.4---567# Research Ethics, Transparency & Data (newms-transparency-and-data)89NM&S studies people through digital media, so **research ethics for online and platform data** is10central, and **transparency** is calibrated to the method, not to a one-size mandate. NM&S follows11SAGE/COPE publishing ethics and asks authors to handle ethics, consent, conflicts, funding, and data12availability deliberately. The posture: clear ethics, anonymization that actually protects people, and13documentation that lets a stranger judge your claims without overstating a replication requirement.1415## When to trigger1617- Planning or reporting consent, anonymization, IRB/ethics approval18- Scraping or using platform data and unsure about ToS, public/private, and consent19- Documenting qualitative or computational work so the claims are credible20- A reviewer asked how others could verify or build on your analysis, or flagged an ethics concern2122## Research ethics for online/platform data (the NM&S core)2324- **Consent and the public/private blur.** "Publicly available" is not the same as "consented." Posts in25 a semi-private group, identifiable users, or vulnerable communities need a defensible ethics rationale,26 not just "it was online." State your IRB/ethics-board position.27- **Anonymization that protects.** Remove handles, paraphrase searchable quotes (verbatim posts can be28 reverse-searched to a user), blur faces and identifying detail in screenshots, and consider aggregation.29- **Scraping and platform ToS.** Be transparent about how data were collected (API vs. scraping), and30 acknowledge ToS and legal/ethical constraints; do not over-claim that data are freely redistributable.31- **Vulnerable users and harm.** Extra care for minors, marginalized groups, or sensitive topics;32 minimize harm in what you collect, report, and republish.3334## Transparency by method (NM&S / SAGE-COPE norm)3536| Data type | Typically shareable | Restricted | Credibility documentation |37|-----------|---------------------|------------|----------------------------|38| Interviews | coding scheme, anonymized excerpts | identifiable transcripts | memo trail, excerpt-to-claim table |39| Digital ethnography | analytic memos | informant identities, raw fieldnotes | positionality + IRB conditions note |40| Content / discourse corpus | codebook, sample | ToS-restricted raw posts | coding reliability + sampling frame |41| Computational / scraped | code + seeds, derived measures | raw API/ToS-restricted data | collection log, validation, model versions |42| Any quantitative survey | data + code where ethical | identifiable records | codebook + master script + pinned versions |4344## Good practice4546- **Document provenance and construction**: a README/codebook describing sources, collection window,47 sampling, variable/category definitions, and analysis steps — so the work is checkable.48- **Quantitative/computational**: keep a master script + pinned versions + seeds; share code even when49 raw platform data cannot be redistributed (give a documented access path).50- **Qualitative**: protect informants first; share coding schemes and anonymized excerpts that support51 the claims without exposing participants.52- **Confidentiality outranks sharing**: state clearly when and why data cannot be shared, and what *can*.5354## Worked micro-example (illustrative)5556```57Study: digital ethnography of a courier forum + interviews + scraped public posts.58Ethics: IRB-approved; forum posts paraphrased (not verbatim) to defeat reverse-search; interview59 informants pseudonymized; minors excluded; employer unnamed.60ToS: posts collected via the platform's API within ToS; raw corpus not redistributed; codebook + derived61 counts shared instead, with an access path on request.62Transparency statement: "Coding scheme, anonymized excerpts, and analysis code are available;63 identifiable data are withheld to protect participants and per platform terms."64```6566## Referee pushback → NM&S-specific fix6768- *"You quote identifiable users verbatim."* → Paraphrase searchable quotes, strip handles, justify consent.69- *"'It was public' isn't an ethics argument."* → State IRB position, public/private rationale, and harm minimization.70- *"How could anyone verify the qualitative claims?"* → Provide a coding scheme and excerpt-to-claim table.7172## Calibration anchors7374- **Public ≠ consented.** The ethics question is harm and reasonable expectations, not mere availability.75- **Anonymize against reverse-search.** Verbatim posts and visible handles can re-identify users — paraphrase.76- **Transparency, not a replication gate.** SAGE asks authors to include a data-availability statement77 and encourages sharing data where ethical/legal constraints allow; do not promise raw platform data78 that cannot be shared.7980## Anti-patterns8182- Treating "publicly available" as automatic consent83- Verbatim, searchable quotes that re-identify users; unredacted screenshots84- Silence on scraping method, API/ToS constraints, or IRB/ethics review85- Promising open data that consent/ToS/confidentiality forbid86- Over-stating NM&S's policy as a mandatory verified replication deposit8788## Output format8990```91【Ethics】consent, IRB/ethics approval, public/private rationale handled? [Y/N]92【Anonymization】reverse-search-resistant; screenshots redacted? [Y/N]93【Data collection】API/scraping + ToS disclosed? [Y/N]94【Sharing posture】what can be shared (code/codebook/excerpts) and what cannot, and why95【Policy check】ethics and data-availability statement aligned with current SAGE guidance? [Y/N]96【Next】newms-review-process97```9899## Supplementary resources100101- [`../../resources/external_tools.md`](../../resources/external_tools.md) — reproducibility tooling and controlled-access options102- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — SAGE/COPE ethics and data-availability policy103104---105106**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `New-Media-and-Society-Skills/skills/newms-transparency-and-data/SKILL.md`