Skip to content

Commit 83ecbce

Browse files
authored
Merge pull request #10 from code4lib/ally-cleanup
Removing/suppressing 2022 info, adding some basic links to transit accessibility info
2 parents 2897b4b + 1b6af8d commit 83ecbce

File tree

2 files changed

+13
-26
lines changed

2 files changed

+13
-26
lines changed

_data/conf.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,14 @@ diversity-scholarship-sponsors:
313313
# Other
314314
################
315315

316+
live-captioning:
317+
show: false
318+
service: ''
319+
316320
quiet-room:
317-
show: true
321+
show: false
318322
# Room number(s)
319323
location: ''
320324

321325
public-transportation:
322-
show: false
326+
show: true

general-info/accessibility.html

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ <h2 id="contactus">Accommodation Requests or Questions</h2>
3737
</div>
3838
</div>
3939

40+
{% if site.data.conf.live-captioning.show %}
4041
<div class="row">
4142
<div class="col-12">
4243
<h2 id="captioning">Live Captioning</h2>
4344
<p>
44-
During the general conference, Code4Lib {{site.data.conf.year}} will feature live captioning by "20/20 Captioning". In order to improve the quality of this service, we ask everyone to speak slowly and clearly so the captioning service is able to accurately capture what you say. Any prerecorded sessions or talks will also be live captioned.
45+
During the general conference, Code4Lib {{site.data.conf.year}} will feature live captioning by {{site.data.conf.live-captioning.service}}. In order to improve the quality of this service, we ask everyone to speak slowly and clearly so the captioning service is able to accurately capture what you say. Any prerecorded sessions or talks will also be live captioned.
4546
{% if site.data.conf.closed-captioning.show %}
4647
Attendees, both local and remote, may view the text stream at:
4748
<a href="{{site.data.conf.closed-captioning.url}}">{{site.data.conf.closed-captioning.url}}</a>.
@@ -50,6 +51,10 @@ <h2 id="captioning">Live Captioning</h2>
5051
</p>
5152
</div>
5253
</div>
54+
{% else %}
55+
{% comment %} remove from secondary nav (jQuery not yet on page) {% endcomment %}
56+
<script>document.querySelector('.secondarynav a[href="#captioning"]').parentElement.remove()</script>
57+
{% endif %}
5358

5459
{% if site.data.conf.quiet-room.show %}
5560
<div class="row">
@@ -128,29 +133,7 @@ <h3>Using a Microphone</h3>
128133
<div class="col-12">
129134
<h2 id="transportation">Public Transportation</h2>
130135
{% if site.data.conf.public-transportation.show %}
131-
<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>
132-
133-
<h3>Metro Rail</h3>
134-
<ul>
135-
<li>All Metro Rail trains and stations are accessible to riders with disabilities.</li>
136-
<li>Wheelchair riders must board the <strong>first door</strong> of the <strong>first railcar</strong> in the train in order to have access to boarding platforms on the Buffalo Place Mall.</li>
137-
<li>Wheelchair riders traveling in the subsurface (underground) portion of the system may board any railcar.</li>
138-
<li>Each railcar has two wheelchair securement locations; one at the front and one at the back of the railcar.</li>
139-
<li>Service animals are permitted on Metro Rail.</li>
140-
<li>Ticket vending machines located throughout the system are equipped with Braille and raised letters. Wheelchair height machines are also provided.</li>
141-
<li>Passenger assistance communication equipment (PACE) is available at each Metro Rail station. This equipment may be used to obtain information or to report an emergency.</li>
142-
<li>Many of Metro's rail stations provide Telecommunication Devices for the deaf, as well as video monitors to assist riders who are deaf or hearing impaired. Volume control telephones are available, as well.</li>
143-
</ul>
144-
145-
<h3>Metro Bus</h3>
146-
<ul>
147-
<li>All Metro vehicles are equipped with wheelchair lifts or ramps.</li>
148-
<li>Two wheelchair tie-down positions are provided on newer buses. The older buses have one tie-down position.</li>
149-
<li>Metro Bus operators are required to announce major stops.</li>
150-
<li>Service animals are permitted on Metro vehicles.</li>
151-
<li>Metro Bus operators provide assistance to disabled passengers where necessary or upon request.</li>
152-
<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>
153-
</ul>
136+
<p>For more information about the accessibility of public transit in the Princeton area, see the accessibility sites of <a href="https://www.njtransit.com/railaccessibility">New Jersey Transit</a> and <a href="https://www.amtrak.com/accessible-travel-services">Amtrak</a>.</p>
154137
{% else %}
155138
<p>More information forthcoming. </p>
156139
{% endif %}

0 commit comments

Comments
 (0)