Skip to content

Commit 3f4944f

Browse files
committed
updated timetable with session chairs
1 parent 3866649 commit 3f4944f

2 files changed

Lines changed: 44 additions & 40 deletions

File tree

programme/programme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Presenter: Remi Delaporte-Mathurin
4242

4343
Room: Auditorium
4444

45-
*Chair*: TBC, Affiliation
45+
*Chair*: Remi Delaporte-Mathurin, MIT
4646

4747
Number of presentations: 2
4848

@@ -67,7 +67,7 @@ Coffee, tea refreshments and pastries will be served in the Foyer.
6767

6868
Room: Auditorium
6969

70-
*Chair*: TBC, Affiliation
70+
*Chair*: Chris Smiet, EPFL
7171

7272
Number of presentations: 3
7373

@@ -130,7 +130,7 @@ A panel session will be held with the following members:
130130

131131
Room: Auditorium
132132

133-
*Chair*: TBC, Affiliation
133+
*Chair*: Jonathan Hollocombe, UKAEA
134134

135135
Number of presentations: 3
136136

@@ -145,7 +145,7 @@ Number of presentations: 3
145145

146146
Room: Projektraum
147147

148-
*Chair*: TBC, Affiliation
148+
*Chair*: Adam Urbańczyk, CadQuery
149149

150150
Number of presentations: 3
151151

@@ -185,7 +185,7 @@ Coffee, tea refreshments and pastries will be served in the Foyer.
185185

186186
Room: Auditorium
187187

188-
*Chair*: TBC, Affiliation
188+
*Chair*: Stephen Coleman, RadiaSoft LLC
189189

190190
Number of presentations: 3
191191

@@ -200,7 +200,7 @@ Number of presentations: 3
200200

201201
Room: Projektraum
202202

203-
*Chair*: TBC, Affiliation
203+
*Chair*: Christopher Ashe, UKIFS
204204

205205
Number of presentations: 3
206206

@@ -239,7 +239,7 @@ An oppertunity for networking over complementary beers and light snacks in the U
239239

240240
Room: Auditorium
241241

242-
*Chair*: TBC, Affiliation
242+
*Chair*: James Dark, MIT
243243

244244
Number of presentations: -46
245245

@@ -278,7 +278,7 @@ Number of presentations: 3
278278

279279
Room: Projektraum
280280

281-
*Chair*: TBC, Affiliation
281+
*Chair*: Jonathan Shimwell, Proxima Fusion
282282

283283
Number of presentations: 3
284284

@@ -323,7 +323,7 @@ Lunch is provided in the Munich Urban Colab restaurant (ground floor) for all co
323323

324324
Room: Auditorium
325325

326-
*Chair*: TBC, Affiliation
326+
*Chair*: Nathan Cummings, UK Atomic Energy Authority
327327

328328
Number of presentations: -46
329329

@@ -341,7 +341,7 @@ Number of presentations: -46
341341

342342
Room: Auditorium
343343

344-
*Chair*: TBC, Affiliation
344+
*Chair*: Andrew Davis, UKAEA
345345

346346
Number of presentations: 3
347347

@@ -355,7 +355,7 @@ Number of presentations: 3
355355

356356
Room: Projektraum
357357

358-
*Chair*: TBC, Affiliation
358+
*Chair*: Yehor Yudin, Bangor University
359359

360360
Number of presentations: 3
361361

@@ -395,7 +395,7 @@ Coffee, tea refreshments and pastries will be served in the Foyer.
395395

396396
Room: Auditorium
397397

398-
*Chair*: TBC, Affiliation
398+
*Chair*: Olivier Hoenen, ITER Organization
399399

400400
Number of presentations: 3
401401

