Critical Data Overload: Introduction

Plan for the day

Introduction

What

Why

How

Thinking about data

Examples

Gathering data

Working with web data

Craigslist example

Homework

Critical Data Overload: Introduction


Plan for the day


This morning:


This afternoon:


Introduction


Pierre Depaz ( pierredepaz.net )

political science, game design, comparative literature

i'm curious about how code affects our ways of thinking and acting.


You ? Name, experience with programming, why did you come to this workshop?


What


This workshop focuses on critically thinking about data through direct engagement.

Collecting datasets to better understand what it is, where it comes from, and what it can mean.


Why


To provide concrete answers to some questions:

(also as a starting point for Helin's class next semester)


How

Until Monday, we will collaboratively build new corpora of online data.

  1. Identifying ways to think about data as a kind of corpus (research, conceptual thinking)
  2. Using the technical tools to acquire this data, and render it usable (programming, JS, Python)
  3. Reflecting on how to interface this data (sketching)

Thinking about data


What is data?


Data is a pattern of symbols which can be made meaningful.


What is metadata?


Data is the new oil?


Data as the by-product of systems: data vs. capta.


What is the difference between data and information?


The mathematical theory of communication and the disappearance of meaning.


What agency do we have when faced with a deluge of data? How do we make sense of it?


Data is the raw material of digital technologies. It only becomes information through representation, which facilitates interpretation.


Examples


Politics:

Visual Culture:

Multimedia:

Misc:


Critical data explorations is shaping a material to represent something about a system (critically, poetically, both)


MAHLZEIT


Gathering data


Scraping is the process of taking apart a webpage.

If you see it on your browser, it's already in your computer.


Interfacing is the process of asking for data from a specialized service (an Application Programming Interface)


Both can be automated!


Working with web data


Data markups

some text

Anatomy of a webpage a.k.a Developer Tools are your best friends!

(please don't use safari)


Craigslist example


First things first, installing tools:


  1. Analysis
  2. Testing
  3. Navigating

Analysis


Testing


Navigating


_Exercise

find a news website and extract all the headlines you can find with one or more particular words (e.g. "says", "trial").


Homework