From 0f97931cf7c47ec7e0cba2b3814af4dd71c2e1ad Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Tue, 3 Jan 2023 09:59:17 -0500 Subject: [PATCH 01/20] update brainstorm doc --- finalproject/brainstorm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finalproject/brainstorm.md b/finalproject/brainstorm.md index a6cdf36..a4978e5 100644 --- a/finalproject/brainstorm.md +++ b/finalproject/brainstorm.md @@ -72,6 +72,6 @@ https://hansolbach.github.io/frontend/INDEX.html | [github](https://github.com/h ## Assignment Do some exploration and fill out this form: -https://docs.google.com/forms/d/e/1FAIpQLSf770hC0E-HxPtKgQXu8n3UMtn92LIfOPKrtdotdKIoUPqGZg/viewform +https://docs.google.com/forms/d/e/1FAIpQLSdl75yAkoRPH604lO6ADuVZDw1iscTMgPn_lbIWs1qM-vAfiA/viewform Leave a note in #section_a or #section_b slack channel with an idea for a dataset and/or visualization that you have researched. From 69f733f5bf4559c7e3d7e0a726a065ad3fee47bd Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Tue, 3 Jan 2023 11:15:54 -0500 Subject: [PATCH 02/20] blocks are broken --- finalproject/brainstorm.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/finalproject/brainstorm.md b/finalproject/brainstorm.md index a4978e5..cca5531 100644 --- a/finalproject/brainstorm.md +++ b/finalproject/brainstorm.md @@ -16,11 +16,12 @@ To visualize the data you've selected, we'll be using [Data Driven Documents in You can find example D3 visualizations at the following places, but I'd also encourage you to google around. They're all over the internet! -- http://bl.ocks.org/mbostock (Mike Bostock created D3JS, these are his examples) -- http://bl.ocks.org/ (same website, examples by different people) - https://d3js.org/ - http://christopheviau.com/d3list/gallery.html - https://github.com/d3/d3/wiki/Gallery + In this course you won't be asked to create your own D3 visualization (unless you want to try!). We will however, select an example visualization, and learn enough code to tweak it to suit the needs of your dataset. You will also manipulate the data in your dataset to fit the format that the visualization requires. From c72bb3a00a25e9ab935d93829f16159c5122eb92 Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Tue, 3 Jan 2023 11:16:28 -0500 Subject: [PATCH 03/20] Update brainstorm.md --- finalproject/brainstorm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/finalproject/brainstorm.md b/finalproject/brainstorm.md index cca5531..611a09e 100644 --- a/finalproject/brainstorm.md +++ b/finalproject/brainstorm.md @@ -17,6 +17,7 @@ To visualize the data you've selected, we'll be using [Data Driven Documents in You can find example D3 visualizations at the following places, but I'd also encourage you to google around. They're all over the internet! - https://d3js.org/ +- https://observablehq.com/@d3/gallery - http://christopheviau.com/d3list/gallery.html - https://github.com/d3/d3/wiki/Gallery