-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
70 lines (53 loc) · 2.52 KB
/
resources.html
File metadata and controls
70 lines (53 loc) · 2.52 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
---
layout: general
title: Resources
---
<h2>Technical Resources</h2>
<h3>Mars Rover Challenge</h3>
<p>Resources specifically about the Mars Rover Challenge.</p>
<ul>
<li><a href="http://urc.marssociety.org">Mars Rover Challenge website</a></li>
<li><a href="{{ site.relative }}/resources/UniversityRoverChallengeRules2014.pdf">Challenge rules (pdf)</a></li>
<li><a href="http://urc.marssociety.org/home/resources/advice">Advice from the URC judges and staff</a></li>
</ul>
<h3>Mechanical</h3>
<p>Useful things to learn:</p>
<ul>
<li>Become familiar with a variety of motors and how they work (e.g. stepper, linear actuators, brushed dc, brushless dc, servos, etc)</li>
<li>Become familiar with gear trains and how they work</li>
<li>Know how <a href="http://www.rctankcombat.com/articles/track-systems/">tank drive</a> systems work</li>
<li>Learn how to work in the machine shop or assist with assembly (<a href="{{ site.relative }}/contact.html">contact us</a> to get more info about shop training sessions)
</ul>
<p>Useful software:</p>
<ul>
<li><a href="http://www.autodesk.com/education/student-software">Autodesk Inventor</a> (free for 3 years for students)</li>
</ul>
<h3>Control Systems</h3>
<ul>
<li>Learn how to <a href="{{ site.relative }}/resources/using-git.html">use git</a> so you can start
contributing code.</li>
</ul>
<h3>Public Relations</h3>
<h2>Other Resources and Media</h2>
<p>For pictures of our club, see our <a href="{{ site.relative }}/gallery.html">gallery</a> page.</p>
<h3>Logo and Banners</h3>
<ul>
<li>
Banner
<ul>
<li><a href="{{ site.relative }}/assets/DUBotics-Banner-Full.jpg">Full 3744x1872 (jpg)</a></li>
<li><a href="{{ site.relative }}/assets/DUBotics-Banner-Large.jpg">Large 1422x711 (jpg)</a></li>
<li><a href="{{ site.relative }}/assets/DUBotics-Banner-Medium.jpg">Medium 711x356 (jpg)</a></li>
<li><a href="{{ site.relative }}/assets/DUBotics-Banner-Small.jpg">Small 350x175 (jpg)</a></li>
</ul>
</li>
<li>
Logo
<ul>
<li><a href="{{ site.relative }}/assets/DUBotics-Logo-Full.jpg">Full 1381x1376 (jpg)</a></li>
<li><a href="{{ site.relative }}/assets/DUBotics-Logo-Large.jpg">Large 600x598 (jpg)</a></li>
<li><a href="{{ site.relative }}/assets/DUBotics-Logo-Medium.jpg">Medium 300x299 (jpg)</a></li>
<li><a href="{{ site.relative }}/assets/DUBotics-Logo-Small.jpg">Small 150x149 (jpg)</a></li>
</ul>
</li>
</ul>