Computo (computo-journal.org) is a diamond open-access journal at the intersection of computational and statistical methods. This repository belongs to the computorg organization; how you contribute depends on what kind of repository you're in.
If you're an author preparing a submission:
- Create your repository from one of the official templates:
template-computo-R,template-computo-python, ortemplate-computo-julia. - Follow the author guidelines: edit the
.qmdfile and the metadata in_quarto.yml, freeze dependencies (renv,environment.yml, orProject.toml), and make sure the CI workflow renders the manuscript successfully. - Submit the PDF and a link to your repository on OpenReview.
If you've accepted a review invitation, see the reviewer guidelines. Reviews are conducted on OpenReview and evaluate scope, clarity, correctness, adequacy of evaluation, and reproducibility — reviewers are expected to actually run the authors' code, not just read it.
For contributions to the Computo tooling itself (the Quarto extension, submission templates, or automation scripts):
- Open an issue first to discuss non-trivial changes before submitting a pull request.
- Fork the repository and submit a pull request against
main. - Make sure
quarto rendersucceeds locally before opening the PR.
For anything not covered above, contact contact@computo-journal.org.