Agent Skillsbrycewang-stanford/Awesome-Journal-Skills › jpam-transparency-and-data

jpam-transparency-and-data

GitHub

用于准备JPAM期刊的透明性与复制数据包,指导将代码和数据存入公共仓库、编写可复现脚本及README,并处理受限行政数据的豁免路径与数据可用性声明。

Journal-of-Policy-Analysis-and-Management-Skills/skills/jpam-transparency-and-data/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

构建复制包(数据+代码+文档) 撰写数据可用性声明 处理受限行政数据的豁免申请

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jpam-transparency-and-data -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Journal-of-Policy-Analysis-and-Management-Skills/skills/jpam-transparency-and-data -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@jpam-transparency-and-data

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jpam-transparency-and-data -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "jpam-transparency-and-data",
    "description": "Use when preparing the replication \/ transparency materials for a Journal of Policy Analysis and Management (JPAM) manuscript — depositing data and code in a public repository so the reported results can be reproduced, with an honest exemption path for restricted administrative data. Prepares the package; it does not waive requirements."
}

Transparency & Replication Data (jpam-transparency-and-data)

JPAM publishes program evaluations that often inform real spending decisions, so the evidence must be reproducible. The journal expects authors to archive the data and code behind the reported results in a suitable public repository, with a clear data-availability statement. Build the package as you go so it does not stall acceptance — and plan early for the restricted administrative data common in policy work. Verify the current wording in Wiley Authors / Research Exchange before upload (检索于 2026-06-20;以官网为准).

When to trigger

  • Building the replication package (data + code + documentation)
  • A manuscript is heading toward acceptance and materials are requested
  • Data are restricted (administrative, IRB-protected, provider-licensed) and you need the exemption path
  • Writing the data-availability statement

What to prepare

  1. Public deposit. Place the replication materials in a recognized repository (e.g., the project's ICPSR/openICPSR archive, Harvard Dataverse, OSF, or a journal-designated repository) with a persistent identifier — not a personal website or transient cloud link. Recent JPAM data-availability statements often use a JPAM/Harvard Dataverse repository, while Research Exchange controls the exact repository prompt.
  2. Reproduce every reported number. A master script regenerates every table and figure from the raw/constructed data. Exhibit numbers in the manuscript match the package output exactly.
  3. Documentation. A README covering data provenance, construction steps, software/package versions, seeds for stochastic steps, and the exact command to reproduce each exhibit.
  4. Data-availability statement. State what is shared, where, and under what license; if data are restricted, state precisely why and how a replicator can obtain access.

Restricted administrative data (the policy-research case)

Policy evaluation often runs on linked administrative or survey microdata that cannot be posted. JPAM's transparency expectation is met honestly by:

  • Explaining the restriction (legal, IRB, data-provider license) in the data-availability statement.
  • Providing access instructions — the application process, provider contact, and approximate timeline so an independent replicator could obtain the same data.
  • Posting all code plus any shareable derived/aggregated files and, where feasible, synthetic or simulated data that let the code run end-to-end.

Build-as-you-go checklist

  • One master script regenerates every table and figure
  • README: provenance, construction, versions, seeds, per-exhibit reproduction steps
  • Software/package versions pinned (renv.lock / requirements.txt / recorded installs)
  • Manuscript exhibit numbers match the package output exactly
  • Public repository with a persistent identifier chosen (journal-designated where specified)
  • Data-availability statement drafted
  • Restricted data: restriction explained + access path + synthetic data where feasible

Anti-patterns

  • Treating the package as a post-acceptance afterthought (it can gate publication)
  • Depositing code that does not actually reproduce the printed tables/figures
  • A personal URL or expiring cloud link instead of a persistent repository
  • Claiming data are restricted with no access path or synthetic substitute
  • Undocumented, un-seeded, unpinned code that only "works on my machine"

Calibration anchors (hedged)

  • Policy evaluations lean heavily on restricted administrative data; an honest restriction note plus a real access path and runnable code on synthetic/derived data is the expected, accepted route — not a loophole to skip transparency.
  • The exact deposit requirement, repository prompt, and reproduction-check workflow can change; confirm the current data-policy wording in Wiley Authors / Research Exchange.
  • Build the package alongside the analysis: retrofitting reproducibility after acceptance is where policy papers stall.

Worked micro-example (illustrative)

A welfare-reform evaluation uses linked state UI and TANF records that cannot be posted. The package still meets the bar: a data-availability statement explains the licensing restriction and names the state agency's data-request process and timeline; all code is deposited with a master script; a synthetic dataset matching the variable structure lets a replicator run the full pipeline; and shareable aggregated tables are included. An independent researcher could obtain the real data and reproduce every number. (Illustrative.)

Output format

【Repository】public archive + persistent ID — chosen? [Y/N]
【Reproduces results?】master script verified locally? [Y/N]
【Documentation】README + provenance + seeds + pinned versions? [Y/N]
【Restricted data?】restriction explained + access path + synthetic data?
【Data-availability statement】drafted? [Y/N]
【Next】jpam-review-process

Supplementary resources

Version History

  • 1839142 Current 2026-07-05 13:53

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
d7125f7
Hash
2c76142e
Indexed
2026-07-05 13:53

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-13 14:18
浙ICP备14020137号-1 $お客様$