sessions

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

0 rows where day = "Thursday" and event_description = "On top of the language barrier on documentation and UIs, journalism startups that develop products for and from Spanish speaking countries have to face multiple challenges such as tools and SaaS prices that are super prohibitive for people outside the US, the lack of payment methods, lower bancarization rates and less access to tech and connectivity, to name a few examples. How do we develop profitable media products that fit these contexts and what can we in the intersection of journalism and tech do to help reverse this situation." 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 34.212ms · Data source: OpenNews/srccon-2020 · About: simonw/srccon-2020-datasette