diff --git a/README.md b/README.md index da30504..775c0f1 100644 --- a/README.md +++ b/README.md @@ -14,36 +14,6 @@ The website is available [here](https://com-480-data-visualization.github.io/pro **10% of the final grade** -This is a preliminary milestone to let you set up goals for your final project and assess the feasibility of your ideas. -Please, fill the following sections about your project. - -*(max. 2000 characters per section)* - -### Dataset - -> Find a dataset (or multiple) that you will explore. Assess the quality of the data it contains and how much preprocessing / data-cleaning it will require before tackling visualization. We recommend using a standard dataset as this course is not about scraping nor data processing. -> -> Hint: some good pointers for finding quality publicly available datasets ([Google dataset search](https://datasetsearch.research.google.com/), [Kaggle](https://www.kaggle.com/datasets), [OpenSwissData](https://opendata.swiss/en/), [SNAP](https://snap.stanford.edu/data/) and [FiveThirtyEight](https://data.fivethirtyeight.com/)), you could use also the DataSets proposed by the ENAC (see the Announcements section on Zulip). - -### Problematic - -> Frame the general topic of your visualization and the main axis that you want to develop. -> - What am I trying to show with my visualization? -> - Think of an overview for the project, your motivation, and the target audience. - -### Exploratory Data Analysis - -> Pre-processing of the data set you chose -> - Show some basic statistics and get insights about the data - -### Related work - - -> - What others have already done with the data? -> - Why is your approach original? -> - What source of inspiration do you take? Visualizations that you found on other websites or magazines (might be unrelated to your data). -> - In case you are using a dataset that you have already explored in another context (ML or ADA course, semester project...), you are required to share the report of that work to outline the differences with the submission for this class. - ## Milestone 2 (26th April, 5pm) **10% of the final grade** @@ -53,6 +23,18 @@ Please, fill the following sections about your project. **80% of the final grade** +### Screencast + +The screencast is available [here](). + +### Technical setup + +The website uses basic javascript and html/css. The data are stored in the `data` folder. The website is hosted on github pages. +We use the following libraries: +- [d3.js](https://d3js.org/) +- [globe.gl](https://vasturiano.github.io/globe.gl/) +- [fullpage.js](https://alvarotrigo.com/fullPage/) + ## Late policy