Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Simple roadmap of Course 6 classes at MIT [WIP]

Notifications You must be signed in to change notification settings

AI-at-MIT/course-6-roadmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course 6 Roadmap

Draws a simple force graph of all classes in Course 6 at MIT with directed edges indicated prerequisites.

Usage

Run

python -m SimpleHTTPServer 8000

and navigate to 127.0.0.1:8000 or localhost:8000. Uses d3.js.

TODOs

(Pull requests welcome!)

  • Color a node when hovering over it
  • Click it to reveal all parent nodes
  • Unclick node to de-color everything
  • Add class name when hovering over something
  • Make node size proportional to node's degree.

About

Simple roadmap of Course 6 classes at MIT [WIP]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.8%
  • Python 35.2%