codecheckers / register

Register of CODECHECK certificates
https://codecheck.org.uk/register/
Other
6 stars 2 forks source link

Reproducibility Reviews AGILE 2020 #25

Closed nuest closed 4 years ago

nuest commented 4 years ago

There are six papers that underwent a successful reproducibility review as part of the AGILE conference 2020. See the proceedings at https://agile-giss.copernicus.org/articles/1/index.html (including information about the review process). See also the report for the 2020 review at https://docs.google.com/document/d/1JHCQV7GP3YkKwp0Nii3dt3p3Y45hU56Xz2cr-xJVz34/edit#heading=h.bn7c2s1mem9m

The reports are published as components of a parent OSF project: https://osf.io/6k5fh/

Certificate: 2020-018 to 2020-023

Here are the report titles, DOIs to the report repos, direct link to the report, and respective certificate IDs, and the GH repo:


Decisions

Tasks

nuest commented 4 years ago

@sje30 are you fine with the following shortcoming(s)?

  1. The codecheck.yml will have a placeholder manifest, because the manifest was not a requirement in the AGILE reproducibility review - see example below. Alternatively, we could relax the requirement in the specification (i.e. make manifest not mandatory), but I feel like the below is more expressive.
---
version: https://codecheck.org.uk/spec/config/1.0/

manifest:
  - file: NA
    comment: "The AGILE 2020 Reproducibility Review did not include manifest documentation, see https://github.com/codecheckers/register/issues/25"

paper:
  title: "Integrating cellular automata and discrete global grid systems: a case study into wildfire modelling"
  authors:
    - name:  Majid Hojati
      ORCID: 0000-0001-7350-0055
    - name:  Colin Robertson
  reference: https://doi.org/10.5194/agile-giss-1-6-2020

codechecker:
  - name: Daniel N.
    ORCID: 0000-0002-0024-5046

report: https://doi.org/10.17605/OSF.IO/ZTC7M
summary: |
    The check was straightforward as all material was provided and documented well, but computations took about 3 hours to run.
repository: https://github.com/reproducible-agile/AGILECA
check_time: "2029-07-13 11:32:00"
certificate: 2020-018
  1. The certificate IDs are not included in the actual report document.
sje30 commented 4 years ago

hi Daniel, I'm happy with the workaround about NA for manifest. I'd prefer keeping the manifest compulsory for what we do normally. This is a nice edge case that we can refer to in the paper as "adapting" to different reviews.

sje30 commented 4 years ago

so, I say go for it, and fold it in!