Skip to content

Commit 68cf83c

Browse files
James Clarkjameshclrk
authored andcommitted
Add SC virtual alert
1 parent 4804251 commit 68cf83c

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

pelicanconf.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,30 @@
4040

4141
WORKSHOP_INCLUSIVITY = 'PyHPC is committed to <a href="/inclusivity_statement">inclusivity and accessibility</a>.'
4242

43+
# Front page alert
44+
WORKSHOP_ALERT = (
45+
"Attention",
46+
"""<div class="space-y-4">
47+
<p>Due to the unprecendented circumstances this year, SC20 will be held virtually.<br/>Please be aware of the following:</p>
48+
<div>
49+
<h3 class="font-bold">Paper submissions</h3>
50+
<ul class="pl-6 list-disc">
51+
<li>Paper authors must pre-record and submit heir presentations by <span class="font-bold">Thursday 8 October</span>.</li>
52+
<li>Presenters are expected to be available for the duration of their paper session. Question and answers will take place at the end of the session for all presentations given in the session.</li>
53+
</ul>
54+
</div>
55+
<div>
56+
<h3 class="font-bold">Lightning talk submissions</h3>
57+
<ul class="pl-6 list-disc">
58+
<li>Lightning talks will be presented live and will also be recorded live (no pre-recording needed).</li>
59+
<li>Lightning talk presentation slides must be submitted by <span class="font-bold">Thursday 8 October</span>.</li>
60+
</ul>
61+
</div>
62+
<p>
63+
The SC20 Virtual team has provided guidance on how to prepare presentation submissions. <a class="font-bold hover:underline" href="https://drive.google.com/file/d/1fQIAQeEUVgtWLd7Z7BFtciomNnxTzug6/view?usp=sharing">For a preview of this guidance, please see here.</a></p>
64+
</div>"""
65+
)
66+
4367
# Dates
4468
## Format (Event, Date, completed|in-progress)
4569
WORKSHOP_KEY_DATES = [

theme/pyhpc

0 commit comments

Comments
 (0)