Skip to content

Commit c0d89fb

Browse files
authored
add fa24 officers
add fa24 officers
2 parents f6e6c61 + 15299e9 commit c0d89fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ocfweb/docs/views/officers.py

+14
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def __str__(self) -> str:
125125
'akopps': 'Akop Pogosian',
126126
'alanc': 'Alan Coopersmith',
127127
'alanw': 'Alan Wong',
128+
'aly': 'Albert Ye',
128129
'anddone': 'Andrei Dones',
129130
'anirudhsuresh': 'Anirudh Suresh',
130131
'aoaks': 'Aaron Oaks',
@@ -201,6 +202,8 @@ def __str__(self) -> str:
201202
'laksith': 'Laksith Venkatesh Prabu',
202203
'lars': 'Lars Smith',
203204
'lmathias': 'Lance Mathias',
205+
'lemurseven': 'Michael Lisano',
206+
'lukepeters': 'Luke Peters',
204207
'marco': 'Marco Nicosia',
205208
'mattmcal': 'Matthew McAllister',
206209
'mcint': 'Loren Patrick McIntyre',
@@ -233,6 +236,7 @@ def __str__(self) -> str:
233236
'sluo': 'Steven Yuifai Luo',
234237
'smcc': 'Stephen McCamant',
235238
'snarain': 'Saurabh Narain',
239+
'storce': 'Joseph Wang',
236240
'tdhock': 'Toby Hocking',
237241
'tee': 'Luns Tee',
238242
'thomson': 'Thomson Van Nguyen',
@@ -516,6 +520,16 @@ def _bod_terms() -> List[Term]:
516520
('DeCal', ['jaysa', 'kian']),
517521
],
518522
),
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+
),
519533
]
520534

521535

0 commit comments

Comments
 (0)