Slides for MDENet Epsilon Playground training

These are the slides for the first training event in the MDE-Net EPSRC expert network.

The latest build of the slides can be browsed online from here.

Prerequisites

In order to compile the slides, you will need to install Docker.

If you want to have the slides automatically recompile when the slides.md or slides.css files change, you will also need to install inotify-tools (Linux-specific):

sudo apt-get install inotify-tools

Compilation

To compile the slides continuously using Docker, use:

./compile.sh

To compile the slides continuously using a local installation of Pandoc, use:

./compile.sh -s

To compile the slides once using Docker, use:

./compile.sh -o

To compile the slides once using a local installation of Pandoc, use:

./compile.sh -os