forked from dartmouthbrainhack/2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
50 lines (48 loc) · 2.82 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": "Brainhack Princeton 2019",
"location": "Princeton, NJ, USA",
"dates": "November 13-15, 2019",
"year": "2019",
"background_img": "https://upload.wikimedia.org/wikipedia/commons/2/23/Princeton_Tiger_Nassau_Hall_2.JPG",
"color_theme": {"background": "#e77500", "font": "#fff", "link_color": "#f58025"},
"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":"https://commons.wikimedia.org/wiki/File:Princeton_Tiger_Nassau_Hall_2.JPG",
"title_photo_author": "Smallbones",
"services":[{
"name": "Share",
"desc": "Share your work with neuroscience community.",
"fa_icon": "fa-share-alt"
},
{"name": "Gain Skills",
"desc": "Learn how to apply the latest computational tools to your data.",
"fa_icon": "fa-graduation-cap"
},
{"name":"Get Involved",
"desc":"Become a part of exciting ongoing projects.",
"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 Princeton community"},
"schedule_background_img": "",
"schedule": [{"date": "Wednesday, November 13",
"times": [{"time": "6:00-9:00pm", "event": "Have fun"},
{"time": "9:00pm-12:00am", "event": "Socialize"}]},
{"date": "Thursday, November 14",
"times": [{"time": "9:00-9:30", "event": "Breakfast"},
{"time": "9:30-5:30pm", "event": "Hacking"}]},
{"date": "Friday, November 15",
"times": [{"time": "9:00-9:30", "event": "Breakfast"},
{"time": "9:30-5:30pm", "event": "Hacking"}]}
],
"location_logo": "",
"location_name": "Princeton Neuroscience Institute and Department of Psychology",
"location_url":"https://pni.princeton.edu/",
"google_maps_link": "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3040.9664262898714!2d-74.65474418460636!3d40.34309077937382!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3e6c53815e167%3A0x52f009cb85093372!2sPrinceton%20Neuroscience%20Institute!5e0!3m2!1sen!2sus!4v1569436666649!5m2!1sen!2sus",
"sponsors": [{"name": "Kenneth A. Norman, Princeton Computational Memory Lab", "url": "https://compmem.princeton.edu/", "logo":"https://compmem.princeton.edu/wp/wp-content/uploads/2016/10/PCML-logo.png"},
{"name": "Uri Hasson, Hasson Lab", "url": "https://www.hassonlab.com/", "logo": "https://pbs.twimg.com/profile_images/724604659017625600/7jDklbz0_400x400.jpg"}],
"organizers": ["Anne Mennen", "Samuel A. Nastase", "Elizabeth McDevitt", "Karina Tachihara"]
}