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

jape-replication-and-data-policy

Use when assembling the mandatory JAE Data Archive deposit for an accepted Journal of Applied Econometrics paper — plain-ASCII/CSV data with a readm…

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

它会碰到什么

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

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

技能内容

Replication & Data Policy for JAE (jape-replication-and-data-policy)

Use this from day one, not only after acceptance — the deposit is the journal's signature norm.

When to trigger

  • Preparing the data/code deposit for an accepted JAE paper
  • Handling confidential or restricted data under JAE's policy
  • Auditing whether your package meets the archive's format rules before deposit

The signature requirement

JAE's defining norm: authors of accepted papers must deposit a complete set of the data used onto the Journal's Data Archive, unless the data are confidential. The archive has held data for all papers accepted since January 1994 and also stores programs, technical appendices, and supplementary material. Hosted at Queen's University (1994–2022, maintainer J. G. MacKinnon), it moved to ZBW's Journal Data Archive (journaldata.zbw.eu) in 2022 (~1,487 datasets).

Format rules (do not get this wrong)

  • Every dataset needs a plain-text ASCII readme (source, variables, units, provenance).
  • Data must be plain ASCII / CSV. Proprietary binary (Stata .dta, SAS) is NOT acceptable on its own — export to documented CSV/TXT.
  • Supply the programs that replicate the results, ordered so a master script runs end to end from raw inputs to every exhibit; note software/version and seeds.

Confidential-data exception

If data are confidential, still provide a readme describing the data and its source in enough detail that others can apply for access, and ideally the extraction programs. Responsibility for permission rests with the investigator. Note proprietary data in the cover letter/paper.

Deposit assembly order

Build the package in this sequence — each step catches a different failure class before the archive does:

  1. Export every input the paper touches to documented CSV/TXT; delete nothing from the pipeline that an exhibit needs.
  2. Freeze the environment: software names, versions, OS, package list, and all seeds, written into the readme.
  3. Cold-run the master script in a clean directory on a second machine; diff regenerated tables against the accepted manuscript digit by digit.
  4. Strip absolute paths, credentials, and licensed raw files you may not redistribute (replace with extraction code + access instructions).
  5. Name files so the mapping is mechanical: table1.csv, fig2_data.txt, programs that announce which exhibit they build.

readme.txt skeleton for the archive deposit

README for [Author(s)], "[Title]", Journal of Applied Econometrics
1. Data files: [name] — source, sample span, units, variable list
2. Provenance: where each series was obtained; access date; license
3. Programs: run order; master script; software + version; seeds
4. Mapping: program → table/figure in the published paper
5. Confidential components: description + how to apply for access
Contact: [author email]

Plain ASCII, no markup — the archive's own holdings are flat text and the readme should match.

Replication Articles and the archive trail

JAE's dedicated replication track exists because the archive makes published results re-runnable. If you are submitting to it: pick a prominent target paper, obtain its archived (or otherwise public) data and code, and report what you find whether it confirms, qualifies, or overturns — negative replications are explicitly in scope. Separate three failure sources in your write-up: data revisions since the original, implementation/coding differences, and genuine fragility of the result. Confirm current track-specific instructions against the journal's author guidelines before submitting.

Deposit pitfalls that bounce packages

  • A .dta or SAS file with no CSV/TXT sibling — violates the archive's plain-text rule outright.
  • Readme describes an earlier draft's tables; the accepted version renumbered them.
  • Bootstrap or simulation results that drift run-to-run because a seed was never set.
  • "Data available on request" used where the data are merely inconvenient, not confidential — the exception is for genuinely restricted data, and the investigator carries the permission burden.

Output format

【Data】complete non-confidential set deposited? [Y/N]
【Format】plain ASCII/CSV + readme, no bare .dta/SAS? [Y/N]
【Programs】replicate every result; master script runs? [Y/N]
【Cold-run】clean-machine rerun matches published digits? [Y/N]
【Confidential】readme + access path + extraction programs? [Y/N/NA]
【Host】ZBW Journal Data Archive (journaldata.zbw.eu)

Supplementary resources

  • [../../resources/official-source-map.md](../../resources/official-source-map.md) — Data Archive instructions, host history, format rules
  • [../../resources/external_tools.md](../../resources/external_tools.md) — exporting to text, master scripts, environment capsules

想直接用这个技能?

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

它属于哪个仓库

星标★ 1,120
本站分层T1
该仓技能数4166
原文件路径Journal-of-Applied-Econometrics-Skills/skills/jape-replication-and-data-policy/SKILL.md

同一个仓库里的其他技能

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