Skip to content

List current Fall 2026 club projects on the public site - #374

Draft
aamoghS wants to merge 4 commits into
devfrom
cursor/fall-2026-projects-2f53
Draft

List current Fall 2026 club projects on the public site#374
aamoghS wants to merge 4 commits into
devfrom
cursor/fall-2026-projects-2f53

Conversation

@aamoghS

@aamoghS aamoghS commented Aug 30, 2026

Copy link
Copy Markdown
Member

The public /projects page was still the old archive (DLP Iversen, Furnichanter, Hazra, Guo, Miyaguchi) presented as the live list. Home also advertised AI Trading Agent as active, Sports as closed, and linked /projects as a “five-year database.”

This replaces that with the current Fall 2026 roster:

  • Roboinvesting — active, Andrew Hlavacek, recruiting ~4–6
  • ARC — active, Murilo Gustineli, join at dsgt-arc.org/join
  • Deep Learning Playground — revived, needs a lead (repo only; no live-site claim)
  • Sports Analytics — revived, needs a lead (AthleticsScrapers)
  • DS@GT Website — active, lead Aamogh Sawant, limited to 6 people
  • AtlCrime — needs a lead. Heatmap of safety in Atlanta. Repo: https://github.com/DataScience-GT/AtlCrime

AI Trading Agent is not listed. Cognitive Science is not listed. Aamogh is the website lead only, not AtlCrime. One interest form covers all six: https://forms.gle/Lgoia8m3sAP9XgpB9

Every current card has a short description. The previous five archive cards stay in a labeled Past section so they are not presented as current.

Home and /projects read the same list in sites/mainweb/lib/club-projects.ts.

Open in Web Open in Cursor 

Replace the hardcoded archive cards and the fake five-year database
CTA with the current roster. Home and /projects read the same list.

Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions

github-actions Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Visit the preview URL for this PR (updated for commit f4b292b):

https://hacklytics2027--pr-374-qwag6ac4.web.app

(expires Sun, 06 Sep 2026 15:02:16 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: c48ba34db61581e25fe2978355160b5eefe0e83f

const project = CURRENT_CLUB_PROJECTS.find((p) => p.slug === "website");
expect(project?.lead).toBeNull();
expect(project?.leadNote).toMatch(/Aamogh/i);
expect(project?.description).toMatch(/datasciencegt\.org/);
aamoghS and others added 3 commits August 30, 2026 14:57
Keep the other five current projects and a short description on every
card. Cognitive Science needs a lead; AI Trading Agent stays off the list.

Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
The sixth current project is AtlCrime (Atlanta crime data). It needs a
lead. Cognitive Science is not on the public roster.

Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
Website is limited to 6 people. AtlCrime stays needs-a-lead with the
heatmap-of-safety description. Aamogh is not listed on AtlCrime.

Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants