expfactory/experiments

Requirements for config.json

vsoch opened this issue · 1 comments

vsoch commented

These are relatively simple to provide, so it should be reasonable.

Required

  • exp_id: must not yet exist for all expfactory experiments, alphanumerical / _ and - allowed.
  • url: the repository where the code is maintained
  • description: tell us what it is
  • time: estimated time to complete experiment, in minutes

Optional

  • contributors: a list of contributor names
  • cognitive_atlas_task_id: if relevant
  • notes: any additional notes
  • template: a html/framework template, if relevant
  • reference: references, if this is important to you

These will be checked in the CI, and added to the CONTRIBUTING.md document.

vsoch commented

This is also done.