Skip to content

Commit

Permalink
add init files
Browse files Browse the repository at this point in the history
  • Loading branch information
greenore committed Feb 17, 2017
0 parents commit 0c4f449
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
# Ignore the following files
/videos # Too large
/project # Seperate git project
.Rproj.user
21 changes: 21 additions & 0 deletions README.md
@@ -0,0 +1,21 @@
# CS 171 - nteractive Data Visualization with D3
Professional Graduate Data Science Coursework - Fall semester 2016

## Description:
The course topics included good design practices for data visualizations, methods for visualizing from different sources, and programming of interactive web-based visualizations using D3 (Javascript).

## File Layout
The directory structure is as follows:

DIRECTORY | DESCRIPTION
--------------------|----------------------
`.` | Files such as README and gitignore
`./hw/` | The homework project files
`./labs/` | Material from the labs
`./lectures/` | Material from the lectures
`./midterm/` | Material from the midterms
`./project/` | Material from the final project
`./videos/` | Videos from the lectures and labs

## Website
You can access all the coursework etc. [here](https://greenore.github.io).

0 comments on commit 0c4f449

Please sign in to comment.