talks
Data source:
https://csvconf.com/
1 row
where abstract = "This talk will provide an overview of the course I'm currently teaching at Bennington College called Data & Social Justice. I'll outline some of the issues my students have been organizing around, as well as techniques they've developed for doing outreach, using data visualization to support their causes, and describing how I've supported their efforts through my own faculty activism. n.b., I'm only halfway through the semester, but there is already plenty of material for a talk.", day = "May 8 2019" and image = "https://csvconf.com/img/speakers-2019/dphiffer.jpg" sorted by rowid
✎ View and edit SQL
This data as JSON, CSV (advanced)
image
✖
- https://csvconf.com/img/speakers-2019/dphiffer.jpg · 1 ✖
abstract
✖
- This talk will provide an overview of the course I'm currently teaching at Bennington College called Data & Social Justice. I'll outline some of the issues my students have been organizing around, as well as techniques they've developed for doing outreach, using data visualization to support their causes, and describing how I've supported their efforts through my own faculty activism. n.b., I'm only halfway through the semester, but there is already plenty of material for a talk. · 1 ✖
Link
|
rowid ▼
|
title
|
speaker
|
time
|
day
|
room
|
url
|
datetime
|
abstract
|
image
|
6 |
6 |
Data & Social Justice |
Dan Phiffer |
11:00 AM |
May 8 2019 |
Main Sanctuary |
https://csvconf.com/speakers/#dan-phiffer |
2019-05-08T11:00:00 |
This talk will provide an overview of the course I'm currently teaching at Bennington College called Data & Social Justice. I'll outline some of the issues my students have been organizing around, as well as techniques they've developed for doing outreach, using data visualization to support their causes, and describing how I've supported their efforts through my own faculty activism. n.b., I'm only halfway through the semester, but there is already plenty of material for a talk. |
https://csvconf.com/img/speakers-2019/dphiffer.jpg |
CREATE TABLE [talks] (
[title] TEXT,
[speaker] TEXT,
[time] TEXT,
[day] TEXT,
[room] TEXT,
[url] TEXT,
[datetime] TEXT,
[abstract] TEXT,
[image] TEXT
)