forked from Ayush152/TeamARES-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
urc.html
232 lines (181 loc) · 7.99 KB
/
urc.html
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<title>URC | ARES Robotics</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="University is a premier robotics competition organized by Mars Society, USA.">
<link rel="stylesheet" type="text/css" href="home.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Open+Sans:300,400,600,700|Raleway:400,500,600,700,800,900|Bitter:400,700" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body style='background: -webkit-linear-gradient(#768296,#333,#777);'>
<div id="menu" class="menu">
<h3>ARES Robotics</h3>
<a href="index.html">Home</a>
<a href="team.html">About Us</a>
<a>URC</a>
<a href="urc18.html">URC 18</a>
<a href="research.html">Research</a>
<a href="sponsors.html">Our Sponsors</a>
<a href="whysponsorus.html">Sponsor Us</a>
<a href="gallery.html">Gallery</a>
<div id="menucontacts">
<li>
<img src='envelope.png' alt='email logo'>
<div>
<h5>teamaresnsit<br>@gmail.com</h5>
</div>
</li>
<li>
<img src='phone.png' alt='mobile phone logo'>
<div>
<h5>Sanuj Kulshrestha</h5>
<h5>+91 - 8076709903</h5>
</div>
</li>
<li>
<img src='phone.png' alt='mobile phone logo'>
<div>
<h5>Kritika Bansal</h5>
<h5>+91 - 9910724287</h5>
</div>
</li>
<li>
<img src='house.png' alt='address logo'>
<div>
<h5>ARES Robotics,
Netaji Subhas University of Technology,
Dwarka Sector-3, Dwarka, Delhi, 110078</h5>
</div>
</li>
</div>
<p id="close">×</p>
</div>
<div id="main">
<nav class="navbar" id="navb"><a class="navbar-left"><img src="logo.png"></a>
<div id="links">
<ul>
<li style="width: 8%;"><a href='index.html'>Home</a></li>
<li style="width: 16%;"><a href="team.html">About Us</a></li>
<li style="width: 25%;"><a id="urclink">Our Journey ▼</a>
<div class="hoverbox" style="margin-left: -20px;" id="hovertwo" style="background-color: #ccc; width: 80px;">
<a class="hoverlink">About URC</a>
<a class="hoverlink" href="urc18.html">URC 2018</a>
</li>
<li style="width: 12%;">
<a href="gallery.html">Gallery</a>
</li>
<li style="width: 25%;">
<a id="sponsorshiplink">Sponsorship ▼</a>
<div class="hoverbox" style="margin-left: 20px;" id="hoverone" style="background-color: #ccc;">
<a href="sponsors.html" class="hoverlink">Sponsors</a>
<a href="whysponsorus.html" class="hoverlink">Sponsor Us</a>
</div>
</li>
</ul>
</div>
<div id="menubutton">
<img src="menubuttonwhite.png">
</div>
</nav>
<div id='urcmain'>
<div>
<h1 style="margin-bottom: 40px; color: #fff;">University Rover Challenge</h1>
<div style="text-align: center;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/1CWQlNNEotA" frameborder="0" allowfullscreen=""></iframe>
<h5>
The University Rover Challenge, is a premier robotics competition organized annually by Mars Society US during summer at Mars Desert Research Station (MDRS) in Utah, USA. The challenge is to build a next-generation Mars Rover capable of working alongside humans in future Martian colonies. Each edition of the competition has a problem statement. The problem statement is designed to capture the complex system design requirements in such a scenario. We target the competition as a platform for us to hone our overall engineering skills in design and deployment of an Intelligent Rover System. The system can further be an effective tool for emulating a futuristic life on Mars.
</h5>
</div>
</div>
<div id='knowmore-urc'>
<a href='http://www.marssociety.org/' alt='Mars Society Link'>Know More about Mars Society</a>
<a href='http://urc.marssociety.org/home' alt='University Rover Challenge Link'>Know More about URC</a>
</div>
</div>
<div id='urcmain2'>
<h2>The problem statement mainly encompasses <b>four operational tasks</b>.</h2>
<div>
<div class='task'>
<h4>Autonomous Traversal</h4>
<p>Autonomous traversal of a rough, uneven terrain, based on a set of gps coordinates. This highlights the typical task of a Mars Rover operating on a regular Martian day</p>
</div>
<div class='task'>
<h4>Extreme Retreival and Delivery</h4>
<p>Pick up and deliver objects in the field, and delvier assistance to astronauts, all while travesring a wide variety of terrain.</p>
</div>
<div class='task'>
<h4>Science Cache</h4>
<p>Collect and analyse soil samples for characteristics indicating the presence of life.</p>
</div>
<div class='task'>
<h4>Equipment Servicing</h4>
<p>Perform several dexterous operations on a mock-up equipment systems.</p>
</div>
</div>
</div>
<footer>
<div id="upperfooter" style="text-align: left; position: relative;">
<div id="upperfooter-one">
<div class="quicklinks">
<h5><a href="index.html">Home</a></h5>
<h5><a href="team.html">About Us</a></h5>
<h5><a>About URC</a></h5>
<h5></h5>
<h5></h5>
</div>
<div class="quicklinks">
<h5></h5>
<h5><a href="gallery.html">Gallery</a></h5>
<h5><a href="sponsors.html">Our Sponsors</a></h5>
<h5><a href="whysponsorus.html">Sponsor Us</a></h5>
</div>
<div id="medialinks">
<a href="https://www.facebook.com/aresmarsrover/" class=''><img src='facebooklogo.png'></a>
<a href="https://www.youtube.com/channel/UCLKSVL4HznfNCShrEWSyu7A" class=''><img src='youtubelogo.png'></a>
<a href="https://www.linkedin.com/company/team-ares-robotics/" class=''><img src='linkedinlogo.png'></a>
</div>
</div>
<div id="upperfooter-middle">
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Faresmarsrover%2F&tabs=timeline&width=340&height=200&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=false&appId" width="100%" height="200" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true" id="fbplugin"></iframe>
</div>
<div id='upperfooter-two'>
<div>
<li>
<img src='envelope.png' alt='email logo'>
<div>
<h5>[email protected]</h5>
</div>
</li>
<li>
<img src='phone.png' alt='mobile phone logo'>
<div>
<h5>Sanuj Kulshrestha</h5>
<h5>+91 - 8076709903</h5>
</div>
</li>
<li>
<img src='phone.png' alt='mobile phone logo'>
<div>
<h5>Kritika Bansal</h5>
<h5>+91 - 9910724287</h5>
</div>
</li>
<li>
<img src='house.png' alt='address logo'>
<div>
<h5>ARES Robotics,
Netaji Subhas University of Technology,
Dwarka Sector-3, Dwarka, Delhi, 110078 - 576104</h5>
</div>
</li>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="script2.js"></script>
</body>
</html>