Skip to content

Commit 21b30a3

Browse files
committed
updated quiet room and captioning
1 parent eeadb06 commit 21b30a3

2 files changed

Lines changed: 5 additions & 17 deletions

File tree

_data/conf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,13 +465,13 @@ diversity-scholarship-sponsors:
465465
live-captioning:
466466
show: true
467467
# name of captioning company, URL is above under closed-captioning.url
468-
service:
468+
service: Streambox
469469

470470
quiet-room:
471-
show: false
471+
show: true
472472
# Room number(s)
473-
location: 'Friend Center 004'
474-
notes: A classroom on the lower level, with carpet and dimmable lights.
473+
location: 'Cook conference room'
474+
notes:
475475

476476
public-transportation:
477477
show: false

general-info/accessibility.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,11 @@ <h1>Accessibility</h1>
2929
<h2 id="contactus">Accommodation Requests or Questions</h2>
3030
<p>Contact <a href="mailto:{{site.data.conf.accessibility-email}}">{{site.data.conf.accessibility-email}}</a> with any questions, concerns, or accommodation requests related to the conference.</p>
3131

32-
<h2 id="dietary">Meals and dietary needs</h2>
33-
<p>Information on dietary needs and accommodations will go here.</p>
34-
35-
<h2 id="captioning">Live Captioning</h2>
36-
<p>
37-
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.
38-
{% if site.data.conf.closed-captioning.show %}
39-
Attendees, both local and remote, may view the text stream at:
40-
<a href="{{site.data.conf.closed-captioning.url}}">{{site.data.conf.closed-captioning.url}}</a>.
41-
{% endif %}
42-
These transcriptions will be applied to the captioning on the YouTube archive soon after the completion of the conference.
43-
</p>
4432
{% if site.data.conf.live-captioning.show %}
4533
<h2 id="captioning">Live Captioning</h2>
4634
<p>
4735
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.
48-
{% if site.data.conf.closed-captioning.show %}
36+
{% if site.data.conf.live-captioning.show %}
4937
Attendees, both local and remote, may view the text stream at:
5038
<a href="{{site.data.conf.closed-captioning.url}}">{{site.data.conf.closed-captioning.url}}</a>.
5139
{% endif %}

0 commit comments

Comments
 (0)