From 97bf4669b969257cf76a9e9344449ca9714acecd Mon Sep 17 00:00:00 2001 From: Ranti Junus Date: Thu, 20 Oct 2022 00:02:27 -0400 Subject: [PATCH] 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 --- _data/conf.yml | 3 +++ general-info/accessibility.html | 7 +++++-- general-info/accessible-presenting.html | 4 ++-- general-info/attend.html | 4 ++-- general-info/venues/workshops.html | 4 ++++ 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/_data/conf.yml b/_data/conf.yml index 52880dd..2f6c93e 100644 --- a/_data/conf.yml +++ b/_data/conf.yml @@ -317,3 +317,6 @@ quiet-room: show: true # Room number(s) location: '' + +public-transportation: + show: false diff --git a/general-info/accessibility.html b/general-info/accessibility.html index c61acb4..8bb4fef 100644 --- a/general-info/accessibility.html +++ b/general-info/accessibility.html @@ -119,8 +119,7 @@

Microphone Usage

Using a Microphone

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.

-

Audience Microphones

-

Desk microphones are built into every seat in the main conference venue for Q&A with presenters.

+ @@ -128,6 +127,7 @@

Audience Microphones

Public Transportation

+ {% if site.data.conf.public-transportation.show %}

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 NFTA Special Services - Accessibility website.

Metro Rail

@@ -151,6 +151,9 @@

Metro Bus

  • Metro Bus operators provide assistance to disabled passengers where necessary or upon request.
  • 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.
  • + {% else %} +

    More information forthcoming.

    + {% endif %}
    diff --git a/general-info/accessible-presenting.html b/general-info/accessible-presenting.html index 0345569..2fd37a2 100644 --- a/general-info/accessible-presenting.html +++ b/general-info/accessible-presenting.html @@ -29,7 +29,7 @@

    Presenting Accessibly Guide

    -

    C4L22 Specifics

    +

    Code4Lib {{site.data.conf.year}} Specifics

    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:

      @@ -152,7 +152,7 @@

      How to Share

      All presenters are encouraged to share their slides, ideally with some lead time before you present. We recommend this approach for sharing them.

      diff --git a/general-info/attend.html b/general-info/attend.html index 00f5996..d1bc9ca 100644 --- a/general-info/attend.html +++ b/general-info/attend.html @@ -204,9 +204,9 @@

      Can't attend in person?

      Please be sure to thank our volunteers that make this happen.

      -

      For 2022, there are two options for participating remotely.

      +

      For {{site.data.conf.year}}, there are two options for participating remotely.

        -
      • Option 1 - 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.
      • +
      • Option 1 - 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.
      • Option 2 - 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.
      diff --git a/general-info/venues/workshops.html b/general-info/venues/workshops.html index 675d431..5cf9bc8 100644 --- a/general-info/venues/workshops.html +++ b/general-info/venues/workshops.html @@ -1,8 +1,12 @@

      Workshops

      + {% unless site.data.conf.workshops.show %} + Stay tuned… When the information of the workshops is confirmed, the details will be added here. + {% else %}

      All Pre-Conference workshops will be held {{ site.data.conf.days[0].weekday }}, {{ site.data.conf.days[0].date-data | date: "%B %-d, %Y" }}.

      + {% endunless %}