PolyPaper/repo_meta.json

36 lines
935 B
JSON
Executable File

{
"brand": "PolyPaper",
"repo_name": "PolyPaper",
"url": "https://example.org/polypaper",
"contact_email": "you@example.org",
"license": "MIT",
"code_archive_doi": "10.5281/zenodo.0000000",
"data_availability": "All data needed to evaluate the conclusions are available within the paper and its Supplementary Materials.",
"data_links": [
{
"label": "Zenodo dataset",
"url": "https://zenodo.org/record/0000000"
},
{
"label": "OSF project",
"url": "https://osf.io/xxxxx/"
}
],
"software_env": {
"python": ">=3.10",
"packages": [
"matplotlib",
"numpy"
],
"latex": [
"latexmk",
"biber"
]
},
"repro_instructions": [
"Install TeX (with latexmk and biber).",
"Ensure Python and Matplotlib are installed.",
"Run `make VENUE=arxiv` to build the paper.",
"Run `make supplement VENUE=arxiv` to build the supplement."
]
}