Part 2 of the module Data Analysis 2 : Introduction to Linux data processing.
Login to your university unix server and run the following script:
wget https://raw.githubusercontent.com/koulali/CEG2722/main/startup/make_ceg2722.sh
chmod +x make_ceg2722.sh
./make_ceg2722.shThe practical instructions are available:
reveal-md slides.md --css style.css
to generate a static version
reveal-md slides.md --static docs --static-dirs=img,pkg
Use make serve to start a server at http://localhost:8000. The page will automatically reload the page when you update any of the files in the repository.
The slides were made using reaveal-md and the theme was inspired by Leonardo Uieda's template.