diff --git a/app/academics/page.tsx b/app/academics/page.tsx index 0b3b753..7174863 100644 --- a/app/academics/page.tsx +++ b/app/academics/page.tsx @@ -665,7 +665,7 @@ export default function Academics() { - + mean: 86.137 | min: 70 | Q1: 80.99 | median: 88 | Q3: 91.14 | max: 96.53 diff --git a/app/contributors/page.tsx b/app/contributors/page.tsx index 7aeb1fd..713ec6c 100644 --- a/app/contributors/page.tsx +++ b/app/contributors/page.tsx @@ -4,7 +4,7 @@ import { BottomNav } from "@/components/BottomNav"; import { Header } from "@/components/Header"; import { Panel } from "@/components/Panel"; import { SectionHeader } from "@/components/SectionHeader"; -import { CPWebDevs, communityReps, designers } from "@/data/contributors"; +import { CPWebDevs, alumni, communityReps, designers } from "@/data/contributors"; import { pageRoutes } from "@/data/routes"; import styles from "../basePage.module.css"; @@ -45,10 +45,7 @@ export default function Contributors() { return (
- +

The 2023 CS Class Profile was completed by members of the UW Computer Science Club. Specifically, several current and past members (as of this @@ -86,6 +83,13 @@ export default function Contributors() { , for kickstarting the existence of the CS Class Profile and for providing feedback! Note there may be other anonymous contributors on any of the teams or committees, but their names are not listed here.

+

+ Finally, our thanks go out to previous contributors as well who built the first version of the class profile on which the vast majority of this + version was built. A lot of work is shared year to year, so we want to express our gratitude to the previous team as well (note: members on this + year's list are not repeated; see this page for a full list of last + year's team). +

+
diff --git a/data/contributors.ts b/data/contributors.ts index 1032e77..9a37b79 100644 --- a/data/contributors.ts +++ b/data/contributors.ts @@ -30,3 +30,22 @@ export const CPWebDevs = [ { name: "Emily Huang", link: "https://www.linkedin.com/in/emilyhuxng/" }, { name: "Franklin Ramirez", link: "https://www.linkedin.com/in/franklin-ramirez611/" }, ]; + +export const alumni = [ + { name: "Aaryan Shroff (Design)", link: "https://www.linkedin.com/in/aaryan-shroff" }, + { name: "Amy Luo (Reps)", link: "https://www.linkedin.com/in/amytluo/" }, + { name: "Amy Wang (Web)", link: "" }, + { name: "Beihao Zhou (Web)", link: "https://www.linkedin.com/in/beihaozhou/" }, + { name: "Jared He (Web)", link: "https://www.linkedin.com/in/jaredhe/" }, + { name: "Jenny Zhang (Design)", link: "https://www.instagram.com/j3nny_zhang" }, + { name: "Juthika Hoque (Reps)", link: "https://www.linkedin.com/in/juthikahoque/" }, + { name: "Mark Chiu (Web)", link: "https://linkedin.com/in/markchiu02" }, + { name: "Max Erenberg (Syscom)", link: "https://maxerenberg.github.io/" }, + { name: "Nikki Guo (Reps)", link: "https://www.linkedin.com/in/nikkiguo" }, + { name: "Olivia Liu (Reps)", link: "" }, + { name: "Rachel Ma (Design)", link: "" }, + { name: "Raymond Li (Syscom)", link: "https://raymond.li/" }, + { name: "Sat Arora (Reps)", link: "https://www.linkedin.com/in/sat-arora/" }, + { name: "Shahan Nedadahandeh (Web)", link: "https://shahan.ca/" }, + { name: "Vivian Guo (Design)", link: "https://www.linkedin.com/in/vivianvg" }, +];