generated from code4lib/2025.code4lib.org
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathattend.html
More file actions
309 lines (280 loc) · 19.2 KB
/
attend.html
File metadata and controls
309 lines (280 loc) · 19.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
---
layout: secondary-nav
title: Attend Code4Lib
nav: general-info
active: Attend Code4Lib
---
<section class="general-info">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h1>Attend Code4Lib</h1>
{% if site.data.registration.conference.show %}
{% if site.data.registration.conference.open %}
{% if site.data.registration.conference.waitlist %}
<h2>Code4Lib {{ site.data.conf.year }} is Sold Out!</h2>
<a href="{{ site.data.registration.conference.url }}" class="btn ct-btn-light btn-lg">Join Waitlist</a>
{% else %}
<a href="{{ site.data.registration.conference.url }}" class="btn ct-btn-light btn-lg">Register Now!</a>
{% endif %}
{% elsif site.data.registration.workshop-only.show and site.data.registration.workshop-only.show-button %}
<a href="{{ site.data.registration.conference.url }}" class="btn ct-btn-light btn-lg">Workshop Registration</a>
{% else %}
<p>Registration will open
at {{ site.data.registration.conference.start-time }}
on <span class="font-weight-bold">{{ site.data.registration.conference.start-date | date: '%A, %B %-d, %Y' }}</span>.</p>
{% endif %}
{% else %}
<p>Code4Lib will be held from {{site.data.conf.days[1].date}} to {{site.data.conf.days.last.date}} this year.
{% if site.data.conf.venue.hotel.show and site.data.conf.venue.hotel.reserved-room-block %}
We have reserved a block at the {{site.data.conf.venue.hotel.name}}; see more details on the <a href="venues/">Venues</a> page.
{% endif %}
{% comment %}
There will be no large group block of rooms at a single hotel this year, but the Local Planning Committee is looking into discounted room rates at a few nearby hotels. See <a href="/general-info/venues/">Venues</a> page for more information.
{% endcomment %}
</p>
{% endif %}
{% if site.data.registration.workshop-only.show-button %}
<h3>Workshops</h3>
<p><a class="btn btn-lg btn-warning" href="{{ site.data.registration.conference.url }}">Workshop Registration</a></p>
{% endif %}
</div>
</div>
{% if site.data.registration.conference.show %}
<div class="row">
<div class="col-12">
<h2>Registration Fees</h2>
<ul>
<li><span class="font-weight-bold">Main Conference</span>: {{ site.data.registration.conference.cost }}</li>
<li><span class="font-weight-bold">Main Conference (after {{ site.data.registration.conference.end-date | date: "%B %-d" }})</span>: {{ site.data.registration.conference.late-cost }}</li>
{% if site.data.registration.post-conference.show %}
{% if site.data.registration.post-conference.workshop-half-day-cost %}
<li><span class="font-weight-bold">Workshops</span>: {{ site.data.registration.post-conference.workshop-half-day-cost }} per workshop</li>
{% else %}
<li><span class="font-weight-bold">Workshop</span>: Pricing & Details Coming Soon</li>
{% endif %}
{% else %}
<li><span class="font-weight-bold">Workshops (with main conference registration)</span>: {{ site.data.registration.conference.workshop-half-day-cost }} per half day ({{ site.data.registration.conference.workshop-full-day-cost }} for full day)</li>
{% if site.data.registration.workshop-only.show %}
<li><span class="font-weight-bold">Workshops (post-conference ONLY registration)</span>: {{ site.data.registration.workshop-only.half-day-cost }} per half day {% if site.data.registration.workshop-only.full-day-cost != nil %} ({{ site.data.registration.workshop-only.full-day-cost }} for full day){% endif %} {% if site.data.registration.workshop-only.start-date != nil %} Opens {{ site.data.registration.workshop-only.start-date | date: "%B %-d" }}{% endif %}</li>
{% endif %}
{% endif %}
{% if site.data.registration.t-shirt-only.show %}
<li><span class="font-weight-bold">Conference T-Shirt ONLY</span>: {{ site.data.registration.t-shirt-only.cost }}
{% if site.data.registration.t-shirt-only.last-date != nil %}
(Must register on or before {{ site.data.registration.t-shirt-only.last-date | date: "%B %-d" }})
{% endif %}
{% if site.data.registration.t-shirt-only.late-cost != nil %}
({{ site.data.registration.t-shirt-only.late-cost }} after
{{ site.data.registration.t-shirt-only.late-date | date: "%B %-d" }})
{% endif %}
</li>
{% endif %}
{% if site.data.registration.reception.plus-one-cost %}
<li><span class="font-weight-bold">Reception "plus one"</span>: {{ site.data.registration.reception.plus-one-cost }} (limit one "plus one" per registration)</li>
{% endif %}
{% if site.data.conf.online-only-conference == false
and site.data.conf.venue.hotel.show
and site.data.conf.venue.hotel.multiple-hotels == false %}
<li>
<span class="font-weight-bold">{{site.data.conf.venue.hotel.name}}</span>:
{{ site.data.conf.venue.hotel.cost }}/night
{% if site.data.conf.venue.hotel.with-tax-cost %}
({{ site.data.conf.venue.hotel.with-tax-cost }} with taxes)
{% else if site.data.conf.venue.hotel.tax-rate %}
(plus {{site.data.conf.venue.hotel.tax-rate}} tax)
{% else %}
(plus taxes)
{% endif %}
{% if site.data.conf.venue.hotel.cost-cutoff-date %}
until {{ site.data.conf.venue.hotel.cost-cutoff-date | date: "%B %-d" }}
{% endif %}
</li>
{% else %}
<li>
<span class="font-weight-bold">Lodging</span>: Please see <a href="/general-info/lodging-transportation">Lodging and Transportation</a> for more information.
</li>
{% endif %}
</ul>
<p>
<span class="font-weight-bold">Payment Policy</span>: Payment for the full amount of registration fees must be made at the time of registration or within 48 hours of the completion of registration.
</p>
<p>
<span class="font-weight-bold">Cancellation Policy</span>: All cancellations received on or before {{ site.data.registration.conference.cancellation-date | date: "%B %-d, %Y" }} are eligible for a full refund of fees paid, less a 10% cancellation fee. No refunds will be issued after the {{ site.data.registration.conference.cancellation-date | date: "%B %-d" }} cut-off date. Registrants are able to transfer completed registrations to colleagues - please contact <a href="mailto:{{ site.data.conf.main-conf-email }}">{{ site.data.conf.main-conf-email }}</a> to finalize this process.
</p>
{%- comment -%}
<p>
When you register, you will be able to select two half-day workshops. As with past Code4Lib conferences, it will be possible to register for the main conference, the main conference + workshop(s), or only for the workshop(s)
</p>
<p>
<span class="font-weight-bold">Workshop-only registration will not open this year due to limited sessions and capacity.</span>
</p>
{%- endcomment -%}
</div>
</div>
<div class="row">
<div class="col-12">
<h2>Additional Information</h2>
<ol>
{% if site.data.registration.childcare.show %}
<li>
Child Care is available for each day of the conference. When you register, you may select which days you require child care. The cost is {{ site.data.registration.childcare.full-day-cost }} per full day, {{ site.data.registration.childcare.half-day-cost }} for the workshop day on {{ site.data.conf.days[4].weekday }}, and {{ site.data.registration.childcare.half-day-cost }} for child care during the {{ site.data.conf.days[1].weekday }} evening reception.
{% if site.data.registration.childcare.end-date != '' %}
<span class="font-weight-bold">Please Note</span>: Child Care Registration will close on {{ site.data.registration.childcare.end-date | date: "%B %e, %Y" }}. Registration and payment must be finalized on or before {{ site.data.registration.childcare.end-date | date: "%B %e"}}, to utilize the child care services.
{% endif %}
</li>
{% elsif site.data.registration.childcare.no-childcare %}
<li>
{{ site.data.registration.childcare.no-childcare-text }}
</li>
{% endif %}
{% if site.data.registration.conference.limited-capacity %}
<li>
Registration will close when the maximum capacity has been reached.
A waitlist will be available once this final round of registration is
closed.
</li>
{% endif %}
<li>
{% if site.data.conf.have-talks %}
<span class="font-weight-bold"><a href="/talks/">Conference Talks</a></span>:
{% else %}
<span class="font-weight-bold">Conference Talks</span>:
{% endif %}
{% if site.data.conf.have-schedule %}
See conference program <a href="/schedule/">on the schedule page</a> to get
an idea of what will be part of the program. Conference speakers still need
to register for the conference at full price.
{% else %}
See conference program <a href="/schedule/timeline">on the schedule page</a> to get
an idea of what will be part of the program. Conference speakers still need
to register for the conference at full price.
{% endif %}
</li>
{% if site.data.registration.workshop-only.undecided %}
<li>
{{ site.data.registration.workshop-only.undecided-text }}
</li>
{% endif %}
</ol>
</div>
</div>
{% endif %}
{% comment %}
<h3>Health Guidance</h3>
<p>Attendance will be subject to <a href="https://ehs.princeton.edu/VisitorPolicy">Princeton's visitor policy</a>: Visitors to the University are expected to follow CDC and NJ Department of Health guidance for individuals who test positive for COVID-19 or were in close contact with someone who tested positive in the past 10 days, including isolation and mask requirements.</p>
{% endcomment %}
</div>
</section>
<section class="general-info" id="format">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h2>Format</h2>
<p>Code4Lib is an annual 3.5-day conference, with most sessions being
single-track. Below is a summary of the session types, with information
about how they are selected:</p>
<ul>
<li><em>Keynotes</em>: 45-minute invited talks. Nominated speakers
are voted on by the community, and the Keynote Committee confirms
the highest-rated speakers based on availability. There are
typically two keynote talks, starting the first and third days of
the main conference.</li>
<li><em>Talks</em>: 10-20 minutes talks. Proposed talks are voted
on by the community, and the Program Committee selects from among
the most highly-rated talks to build a diverse and balanced program.
There are typically about 7 blocks of talks, including a total of
about 30 talks.</li>
<li><em>Lightning Talks</em>: 5-minute informal (slides-optional)
talks, attendees sign up in-person (first come, first served). There
are typically three blocks, each including 10 Lightning Talks.
Lightning Talks are reserved for attendees who are not otherwise
presenting, particularly first-time attendees.</li>
<li><em>Breakouts</em>: 45-minute parallel-track discussion
sessions. Attendees propose sessions in-person, and attendees choose
which session to attend (typically two blocks of Breakouts, with
3-10 sessions proposed in each block.</li>
<li><em>Posters</em>: 30-60 minute session with 10-20 posters
presented by attendees. Proposed posters are selected by the Program
Committee.</li>
<li><em>Workshops</em>: 3- or 6-hour workshops, typically held the
first or last day of the conference. There are typically 6-10
workshops held each year. Workshops are an optional add-on to the
main conference, or can be attended separately (space-permitting).
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="general-info" id="remote">
<div class="container-fluid">
<div class="row">
<div class="col-12">
{% if site.data.conf.online-only-conference %}
<h2>Can't attend the live stream?</h2>
{% else %}
<h2>Can't attend in person?</h2>
{% endif %}
{% if site.data.conf.online-only-conference and site.data.registration.conference.open %}
<p>
Due to the conference being virtual this year, we will not be Live Streaming the sessions on YouTube. If you are interested in participating in real-time, you must <a href="{{ site.data.registration.conference.url }}">register</a> for the event to receive the information and access to the live streams.
</p>
{% endif %}
<p>
Presentations will be
{% unless site.data.conf.online-only-conference %}streamed and{% endunless %}
archived on our <a href="{{ site.data.conf.social-links.youtube }}">YouTube channel</a> after the conference has ended.
Please be sure to thank our volunteers that make this happen.
</p>
<p>For {{site.data.conf.year}}, there are two options for participating remotely.</p>
<ul>
<li><span class="font-weight-bold">Option 1</span> - 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.</li>
<li><span class="font-weight-bold">Option 2</span> - 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.</li>
</ul>
<p>Workshops will be in-person only.</p>
<h3>Social Media and "Back Channels"</h3>
<p>
You can also connect with us via
<a href="{{ site.data.conf.social-links.slack}}">Slack</a>
(<a href="https://docs.google.com/forms/d/120Dw1JjLxPJB9VTGl0mUY7Ot6yg6YNY1RZUISJFzdwk/viewform?c=0&w=1">sign up here</a>)
and <a href="{{ site.data.conf.social-links.irc}}">IRC</a>.
</p>
{% if site.data.conf.closed-captioning.show %}
{% assign sponsors = site.data.sponsors | where:"transcription","true" %}
<h3>Live Transcription</h3>
{% if site.data.conf.closed-captioning.url != nil %}
<p>
We are thrilled to be able to provide <a href="{{ site.data.conf.closed-captioning.url }}">
live transcriptions of all the presentations</a>.
{% else %}
We are thrilled to be able to provide live transcriptions of all the presentations.
{% endif %}
A link to view the transcriptions will be added here in the days leading up to the conference.
</p>
{% if sponsors.size > 0 %}
<p>
Thank you to our Transcription sponsor{% if sponsors.size > 1 %}s{% endif %}:
</p>
<ul>
{% for sponsor in sponsors %}
<li>{{ sponsor.name }}</li>
{% endfor %}
</ul>
{% endif %}
{% for sponsor in sponsors %}
{% if sponsor.img != '' %}
<div class="row sponsor-row">
<div class="col-12 col-md-6">
<a href="{{ sponsor.link }}" class="thumbnail" style="background: white;">
<img src="{{ sponsor.img }}" alt="{{ sponsor.name }}">
</a>
</div>
</div>
{% endif %}
{% endfor %}
{% endif %}
</div>
</div>
</div>
</section>