-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdates.json
178 lines (178 loc) · 3.81 KB
/
dates.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"members": {
"Andrew": "100000551029330",
"Alex": "1797724613",
"Eric": "660044165",
"Luke": "1592653131",
"Oliver": "100000869934803",
"Catherine": "681371003",
"Louis": "100001954444995",
"Jonathan": "1749028754",
"Nic": "1550794817"
},
"competitions": [
{
"name": "FLL Nanoquest",
"url": "/fll#nanoquest",
"events": [
{
"date": "15 Sep 2006",
"type": "release"
},
{
"date": "5 Dec 2006",
"type": "regional",
"location": "Essex"
},
{
"date": "27 Jan 2007",
"type": "national",
"location": "Birmingham"
},
{
"date": [
"12 Apr 2007",
"14 Apr 2007"
],
"type": "international",
"location": "Atlanta"
}
],
"details": "Nanotechnology-themed challenges",
"teamMembers": ["Catherine", "Andrew", "Eric", "Luke", "Oliver"]
},
{
"name": "FLL Power Puzzle",
"url": "/fll#power-puzzle",
"events": [
{
"date": "5 Sep 2007",
"type": "release"
},
{
"date": "1 Dec 2007",
"type": "regional",
"location": "Duxford"
}
],
"details": "Energy-themed challenges",
"teamMembers": ["Catherine", "Andrew", "Eric", "Oliver", "Samuel"]
},
{
"name": "Robocup Junior Rescue",
"url": "#",
"events": [
{
"date": "27 Feb 2008",
"type": "regional",
"location": "Cranfield University"
},
{
"date": "8 Mar 2008",
"type": "national",
"location": "Calday Grange Grammar School"
}
],
"details": "Building a robot to follow a line",
"teamMembers": ["Catherine", "Andrew", "Eric", "Oliver"]
},
{
"name": "FLL Climate Connections",
"url": "/fll#climate-connections",
"events": [
{
"date": "5 Sep 2008",
"type": "release"
},
{
"date": "29 Nov 2008",
"type": "regional",
"location": "Duxford"
},
{
"date": "24 Jan 2009",
"type": "national",
"location": "Loughborough"
},
{
"date": [
"15 Apr 2009",
"18 Apr 2009"
],
"type": "international",
"location": "Atlanta"
}
],
"details": "Climate-themed challenges",
"teamMembers": ["Catherine", "Alex", "Andrew", "Eric", "Oliver"]
},
{
"name": "Robocup Junior Soccer 2010",
"url": "soccer",
"events": [
{
"date": "6 Mar 2010",
"type": "national",
"location": "Prenton High School for Girls, Birkenhead, Wirral"
},
{
"date": [
"19 Jun 2010",
"25 Jun 2010"
],
"type": "international",
"location": "Singapore"
}
],
"details": "Autonomous football-playing robots, in lego",
"teamMembers": ["Catherine", "Andrew", "Eric", "Oliver"]
},
{
"name": "Robocup Junior Soccer 2011",
"url": "soccer-2011",
"events": [
{
"competition": "Robocup Junior Soccer",
"date": "19 Mar 2011",
"type": "national",
"location": "Prenton High School for Girls, Birkenhead, Wirral"
},
{
"competition": "Robocup Junior Soccer",
"date": [
"5 Jul 2011",
"11 Jul 2011"
],
"type": "international",
"location": "Istanbul, Turkey"
}
],
"details": "Autonomous football-playing robots, in aluminum",
"teamMembers": ["Catherine", "Andrew", "Eric"]
},
{
"name": "Student Robotics 2012",
"url": "https://team759.blogspot.com",
"events": [
{
"competition": "Student Robotics",
"date": "24 Sep 2011",
"type": "release",
"location": "Southampton University"
},
{
"competition": "Student Robotics",
"date": [
"14 Apr 2012",
"15 Apr 2012"
],
"type": "final",
"location": "Southampton University"
}
],
"teamName": "systemetric",
"details": "Autonomous robots to pick up and find cubes",
"teamMembers": ["Alex", "Andrew", "Eric", "Jonathan", "Louis", "Nic"]
}
]
}