alan-turing-institute / rds-course

Materials for Turing's Research Data Science course
https://alan-turing-institute.github.io/rds-course/
31 stars 13 forks source link

Define content format and host platform #6

Closed gmingas closed 3 years ago

gmingas commented 3 years ago

We need to decide if the content will be in the same format as the RSE course or if we want to use a different one and potentially some other platform to facilitate DS work.

gmingas commented 3 years ago

Notebooks will be used for code initially for prototyping.

We could use the Carpentries platform as it is more polished but could also use the RSE course format.

jack89roberts commented 3 years ago

Carpentries template: https://github.com/carpentries/lesson-example

Depending on whether the template counts as software or instructional material it's either MIT licensed or Creative Commons Attribution licensed, either way should be fine for us to use and modify.

gmingas commented 3 years ago

Jupyter Books is a good way to present training content as it looks nice and allow to have code that you can run with Binder. We should seriously consider it for the RDS course. Example here: https://alan-turing-institute.github.io/rrp-selfassessment/bias/project-biases.html

gmingas commented 3 years ago

A JB template wIll be created, see #17