sessions

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

0 rows where day = "Thursday" and event_description = "In most small newsrooms, there's no graphics team editor — when you hand in a story with a chart, it's your editor's job to vet the chart, plus its title, annotations and text. But editing a news graphic isn't like editing a story, and especially in small newsroom, you might be the person with the most data visualization experience in the room. Your editor might not know what a Marimekko chart is, but probably knows how to vet a story for clarity and flow. There's no inverted triangle or nut graf, but your graphic is telling a story.We'll use this session to create a checklist that guides an editor through questions to ask about a graphic — how well it's communicating its message, and what it could be doing better." 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 39.902ms · Data source: OpenNews/srccon-2020 · About: simonw/srccon-2020-datasette