From 10dc610a5004323163f910e8973d84ef0d25c8b1 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Thu, 29 May 2025 22:02:17 -0400 Subject: upd --- generate-schedule.py | 26 ++++++++++++++++++++++ index.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) diff --git a/generate-schedule.py b/generate-schedule.py index 1000f6e..e4f42e1 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -200,6 +200,26 @@ artsculture = Location( "Fort Greene", ) +artsculture = Location( + "Library for Arts & Culture", + "https://maps.app.goo.gl/GssCUr9QF2aFxgiQA", + "Fort Greene", +) + +brightonbeachasserlevy = Location( + "Asser Levy Park", + "https://maps.app.goo.gl/2i3isUmEH7TQEKjV9", + "Brighton Beach", + info="Rain or above 90°: at Brighton Beach Library" +) + +redhookgarden = Location( + "Red Hook Library Garden", + "https://maps.app.goo.gl/CcmnXvZUCLZRTTGX7", + "Red Hook", + info="Garden on Sullivan St bet. Conover/Van Brunt" +) + schedule = [ Event(nook, date(2025, 5, 17)), @@ -213,6 +233,7 @@ schedule = [ Event(summermccarren, date(2025, 6, 2)), Event(jefferson, date(2025, 6, 4)), + Event(brightonbeachasserlevy, date(2025, 6, 5), time='6p'), Event(nook, date(2025, 6, 7)), Event(summermccarren, date(2025, 6, 9)), @@ -224,14 +245,19 @@ schedule = [ Event(nook, date(2025, 6, 14)), Event(summermccarren, date(2025, 6, 16)), + Event(bkcentral_info_commons, date(2025, 6, 18), time='1:30p'), Event(jefferson, date(2025, 6, 18)), Event(nook, date(2025, 6, 21)), Event(summermccarren, date(2025, 6, 23)), Event(jefferson, date(2025, 6, 25)), + Event(redhookgarden, date(2025, 6, 27), time='3:30p'), Event(nook, date(2025, 6, 28)), Event(summermccarren, date(2025, 6, 30)), + Event(brightonbeachasserlevy, date(2025, 7, 3), time='6p'), + Event(bkcentral_info_commons, date(2025, 7, 16), time='1:30p'), + Event(brightonbeachasserlevy, date(2025, 8, 7), time='6p'), ] # maybe autosort it and sort code by event? with open('index.base') as base: diff --git a/index.html b/index.html index 609bd4f..5b6f379 100644 --- a/index.html +++ b/index.html @@ -125,6 +125,16 @@
Willa Cather Room; left at door, through children’s room
+
+
+ Thursday, June 5 · 6p +
+
+ Asser Levy Park + Brighton Beach +
Rain or above 90°: at Brighton Beach Library
+
+
Saturday, June 7 · 9a @@ -217,6 +227,16 @@
North corner, west side. Rain or above 90°: at Spritzenhaus33.
+
+
+ Wednesday, June 18 · 1:30p +
+
+ Brooklyn Central Library + Prospect Heights +
Info Commons Lab
+
+
Wednesday, June 18 · 6p @@ -258,6 +278,16 @@
Willa Cather Room; left at door, through children’s room
+
+
+ Friday, June 27 · 3:30p +
+
+ Red Hook Library Garden + Red Hook +
Garden on Sullivan St bet. Conover/Van Brunt
+
+
Saturday, June 28 · 9a @@ -279,6 +309,38 @@
North corner, west side. Rain or above 90°: at Spritzenhaus33.
+
+
+ Thursday, July 3 · 6p +
+
+ Asser Levy Park + Brighton Beach +
Rain or above 90°: at Brighton Beach Library
+
+
+
+
+
+ Wednesday, July 16 · 1:30p +
+
+ Brooklyn Central Library + Prospect Heights +
Info Commons Lab
+
+
+
+
+
+ Thursday, August 7 · 6p +
+
+ Asser Levy Park + Brighton Beach +
Rain or above 90°: at Brighton Beach Library
+
+

-- cgit v1.2.3