openrefine-dm-practices
April 19, 2021 ยท View on GitHub
This lesson has been developed as a part of the NBIS course Introduction to Data Management Practices and is modified from the Carpentries lessons on OpenRefine for social scientists and OpenRefine ecology lesson.
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