Skip to content

Commit

Permalink
Adjust year and specifics
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ranti committed Oct 20, 2022
1 parent 131426d commit 97bf466
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
3 changes: 3 additions & 0 deletions _data/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,6 @@ quiet-room:
show: true
# Room number(s)
location: ''

public-transportation:
show: false
7 changes: 5 additions & 2 deletions general-info/accessibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ <h2 id="microphones">Microphone Usage</h2>
<h3>Using a Microphone</h3>
<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>

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


</div>
</div>

<div class="row">
<div class="col-12">
<h2 id="transportation">Public Transportation</h2>
{% if site.data.conf.public-transportation.show %}
<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>

<h3>Metro Rail</h3>
Expand All @@ -151,6 +151,9 @@ <h3>Metro Bus</h3>
<li>Metro Bus operators provide assistance to disabled passengers where necessary or upon request.</li>
<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>
</ul>
{% else %}
<p>More information forthcoming. </p>
{% endif %}
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions general-info/accessible-presenting.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>Presenting Accessibly Guide</h1>

<div class="row">
<div class="col-12">
<h2 id="specifics">C4L22 Specifics</h2>
<h2 id="specifics">Code4Lib {{site.data.conf.year}} Specifics</h2>
<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>

<ul>
Expand Down Expand Up @@ -152,7 +152,7 @@ <h3>How to Share</h3>
<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>

<ul>
<li>Upload your slides to the <a href="{{site.data.conf.slides.url}}">C4L {{site.data.conf.year}} OSF Repository</a>.</li>
<li>Upload your slides to the <a href="{{site.data.conf.slides.url}}">Code4Lib {{site.data.conf.year}} OSF Repository</a>.</li>
<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>
</ul>

Expand Down
4 changes: 2 additions & 2 deletions general-info/attend.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ <h2>Can't attend in person?</h2>
Please be sure to thank our volunteers that make this happen.
</p>

<p>For 2022, there are two options for participating remotely.</p>
<p>For {{site.data.conf.year}}, there are two options for participating remotely.</p>
<ul>
<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>
<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>
<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>
</ul>

Expand Down
4 changes: 4 additions & 0 deletions general-info/venues/workshops.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<section class="general-info">
<div class="col-12">
<h2 id="workshops">Workshops</h2>
{% unless site.data.conf.workshops.show %}
Stay tuned… When the information of the workshops is confirmed, the details will be added here.
{% else %}
<p>
All Pre-Conference workshops will be held {{ site.data.conf.days[0].weekday }}, {{ site.data.conf.days[0].date-data | date: "%B %-d, %Y" }}.
</p>
{% endunless %}
</div>
</section>

0 comments on commit 97bf466

Please sign in to comment.