Skip to content

Commit da6158c

Browse files
committed
UPDATE: switch site into post-conference mode
1 parent fb362ee commit da6158c

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

Diff for: _data/conf.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ anonymous-form: 'https://css4csv.clir.org/anonymous-incident-report-form/'
124124
# - post: for after the conference is over (TODO: we never made this template!)
125125
#
126126
####################
127-
homepage-display: peri
127+
homepage-display: post
128128

129129
livestream:
130-
show: true
130+
show: false
131131
button-label: 'Join Livestream'
132132
url: 'https://www.youtube.com/c/Code4Lib'
133133

134134
slides:
135-
show: true
135+
show: false
136136
url: 'https://osf.io/meetings/c4l22'
137137
contact: ''
138138
email: ''
@@ -141,8 +141,7 @@ slide-template:
141141
url: '/assets/C4L2021-template.pptx'
142142

143143
closed-captioning:
144-
url: https://2020archive.1capapp.com/event/code4lib/
145-
show: true
144+
url:
146145

147146
# Peri display descriptions and titles
148147
peri:

Diff for: _data/post-conference.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# we will generally want to highlight: the youtube playlist of recordings, the
2+
# slides repo, post-conference survey, and proposals for the coming year
3+
4+
# @TODO unique icons
5+
cards:
6+
- header: 'Session Recordings'
7+
icon: video
8+
subtitle: 'View on YouTube'
9+
link: 'https://www.youtube.com/playlist?list=PLw-ls5JXzeNYN8xk_PLZvaXF0JqhQXrf6'
10+
description:
11+
View the full recordings of the conference from the livestream!
12+
- header: 'Session Slides'
13+
icon: slides
14+
subtitle: ''
15+
link: https://osf.io/meetings/c4l22/
16+
description:
17+
View the <a href="https://osf.io/meetings/c4l22/">Open Science Foundation repository</a> with slides and materials from the presentations.
18+
- header: 'What Comes Next?'
19+
icon: future
20+
subtitle: 'Code4Lib 2023'
21+
link: https://forms.gle/Y462yDjCPk9B8PyWA
22+
description:
23+
Attendees, fill out <a href="https://forms.gle/Y462yDjCPk9B8PyWA">the post-conference survey</a>!

Diff for: general-info/venues/accommodations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3>Accommodation Requests</h3>
2020
<h3>Live Captioning</h3>
2121
<p>
2222
During the general conference, Code4Lib {{site.data.conf.year}} will feature live captioning.
23-
{% if site.data.conf.closed-captioning.show %}
23+
{% if site.data.conf.closed-captioning.url != nil %}
2424
Attendees, both local and remote, may view the text stream at:
2525
<a href="{{ site.data.conf.closed-captioning.url }}">{{ site.data.conf.closed-captioning.url }}</a>.
2626
{% endif %}

0 commit comments

Comments
 (0)