|
1 | 1 | --- |
2 | | -title: Preparing your files for verification |
| 2 | +title: Preparing your files for verification - details |
3 | 3 | toc: true |
4 | | -date: 2021-04-08 |
5 | | -modified: 2023-09-07 |
6 | 4 | --- |
7 | 5 |
|
8 | | -This document describes how to best **prepare a replication package** for an AEA journal. Much of the guidance here |
9 | | -is not specific to our journals - the document links to other websites for tutorials, best practices, etc. The best moment to do the preparation described here is, in fact, when you start the project, not once you have had your manuscript conditionally accepted. However, all steps here can and have been successfully performed at the point of conditional acceptance. |
10 | | - |
11 | | ->  |
12 | | -The Data Editor of the American Economic Association endorses DCAS, |
13 | | -the [Data and Code Availability Standard v1.0](https://datacodestandard.org/). The AEA's data and code availability policy is |
14 | | -compatible with DCAS. |
15 | | - |
16 | | -### Assistance |
17 | | - |
18 | | -If, in the process of preparing your replication package, you have questions that are not addressed by these guidelines, please contact us: |
19 | | - |
20 | | -- We are on [BlueSky](https://bsky.app/profile/aeadata.bsky.social), [Mastodon](https://mstdn.social/@aeadata/). |
21 | | -- Contact us via the AEA's [Contact form](https://www.aeaweb.org/contact) |
22 | | -- Reach out to the editor handling your paper, who knows how to reach us (but might also have the answer). |
23 | | -- Reach out to us directly (you know how to find us). |
24 | | - |
25 | | -### Key principle: Computational empathy |
26 | | - |
27 | | -> - Keep in mind: The replication package is meant to be run by others, who have none of the setup, packages, and data that the original author might have, on computers that may not run the same operating system. |
28 | | -> - Treat the replication package as one of the methods to convey the methods that lead to your manuscript's conclusions. Consider it a teaching tool, targeting young graduate students who may not be in your field. |
29 | | -
|
30 | | - |
31 | 6 | ### Describing the contents of your replication package with a README |
32 | 7 |
|
33 | 8 | Every replication package requires a document outlining where the data comes from, what data is provided, what requirements are needed to run the code in the replication package, how to run the code, what results to expect, and where to find the results. This is conventionally called the "README". |
|
0 commit comments