/com-480-project-vizzybussy

What makes a great movie? Want to explore the history of all the big hits through some interactive visualizations? movievizz.xyz is the perfect place for you to get started.

Primary LanguageJupyter Notebook

Project of Data Visualization (COM-480)

🗒️ Authors

Student's name SCIPER
Maja Stamenkovic 309017
Jeremy Mion 261178
Johan Barthas 313239

Milestone 1Milestone 2Milestone 3

🎒 Milestone

📘 Milestone 1 (Friday 3rd April, 5pm)

10% of the final grade

Milestone 1 report

📙 Milestone 2 (Friday 1st May, 5pm)

10% of the final grade

Milestone2 report: MS2_VizzyBussy.pdf

Website: https://movievizz.xyz/

📗 Milestone 3 (Thursday 28th May, 5pm)

80% of the final grade

Website source code : gh-pages

Website: https://movievizz.xyz/

🎬 Screencast

See our screencast here

📖 Process book

Read our process book here

🚀 Installation

  • Clone the repo: git clone git@github.com:com-480-data-visualization/com-480-project-vizzybussy.git
  • Change branches git checkout gh-pages
  • Launch a webserver, for example: python -m http-server
  • View the website locally

The files are layout out as follows:

.
├── CNAME
├── assets (all assets for the website)
│   ├── bootstrap (Bootstrap JS and CSS)
│   ├── css (Cascading style sheets)
│   ├── external
│   │   └── jquery
│   │       └── jquery.js
│   ├── fonts (fonts)
│   ├── img (images)
│   └── js (JavaScript)
├── data (data is located here)
└── index.html