Skip to content

Commit 9c82400

Browse files
committed
update officers for fa25
1 parent 6f2818c commit 9c82400

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ocfweb/docs/views/officers.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ def __str__(self) -> str:
232232
'sahnn': 'Sue Hyun Ahnn',
233233
'sanjayk': 'Sanjay Krishnan',
234234
'sawansri': 'Sawan Srivastava',
235+
'sbwilliams': 'Sophia Williams',
235236
'shasan': 'Sahil Hasan',
236237
'sherryg': 'Sherry Ann Gong',
237238
'shyguy': 'David Shih',
@@ -546,6 +547,18 @@ def _bod_terms() -> List[Term]:
546547
],
547548

548549
),
550+
Term(
551+
'Fall 2025',
552+
gms=['fengyihuang', 'lukepeters'],
553+
sms=['sbwilliams', 'storce'],
554+
heads=[
555+
('Internal', ['joiew', 'ncostello']),
556+
('Finance', ['finwan', 'rsang']),
557+
('DeCal', ['erdaifuu', 'lic', 'sawansri']),
558+
('Design', ['jingwenyang', 'msonmez']),
559+
],
560+
561+
)
549562
]
550563

551564

0 commit comments

Comments
 (0)