Skip to content

Commit 7ef698a

Browse files
committed
Document what a Tech Day is
Newer teams won't know what these are, plus this gives us a handy page to reference from the event pages. Not completely sure if this fits into the Robots 101 section, but it seems as good a place as any.
1 parent f108c6d commit 7ef698a

File tree

5 files changed

+61
-2
lines changed

5 files changed

+61
-2
lines changed

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Duratool
88
DTSE9H
99
Ebuyer
1010
esque
11+
finessing
1112
iMAX
1213
IntelliJ
1314
Nikitin

_data/sidebar_tree.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ tree:
8888
title: Code
8989
- url: /robots_101/theming
9090
title: Theming
91+
- url: /robots_101/tech_days
92+
title: Tech Days
9193
- url: /robots_101/team_supervisor
9294
title: Running a team
9395
- url: /tutorials/

robots_101/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ title: Robots 101
77

88
Robots 101 is a series aimed at helping teams new to Student Robotics get started.
99

10-
There are 5 articles in this series:
10+
There are 6 articles in this series:
1111
- [Post-Kickstart]({{ site.baseurl }}/robots_101/post_kickstart): You've attended our Kickstart event and are now ready to build your robot
1212
- [Design]({{ site.baseurl }}/robots_101/design): How to approach the design of your robot
1313
- [Code]({{ site.baseurl }}/robots_101/code): Things to consider when writing code for your robot
1414
- [Theming]({{ site.baseurl }}/robots_101/theming): How to pick a theme for your team
15+
- [Tech Days]({{ site.baseurl }}/robots_101/tech_days): Opportunities to spend a whole day working on your robot alongside our helpful volunteers
1516
- [Running a team]({{ site.baseurl }}/robots_101/team_supervisor): What to expect from Student Robotics, and your responsibilities as a Team Supervisor

robots_101/team_supervisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here’s a little bit of info on what to expect from Student Robotics, and your
1010
As a team supervisor, your role is to guide the competitors through the journey of building a robot. You’ll be there to point them in the right direction when they get stuck and resolve any issues they run into. We encourage team supervisors to limit their involvement with the robot design/building process so that the finished contraptions are 100% student-built which competitors find very rewarding.
1111

1212
You’ll be our point of contact with the team. If you have any questions during the year, just email <{{ site.emails.teams }}>. We’ll also be sending you emails every month or so with important information such as:
13-
- Details of Tech Days where we provide a space for teams to come together and get direct help from our dedicated volunteers
13+
- Details of [Tech Days][{{ site.baseurl }}/robots_101/tech_days] where we provide a space for teams to come together and get direct help from our dedicated volunteers
1414
- Software updates for our kit
1515
- Information about the competition event (usually in late March or April)
1616

robots_101/tech_days.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
layout: page
3+
title: Robots 101 - Tech Days
4+
---
5+
6+
# Robots 101 - Tech Days
7+
8+
Tech Days are opportunities for your team to spend a whole day working on your
9+
robot, with lots of help available. They’re also an opportunity to see how other
10+
teams are doing or get more direct help with your robot.
11+
12+
We provide a space for you to work in, with power and internet access, as well
13+
as volunteers able to help with the kits and hands-on guidance with your robot.
14+
15+
## What to work on
16+
17+
Tech Days typically do not have a fixed set of activities. Instead, what you
18+
work on during the day is up to you. Some teams use Tech Days as an opportunity
19+
to generally work on their robot, while others focus on a specific task they
20+
want to achieve or get help with. You probably do want to have an idea of what
21+
you'd like to achieve before the day though!
22+
23+
Teams' focus at Tech Days also varies with when the Tech Day falls within the
24+
competition year. Early on this might mean choosing the components, initial
25+
robot assembly or completing one of the Challenges. Later on this might mean
26+
integrating all the sensors & actuators into a fully working robot or finessing
27+
your robot's interactions with the arena.
28+
29+
## What to bring
30+
31+
Exactly what you should bring to each Tech Day varies by event and where the
32+
event is hosted, so you should always **check the event page for details**. That
33+
being said, in most cases you'll want:
34+
35+
* Your _robot_, no matter how many pieces it's in and including any spare parts you have
36+
* A _laptop with a USB port_ (don't forget the charger)
37+
* Some _hand-tools_ to work on your kit
38+
* Your _Team Supervisor_
39+
40+
Some venues may allow you to bring things like _power tools_ and _paint_ or
41+
_glue_, however not all will. Sometimes you may also need to bring a _packed
42+
lunch_. Always be sure to check the event pages for details.
43+
44+
## How to attend
45+
46+
Tech Days are listed in the [events calendar][events-calendar] on our website.
47+
The event page for each one contain details of when & where they are, along with
48+
anything specific you'll need for the day.
49+
50+
Your Team Supervisor can sign up for your team to attend as many as you like,
51+
however in cases where events are over-subscribed we will try to ensure that
52+
everyone has the opportunity to attend at least one Tech Day throughout the
53+
year.
54+
55+
[events-calendar]: https://studentrobotics.org/events/

0 commit comments

Comments
 (0)