agarciadom / epsilon-integration-mdenet-training

Slide deck for a training session on integrating Epsilon with Java programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slides for MDENet Epsilon Playground training

These are the slides for the second Epsilon 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

About

Slide deck for a training session on integrating Epsilon with Java programs


Languages

Language:JavaScript 76.7%Language:SCSS 22.4%Language:CSS 0.7%Language:Shell 0.3%