Skip to content

Commit

Permalink
NAC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
lperovskaya committed May 20, 2024
1 parent 53b4005 commit 2c725e1
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 2 deletions.
15 changes: 15 additions & 0 deletions dataNAC/2024.event
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Photo Tour
Team Photos
Behind the Scenes
Team Registration
Programming Camp
Tech Talk
Opening Ceremony
Game Night
Career Fair
Training Camp
Challenge
Coach Awards
Dress Rehearsal
Contest
Awards Ceremony
Empty file added dataNAC/2024.people
Empty file.
50 changes: 50 additions & 0 deletions dataNAC/2024.team
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Boston University
Brigham Young University
Carnegie Mellon University
Clemson University
Colorado School of Mines
Columbia University
Cornell University
Dakota State University
Duke University
Georgia Institute of Technology
Harvard University
Illinois Institute of Technology
Iowa State University
Johns Hopkins University
Massachusetts Institute of Technology
McGill University
Milwaukee School of Engineering
New York University
Northwestern University
Pennsylvania State University
Princeton University
Rice University
Rutgers University
Stanford University
Texas A&M University
The Ohio State University
University of Alberta
The University of British Columbia
University of California, Berkeley
University of California Irvine
University of California Los Angeles
University of California Riverside
University of California San Diego
University of California - Santa Cruz
University of Central Florida
The University of Chicago
University of Illinois at Urbana-Champaign
University of Maryland
University of Michigan at Ann Arbor
University of Minnesota - Twin Cities
University of Rochester
University of South Florida
The University of Texas at Austin
The University of Texas at Dallas
University of Toronto Scarborough
University of Virginia
University of Washington
University of Waterloo
University of Wisconsin-Madison
Vanderbilt University
5 changes: 3 additions & 2 deletions dataNAC/consts.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export const years = [
"RC 2023-2024","2023","RC 2022-2023","2022", "RC 2021-2022", "2021", "2020", "RC 2019-2020", "RC 2018-2019", "RC 2016-2017", "RC 2015-2016","RC 2014-2015", "2014", "RC 2013-2014", "2013", "RC 2012-2013","RC 2011-2012"
"2024", "RC 2023-2024","2023","RC 2022-2023","2022", "RC 2021-2022", "2021", "2020", "RC 2019-2020", "RC 2018-2019", "RC 2016-2017", "RC 2015-2016","RC 2014-2015", "2014", "RC 2013-2014", "2013", "RC 2012-2013","RC 2011-2012"
];
export const places =
{
"2024": "NAC, Orlando, FL",
"RC 2023-2024": "Regional Contests",
"2023": "NAC, Orlando, FL",
"RC 2022-2023": "Regional Contests",
Expand Down Expand Up @@ -42,6 +43,6 @@ export const SVG_WIDTH = 60;
export const SVG_HEIGHT = 60;

export const PER_PAGE = 25;
export const LAST_YEAR = "2023";
export const LAST_YEAR = "2024";
export const CONTEST_NAME = "";
export const DEFAULT_EVENT = "Photo Tour";

0 comments on commit 2c725e1

Please sign in to comment.