sessions

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

0 rows where event_description = "Where do you find inspiration outside of your speciality, especially in areas that resonate at a personal — not professional — level? It might sound self-indulgent to wander beyond what seems most immediately useful, especially amid so much turmoil and suffering today. But to fully recognize each other’s humanity, we must also discover our own. Art, music, poetry and other forms of expression can help us see and feel beyond our personal experiences. As we strive to be better people, let’s share and discuss works that have transformed our understanding or sparked our passion beyond the practical." and "event_dtend" is on date 2020-07-17 sorted by event_dtstart

View and edit SQL

event_dtend (date)

event_description

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