forked from physiopy/physiopy-codesprint-spring2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
28 lines (28 loc) · 1.91 KB
/
data.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
{
"schedule": [
{"date": "Tuesday, November 29",
"times": [{"time": "11h00-14h00 UTC", "event": "PRE-HACK (optional)"},
{"time": "14h00-14h15 UTC", "event": "Welcome"},
{"time": "14h15-14h45 UTC", "event": "Ignite Talk"},
{"time": "14h45-15h15 UTC", "event": "Project Pitches"},
{"time": "15h15-16h30 UTC", "event": "Open Hacking"},
{"time": "16h30-17h00 UTC", "event": "Break!"},
{"time": "17h00-19h00 UTC", "event": "Open Hacking"},
{"time": "19h00-22h00 UTC", "event": "POST-HACK (optional)"}]},
{"date": "Wednesday, November 30",
"times": [{"time": "11h00-14h00 UTC", "event": "PRE-HACK (optional)"},
{"time": "14h00-14h30 UTC", "event": "Project Updates"},
{"time": "14h30-16h00 UTC", "event": "Open Hacking"},
{"time": "16h00-16h30 UTC", "event": "Break!"},
{"time": "16h30-18h00 UTC", "event": "Open Hacking"},
{"time": "18h00-19h00 UTC", "event": "Community Roundtable"},
{"time": "19h00-22h00 UTC", "event": "POST-HACK (optional)"}]},
{"date": "Thursday, December 1",
"times": [{"time": "11h00-14h00 UTC", "event": "PRE-HACK (optional)"},
{"time": "14h00-16h00 UTC", "event": "Open Hacking"},
{"time": "16h00-16h30 UTC", "event": "Break!"},
{"time": "16h30-18h00 UTC", "event": "Open Hacking"},
{"time": "18h00-18h30 UTC", "event": "Unconference!"},
{"time": "18h30-19h00 UTC", "event": "Project Wrap-up"}]}
]
}