Skip to content

Commit deb3904

Browse files
author
auchers
committed
create intitial file structure
1 parent b34face commit deb3904

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+67981
-2
lines changed

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# Interactive-Data-Vis-Fall2021
2-
Course material for DATA 73200 (Interactive Data Visualization)
1+
# CUNY-Fall-2020
2+
3+
Course material for Interactive Data Visualization (DATA 73200) taught at CUNY Spring Semester, 2021. This repository contains the starter code for each of the 7 tutorials on the `/main` branch, the code built in live coding sessions from class will be released each week on the `/class` branch, and demo code (which includes additional helpful code for the tutorial) will be released after the class on the `/demo` branch.
4+
5+
After all [installations](./tutorial0_serve/1_INSTALL.md), [git setup](./tutorial0_serve/GIT_SETUP.md), and the [local serve](./tutorial0_serve/BASIC_SERVER.md) instructions in the first tutorial folder (`./tutorial0_serve/`), you're ready to start creating awesome visualizations 🎉!
6+
7+
## List of Tutorials
8+
9+
Code for each tutorial will be released on the week that we cover that topic. The demo code that will help in the tutorial **will be pushed to a `demo` branch**. The class code **will be pushed to a `class` branch**.
10+
11+
| Tutorial | Topic | Starter Code | Demo Code | Class Code |
12+
| ------ | ----- | ------ | ----- | ----- |
13+
| Tutorial 0 | Serve | [/tree/main](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/main/tutorial0_serve) | [/tree/demo](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/demo/tutorial0_serve) | [/tree/class](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/class/tutorial0_serve)
14+
| Tutorial 1 | Introduction | [/tree/main](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/main/tutorial1_intro) | [/tree/demo](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/demo/tutorial1_intro) | [/tree/class](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/class/tutorial1_intro) |
15+
| Tutorial 2 | Quantities and Amounts | [/tree/main](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/main/tutorial2_quantities_and_amounts) | [/tree/demo](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/demo/tutorial2_quantities_and_amounts) | [/tree/class](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/class/tutorial2_quantities_and_amounts) |
16+
| Tutorial 3 | Distributions | [/tree/main](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/main/tutorial3_distributions) | [/tree/demo](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/demo/tutorial3_distributions) | [/tree/class](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/class/tutorial3_distributions) |
17+
| Tutorial 4 | Timeseries | [/tree/main](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/main/tutorial4_timeseries) | [/tree/demo](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/demo/tutorial4_timeseries) | [/tree/class](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/class/tutorial4_timeseries) |
18+
| Tutorial 5 | Geographic | [/tree/main](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/main/tutorial5_geographic) | [/tree/demo](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/demo/tutorial5_geographic) | [/tree/class](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/class/tutorial5_geographic) |
19+
| Tutorial 6 | Hierarchical | [/tree/main](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/main/tutorial6_hierarchical) | [/tree/demo](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/demo/tutorial6_hierarchical) | [/tree/class](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/class/tutorial6_hierarchical) |
20+
| Tutorial 7 | State Management | [/tree/main](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/main/tutorial7_state_management) | [/tree/demo](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/demo/tutorial7_state_management) | [/tree/class](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Sp2021/tree/class/tutorial7_state_management) |

data/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Data Sources for Tutorials
2+
3+
| source | format | reference | notes |
4+
| ----------------------------------------------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
5+
| [Pre-Class Survey Results](surveyResults.csv) | csv | results taken from google form sent out before semesters start | |
6+
| [Squirrel Activities](squirrelActivities.csv) | csv | [results taken from nyc open data](https://data.cityofnewyork.us/Environment/2018-Squirrel-Census-Fur-Color-Map/fak5-wcft), in [conjunction with the Squirrel Census](https://www.thesquirrelcensus.com/) | |
7+
| [Politicians' Environmental Ratings](environmentRatings.json) | json | [LCV Environmental�Earth� Score](https://scorecard.lcv.org/members-of-congress) combined with [GovTrack Ideology Score](https://www.govtrack.us/congress/members/report-cards/2018/house/ideology) | Researched, Cleaned, and compiled by Ellie Frymire |
8+
| [Population Growth Over Time](populationOverTime.csv) | csv | [Gap Minder](https://www.gapminder.org/data/documentation/gd003/) via [Our World In Data](https://ourworldindata.org/world-population-growth) | |
9+
| [US GeoJson](usState.json) | geojson | [Eric Tech](https://eric.clst.org/tech/usgeojson/) via [US Census Shapefiles](https://www.census.gov/geographies/mapping-files/time-series/geo/carto-boundary-file.html) | |
10+
| [Unusually Hot Temperatures](usHeatExtremes.csv) | csv | [EPA and NOAA](https://www.epa.gov/climate-indicators/climate-change-indicators-high-and-low-temperatures) | "The term ?unusually hot? refers to a daily maximum temperature that is hotter than the 95th percentile temperature during the 1948?2015 period." |
11+
| [TV Shows and Movies listed on Netflix](netflix_titles_with_genres.csv) | csv | [Kaggle](https://www.kaggle.com/shivamb/netflix-shows/data#) | Some manipulation was done to add a 'genre' column based on the 'listed_in' column |
12+
| [Flare Library](flare.json) | json | [Observable](https://observablehq.com/collection/@d3/d3-hierarchy) | The file is references in most observables using hierarchical data. "Flare" is an old adobe flash library for data visualizations. |
13+
| [ACS Data](statePopulations.csv) | csv | [Census Data Website](https://data.census.gov/cedsci/table?g=0100000US.04000.001&hidePreview=false&t=Population%20Total&tid=ACSDP1Y2010.DP05&vintage=2010&tp=true) | |

0 commit comments

Comments
 (0)