forked from srobo/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompete.html
More file actions
199 lines (199 loc) · 8 KB
/
compete.html
File metadata and controls
199 lines (199 loc) · 8 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
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
---
layout: page
title: Compete
permalink: /compete/
---
<div class="panel panel-header panel-arena">
<div class="hero-container panel-container">
<div class="fixed-width">
<div class="hero-text">
<h1 class="header">Form a team, build a robot, compete</h1>
<a class="button button-hero" href="#signup">Start a team</a>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-container">
<div class="fixed-width">
<h2 class="text-center">How it works</h2>
<div class="row">
<div class="column s-4-12">
<img class="image" src="{{ '/images/kickstart.jpg' | prepend: site.baseurl }}" />
<h3 class="text-center">Kickstart</h3>
<p>
Kickstart is around mid-October to early November. We provide you
your kit and go some basic exercises to teach you how to use it. We
also introduce the game you'll be playing at the competition.
</p>
</div>
<div class="column s-4-12">
<img class="image" src="{{ '/images/techday.jpg' | prepend: site.baseurl }}" />
<h3 class="text-center">Mentoring and Tech Days</h3>
<p>
After Kickstart, you won't be completely on your own. We match up
volunteers to teams for mentoring. Throughout the year we also run
several tech days. You bring your robot, we help you get it ready
for the competition.
</p>
</div>
<div class="column s-4-12">
<img class="image" src="{{ '/images/awards-2015.jpg' | prepend: site.baseurl }}" />
<h3 class="text-center">The Competition</h3>
<p>
In the spring we host the annual Student Robotics competition. Teams
put their robots to the test in a weekend of tinkering and matches.
Successful teams advance into the knockout stages, and can go on to
win prizes.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-highlight">
<div class="panel-container">
<div class="fixed-width text-center">
<div class="row">
<div class="column d-12-12 m-4-12 text-left">
<h2>Jaw-dropping moments</h2>
<p>
After a year of working hard on their robots, teams compete in the
annual Student Robotics competition. Two frenzied days of
tinkering and matches gives every team their fair share of suspense,
heartache and triumph.
</p>
<p>
Watch this video and see for yourself!
</p>
</div>
<div class="column d-12-12 m-8-12">
<iframe
class="center video"
src="https://www.youtube-nocookie.com/embed/kHsveBZvQL8?rel=0"
width="560" height="315"
frameborder="0">
</iframe>
</div>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-container">
<div class="fixed-width">
<div class="row text-center">
<h2>Valuable skills for young people</h2>
<p>
Student Robotics primes participants for good careers in engineering.
Participants assemble a team, build a robot, and compete. All the while
gaining valuable technical and soft skills to help their future careers.
</p>
</div>
<div class="row">
<div class="column option s-4-12">
<img src="{{ '/images/icons/cogs.png' | prepend: site.baseurl }}" alt=""/>
<h3>Working as a team</h3>
<p>
For a team to succeed at Student Robotics, it needs to work
together. For many participants, this is the first time they're in a
team setting. This practical experience is invaluable for their
future careers.
</p>
</div>
<div class="column option s-4-12">
<img src="{{ '/images/icons/computer.png' | prepend: site.baseurl }}" alt=""/>
<h3>Writing real code</h3>
<p>
Without some serious code, even the most masterfully built robots
can't do very much. With the help of our kit, teams will program
their robot in Python to compete in the competition.
</p>
</div>
<div class="column option s-4-12">
<img src="{{ '/images/icons/robot.png' | prepend: site.baseurl }}" alt=""/>
<h3>Building a robot</h3>
<p>
There's nothing quite like building something and bringing it to
life. Using our kit, teams will build a fully autonomous robot. The
best teams pour their imagination into the design and the look of
their robots.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-container">
<div class="fixed-width text-center">
<a name="signup"></a><h2>Want to compete?</h2>
<div class="column m-8-12 m-offset-2-12 text-left">
<p>
Entries for this year's competition have now closed, but if you would
like to register your interest in applying for a place in a future
competition, please enter your details below and we'll contact you once
applications for next year's competition have opened.
</p>
<p class="text-heavy">
You must be over 18 to run a Student Robotics team and so you must also be over 18 to fill in this form.
</p>
{% include team-signup.html %}
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-container">
<div class="fixed-width">
<a name="faq"></a><h2 class="text-center">Frequently Asked Questions</h2>
<div class="row">
<div class="column m-6-12">
<p class="question">Who can join a team?</p>
<p>
Teams usually consist of 4-6 students aged 16-18, plus an adult
team-leader who is able to take responsibility for the competitors;
usually a teacher. However, the team doesn't necessarily need to
represent a school, any group of 16-18 year-olds, with a responsible
adult, can enter.
</p>
<p class="question">How much does it cost?</p>
<p>
Thanks to our sponsors, teams can enter the competition for free.
Teams are loaned a Student Robotics kit, which we reclaim at the
competition. Teams are also given a budget of £75 to spend on their
robot. Costs are typically limited to transporting the team to and
from events, plus any investment beyond the budget the team makes to
their robot.
</p>
<p class="question">Do team leaders need any technical skills?</p>
<p>
No, team leaders don't need any technical skills. Thanks to our
volunteers, we try to give all of our teams mentors. We also have
the forums, and we put on tech days to help teams tackle problems.
Team leaders only need to make sure teams get help from these
channels when needed.
</p>
</div>
<div class="column m-6-12">
<p class="question">How much time does it take?</p>
<p>
Kickstart and Tech Days are usually limited to one day each, while
the competition takes a weekend. Aside from these, the amount of
time invested is usually up to the team to decide. Many teams work
on their robot in weekly after-school sessions, this varies with the
academic year.
</p>
<p class="question">Where can I get support?</p>
<p>
Teams can get support from various channels. We aim to provide as
many teams with mentors as we can. For teams without mentors, there
are always the forums.
</p>
<p>Team leaders who need support can
<a href="mailto:{{ site.emails.teams }}">contact us</a>.</p>
</div>
</div>
</div>
</div>
</div>