Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

b #11

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

b #11

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
13 changes: 13 additions & 0 deletions src/content/competitions/competitions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"title": "CMU Intercollegiate AI Poker Tournament 2025",
"description": "Build an AI poker agent and compete for $100,000 in prizes. Test your skills in machine learning and game theory against top university talent.",
"date": "February 9 - March 10, 2025",
"status": "upcoming",
"link": "https://poker.cmudsc.com",
"thumbnail": "../../assets/competitions/poker-2025.svg",
"highlights": [
"Compete for $100,000 prize pool with direct recruiting at Jump Trading",
"Open to all U.S. university students - finals held in Chicago",
"Build AI agents using Python to play heads-up poker matches"
]
},
{
"title": "CMU AI Sustainability Datathon 2024",
"description": "A week-long data science competition where participants analyze the environmental impact of AI in finance. Create innovative strategies to enhance the sustainability and eco-friendliness of AI applications.",
Expand Down