diff --git a/modules/JudgesData.ts b/modules/JudgesData.ts index 71b1d3d3..403fc25f 100644 --- a/modules/JudgesData.ts +++ b/modules/JudgesData.ts @@ -96,7 +96,7 @@ export const judges = [ }, { name: "Eshwar Chandrasekharan", - desc: "I currently work as a Senior Machine Learning Engineer at Meta, where I have spent the last four years specializing in ranking and recommendations. Prior to this, I worked as a Research Assistant at the University of Minnesota, leveraging Machine Learning for bioinformatics. Additionally, I have experience in software development at Dell (2 years) and hardware development at SanDisk (1+ years), giving me a well-rounded technical foundation.\nAs a judge, I am excited to provide meaningful feedback to participants, helping them refine their ideas and technical implementations.", + desc: "I’m an Assistant Professor of Computer Science at the University of Illinois Urbana-Champaign. I lead the SCUBA Lab @ Illinois, and our research is related to facilitating healthy online interactions, combatting online antisocial behavior, and developing new AI-backed sociotechnical systems to promote trust and safety on the Internet.", image: "/mentors/judge-images/eshwar_chandrasekharan.jpg" }, { diff --git a/modules/MentorsData.ts b/modules/MentorsData.ts index b0f5d892..b7158f53 100644 --- a/modules/MentorsData.ts +++ b/modules/MentorsData.ts @@ -148,5 +148,15 @@ export const mentors = [ name: "Saransh Bhardwaj", desc: "Hello, My name is Saransh, I am working on a few AI projects in Healthcare and GIS fields. Bringing new tech and features to millions of users.", image: "/mentors/mentor-images/saransh_bhardwaj.jpeg" + }, + { + name: "Nick Trueb", + desc: "I have lived in Chicago for 3 years, and in my free time, I like to read and visit coffee shops/new neighborhoods of the city.", + image: "/mentors/judge-images/nick_trueb.jpeg" + }, + { + name: "Beulah Lee", + desc: "I am an Application Engineer at Discover Financial Services, focusing on frontend user interface development. I graduated from UIUC with a B.S. in Computer Engineering and a minor in Statistics.", + image: "/mentors/judge-images/beulah_lee.jpeg" } ];