diff --git a/1a.html b/1a.html new file mode 100644 index 0000000..8de9b57 --- /dev/null +++ b/1a.html @@ -0,0 +1,60 @@ + + + + + D3 + + + + + + + \ No newline at end of file diff --git a/1b.html b/1b.html new file mode 100644 index 0000000..d92a94c --- /dev/null +++ b/1b.html @@ -0,0 +1,75 @@ + + + + + D3 + + + + + + + \ No newline at end of file diff --git a/1c.html b/1c.html new file mode 100644 index 0000000..ac6f68a --- /dev/null +++ b/1c.html @@ -0,0 +1,75 @@ + + + + + D3 + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 1c1656f..fbc0bf7 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,64 @@ # Name -write-your-name +Irfan Nadiadi # How many points have you earned? -0/100 +41/100 (Make your own calculation and replace the number 0 with the points you think you've earned.) # How many hours have you spent on this? -fill-in-your-answer +5 # What is the most difficult part about this week's challenge? -fill-in-your-answer +Working with d3 is not too hard, but it really takes a lot of time. I have quite a lot of other work to do and was unable to finish this. # Show and tell (6 points) ## Link (2 points) -[title-of-the-article](http://link-to-an-example-of-big-data-visualization-in-a-public-space) +[eCLOUD](http://www.ecloudproject.com/) ## Describe briefly the "motivation" and "intended audience" of this public visualization (4 points). -fill-in-your-answer +The eCLOUD is an art installation in San Jose International Airport, which features many polycarbonate tiles that fade from transparent to opaque states. The different tiles are activated by real-time weather data from around the world. The installation acts as art more so than a functional representation of the data, but it is still an interesting way to physically represent data. # Checkpoints (5 points x 4 = 20 points) ## 1 (5 points) -![image](image.png?raw=true) +![image](checkpoints/1a.png) + +[checkpoint1 (2a)](check1a.html) + +![image](checkpoints/1c.png) -[checkpoint1](checkpoint1.html) +[checkpoint1 (2c)](check1c.html) + +![image](checkpoints/1e.png) + +[checkpoint1 (2e)](check1e.html) ## 2 (5 points) -![image](image.png?raw=true) +![image](checkpoints/2.png) -[checkpoint2](checkpoint2.html) +[checkpoint2](check2.html) ## 3 (5 points) -![image](image.png?raw=true) +![image](checkpoints/3.png) -[checkpoint3](checkpoint3.html) +[checkpoint3](check3.html) ## 4 (5 points) -![image](image.png?raw=true) +![image](checkpoints/4.png) -[checkpoint4](checkpoint4.html) +[checkpoint4](check4.html) # Challenges @@ -58,21 +66,21 @@ fill-in-your-answer ### 1.a. (5 points) -![image](image.png?raw=true) +![image](challenges/1a.png) -[challenge1-a](challenge1-a.html) +[challenge1-a](1a.html) ### 1.b. (5 points) -![image](image.png?raw=true) +![image](challenges/1b.png) -[challenge1-b](checkpoint1-b.html) +[challenge1-b](1b.html) ### 1.c. (5 points) -![image](image.png?raw=true) +![image](challenges/challenge1c.png) -[challenge1-c](checkpoint1-c.html) +[challenge1-c](1c.html) ### 1.d. (5 points) diff --git a/challenges/1a.png b/challenges/1a.png new file mode 100644 index 0000000..2afe872 Binary files /dev/null and b/challenges/1a.png differ diff --git a/challenges/1b.png b/challenges/1b.png new file mode 100644 index 0000000..604d17b Binary files /dev/null and b/challenges/1b.png differ diff --git a/challenges/challenge1c.png b/challenges/challenge1c.png new file mode 100644 index 0000000..750a87e Binary files /dev/null and b/challenges/challenge1c.png differ diff --git a/check1a.html b/check1a.html new file mode 100644 index 0000000..acdffdc --- /dev/null +++ b/check1a.html @@ -0,0 +1,62 @@ + + + + + + D3 + + + + + + + + + diff --git a/check1c.html b/check1c.html new file mode 100644 index 0000000..4b135a2 --- /dev/null +++ b/check1c.html @@ -0,0 +1,65 @@ + + + + + + D3 + + + + + + + + + diff --git a/check1e.html b/check1e.html new file mode 100644 index 0000000..35d954d --- /dev/null +++ b/check1e.html @@ -0,0 +1,64 @@ + + + + + + D3 + + + + + + + + + diff --git a/check2.html b/check2.html new file mode 100644 index 0000000..4ea1a5d --- /dev/null +++ b/check2.html @@ -0,0 +1,66 @@ + + + + + D3 + + + + +

+ + + + \ No newline at end of file diff --git a/check3.html b/check3.html new file mode 100644 index 0000000..ae04353 --- /dev/null +++ b/check3.html @@ -0,0 +1,72 @@ + + + + + D3 + + + + +

Irfan Nadiadi

+ + + + + diff --git a/check4.html b/check4.html new file mode 100644 index 0000000..ca12081 --- /dev/null +++ b/check4.html @@ -0,0 +1,40 @@ + + + + + D3 + + + + + + + \ No newline at end of file diff --git a/checkpoints/1a.png b/checkpoints/1a.png new file mode 100644 index 0000000..313bf5f Binary files /dev/null and b/checkpoints/1a.png differ diff --git a/checkpoints/1c.png b/checkpoints/1c.png new file mode 100644 index 0000000..7047ee7 Binary files /dev/null and b/checkpoints/1c.png differ diff --git a/checkpoints/1e.png b/checkpoints/1e.png new file mode 100644 index 0000000..a3b3842 Binary files /dev/null and b/checkpoints/1e.png differ diff --git a/checkpoints/2.png b/checkpoints/2.png new file mode 100644 index 0000000..fbc797b Binary files /dev/null and b/checkpoints/2.png differ diff --git a/checkpoints/3.png b/checkpoints/3.png new file mode 100644 index 0000000..90e7d9d Binary files /dev/null and b/checkpoints/3.png differ diff --git a/checkpoints/4.png b/checkpoints/4.png new file mode 100644 index 0000000..bb947a0 Binary files /dev/null and b/checkpoints/4.png differ