https://github.com/com-480-data-visualization/projet-2024-ljc
https://github.com/com-480-data-visualization/projet-2024-ljc
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/com-480-data-visualization/projet-2024-ljc
- Owner: com-480-data-visualization
- Created: 2024-03-25T15:19:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T23:10:53.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T02:35:46.540Z (almost 2 years ago)
- Language: Jupyter Notebook
- Homepage: https://com-480-data-visualization.github.io/projet-2024-ljc/
- Size: 5.59 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project of Data Visualization (COM-480)
| Student's name | SCIPER |
| ---------------- | ------ |
| Julie Korber | 300467 |
| Clara Tavernier | 302586 |
| Louise Font | 301847 |
[Milestone 1](#milestone-1) • [Milestone 2](#milestone-2) • [Milestone 3](#milestone-3)
## Milestone 1 (29th March, 5pm)
**10% of the final grade**
You can find our milestone 1 pdf [here](milestones/Milestone_1.pdf).
## Milestone 2 (26th April, 5pm)
**10% of the final grade**
You can find our milestone 2 pdf [here](milestones/Milestone_2.pdf).
## Milestone 3 (31st May, 5pm)
**80% of the final grade**
- You can find the website [here](https://com-480-data-visualization.github.io/projet-2024-ljc/).
- You can find our process book [here](milestones/Process-book.pdf).
- You can find our screencast [here](https://youtu.be/0vfOaEJjark).
Concerning the structure of our code and where to find all the necessary information :
- in `website/js`: you can find all the JavaScript files that contain the code to the graphs of our website.
- in `website/styles`: you can find all the CSS scripts by theme of the website to see how the visual styling was implemented.
- in `website` in general are all htlm files containing the script for the structure of the website, by part again.
- all images used and inserted are to be found in `website/img`and all the data we have used to produce the graphs is available in `data`.