Open Science and FAIR

April 19, 2021 ยท View on GitHub

The instructional content is an adaptation of previous works as detailed in LICENSE.md.

To build this lesson

Install dependencies

conda env update -n name-of-your-env -f environment.yml
conda activate name-of-your-env
gem install bundler
bundle install

Build lesson

conda activate name-of-your-env
bundle exec jekyll build

Preview lesson locally

$ conda activate name-of-your-env
$ bundle exec jekyll serve

Contents

  1. 1Install dependencies
  2. 2Build lesson
  3. 3Preview lesson locally