-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.json
50 lines (48 loc) · 2.66 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"title": "Dartmouth Brainhack 2018",
"location": "Hanover, NH, USA",
"dates": "May 02-04, 2018",
"year": "2018",
"background_img": "https://www.dartmouth.edu/~gallery/downloads/images/sunset-1280x1024.jpg",
"color_theme": {"background": "#00693e", "font": "#fff", "link_color": "#00693e"},
"global_brainhack_organizers": ["Cameron Craddock"],
"emailinfo": "[email protected]",
"slack_link":"https://brainhack-slack-invite.herokuapp.com/",
"project_submit_link":"http://brainhack.org/submit-project/",
"title_photo_link":"http://www.dartmouth.edu/~gallery/downloads/images/sunset-1280x1024.jpg",
"title_photo_author": "Kawakahi Kaeo Amina '09",
"services":[{
"name": "Share",
"desc": "Show your research to other neuroimaging researchers.",
"fa_icon": "fa-share-alt"
},
{"name": "Gain Skills",
"desc": "Learn how to apply the latest computational tools to you data.",
"fa_icon": "fa-graduation-cap"
},
{"name":"Get Involved",
"desc":"Find exciting projects that you would like to contribute to.",
"fa_icon":"fa-gears"},
{"name":"Be Social",
"desc":"Meet researchers from a variety of backgrounds.",
"fa_icon": "fa-wechat"}],
"details": {"costs": "free for members of the Dartmouth community"},
"schedule_background_img": "",
"schedule": [{"date": "Wednesday, May 02",
"times": [{"time": "6:00-9:00pm", "event": "Have fun"},
{"time": "9:00pm-12:00am", "event": "Socialize"}]},
{"date": "Thursday, May 03",
"times": [{"time": "9:00-9:30", "event": "Breakfast"},
{"time": "9:30-5:30pm", "event": "Hacking"}]},
{"date": "Friday, May 04",
"times": [{"time": "9:00-9:30", "event": "Breakfast"},
{"time": "9:30-5:30pm", "event": "Hacking"}]}
],
"location_logo": "",
"location_name": "Department of Psychological and Brain Sciences, Dartmouth College",
"location_url":"https://pbs.dartmouth.edu",
"google_maps_link": "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2884.157476893311!2d-72.29015808460174!3d43.70727632911932!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cb4c9c361e1ddb1%3A0x8b2bba0d5b098fa6!2sMoore+Psychology+Bldg%2C+Hanover%2C+NH+03755!5e0!3m2!1sen!2sus!4v1486338484907",
"sponsors": [{"name": "Jay Hull, Associate Dean of Social Sciences", "url": "", "logo":""},
{"name": "Center for Cognitive Neuroscience", "url": "http://www.dartmouth.edu/~ccn", "logo": ""}],
"organizers": ["Vassiki Chauhan","Yaroslav O. Halchenko","Matteo Visconti di Oleggio Castello"]
}