programme/timetable_helpers/timeslot.py

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __str__(self) -> str:
7878
"start": (2026, 3, 10, 13, 40),
7979
"end": (2026, 3, 10, 14, 40),
8080
"room": "Auditorium",
81-
"chair": "TBC, Affiliation",
81+
"chair": "Patrick Shriwise, Argonne National Laboratory",
8282
},
8383
"session_proxima_tour": {
8484
"start": (2026, 3, 12, 9, 30),
@@ -115,13 +115,13 @@ def __str__(self) -> str:
115115
"end": end,
116116
"room": "Auditorium",
117117
"type": "Plenary",
118-
"chair": "TBC, Affiliation",
118+
"chair": chair,
119119
}
120-
for i, (start, end) in enumerate(
120+
for i, (start, end, chair) in enumerate(
121121
[
122-
((2026, 3, 10, 9, 0), (2026, 3, 10, 10, 0)),
123-
((2026, 3, 11, 9, 0), (2026, 3, 10, 10, 0)),
124-
((2026, 3, 11, 13, 40), (2026, 3, 10, 14, 40)),
122+
((2026, 3, 10, 9, 0), (2026, 3, 10, 10, 0), "Remi Delaporte-Mathurin, MIT"),
123+
((2026, 3, 11, 9, 0), (2026, 3, 10, 10, 0), "James Dark, MIT"),
124+
((2026, 3, 11, 13, 40), (2026, 3, 10, 14, 40), "Nathan Cummings, UK Atomic Energy Authority"),
125125
],
126126
start=1,
127127
)
@@ -133,16 +133,20 @@ def __str__(self) -> str:
133133
"end": end,
134134
"room": "Seminar room 1",
135135
"type": "Tutorial",
136-
"chair": "TBC, Affiliation",
136+
"chair": chair,
137137
}
138-
for i, (start, end) in enumerate(
138+
for i, (start, end, chair) in enumerate(
139139
[
140-
((2026, 3, 10, 10, 20), (2026, 3, 10, 11, 20)),
141-
((2026, 3, 10, 14, 40), (2026, 3, 10, 15, 40)),
142-
((2026, 3, 10, 16, 0), (2026, 3, 10, 17, 0)),
143-
((2026, 3, 11, 10, 20), (2026, 3, 11, 11, 20)),
144-
((2026, 3, 11, 14, 40), (2026, 3, 11, 15, 40)),
145-
((2026, 3, 11, 16, 0), (2026, 3, 11, 17, 0)),
140+
((2026, 3, 10, 10, 20), (2026, 3, 10, 11, 20), "Daan van Vugt, Ignition Computing"),
141+
(
142+
(2026, 3, 10, 14, 40),
143+
(2026, 3, 10, 15, 40),
144+
"Stefan Possanner, Max Planck Institute for Plasma Physics",
145+
),
146+
((2026, 3, 10, 16, 0), (2026, 3, 10, 17, 0), "Matti Coleman, UKAEA"),
147+
((2026, 3, 11, 10, 20), (2026, 3, 11, 11, 20), "Antoine Hoffmann, Princeton Plasma Physics Laboratory"),
148+
((2026, 3, 11, 14, 40), (2026, 3, 11, 15, 40), "Massimiliano Leoni, Proxima Fusion"),
149+
((2026, 3, 11, 16, 0), (2026, 3, 11, 17, 0), "Matthew Field, United Kingdom Atomic Energy Authority"),
146150
],
147151
start=1,
148152
)
@@ -154,23 +158,23 @@ def __str__(self) -> str:
154158
"end": end,
155159
"room": room,
156160
"type": "Oral",
157-
"chair": "TBC, Affiliation",
161+
"chair": chair,
158162
}
159-
for letter, (start, end, room) in zip(
163+
for letter, (start, end, room, chair) in zip(
160164
"ABCDEFGHIJKL",
161165
[
162-
((2026, 3, 10, 10, 20), (2026, 3, 10, 11, 20), "Auditorium"),
163-
((2026, 3, 10, 10, 20), (2026, 3, 10, 11, 20), "Projektraum"),
164-
((2026, 3, 10, 14, 40), (2026, 3, 10, 15, 40), "Auditorium"),
165-
((2026, 3, 10, 14, 40), (2026, 3, 10, 15, 40), "Projektraum"),
166-
((2026, 3, 10, 16, 0), (2026, 3, 10, 17, 0), "Auditorium"),
167-
((2026, 3, 10, 16, 0), (2026, 3, 10, 17, 0), "Projektraum"),
168-
((2026, 3, 11, 10, 20), (2026, 3, 11, 11, 20), "Auditorium"),
169-
((2026, 3, 11, 10, 20), (2026, 3, 11, 11, 20), "Projektraum"),
170-
((2026, 3, 11, 14, 40), (2026, 3, 11, 15, 40), "Auditorium"),
171-
((2026, 3, 11, 14, 40), (2026, 3, 11, 15, 40), "Projektraum"),
172-
((2026, 3, 11, 16, 0), (2026, 3, 11, 17, 0), "Auditorium"),
173-
((2026, 3, 11, 16, 0), (2026, 3, 11, 17, 0), "Projektraum"),
166+
((2026, 3, 10, 10, 20), (2026, 3, 10, 11, 20), "Auditorium", "Chris Smiet, EPFL"),
167+
((2026, 3, 10, 10, 20), (2026, 3, 10, 11, 20), "Projektraum", "TBC, Affiliation"),
168+
((2026, 3, 10, 14, 40), (2026, 3, 10, 15, 40), "Auditorium", "Jonathan Hollocombe, UKAEA"),
169+
((2026, 3, 10, 14, 40), (2026, 3, 10, 15, 40), "Projektraum", "Adam Urbańczyk, CadQuery"),
170+
((2026, 3, 10, 16, 0), (2026, 3, 10, 17, 0), "Auditorium", "Stephen Coleman, RadiaSoft LLC"),
171+
((2026, 3, 10, 16, 0), (2026, 3, 10, 17, 0), "Projektraum", "Christopher Ashe, UKIFS"),
172+
((2026, 3, 11, 10, 20), (2026, 3, 11, 11, 20), "Auditorium", "TBC, Affiliation"),
173+
((2026, 3, 11, 10, 20), (2026, 3, 11, 11, 20), "Projektraum", "Jonathan Shimwell, Proxima Fusion"),
174+
((2026, 3, 11, 14, 40), (2026, 3, 11, 15, 40), "Auditorium", "Andrew Davis, UKAEA"),
175+
((2026, 3, 11, 14, 40), (2026, 3, 11, 15, 40), "Projektraum", "Yehor Yudin, Bangor University"),
176+
((2026, 3, 11, 16, 0), (2026, 3, 11, 17, 0), "Auditorium", "Olivier Hoenen, ITER Organization"),
177+
((2026, 3, 11, 16, 0), (2026, 3, 11, 17, 0), "Projektraum", "TBC, Affiliation"),
174178
],
175179
)
176180
},

0 commit comments

Comments
 (0)