Skip to content

Commit

Permalink
archive: add 2024
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed Apr 28, 2024
1 parent 574f6db commit 0ccfb4c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions internal/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,38 @@ type YearInfo struct {
func (a *Application) GetArchiveTemplate(*http.Request) map[string]any {
return map[string]any{
"YearInfo": []YearInfo{
{
Year: 2024,
RecapParagraphs: []string{
"The 2024 competition returned to an in-person only competition, but we also had an open division. We gave a separate set of prizes for teams consisting of only first-time competitors. We did not award prizes for the open division.",
"The in-person competition had 27 teams while the open division had 31 teams.",
},
Links: []Link{
{"/static/2024-solutions.pdf", "Solution Sketch Slides"},
// {"https://sumnerevans.com/posts/school/2024-hspc/", "Competition Recap and Solution Sketches"},
{"https://mines-hspc.kattis.com/contests/mines-hspc24/problems", "Problems"},
},
Results: []CompetitionResult{
{
Name: "Overall Winners",
Shortname: "Overall",
Teams: []WinningTeam{
{"1st", "Innovation Center 1", "Innovation Center SVVSD", "Longmont"},
{"2nd", "Sigma Scripters", "Arapahoe High School", "Centennial"},
{"3nd", "CyberRebels2", "Columbine High School", "Littleton"},
},
},
{
Name: "First-Time Team Winners",
Shortname: "FirstTime",
Teams: []WinningTeam{
{"1st", "Loopy Groupies", "Chatfield Senior High School", "Littleton"},
{"2nd", "Lorem Ipsum", "Warren Tech", "Lakewood"},
{"3nd", "the cows(mooooooooooooo)", "Cherry Creek High School", "Greenwood Village"},
},
},
},
},
{
Year: 2023,
RecapParagraphs: []string{
Expand Down
Binary file added website/static/2024-solutions.pdf
Binary file not shown.

0 comments on commit 0ccfb4c

Please sign in to comment.