/presentation-20130412

Presentation on Visual Analytics given at CISML on 2013/04/12

Primary LanguageJavaScriptMIT LicenseMIT

Presentation at The Center for Intelligent Systems and Machine Learning (CISML) on 2013/04/12 on Visual Analytics.

Presentation created using revealjs.

Build

To build the jade templates, run grunt:

./node_modules/grunt/bin/grunt

To create and push the presentation to the gh-pages branch:

git checkout --orphan gh-pages
git add .
git commit -m 'initial commit on gh-pages'
git push origin gh-pages