@@ -125,6 +125,7 @@ def __str__(self) -> str:
125
125
'akopps' : 'Akop Pogosian' ,
126
126
'alanc' : 'Alan Coopersmith' ,
127
127
'alanw' : 'Alan Wong' ,
128
+ 'aly' : 'Albert Ye' ,
128
129
'anddone' : 'Andrei Dones' ,
129
130
'anirudhsuresh' : 'Anirudh Suresh' ,
130
131
'aoaks' : 'Aaron Oaks' ,
@@ -201,6 +202,8 @@ def __str__(self) -> str:
201
202
'laksith' : 'Laksith Venkatesh Prabu' ,
202
203
'lars' : 'Lars Smith' ,
203
204
'lmathias' : 'Lance Mathias' ,
205
+ 'lemurseven' : 'Michael Lisano' ,
206
+ 'lukepeters' : 'Luke Peters' ,
204
207
'marco' : 'Marco Nicosia' ,
205
208
'mattmcal' : 'Matthew McAllister' ,
206
209
'mcint' : 'Loren Patrick McIntyre' ,
@@ -233,6 +236,7 @@ def __str__(self) -> str:
233
236
'sluo' : 'Steven Yuifai Luo' ,
234
237
'smcc' : 'Stephen McCamant' ,
235
238
'snarain' : 'Saurabh Narain' ,
239
+ 'storce' : 'Joseph Wang' ,
236
240
'tdhock' : 'Toby Hocking' ,
237
241
'tee' : 'Luns Tee' ,
238
242
'thomson' : 'Thomson Van Nguyen' ,
@@ -516,6 +520,16 @@ def _bod_terms() -> List[Term]:
516
520
('DeCal' , ['jaysa' , 'kian' ]),
517
521
],
518
522
),
523
+ Term (
524
+ 'Fall 2024' ,
525
+ gms = ['jaysa' , 'rjz' ],
526
+ sms = ['oliverni' , 'lemurseven' ],
527
+ heads = [
528
+ ('Internal' , ['storce' , 'lukepeters' ]),
529
+ ('Finance' , ['adi' ]),
530
+ ('DeCal' , ['kian' , 'aly' ]),
531
+ ],
532
+ ),
519
533
]
520
534
521
535
0 commit comments