Skip to content

Commit 0eca1b8

Browse files
authored
Merge pull request #831 from ocf/oski-bear-patch-2
Spring 2024 officers
2 parents e5b35d5 + 04f2729 commit 0eca1b8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ocfweb/docs/views/officers.py

+12
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def __str__(self) -> str:
176176
'gwh': 'George William Herbert',
177177
'hexhu': 'Leo Huang',
178178
'idham': 'Ishaan Dham',
179+
'inurzhanov': 'Isabelle Nurzhanov',
179180
'jameson': 'Jameson J Lee',
180181
'jaw': 'Ja (Thanakul) Wattanawong',
181182
'jaysa': 'Jaysa Garcia',
@@ -504,6 +505,17 @@ def _bod_terms() -> List[Term]:
504505
('DeCal', ['adi', 'btorres', 'trinityc']),
505506
],
506507
),
508+
Term(
509+
'Spring 2024',
510+
gms=['bryli', 'ronitnath'],
511+
sms=['oliverni', 'njha'],
512+
heads=[
513+
('Internal', ['adi']),
514+
('External', ['inurzhanov']),
515+
('Finance', ['anirudhsuresh']),
516+
('DeCal', ['jaysa', 'kian']),
517+
],
518+
),
507519
]
508520

509521

0 commit comments

Comments
 (0)