跳到主要内容
知仓学习社ZHICANG

ier-replication-package

Use when assembling the data/code deposit and proof appendix for an International Economic Review (IER) manuscript under its AER-style data availabi…

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Awesome-Journal-Skills

它会碰到什么

扫了多少1 个文本文件,8 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Replication Package and Proof Appendix (ier-replication-package)

When to trigger

  • The paper has empirical, simulation, or experimental work and acceptance will hinge on a compliant deposit
  • You are at conditional acceptance and the letter asks for data, programs, and a README
  • Key proofs are scattered in the body, in footnotes, or assumed — and the appendix is not self-contained
  • A referee questions whether the results can be reproduced from what you provide
  • You need to know exactly what IER's data policy requires vs. what is optional

IER's policy, precisely

IER adopted the American Economic Review (AER) data availability policy effective January 1, 2022 (检索于 2026-06;以官网为准). The operative facts:

  • It is journal policy to publish a paper only if its data are clearly documented and readily available to any researcher for replication.
  • On conditional acceptance, authors deposit data, programs, and enough detail to permit replication in electronic form at a standard public repository the acceptance letter names, and include a data availability statement with a link to the repository in the final paper.
  • If data are proprietary or the requirement otherwise cannot be met, the Editor must be notified at the time of submission — not at acceptance.

What the deposit must contain, by paper type

| Paper type | Required in the deposit |

|------------|--------------------------|

| Econometric / simulation | Final analysis datasets; all programs; documentation of how intermediate/constructed data were created from raw sources; a README PDF describing every file's purpose and giving step-by-step replication instructions |

| Experimental | Original experimental instructions; subject eligibility/selection information; computer programs and scripts; the raw experimental data |

This is a post-acceptance deposit, not a submission-time upload — but assemble it early, because a clean package is also the most persuasive robustness evidence to a referee mid-review.

The proof appendix (the theory/structural obligation)

Because IER tilts theory/structural, the proof appendix is part of the contribution, not boilerplate. The standard a referee holds it to:

  • Self-contained. Every proof states the result, the assumptions invoked, and runs without the reader reconstructing steps. Do not prove a key result only in a footnote or by "similar to above."
  • Each formal claim has a proof or a precise citation. Lemmas used must be proved or referenced to a stated source.
  • Numerical/computational appendix. For structural work, document the solution algorithm, grids, tolerances, solver, and seeds so the counterfactual is reproducible — this complements the code deposit.
  • Online vs. main appendix. Move long proofs and secondary derivations to an online appendix to respect the ≤50-page main-text ceiling, but the main results must remain provable from the main paper plus appendix.

Why the deposit is also a mid-review asset

The AER-style deposit is formally a post-acceptance requirement, but assembling it early pays off during review, not just after. A referee who can see a clean, runnable replication package is far more likely to trust the empirical claims and the robustness section — the package is itself the strongest possible answer to "can this be reproduced?" Authors who wait until conditional acceptance to build the package often discover that constructed variables cannot be traced to raw data, or that a result depended on an undocumented manual step; finding that during review (when you can still fix it) is far better than at acceptance (when it delays publication).

Worked example (illustrative)

A structural paper's counterfactual is computed by a solver with hand-tuned starting values and an unrecorded grid. At conditional acceptance the authors try to assemble the deposit and cannot reproduce their own headline welfare number to the second decimal. The lesson IER's policy enforces: the computational appendix (algorithm, grids, tolerances, solver, seeds) is not paperwork — it is the only thing that makes the result a result rather than a one-time output. Documenting it while the code is fresh, and depositing the exact scripts, is what lets a referee — and a future reader — regenerate the number on demand.

The proprietary-data trap (flag it at submission, not acceptance)

The detail authors most often miss in IER's AER-style policy is the timing of the proprietary-data disclosure. If your data are confidential, restricted-access, or otherwise cannot be deposited for open replication, the Editor must be told at the time of submission — not when the conditional-acceptance letter arrives. Discovering at acceptance that you cannot meet the deposit requirement can stall or derail publication. So audit the data early: for every source, ask whether you can legally and practically deposit it; if not, plan the alternative the policy permits (e.g., depositing code plus access instructions, or a synthetic/derived dataset) and disclose the constraint up front.

README discipline that actually permits replication

A README that lists files is not a README that permits replication. The IER/AER standard is an ordered, runnable set of instructions: which script to run first, what raw inputs it expects, what intermediate files it produces, and how to reach each table and figure in the paper from the raw data. A reviewer or future researcher should be able to clone the repository, follow the README top to bottom, and regenerate every number. Document software versions and any manual steps (ideally eliminate manual steps entirely). For constructed variables, the chain from raw source to analysis variable must be code, not prose.

Checklist

  • [ ] If data are proprietary or restricted, the Editor is notified at submission (not acceptance)
  • [ ] Deposit planned for a standard public repository with a data availability statement + link in the final paper
  • [ ] Econometric/simulation: final data + programs + construction documentation + README PDF with replication steps
  • [ ] Experimental: instructions + subject selection info + programs/scripts + raw data
  • [ ] Constructed variables are reproducible from raw sources via documented code
  • [ ] Proof appendix is self-contained; every formal claim has a proof or a precise citation
  • [ ] Structural: solution algorithm, grids, tolerances, solver, and seeds documented
  • [ ] Long proofs/derivations in an online appendix; main results provable from paper + appendix

Anti-patterns

  • Treating the deposit as an acceptance-day chore when proprietary data should have been flagged at submission
  • A README that lists files but gives no runnable, ordered replication instructions
  • Constructed data with no code linking it back to raw sources ("data available on request")
  • A key theorem proved only in a footnote or dismissed as "analogous to the above"
  • Lemmas invoked without proof or citation
  • A structural counterfactual whose grid/solver/seeds are undocumented, so the number cannot be reproduced

Output format

【Journal】International Economic Review
【Skill】ier-replication-package
【Paper type】econometric/simulation / experimental / theory-only
【Proprietary data?】if yes, Editor notified at submission? [Y/N]
【Deposit plan】repository + data availability statement + README PDF ready? [Y/N]
【Construction docs】constructed vars reproducible from raw via code? [Y/N]
【Proof appendix】self-contained; every claim proved or cited? [Y/N]
【Computational appendix】algorithm/grids/tolerances/seeds documented? [Y/N]
【Verdict】compliant / gaps-listed
【Next skill】ier-referee-strategy

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,120
本站分层T1
该仓技能数4166
原文件路径International-Economic-Review-Skills/skills/ier-replication-package/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 4166 个技能