- needs API key for Jira and possibly Box (to store confidential data)
- run
00_get_fields.py
if nodata/metadata/jira-fields.xlsx
file exits. Edit the file to include the desired fields, and re-upload. This will be used by the Python scripts for Jira.
- Pull from Jira (confidential) data on all reproducibility checks.
- Pull from CrossRef all the articles published in the AEA journals
- Construct the AEA DOI from the Manuscript number. This will NOT work for JEP articles.
- Combine the two lists. This is primarily to construct the same statistics for both all manuscripts handled, and the subset of manuscripts that are published.
Pull from OpenAlex, but also map to Carnegie classification (will be fuzzy match)
Using Krantz data, relate the software, and complexity/size of the repository, to the characteristics collected earlier.
docker run -it --rm -v $(pwd):/project -w /project rocker/verse /bin/bash