-
Notifications
You must be signed in to change notification settings - Fork 3
/
schedule.json
78 lines (78 loc) · 1.77 KB
/
schedule.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"Saturday 04-22": {
"2:00 pm": {
"description": "Hacker Registration @ USU",
"title": "Doors Open"
},
"3:00 pm - 3:30 pm": {
"description": "@ USU Ballroom",
"title": "Opening Ceremonies"
},
"3:30 pm": {
"description": "",
"title": "Hacking Begins"
},
"3:30 pm - 4:00 pm": {
"description": "@ TBA",
"title": "Team Formation"
},
"4:00 pm - 5:00 pm": {
"description": "@ Alamitos Bay Room",
"title": "Git Started"
},
"5:00 pm - 6:00 pm": {
"description": "@ Alamitos Bay Room",
"title": "David's"
},
"6:00 pm": {
"description": "@ USU courtyard",
"title": "Dinner"
},
"7:00 pm - 8:00 pm": {
"description": "@ Alamitos Bay Room",
"title": "Neal"
},
"8:30 pm - 9:30 pm": {
"description": "@ Alamitos Bay Room",
"title": "FriendBuy"
},
"10:00 pm - 11:00 pm": {
"description": "@ Alamitos Bay Room",
"title": "Make"
},
"11:30 pm - 12:00pm": {
"description": "Mini Event @ TBA ",
"title": "Cup Stacking"
}
},
"Sunday 04-23": {
"12:00 am": {
"description": "@ TBA",
"title": "Midnight Snack"
},
"8:00 am": {
"description": "@ TBA",
"title": "Breakfast"
},
"10:00 am - 11:00 am": {
"description": "@ Alamitos Bay Room",
"title": "Gold"
},
"1:00 pm": {
"description": "@ TBA",
"title": "Lunch"
},
"3:30 pm": {
"description": "Submission Deadline",
"title": "Hacking Ends"
},
"3:30 pm - 5:00 pm": {
"description": "@ USU Ballroom",
"title": "Judging Expo"
},
"5:00 pm - 5:30 pm": {
"description": "@ USU Ballroom",
"title": "Closing Ceremonies"
}
}
}