diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..a5e0434 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,28 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Attach to Edge", + "port": 9222, + "request": "attach", + "type": "pwa-msedge", + "webRoot": "${workspaceFolder}" + }, + { + "name": "Launch Edge", + "request": "launch", + "type": "pwa-msedge", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, + { + "type": "pwa-chrome", + "request": "launch", + "name": "Open index.html", + "file": "c:\\Users\\lilyg\\Downloads\\data viz\\final\\index.html" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 69875d8..3207679 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,6 @@ Final Project - Interactive Data Visualization === -The key learning experience of this course is the final project. -You will design a web site and interactive visualizations that answer questions you have, provide an exploratory interface to some topic of your own choosing, or take on a more ambitious experiment than A3. -You will acquire the data, design your visualizations, implement them, and critically evaluate the results. - -The path to a good visualization is going to involve mistakes and wrong turns. -It is therefore important to recognize that mistakes are valuable in finding the path to a solution, to broadly explore the design space, and to iterate designs to improve possible solutions. -To help you explore the design space, we will hold events such as feedback sessions in which you propose your idea and initial designs and receive feedback from the class and staff. - -Proposals / Idea Generation ---- - -Submit project ideas using [this Google Form](https://docs.google.com/forms/d/e/1FAIpQLSepaCzjEq9AXwmJ8mJ-06ytkQUuLI1Z2QF5KGyhVnKaxBI-mA/viewform?usp=sf_link). - -You're encouraged to submit many ideas-- staff will help you identify the most promising ones and possible roadblocks. - -Please stick to 1-4 folks per team. - Final Project Materials --- For your final project you must hand in the following items. diff --git a/index.html b/index.html new file mode 100644 index 0000000..d576633 --- /dev/null +++ b/index.html @@ -0,0 +1,218 @@ + + + + + + + + + +

Gen 1 Pokemon by Type

+ + + + + + diff --git a/lgarfinkel-process book.pdf b/lgarfinkel-process book.pdf new file mode 100644 index 0000000..65a9f76 Binary files /dev/null and b/lgarfinkel-process book.pdf differ diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29