From 15299e9189aa77ed64428210dcdb58adc8794550 Mon Sep 17 00:00:00 2001 From: Jaysa Maria Garcia <114126812+jaysa68@users.noreply.github.com> Date: Thu, 30 May 2024 12:59:11 -0700 Subject: [PATCH] add fa24 officers --- ocfweb/docs/views/officers.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ocfweb/docs/views/officers.py b/ocfweb/docs/views/officers.py index fb41ffec..a9ba8e74 100644 --- a/ocfweb/docs/views/officers.py +++ b/ocfweb/docs/views/officers.py @@ -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', @@ -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', @@ -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', @@ -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']), + ], + ), ]