Skip to content

Commit

Permalink
add fa24 officers
Browse files Browse the repository at this point in the history
add fa24 officers
  • Loading branch information
jaysa68 authored May 30, 2024
2 parents f6e6c61 + 15299e9 commit c0d89fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ocfweb/docs/views/officers.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def __str__(self) -> str:
'akopps': 'Akop Pogosian',
'alanc': 'Alan Coopersmith',
'alanw': 'Alan Wong',
'aly': 'Albert Ye',
'anddone': 'Andrei Dones',
'anirudhsuresh': 'Anirudh Suresh',
'aoaks': 'Aaron Oaks',
Expand Down Expand Up @@ -201,6 +202,8 @@ def __str__(self) -> str:
'laksith': 'Laksith Venkatesh Prabu',
'lars': 'Lars Smith',
'lmathias': 'Lance Mathias',
'lemurseven': 'Michael Lisano',
'lukepeters': 'Luke Peters',
'marco': 'Marco Nicosia',
'mattmcal': 'Matthew McAllister',
'mcint': 'Loren Patrick McIntyre',
Expand Down Expand Up @@ -233,6 +236,7 @@ def __str__(self) -> str:
'sluo': 'Steven Yuifai Luo',
'smcc': 'Stephen McCamant',
'snarain': 'Saurabh Narain',
'storce': 'Joseph Wang',
'tdhock': 'Toby Hocking',
'tee': 'Luns Tee',
'thomson': 'Thomson Van Nguyen',
Expand Down Expand Up @@ -516,6 +520,16 @@ def _bod_terms() -> List[Term]:
('DeCal', ['jaysa', 'kian']),
],
),
Term(
'Fall 2024',
gms=['jaysa', 'rjz'],
sms=['oliverni', 'lemurseven'],
heads=[
('Internal', ['storce', 'lukepeters']),
('Finance', ['adi']),
('DeCal', ['kian', 'aly']),
],
),
]


Expand Down

0 comments on commit c0d89fb

Please sign in to comment.