From e0b17c12b3b252f0594f567aa6dbcd0559fb949e Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 4 Jun 2025 17:47:15 -0500 Subject: thursday --- memories/2025-nyc/index.md | 17 ++++++++++ memories/2025-nyc/lego.jpg | Bin 0 -> 3698669 bytes memories/2025-nyc/map.html | 69 +++++++++++++++++++++++++++++++++++++++ memories/2025-nyc/map.py | 4 +++ memories/2025-nyc/new-yorker.jpg | Bin 0 -> 2593248 bytes 5 files changed, 90 insertions(+) create mode 100644 memories/2025-nyc/lego.jpg create mode 100644 memories/2025-nyc/map.html create mode 100644 memories/2025-nyc/map.py create mode 100644 memories/2025-nyc/new-yorker.jpg diff --git a/memories/2025-nyc/index.md b/memories/2025-nyc/index.md index aa78fba..675b488 100644 --- a/memories/2025-nyc/index.md +++ b/memories/2025-nyc/index.md @@ -131,6 +131,8 @@ We arrived at Penn Station, enjoying the brand new intercity train hall, and cau We focused on visiting places that mom frequently visited during her time at Columbia. + + ## Butler Hall Thanks to Mom's alumni status, we were able to secure accomidation in Butler Hall---one of the dorms owned by Columbia. @@ -228,6 +230,21 @@ Delicious food. # 2025-05-22 Thursday +A day of tourism. +We visited the New York Public Library, where we were happy to discover an exhibit celebrating 100 years of the New Yorker magazine. + +
+ +
+ +We also visited Madison Square Garden and several toy stores, including the LEGO store. +I bought a gift for Mark. +There was a full sized Yellow Cab made of LEGO that we sat in. + +
+ +
+ # 2052-05-23 Friday Another day of shopping and resting. diff --git a/memories/2025-nyc/lego.jpg b/memories/2025-nyc/lego.jpg new file mode 100644 index 0000000..3684575 Binary files /dev/null and b/memories/2025-nyc/lego.jpg differ diff --git a/memories/2025-nyc/map.html b/memories/2025-nyc/map.html new file mode 100644 index 0000000..b1aeb31 --- /dev/null +++ b/memories/2025-nyc/map.html @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/memories/2025-nyc/map.py b/memories/2025-nyc/map.py new file mode 100644 index 0000000..e3aafff --- /dev/null +++ b/memories/2025-nyc/map.py @@ -0,0 +1,4 @@ +import folium +m = folium.Map(location=(40.779499,-73.967928)) +m.save("map.html") + diff --git a/memories/2025-nyc/new-yorker.jpg b/memories/2025-nyc/new-yorker.jpg new file mode 100644 index 0000000..b0bc470 Binary files /dev/null and b/memories/2025-nyc/new-yorker.jpg differ -- cgit v1.2.3