Skip to content

Commit 97bf466

Browse files
committed
Adjust year and specifics
Change the year for general info and presenting a11y guide; remove audience mic info; info forthcoming for public transportation; add no reg required for live stream
1 parent 131426d commit 97bf466

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

_data/conf.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,3 +317,6 @@ quiet-room:
317317
show: true
318318
# Room number(s)
319319
location: ''
320+
321+
public-transportation:
322+
show: false

general-info/accessibility.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ <h2 id="microphones">Microphone Usage</h2>
119119
<h3>Using a Microphone</h3>
120120
<p>Generally, the line of the microphone should always point towards your mouth and nose. For a handheld mic, hold it like a candy bar or at a 45 degree angle. Position a podium mic towards you.</p>
121121

122-
<h3>Audience Microphones</h3>
123-
<p>Desk microphones are built into every seat in the main conference venue for Q&A with presenters.</p>
122+
124123

125124
</div>
126125
</div>
127126

128127
<div class="row">
129128
<div class="col-12">
130129
<h2 id="transportation">Public Transportation</h2>
130+
{% if site.data.conf.public-transportation.show %}
131131
<p>Public transit in Buffalo, including the options between the conference hotels and venue, provide several options for riders with disabilities. For further details see the <a href="https://metro.nfta.com/special-services/accessibility">NFTA Special Services - Accessibility website</a>.</p>
132132

133133
<h3>Metro Rail</h3>
@@ -151,6 +151,9 @@ <h3>Metro Bus</h3>
151151
<li>Metro Bus operators provide assistance to disabled passengers where necessary or upon request.</li>
152152
<li>When the wheelchair lift is not working and the next bus is not due to arrive for over 30 minutes, riders are entitled to alternative transportation. Just ask your driver to make the arrangements for you.</li>
153153
</ul>
154+
{% else %}
155+
<p>More information forthcoming. </p>
156+
{% endif %}
154157
</div>
155158
</div>
156159
</div>

general-info/accessible-presenting.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>Presenting Accessibly Guide</h1>
2929

3030
<div class="row">
3131
<div class="col-12">
32-
<h2 id="specifics">C4L22 Specifics</h2>
32+
<h2 id="specifics">Code4Lib {{site.data.conf.year}} Specifics</h2>
3333
<p>For this year’s conference, the stream will utilize Zoom to feed into YouTube. Due to this, two parts of the screen will have added content in them:</p>
3434

3535
<ul>
@@ -152,7 +152,7 @@ <h3>How to Share</h3>
152152
<p>All presenters are encouraged to share their slides, ideally with some lead time before you present. We recommend this approach for sharing them.</p>
153153

154154
<ul>
155-
<li>Upload your slides to the <a href="{{site.data.conf.slides.url}}">C4L {{site.data.conf.year}} OSF Repository</a>.</li>
155+
<li>Upload your slides to the <a href="{{site.data.conf.slides.url}}">Code4Lib {{site.data.conf.year}} OSF Repository</a>.</li>
156156
<li>In your talk, share a link to the archive page at the start of the talk. Speak the URL aloud and include it on several slides so people can reach it.</li>
157157
</ul>
158158

general-info/attend.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ <h2>Can't attend in person?</h2>
204204
Please be sure to thank our volunteers that make this happen.
205205
</p>
206206

207-
<p>For 2022, there are two options for participating remotely.</p>
207+
<p>For {{site.data.conf.year}}, there are two options for participating remotely.</p>
208208
<ul>
209-
<li><span class="font-weight-bold">Option 1</span> - Watch the presentations streamed to the code4lib YouTube channel and subscribe to the #code4libcon Slack channel to engage in discussions with all attendees during the conference. There is no fee for this option.</li>
209+
<li><span class="font-weight-bold">Option 1</span> - Watch the presentations streamed to the code4lib YouTube channel and subscribe to the #code4libcon Slack channel to engage in discussions with all attendees during the conference. There is no fee for this option and no registration required.</li>
210210
<li><span class="font-weight-bold">Option 2</span> - Register online as a “Conference T-Shirt ONLY Attendee”, pay the appropriate registration fee based on your registration date (see above for fees), and receive the same conference t-shirt that in-person attendees receive. If you choose this registration type, you'll watch and engage in the conference in the same manner as outlined in Option 1, above. NOTE: “Conference T-Shirt ONLY Attendee” registration is NOT required to participate in the conference, as outlined in Option 1 above.</li>
211211
</ul>
212212

general-info/venues/workshops.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<section class="general-info">
22
<div class="col-12">
33
<h2 id="workshops">Workshops</h2>
4+
{% unless site.data.conf.workshops.show %}
5+
Stay tuned… When the information of the workshops is confirmed, the details will be added here.
6+
{% else %}
47
<p>
58
All Pre-Conference workshops will be held {{ site.data.conf.days[0].weekday }}, {{ site.data.conf.days[0].date-data | date: "%B %-d, %Y" }}.
69
</p>
10+
{% endunless %}
711
</div>
812
</section>

0 commit comments

Comments
 (0)