File tree 3 files changed +28
-6
lines changed
3 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,15 @@ anonymous-form: 'https://css4csv.clir.org/anonymous-incident-report-form/'
124
124
# - post: for after the conference is over (TODO: we never made this template!)
125
125
#
126
126
# ###################
127
- homepage-display : peri
127
+ homepage-display : post
128
128
129
129
livestream :
130
- show : true
130
+ show : false
131
131
button-label : ' Join Livestream'
132
132
url : ' https://www.youtube.com/c/Code4Lib'
133
133
134
134
slides :
135
- show : true
135
+ show : false
136
136
url : ' https://osf.io/meetings/c4l22'
137
137
contact : ' '
138
138
email : ' '
@@ -141,8 +141,7 @@ slide-template:
141
141
url : ' /assets/C4L2021-template.pptx'
142
142
143
143
closed-captioning :
144
- url : https://2020archive.1capapp.com/event/code4lib/
145
- show : true
144
+ url :
146
145
147
146
# Peri display descriptions and titles
148
147
peri :
Original file line number Diff line number Diff line change
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>!
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h3>Accommodation Requests</h3>
20
20
< h3 > Live Captioning</ h3 >
21
21
< p >
22
22
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 %}
24
24
Attendees, both local and remote, may view the text stream at:
25
25
< a href ="{{ site.data.conf.closed-captioning.url }} "> {{ site.data.conf.closed-captioning.url }}</ a > .
26
26
{% endif %}
You can’t perform that action at this time.
0 commit comments