Skip to content

Commit ab6273b

Browse files
committed
Add news item for the virtual workshop and update workshop date
1 parent b218e0f commit ab6273b

4 files changed

Lines changed: 22 additions & 7 deletions

File tree

content/news/2020-03-31-PyHPC2020.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Tags: SC20
55
Author: PyHPC Committee
66
Summary: PyHPC returns to Supercomputing!
77

8+
Update July 28: [SC20 has gone virtual, please check the new update](/2020/pyhpc-2020-is-now-virtual/).
9+
810
This year, PyHPC returns to Supercomputing with the 9th Workshop on Python for High-Performance and Scientific Computing on November 15, 2020. The Call for Submissions will be available shortly.
911

1012
See you in Atlanta!
13+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Title: PyHPC 2020 is Now Virtual
2+
Date: 2020-08-07
3+
Comments: true
4+
Tags: SC20
5+
Author: PyHPC Committee
6+
Summary: PyHPC 2020 is now a virtual event.
7+
8+
SC20 has gone [fully virtual](https://sc20.supercomputing.org/attend/virtual-event-faq/)! And as such, we are happy to announce that PyHPC 2020 will also be held virtually.
9+
10+
The new date for the workshop will be *November 13th 2020*.
11+
12+
Stay tuned! Over the next few weeks, we will provide details about how the workshop will work.

content/pages/sc20/call_for_submissions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ Lightning talks will be accepted in accordance with relevance to the workshop, t
7070
Please keep accessibility in mind when preparing presentation slides. See our [accessibility guidance](/accessibility_guidance).
7171

7272
## Key Dates
73-
| Event | Date |
73+
| Event | Date |
7474
| ----------------------------------- | ------------------- |
7575
| Submissions Open | Monday 1 June |
7676
| Paper Submissions Due | Friday 4 September |
7777
| Paper Author Notifications | Monday 28 September |
7878
| Lightning Talk Submissions Due | Thursday 1 October |
7979
| Paper Camera Ready | Thursday 8 October |
8080
| Lightning Talk Author Notifications | Monday 19 October |
81-
| Paper Presentation Slides | Monday 2 November |
82-
| Workshop Date | Sunday 15 November |
81+
| Paper Presentation Slides | Monday 2 November |
82+
| Workshop Date | Friday 13 November |
8383

8484
## Organizing Committee
8585

pelicanconf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
SITEURL = ""
88
SITELOGO = ("static/images/pyhpc_logo.png", SITENAME, "/")
99
SITEOGIMAGE = "static/images/pyhpc_logo_og.png"
10-
SITESUMMARY = "PyHPC 2020 - 9th Workshop on Python for High-Performance and Scientific Computing will be happening at Supercomputing 20 on November 15 2020."
10+
SITESUMMARY = "PyHPC 2020 - 9th Workshop on Python for High-Performance and Scientific Computing will be happening at Supercomputing 20 on November 13 2020."
1111

1212
# Use the PyHPC theme
1313
THEME = "./theme/pyhpc"
@@ -17,8 +17,8 @@
1717
WORKSHOP_FULL_NAME = (
1818
"9th Workshop on Python for High-Performance and Scientific Computing"
1919
)
20-
WORKSHOP_DATE = "November 15, 2020"
21-
WORKSHOP_LOCATION = "Atlanta, GA"
20+
WORKSHOP_DATE = "November 13, 2020"
21+
WORKSHOP_LOCATION = "Virtually - Everywhere!"
2222
WORKSHOP_CALL_TO_ACTIONS = [
2323
("Call for Submissions", "/submissions"),
2424
("Program", "/program"),
@@ -50,7 +50,7 @@
5050
("Paper Camera Ready", "Thursday 8 October", ""),
5151
("Lightning Talk Author Notifications", "Monday 19 October", ""),
5252
("Paper Presentation Slides", "Monday 2 November", ""),
53-
("Workshop Date", "Sunday 15 November", ""),
53+
("Workshop Date", "Friday 13 November", ""),
5454
]
5555

5656
# Social Media

0 commit comments

Comments
 (0)