Skip to content

Commit

Permalink
update mentors and judges
Browse files Browse the repository at this point in the history
  • Loading branch information
J164 committed Feb 28, 2025
1 parent c952481 commit 86b7903
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/GridLayout/GridLayout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.body {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: center;
align-items: center;
z-index: 1;
padding: 4rem 3vw;
Expand Down
1 change: 1 addition & 0 deletions components/Mentors/MentorCard/MentorCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
width: fit-content;
display: flex;
flex-direction: column;
margin: 0 auto;
margin-bottom: 7rem;
cursor: pointer;
}
Expand Down
21 changes: 18 additions & 3 deletions modules/JudgesData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,24 @@ export const judges = [
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"
},
// {
// name: "Manish Kumar Keshri",
// 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.",
// image: "/mentors/judge-images/manish_kumar_keshri.jpeg"
// },
{
name: "Manish Kumar Keshri",
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.",
image: "/mentors/judge-images/manish_kumar_keshri.jpeg"
name: "Hong Yi Chen",
desc: "Hey! I’m Hong Yi, a Growth Product Manager at Warp, where we’re building the intelligent terminal for modern developers and teams. Previously, I led teams at Hack the North and have attended 25+ hackathons. Waterloo CS & Business alum. Passionate about devtools, AI, and building products that drive impact. ",
image: "/mentors/mentor-images/hong_yi_chen.jpeg"
},
{
name: "Karandeep Singh",
desc: "I am Karandeep and I work at AGCO leading a team of interns working on AI initiatives across the organization. I am passionate about applying tech solutions to develop farmer-first solutions.",
image: "/mentors/mentor-images/karandeep_singh.jpg"
},
{
name: "Daniel Odicho",
desc: "Serial Hackathon Winner. Passionate about the education space and building novel ideas. Strong focus on creativity and impact. Ask me about Hackathon advice!",
image: "/mentors/judge-images/daniel_odicho.jpg"
}
];
20 changes: 20 additions & 0 deletions modules/MentorsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,25 @@ export const mentors = [
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"
},
{
name: "Dhravya Shah",
desc: "Learner, builder and serial shipper. Doing things with AI at Cloudflare.",
image: "/mentors/mentor-images/dhravya_shah.jpg"
},
{
name: "Kanishka Alpeshbhai Patel",
desc: "Hi, I'm Kanishka, a UIUC alumnus and Digital Business Analyst at Cat Digital. I transform data into insights for Aftermarket Connectivity Analytics. Outside work, I explore tech trends and cheer on the Illini. Excited to be part of HackIllinois, where innovation meets creativity!",
image: "/mentors/mentor-images/kanishka_patel.jpg"
},
{
name: "Hong Yi Chen",
desc: "Hey! I’m Hong Yi, a Growth Product Manager at Warp, where we’re building the intelligent terminal for modern developers and teams. Previously, I led teams at Hack the North and have attended 25+ hackathons. Waterloo CS & Business alum. Passionate about devtools, AI, and building products that drive impact. ",
image: "/mentors/mentor-images/hong_yi_chen.jpeg"
},
{
name: "Seetaram Rao",
desc: "Seetaram Rayarao, Senior Tech Lead for the LLM Suite at JP Morgan Chase, specializes in Generative AI, cloud platforms, and microservices. With 17+ years of experience, he architects scalable AI-driven solutions. An IEEE Senior Member and ACM member, he holds certifications in AWS, CKAD, Terraform, and Java and has expertise in Python, LLMs, and RAG.",
image: "/mentors/mentor-images/seetaram_rao.jpeg"
}
];
Binary file added public/mentors/judge-images/daniel_odicho.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/mentors/mentor-images/dhravya_shah.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/mentors/mentor-images/hong_yi_chen.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/mentors/mentor-images/kanishka_patel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/mentors/mentor-images/karandeep_singh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/mentors/mentor-images/seetaram_rao.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86b7903

Please sign in to comment.