HCI Big Data Course - Weeks 1-6

This repository contains the first 6 weeks of the HCC Big Data Course (CSCI-4830-006), taught by Tom Yeh at CU, Fall semsester 2015.

The course consisted of exploratory analysis of large data sets and visualiztions through interactive web applications.

The format of the course was a weekly in-class team hackathon, followed by take-home team and individual learning challenges.

Web Application

The results of the hackathons and learning challenges for the first six weeks can be viewed at gitbook.

Technologies

  • JavaScript
  • Lodash
  • nunjuncks
  • SVG
  • Tableau
  • HTML & CSS
  • MongoDB

Data Sets

  • GitHub Issues, Users & Repositories
  • CU Faculty Course Questionaire
  • FAA Wildlife Strike Database
  • Smithsonian Global Volcanoe List
  • Android APP Listing Detail

Data Formats

  • json, excel, csv

HCC Big Data README.md

book

Everything I've done and learned from the Big Data HCI course

Install

Run this to install dependencies

$ npm install

Development

Run the serve to preview locally

$ gitbook serve

Deployment

Build

$ gitbook build

Commit

$ git add _book

$ git commit -m -a 'a commit message'

Upload

$ git subtree push --prefix _book origin gh-pages

The updated book should be visible at [your-github-id].github.io/book