Skip to content

Commit 4f0f2e8

Browse files
committed
Update attendees
1 parent cc65771 commit 4f0f2e8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

_data/meetings/2025/09/attendance.csv

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"Joseph Schuchart","Stony Brook University","0","1"
1111
"Thomas Naughton","Oak Ridge National Laboratory","0","1"
1212
"Maxim Moraru","Los Alamos National Laboratory","0","1"
13+
"Jiakun Yan","University of Illinois Urbana-Champaign","0","1"
14+
"Christoph Niethammer","HLRS, University of Stuttgart","0","1"
1315
"Pepper Marts","HPE","1","1"
1416
"Ali Farazdaghi","Queen's University","1","1"
1517
"Sonja Happ","ParTec","1","1"
@@ -23,10 +25,11 @@
2325
"Tobias Haas","HLRS, University of Stuttgart","1","1"
2426
"Marc-André Hermanns","RWTH Aachen University","1","1"
2527
"Edgar Gabriel","AMD","1","1"
28+
"Derek Schafer","University of New Mexico","1","1"
2629
"Martin Schulz","Technical University of Munich","0","1"
2730
"Howard Pritchard","Los Alamos National Laboratory","0","1"
2831
"Ignacio Laguna","Lawerence Livermore National Laboratory","0","1"
32+
"Yicheng Li","University of Tennessee, Knoxville","0","1"
2933
"Yussur Mustafa Oraji","TU Darmstadt","0","1"
3034
"Semih Burak","RWTH Aachen University","0","1"
31-
"Yicheng Li","University of Tennessee, Knoxville","0","1"
3235
"Riley Shipley","Tennessee Technological University","0","1"

utils/parse_eventbrite_registration.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ def main():
5555
if org == "":
5656
continue
5757

58-
if ticket_type != "Early Combined (IWOMP, EuroMPI, MPI Forum, Social)" and ticket_type == "Student Registration (all week)" and ticket_type == "MPI Forum - Online Only":
58+
if (ticket_type == "EuroMPI+IWOMP Early Registration + Social Event" or
59+
ticket_type == "EuroMPI+IWOMP+Social Event Standard Registration" or
60+
ticket_type == "Thursday Social Event - Extra Ticket" or
61+
ticket_type == "EuroMPI and IWOMP Remote Attendee (Listener Only)"):
5962
continue
6063

6164
if org in org_dict:

0 commit comments

Comments
 (0)