sessions

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

0 rows where event_description = "What I'm doing: leading a writing workshop based on the Amherst method, which was specifically developed as liberatory practice for silenced and marginalized voices, and is of course, welcoming to all. I once ran workshops for the New York Writers Coalition, which provides a quiet space for New Yorkers to write and share for 1-2 hours a week. Workshops are open to all at public libraries or are held at Rikers, nursing homes, community centers, alternative high schools, parks, etc.What you'll get: In response to specific writing prompts, me-time to write and if you so desire, share it with us for affirmative feedback. I will provide instructions. We'll likely do two writing rounds.Who's welcome: you, your kids, your spouse, etc.What you will need: a notepad, pen/pencil, a willingness to trust your voice, and encourage each other. (Remember, you're under no obligation to share what you write)Optional: preferred beverage, other treats, etc." 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 39.249ms · Data source: OpenNews/srccon-2020 · About: simonw/srccon-2020-datasette