sessions

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

0 rows where event_description = "This will be an off-the-record conversation about what it takes to organize a newsroom union. We’ll share our experiences, the steps we took and what’s happening across the country. We’ll then open it up for any questions you want to talk about: why form a union? How does it work? Is it worth it? What can you actually improve? And what mistakes did you make?" sorted by event_dtstart

View and edit SQL

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 32.954ms · Data source: OpenNews/srccon-2020 · About: simonw/srccon-2020-datasette