From 29c6bacfb79f802b98049586dc607eceeddef10c Mon Sep 17 00:00:00 2001 From: Chirag Kaushik Date: Tue, 26 Sep 2023 02:08:44 -0400 Subject: [PATCH] Coffee Chats page --- src/components/header.astro | 3 +- src/pages/coffee-chats.astro | 129 +++++++++++++++++++++++++++++++++++ 2 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 src/pages/coffee-chats.astro diff --git a/src/components/header.astro b/src/components/header.astro index bcc8c21..6799ca8 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -12,7 +12,8 @@ const navItems: Array = [ { title: "Events", sublinks: [ - { title: "Events Calendar", url: "/events" }, + { title: "Events Calendar", url: "/events" }, + { title: "Coffee Chats", url: "/coffee-chats" }, { title: "Archive", url: "/events-archive" }, ], }, diff --git a/src/pages/coffee-chats.astro b/src/pages/coffee-chats.astro new file mode 100644 index 0000000..f657665 --- /dev/null +++ b/src/pages/coffee-chats.astro @@ -0,0 +1,129 @@ +--- +import "@fontsource/inter/variable.css"; +import MLPurdueAbout from "~/components/MLPurdueAbout.astro"; +import Footer from "~/components/footer.astro"; +import Header from "~/components/header.astro"; +import ContentSection from "~/components/content-section.astro"; +import Spacer from "~/components/Spacer.astro"; + +import "~/styles/index.css"; + +const { site } = Astro; +const description = "ML@Purdue Coffee Chats"; +--- + + + + + + + + + ML@Purdue - Coffee Chats + + + + + + + + + + + +
+
+ +

+ Coffee chats are designed so members can anonymously match with leadership members and meet someone who has similar interests as them for a quick 30 minute chat. + Limitied to one choice per member. +

+ +
+
+

+ Jacob Zietek +

+ +

Job Interests

Industry, Entrepreneurship +
+ +

AI/ML Interests

Computer Vision, Natural Language Processing, Large Language Models (LLMs), Reinforcement Learning, Interactable AI +
+
+
+

+ Sameeha Afrulbasha +

+ +

Job Interests

Industry, Research +
+ +

AI/ML Interests

Machine Learning Operations (MLOps), Computer Vision, Natural Language Processing, Large Language Models (LLMs), Machine Interpretability, Reinforcement Learning, Interactable AI, Human Computer Interaction (HCI) +
+
+
+

+ Saad Sharief +

+ +

Job Interests

Industry, Entrepreneurship +
+ +

AI/ML Interests

AI Infrastructure, Accelerators, Systems +
+
+
+

+ Ananya Singh +

+ +

Job Interests

Industry, Research +
+ +

AI/ML Interests

Computer Vision, Natural Language Processing, Large Language Models (LLMs) +
+
+
+

+ Michael Wang +

+ +

Job Interests

Research +
+ +

AI/ML Interests

Computer Vision, Machine Interpretability +
+
+
+

+ Leo Deng +

+ +

Job Interests

Industry, Entrepreneurship, Research +
+ +

AI/ML Interests

Machine Learning Operations (MLOps), Computer Vision, Natural Language Processing, Large Language Models (LLMs), Algorithmic Trading +
+
+
+

+ Neil Sahai +

+ +

Job Interests

Industry, Research +
+ +

AI/ML Interests

Computer Vision, Natural Language Processing, Algorithmic Trading +
+
+
+ + +
+
+