-
Notifications
You must be signed in to change notification settings - Fork 7
/
events.json
99 lines (99 loc) · 2.92 KB
/
events.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
[
{
"name": "Cal Hacks",
"description": "Cal Hacks",
"thumbnail": "./assets/calhacks_thumbnail.png",
"banner": "./assets/calhacks_banner.png",
"start_date": "2014-10-03",
"end_date": "2014-10-05",
"website_url": "https://www.calhacks.io",
"register_url": "https://apply.calhacks.io",
"support_email": "[email protected]",
"sponsor_email": "[email protected]",
"facebook": "calhacks",
"twitter": "calhacks",
"location": "210 Stadium Rim Way, Berkeley, CA 94720",
"travel_reimbursement": "full",
"event_size": "1200",
"hs_hackers": "true",
"keywords": [
"UC Berkeley",
"University of California",
"California",
"Berkeley"
]
},
{
"name": "HackGT",
"description": "HackGT",
"thumbnail": "./assets/hackgt_thumbnail.png",
"banner": "./assets/hackgt_banner.png",
"start_date": "2014-09-19",
"end_date": "2014-09-21",
"website_url": "http://hackgt.com",
"register_url": "http://hackgt.com/register.html",
"support_email": "[email protected]",
"sponsor_email": "[email protected]",
"facebook": "HackGT",
"twitter": "thehackgt",
"location": "266 Ferst Drive, Atlanta, GA 30318",
"travel_reimbursement": "$200",
"event_size": "1000",
"hs_hackers": "false",
"keywords": [
"Georgia Tech",
"Georgia Institute of Technology",
"GT",
"Atlanta"
]
},
{
"name": "HackMIT",
"description": "MIT's premier university hackathon",
"thumbnail": "./assets/hackmit_thumbnail.png",
"banner": "./assets/hackmit_banner.jpg",
"start_date": "2014-10-04",
"end_date": "2014-10-05",
"website_url": "https://hackmit.org/",
"register_url": "https://hackmit.org/",
"support_email": "[email protected]",
"sponsor_email": "[email protected]",
"facebook": "HackMIT",
"twitter": "hackmit",
"location": "77 Massachusetts Ave, Cambridge, MA 02139",
"travel_reimbursement": "$200",
"event_size": "1000",
"hs_hackers": "false",
"keywords": [
"MIT",
"Massachusetts Institute of Technology",
"Cambridge",
"Boston"
]
},
{
"name": "nwHacks",
"description": "the premiere hackathon of the Pacific Northwest",
"thumbnail": "./assets/nwhacks_thumbnail.png",
"banner": "./assets/nwhacks_banner.png",
"start_date": "2015-01-09",
"end_date": "2015-01-11",
"website_url": "https://2015.nwhacks.com",
"register_url": "https://2015.nwhacks.com",
"support_email": "[email protected]",
"sponsor_email": "[email protected]",
"facebook": "nwhacks",
"twitter": "nwhacks",
"location": "2350 Health Sciences Mall, University of British Columbia, Vancouver, BC V6T1Z3",
"travel_reimbursement": "100",
"event_size": "350",
"hs_hackers": "true",
"keywords": [
"UBC",
"University of British Columbia",
"Pacific Northwest",
"Cascadia",
"Canada",
]
},
]