-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.json
128 lines (128 loc) · 2.75 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"time": "11am",
"title": "Registration",
"description": "Registration!",
"location": "NAAB 3rd Floor"
},
{
"time": "1130am",
"title": "Opening Ceremony",
"description": "Kicking things off!",
"location": "NAAB 309"
},
{
"time": "12pm",
"title": "Hacking Begins",
"description": "May the odds ever be in your favor",
"location": "NAAB 2nd Floor"
},
{
"time": "12pm-1pm",
"title": "Team Building",
"description": "",
"location": "NAAB 206"
},
{
"time": "1:00-1:45pm",
"title": "Intro to Node.Js",
"description": "Software Engineer, Jugal Shah (Cafe Media)",
"location": "NAAB 206"
},
{
"time": "2pm",
"title": "Lunch",
"description": "",
"location": "2nd Floor Hallway"
},
{
"time": "3:00-3:45pm",
"title": "Artificial and Blockchain",
"description": "Dr. Jenny Li, Kean University",
"location": "NAAB 206"
},
{
"time": "3:50-4:35pm",
"title": "What is QA, and its Importance",
"description": "Monica Heller, Senior Manager",
"location": "NAAB 206"
},
{
"time": "4:40-5:25pm",
"title": "Cyber Security",
"description": "Dr. Jing Liou, Kean University",
"location": "NAAB 206"
},
{
"time": "5:30-6:10pm",
"title": "Data Science Trends and its impact.",
"description": "Joe Himamji, Chief Data Officer",
"location": "NAAB 206"
},
{
"time": "7pm",
"title": "Dinner",
"description": "",
"location": "2nd Floor Hallway"
},
{
"time": "7:00-8:00pm",
"title": "Introduction to Android",
"description": "Peter Krivoshik",
"location": "NAAB 206"
},
{
"time": "9pm",
"title": "Building lockdown",
"description": "You can leave, but hard to get back inside.",
"location": ""
},
{
"time": "10:00-10:30pm",
"title": "Cup Stacking",
"description": "",
"location": "2nd Floor Hallway"
},
{
"time": "10:30-11:00",
"title": "!Light",
"description": "Do cool things with web!",
"location": "NAAB 206"
},
{
"time": "11:00pm-8:00am",
"title": "Hack",
"description": "",
"location": "Everywhere"
},
{
"time": "8:00-9:00am",
"title": "Breakfast",
"description": "",
"location": ""
},
{
"time": "11:00",
"title": "Devpost Submissions Due",
"description": "",
"location": "hackkean4.devpost.com"
},
{
"time": "12:00pm",
"title": "Presentations",
"description": "Demo your hack!",
"location": "NAAB 109"
},
{
"time": "12:30pm",
"title": "Closing Ceremony",
"description": "Awards & fun",
"location": "NAAB 109"
},
{
"time": "1:00pm",
"title": "End of HackKean",
"description": "Goodbye and Thanky you!",
"location": ""
}
]