-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcamp-entry.json
71 lines (71 loc) · 1.82 KB
/
camp-entry.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
{
"endDate": {
"$date": "2013-08-23T00:00:00.000Z"
},
"startDate": {
"$date": "2013-07-07T00:00:00.000Z"
},
"campName": "Camp1",
"projects": [
{
"name": "Mobile App Catalog",
"description": "A replacment for our internal mobile app catalog",
"url": "http://mobile-apps.somesketches.com/",
"source": "https://bitbucket.org/EATurner/mobile-apps",
"pitch": "",
"deck": "",
"members": [
"Chris Gonzaliz",
"Kevin Brill",
"Nick Teissler"
]
},
{
"name": "MapIT!",
"description": "Point to point directions for locations at the Techwood campus",
"url": "",
"source": "",
"deck": "",
"pitch": "",
"members": [
"Allen Lyons",
"Angie Smith"
]
},
{
"name": "Dev Skill-finder!",
"description": "Who does what, and how to find them?",
"url": "",
"source": "",
"deck": "",
"pitch": "",
"members": [
"Mark Stephens",
"Sendil Duraisamy"
]
}
],
"hackathons": [
{
"location": "Hub Atl",
"start": {
"$date": "2013-07-09T00:00:00.000Z"
},
"end": {
"$date": "2013-07-12T00:00:00.000Z"
}
},
{
"location": "Hub Atl",
"start": {
"$date": "2013-07-22T00:00:00.000Z"
},
"end": {
"$date": "2013-07-24T00:00:00.000Z"
}
}
],
"sponsers": [
"Don Browning"
]
}