Things you can do on your own:
- Write your own README
- How to run your software
- Try out a cloud service
- Versioning (using Github and creating releases)
- Licensing
- Depositing a replication package
2023-09-26
Things you can do on your own:
Part 1:
guides a reader through the available material and a route to replicating the results in the research paper, including
It contains information about the sources of data used in the replication package, in addition to or instead of such detailed description in the manuscript.
These may include
For simple replication packages, may appear to be trivial (a laptop and some common software)
What if requirement is expensive commercial software and a super computer cluster?
In order to assess the complexity of the task of replicating, authors should specify each of the following elements:
The README is strongly suggested, but sometimes ignored.
You should nevertheless treat all replication packages as if they should have had the same information, easily accessible.
Important: The information should describe ALL data used, regardless of whether they are provided as part of the replication archive or not, and regardless of size or scope.
For instance, if using GDP deflators, the source of the deflators (e.g. at the national statistical office) should also be listed here.
Data sources translate into datasets. Ideally, the README lists them:
What do you need to run the analysis?
You will need to figure out if you can do it
Portions of the code were last run on a 12-node AWS R3 cluster, consuming 20,000 core-hours.
This should provide some details, but ideally:
In many of the READMEs you will see, not everything is as clear as what we just outlined.
Things you can do on your own: