Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/(with-layout)/event/prizes/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Page() {
return (
<div className="flex flex-col w-full h-fit min-h-screen items-center justify-center">
<div className="flex flex-col w-full flex-grow flex-shrink basis-auto mt-24 items-center">
<h1 className="text-4xl sm:text-6xl font-bold font-sans my-4 text-center">$5500+ In Prizes</h1>
<h1 className="text-4xl sm:text-6xl font-bold font-sans my-4 text-center">$3500+ In Prizes</h1>
<Podium podiumPrizes={podiumPrizes} />
<hr className="w-11/12 desktop:w-3/4 lg:w-2/3 2xl:w-3/5 mx-auto my-4 border-gray-300" />
<MajorPrizes majorPrizes={majorPrizes} />
Expand Down
98 changes: 93 additions & 5 deletions data/prizes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ai_prize from "@/public/prizes/AiPrize.jpg";
import ai_prize from "@/public/prizes/AITrack.jpeg";
import sustainability_prize from "@/public/prizes/sustainability.png";
import education_prize from "@/public/prizes/education.jpg";
import quantum_prize from "@/public/prizes/quantum_computer.jpg";
Expand All @@ -16,6 +16,10 @@ import cloudflare from "@/public/prizes/cloudflare.webp";
import tech from "@/public/prizes/tech.webp";
import hashicorp from "@/public/prizes/hashicorp.webp";
import databricks from "@/public/prizes/databricks.webp";
import hardware_prize from "@/public/prizes/hardwareTrack.webp";
import golf_prize from "@/public/prizes/golf.jpg"
import machine_learning_prize from "@/public/prizes/machine_learning_track (1).png"
import healthcare_prize from "@/public/prizes/stethoscope.png"

import { StaticImageData } from "next/image";

Expand All @@ -29,7 +33,7 @@ export interface Prize {
export const podiumPrizes: Prize[] = [
{
name: "1st",
amount: "$1500",
amount: "$1000",
description: "",
},
{
Expand All @@ -39,7 +43,91 @@ export const podiumPrizes: Prize[] = [
},
];


export const majorPrizes: Prize[] = [
{
name: "Best Machine Learning Hack",
amount: "$400 Cash Prize",
description:
"Coding an AI from scratch? This prize goes to the best project utilizing a homegrown AI model.",
imagePath: machine_learning_prize,
},
{
name: "Best Healthcare Hack",
amount: "$400 Cash Prize",
description:
"Does an apple a day really keep the doctor away? With your project, we're sure it will! This prize goes those who have demonstrated exceptional creativity, technical skill, and a dedication to making a meaningful impact on global health through thoughtful analysis and implementation of data-driven solutions.",
imagePath: healthcare_prize,
},
{
name: "Best Sustainability Hack",
amount: "$400 Cash Prize",
description:
"Go green or go home! This prize recognizes the project that most creatively tackles environmental challenges in the city, making urban living sustainable and eco-friendly.",
imagePath: sustainability_prize,
}
];

export const minorPrizes: Prize[] = [
{
name: "Best Use of AI",
amount: "Air Fryer ($180 Value)",
description:
"Ready to implement ChatGPT, Gemeni, Claude or another AI into your project? The winner of this prize best implements an external AI model into their project.",
imagePath: ai_prize,
},
{
name: "Best Data Science Hack",
amount: "Amazon Echo Dot (Value: $200)",
description:
"Crunch those numbers! Given to the project that uses data science to unravel the mysteries of city living, driving decisions with insightful analytics.",
imagePath: data_science_prize,
},
{
name: "Best First Time Hack",
amount: "Lego Set ($140 Value)",
description:
"Newbies unite! Awarded to the top project by first-time hackers that addresses urban challenges, showing off their fresh creativity and hard work.",
imagePath: beginner_prize,
},
{
name: "Best Mobile Hack",
amount: "Portable Charger ($80 Value)",
description:
"Got an app for that? Recognizes the project that delivers the slickest, most useful mobile application for folks in a retro (or modern) world.",
imagePath: mobile_prize,
},
{
name: "Best Hardware Hack",
amount: "Amazon Fire stick ($160 Value)",
description:
"Are you more of a hardware person? If you are, then this track is for you - blow everyone away with technology that moves beyond just a screen.",
imagePath: hardware_prize,
},
{
name: "Best Quantum Computing Hack",
amount: "JBL Speakers ($80 Value)",
description:
"Entangle some qubits and blow our minds! This prize celebrates the project that uses quantum computing to solve urban problems, proving that the future really is now (and at RPI!).",
imagePath: quantum_prize,
},
{
name: "Ugliest Code Competition",
amount: "$50 Cash Prize",
description:
"Embrace the spaghetti! A fun award for the participant with the most convoluted code in our ugliest code competition, reminding us all why clean coding matters, especially in urban tech.",
imagePath: ugly_code_prize,
},
{
name: "Code Golf",
amount: "$50 Cash Prize",
description:
"Code Golf! No, not coding the game golf. Come to the workshop and maybe win some money along the way!",
imagePath: golf_prize,
}
];

/*export const majorPrizes: Prize[] = [
{
name: "Ship Fast, Ship Often - Build a Payworthy MVP in a Weekend",
amount: "$800 Cash Prize",
Expand Down Expand Up @@ -83,9 +171,9 @@ Whether it's an app, Chrome extension, or web app, your goal is to solve a real
"Time to hit the books—or tablets! Awarded to the project that best improves urban education, making city learning more fun, accessible, and effective.",
imagePath: education_prize,
},
];
];*/

export const minorPrizes: Prize[] = [
/*export const minorPrizes: Prize[] = [
{
name: "Best Quantum Computing Hack",
amount: "JBL Speaker ($200 Value)",
Expand Down Expand Up @@ -174,4 +262,4 @@ Terraform’s community edition is free to use with no credit card required! Uti
Build an AI powered project utilizing Databricks Open Source projects like the ones mentioned, or Databricks friendly Open Source projects like LanceDB and Llama Index, for a chance to win some amazing prizes for you and your teammates! Check out the following link to see all qualifying Databricks' Open Source technologies. `,
imagePath: databricks,
},
];
];*/
Binary file added public/prizes/AITrack.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/prizes/artificial-intellegence.png
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/prizes/golf.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/prizes/hardwareTrack.webp
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/prizes/heart.png
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/prizes/machine_learning_image.webp
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/prizes/machine_learning_track (1).png
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/prizes/machine_learning_track.png
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/prizes/stethoscope.png
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/prizes/stethoscope.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading