This repository contains the code for generating dsba5122-fall2019.netlify.com.
This course was originally forked from Andrew Heiss' MPA 635 Data Visualization. A previous version of this course was taught in Spring 2019.Many of the resources were used (and many added too) and like Andrew's repo, this course is provided under CC BY-NC-SA 4.0.
Much thanks goes to the many open source contributors of the course materials (directly or inspired by their work):
- Andrew Heiss
- Michael Friendly
- Allison Hill
- Thomas Lin Pedersen
- Jenny Bryan
- Matthew Kay
- Garrick Aden-Buie
- David Robinson
- Davis Vaughn
- Jessica Hullman
- Robert Kosara
- Mike Kearney
- Emil Hvitfeldt
- Julia Silge
- Chester Ismay
- David Schoch
- Tyler Bradley
This site uses Andrew's custom ath-tufte-hugo_18-19
theme as a submodule.
When cloning for the first time, use this command to get the theme too:
git clone --recursive https://github.com/andrewheiss/ath-tufte-hugo_18-19.git
To get the theme later, use this command:
git submodule add \
https://github.com/andrewheiss/ath-tufte-hugo_18-19.git \
themes/ath-tufte-hugo_18-19
To update to the latest version of the theme, use:
git submodule update --recursive --remote
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License