@@ -200,23 +200,21 @@ def session_to_time(session_id: str):
200200 end = datetime (2025 , 3 , 18 , 7 , 10 , tzinfo = edt ),
201201 room = "Talk room 1" ,
202202 type = "opening" ,
203- chair = "TBC" ,
204203 )
205204 elif session_id == "S_Closing" :
206205 return TimeSlot (
207206 start = datetime (2025 , 3 , 18 , 15 , 10 , tzinfo = edt ),
208207 end = datetime (2025 , 3 , 18 , 15 , 20 , tzinfo = edt ),
209208 room = "Talk room 1" ,
210209 type = "closing" ,
211- chair = "TBC" ,
212210 )
213211 elif session_id == "S_P1" :
214212 return TimeSlot (
215213 start = datetime (2025 , 3 , 18 , 7 , 10 , tzinfo = edt ),
216214 end = datetime (2025 , 3 , 18 , 8 , 10 , tzinfo = edt ),
217215 room = "Talk room 1" ,
218216 type = "plenary" ,
219- chair = "TBC " ,
217+ chair = "Remi Delaporte-Mathurin, MIT " ,
220218 )
221219 elif session_id == "S_A" :
222220 return TimeSlot (
@@ -232,7 +230,7 @@ def session_to_time(session_id: str):
232230 end = datetime (2025 , 3 , 18 , 9 , 30 , tzinfo = edt ),
233231 room = "Talk room 2" ,
234232 type = "oral" ,
235- chair = "TBC " ,
233+ chair = "Ethan Peterson, MIT " ,
236234 )
237235 elif session_id == "S_poster_1" :
238236 return TimeSlot (
@@ -251,8 +249,6 @@ def session_to_time(session_id: str):
251249 start = datetime (2025 , 3 , 18 , 9 , 30 , tzinfo = edt ),
252250 end = datetime (2025 , 3 , 18 , 10 , 40 , tzinfo = edt ),
253251 room = "Breakout room" ,
254- type = "poster" ,
255- chair = "TBC" ,
256252 )
257253 elif session_id == "S_Panel" :
258254 return TimeSlot (
@@ -268,15 +264,15 @@ def session_to_time(session_id: str):
268264 end = datetime (2025 , 3 , 18 , 11 , 50 , tzinfo = edt ),
269265 room = "Talk room 1" ,
270266 type = "plenary" ,
271- chair = "TBC " ,
267+ chair = "Remi Delaporte-Mathurin, MIT " ,
272268 )
273269 elif session_id == "S_C" :
274270 return TimeSlot (
275271 start = datetime (2025 , 3 , 18 , 12 , 50 , tzinfo = edt ),
276272 end = datetime (2025 , 3 , 18 , 13 , 50 , tzinfo = edt ),
277273 room = "Talk room 1" ,
278274 type = "oral" ,
279- chair = "TBC " ,
275+ chair = "James Dark, MIT " ,
280276 )
281277 elif session_id == "S_D" :
282278 return TimeSlot (
@@ -292,7 +288,7 @@ def session_to_time(session_id: str):
292288 end = datetime (2025 , 3 , 18 , 15 , 10 , tzinfo = edt ),
293289 room = "Talk room 1" ,
294290 type = "oral" ,
295- chair = "TBC " ,
291+ chair = "James Dark, MIT " ,
296292 )
297293 elif session_id == "S_F" :
298294 return TimeSlot (
0 commit comments