sessions

Data source: OpenNews/srccon-2020 · About: simonw/srccon-2020-datasette

0 rows where day = "Thursday" and event_description = "What would happen if we changed what it means for journalism to have impact? Traditionally, when we talk about impact journalism, it follows a pattern of articles being written and a law changing or someone stepping down from their role. This idea doesn’t leave a lot of room for the other impact journalism has on communities — like trust, media literacy and access to actionable information. We’re going to discuss how to rethink the impact you’re tracking as a result of your journalism and then the next big step of actually tracking it." sorted by event_dtstart

View and edit SQL

timeblock

event_description

day

0 records

CREATE TABLE [sessions] (
   [id] TEXT PRIMARY KEY,
   [day] TEXT,
   [time] TEXT,
   [event_name] TEXT,
   [event_description] TEXT,
   [facilitators] TEXT,
   [break] TEXT,
   [everyone] TEXT,
   [facilitators_twitter] TEXT,
   [length] TEXT,
   [notepad] TEXT,
   [room] TEXT,
   [talk] TEXT,
   [timeblock] TEXT,
   [transcription] TEXT,
   [event_dtstart] TEXT,
   [event_dtend] TEXT,
   [event_tzid] TEXT,
   [event_uid] TEXT
);
Powered by Datasette · Query took 37.444ms · Data source: OpenNews/srccon-2020 · About: simonw/srccon-2020-datasette