Skip to content

Commit 2bce6fe

Browse files
authored
Merge pull request #80 from code4lib/chg-social-update-20260226-1230
Add reception data
2 parents d6c51de + 478d459 commit 2bce6fe

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

_data/conf.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -326,21 +326,23 @@ morning-run:
326326
time: '7:00AM'
327327

328328
reception:
329-
show: false
330-
venue: 'Frick Taylor Commons'
331-
street: 'Frick Chemistry Laboratory'
332-
city-state: 'Princeton, NJ'
333-
postal-code: '08544'
334-
phone:
335-
image: frick-taylor-commons.jpg
336-
image_alt: 'View of the Taylor Commons atrium inside the Frick Chemistry Lab.'
329+
show: true
330+
venue: 'Buffalo Billiards'
331+
street: '118 Chestnut Street'
332+
city-state: 'Philadelphia, PA'
333+
postal-code: '19106'
334+
phone: '215.574.7665'
335+
image: buffalo-billiards-down-back-vip.jpg
336+
image_alt: 'View of the downstairs VIP room inside Buffalo Billiards of Philadelphia'
337337
image_title: 'Frick Taylor Commons'
338338
contact:
339339
floorplans:
340-
date: '2025-03-11'
341-
times: '6:30pm-8:30pm'
342-
shuttle: 'All <a href="https://transportation.princeton.edu/getting-around/tigertransit/weekdays">TigerTransit</a> routes stop near the Frick Chemistry Lab. The closest stop is the Goheen Walk stop on Washington Road. From the shuttle stop, cross to the east side of Washington Road and proceed south (downhill) and the Frick Chemistry Lab will be on your left.'
343-
special-notes: ''
340+
date: '2026-03-3'
341+
times: '6PM to 8PM'
342+
shuttle: 'Buffalo Billiards is 0.2 miles — about a 5 minute walk — from the hotel'
343+
special-notes: 'We will be in a VIP room reserved for us downstairs. There are 2 shuffleboards and 1 pool table. <strong>All food and drinks are on your own.</strong>
344+
There is a limited menu that doesn’t look to be restriction-friendly, so plan accordingly.
345+
Happy hour drink specials until 8pm; see <a href="https://www.buffalobilliardsphilly.com/">their website</a> for more information.'
344346

345347
tours:
346348
show: false
@@ -387,7 +389,7 @@ tours:
387389
game-night:
388390
show: true
389391
date: '2026-03-03'
390-
time: '6:30pm'
392+
time: '7PM'
391393
location: 'Marriott Old City Lobby'
392394
description: 'Join fellow Code4Libers at Game Night! Hotel bar and food service is available.'
393395
event-url: ''
77.4 KB
Loading

general-info/venues/reception.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h3>Reception Details</h3>
4343
{% endif %}
4444

4545
{% if site.data.conf.reception.shuttle %}
46-
<p><strong>Transportation:</strong> {{site.data.conf.reception.shuttle}}</p>
46+
<p><strong>Transit:</strong> {{site.data.conf.reception.shuttle}}</p>
4747
{% endif %}
4848

4949
{% if site.data.conf.reception.special-notes %}

schedule/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h4>
132132
<a href="/general-info/venues/#reception">Reception</a>
133133
</h4>
134134
<p>
135-
All attendees are invited to join us for the reception at the {{ site.data.conf.reception.venue }}. See the <a href="/general-info/venues/#reception" alt="Venues">Venues</a> page for more details.
135+
All attendees are invited to join us for the reception at {{ site.data.conf.reception.venue }}. See the <a href="/general-info/venues/#reception" alt="Venues">Venues</a> page for more details.
136136
</p>
137137
{% if site.data.conf.have-menus %}
138138
<p><a class="btn ct-btn-light" href="/schedule/food/day1-menus.html#reception">View Menu</a></p>

0 commit comments

Comments
 (0)