forked from akeshavan/sfbrainhack2017.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata.json
More file actions
46 lines (45 loc) · 2.72 KB
/
data.json
File metadata and controls
46 lines (45 loc) · 2.72 KB
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
{
"title": "Brainhack DC 2019",
"location": "Georgetown University, Washington DC, USA",
"dates": "November 16-17, 2019",
"year": "2019",
"background_img": "https://upload.wikimedia.org/wikipedia/commons/5/50/Lincoln_memorial_dc_20041011_095847_1.3008x2000.jpg",
"color_theme": {"background": "#1E90FF", "font": "#8b0000", "link_color": "#e24401"},
"global_brainhack_organizers": ["Cameron Craddock"],
"registration_link":"https://goo.gl/forms/fRUt1uYjInnxY1U23",
"slack_link":"https://brainhack-slack-invite.herokuapp.com/",
"project_submit_link":"http://brainhack.org/submit-project/",
"title_photo_link":"/img/Georgetown.jpg",
"title_photo_author": "wikimedia",
"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!"},
"schedule_background_img": "https://upload.wikimedia.org/wikipedia/commons/3/33/Georgetown_from_Roosevelt_Island.jpg",
"schedule": [{"date": "Saturday, Nov 16",
"times": [{"time": "10:00-10:45", "event": "Welcome + Intro to Brainhack + Project pitches"},
{"time": "17:30-18:00", "event": "Project update"},
{"time": "18:30-", "event": "Happy hour TBD"}]},
{"date": "Sunday, Nov 17",
"times": [{"time": "09:30-16:30", "event": "Open hacking"},
{"time": "17:00-18:00", "event": "Project report and concluding remarks"}]}
],
"location_logo": "https://upload.wikimedia.org/wikipedia/commons/9/9f/Georgetown_Hoyas_logo.svg",
"location_name": "Georgetown University",
"location_url":"https://psychology.georgetown.edu/#",
"google_maps_link": "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3104.656896619981!2d-77.07446418464927!3d38.908960679568786!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b7b647157cd4f3%3A0xe34b93feff7cfc9c!2sWhite-Gravenor%20Hall%2C%20Washington%2C%20DC%2020007!5e0!3m2!1sen!2sus!4v1571174674753!5m2!1sen!2sus",
"sponsors": [{"name": "CFMI", "url": "https://cfmi.georgetown.edu/", "logo": "https://upload.wikimedia.org/wikipedia/commons/c/c1/Georgetown_University_-36.JPG"}],
"organizers": ["Shawn Rhoads (chair)", "Laura Blevins", "John VanMeter", "Junaid Merchant", "Jeremy Purcell", "Ben Rickles"]
}