Skip to content

Commit 4ccd660

Browse files
committed
Update agenda and attendance
1 parent 9fd5b8a commit 4ccd660

File tree

3 files changed

+76
-13
lines changed

3 files changed

+76
-13
lines changed

_data/meetings/2025/09/agenda.yml

Lines changed: 72 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,66 @@
11
schedule:
22
- day: Monday, September 29
3-
- start: 2025-09-29T0:00
4-
end: 2025-09-29T23:59
5-
title: "Placeholder Agenda Item"
3+
4+
- start: 2025-09-29T09:00
5+
end: 2025-09-29T10:00
6+
title: "Plenary"
7+
8+
- start: 2025-09-29T10:00
9+
end: 2025-09-29T10:30
10+
title: "Coffee Break"
11+
12+
- start: 2025-09-29T10:30
13+
end: 2025-09-29T12:00
14+
title: "Plenary"
15+
16+
- start: 2025-09-29T12:00
17+
end: 2025-09-29T13:30
18+
title: "Lunch"
19+
20+
- start: 2025-09-29T13:30
21+
end: 2025-09-29T14:30
22+
title: "Plenary"
23+
24+
- start: 2025-09-29T14:30
25+
end: 2025-09-29T15:00
26+
title: "Coffee Break"
27+
28+
- start: 2025-09-29T15:00
29+
end: 2025-09-29T17:00
30+
title: "Plenary"
31+
632
- endday: done
733

834
- day: Tuesday, September 30
9-
- start: 2025-09-30T0:00
10-
end: 2025-09-30T23:59
11-
title: "Placeholder Agenda Item"
12-
- endday: done
1335

14-
- day: Wednesday, October 01
15-
- start: 2025-10-01T0:00
16-
end: 2025-10-01T23:59
17-
title: "Placeholder Agenda Item"
36+
- start: 2025-09-30T09:00
37+
end: 2025-09-30T10:00
38+
title: "Plenary"
39+
40+
- start: 2025-09-30T10:00
41+
end: 2025-09-30T10:30
42+
title: "Coffee Break"
43+
44+
- start: 2025-09-30T10:30
45+
end: 2025-09-30T12:00
46+
title: "Plenary"
47+
48+
- start: 2025-09-30T12:00
49+
end: 2025-09-30T13:30
50+
title: "Lunch"
51+
52+
- start: 2025-09-30T13:30
53+
end: 2025-09-30T14:30
54+
title: "Plenary"
55+
56+
- start: 2025-09-30T14:30
57+
end: 2025-09-30T15:00
58+
title: "Coffee Break"
59+
60+
- start: 2025-09-30T15:00
61+
end: 2025-09-30T17:00
62+
title: "Plenary"
63+
1864
- endday: done
1965

2066
plenaries:
@@ -40,3 +86,18 @@ plenaries:
4086
presenter: Tobias
4187
done: 0
4288

89+
- type: Plenary
90+
title: "MPI_T Semantics"
91+
presenter: Bill W.
92+
done: 0
93+
94+
- type: Plenary
95+
title: "QMPI"
96+
presenter: Bill W.
97+
done: 0
98+
99+
- type: Plenary
100+
title: "MPI Advance and MPI4AI"
101+
presenter: Tony
102+
done: 0
103+

_data/meetings/2025/09/attendance.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Derek Schafer","University of New Mexico","1","1"
3434
"Jiakun Yan","University of Illinois Urbana-Champaign","0","1"
3535
"Christoph Niethammer","HLRS, University of Stuttgart","0","1"
36-
"Joachim Jenke","RWTH Aachen","1","1"
37-
"Amit Ruhela","Texas Advanced Computing Center","0","1"
36+
"Joachim Jenke","RWTH Aachen University","1","1"
37+
"Amit Ruhela","The Texas Advanced Computing Center","0","1"
3838
"Benson Muite","Kichakato Kizito","1","1"
3939
"Francois-Henry Rouet","Synopsys","1","1"

utils/parse_eventbrite_registration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def main():
2525
"Sandia National Laboratories": "Sandia National Laboratory",
2626
"LANL": "Los Alamos National Laboratory",
2727
"ORNL": "Oak Ridge National Laboratory",
28+
"Texas Advanced Computing Center": "The Texas Advanced Computing Center",
29+
"RWTH Aachen": "RWTH Aachen University",
2830
}
2931

3032
print("Opening file...")

0 commit comments

Comments
 (0)