Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Latest commit

 

History

History
90 lines (62 loc) · 7.41 KB

WEEK_03.md

File metadata and controls

90 lines (62 loc) · 7.41 KB

WEEK 03: FEB 11 2019

Reflect: Seeing Our Data Selves

This week in Quant Humanists we will be thinking about the role of visualization and representation as a way to learn about yourself. In a 2013 Pew Research Center Internet & American Life Project Survey, it was found that 69 % of Americans keep track of health data for themselves or another person, of this 47% do this tracking “in their heads,” 33% on pen and paper, and 20% via a digital surrogate or technology. We look at various methods for getting to know yourself through your data such as through hand drawn visualizations, digital/interactive charts and maps, and alternative expressions of data.

We dedicate a majority of this class to work through building our own custom data collection and visualization web application. We will work through and discuss together the conceptual and technical details of implementing this application.

Sketch of a data collection and visualization web application

MATERIALS

AGENDA

  • Attendance
  • Assignment reviews
    • paired feedback
  • Discussion
    • Project Highlight
    • Assignment #3 Overview
    • Web Applications and APIs
    • Web Frameworks
    • Assignmeent #3 up and running
  • Tutorial Overview:
    • Your first full-stack ✨ web application using Feathers.js and P5.js
  • Assignment #3

READINGS

Supplemental Resources

ADDITIONAL RESOURCES

ASSIGNMENT 3 (DUE: WEEK 04, 25 FEB 2019)

You will have 2 weeks to do this assignment!

This week you will follow the workshop link below to create your own personal data collection and visualization platform.

Assignment details:

You must do at least one of the following:

  • change the data model or create a new collection: Change the data model by changing the properties in the data model src/models/feelings.model.js. Alternatively you may create an entirely new database by doing feathers generate service and developing another database in which to create your new data collection.
  • create your own visual encodings: with the current data structure or with your newly added database collection and data model, come up with intriguing and meaningful ways to visualize that data. You may use the existing structure of the "small multiples" which show each entry or change up that structure entirely. The key is that you make a GET request to your database and pull data dynamically.

NOTE: You do not need to deploy this application to the web if you do not want to, but you must document your work in a blog post. If you do want to deploy this application to the web - you should totally do it! Very much encouraged! See section: https://joeyklee.github.io/my-data-feelings/#/deploy

NOTE: Please structure your blog post submissions according to the assignment template here: Quant Humanist - assignment template