-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
72 lines (68 loc) · 2.61 KB
/
about.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
<!doctype html>
<html>
<head>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles -->
<link rel="stylesheet" href="style/style.css" type="text/css" media="screen, projection" />
</head>
<body>
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand"><img src="images/eer-logo-2lines.png" alt="Eastern Edge Robotics"</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="missions.html">Missions</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<br>
<div class="subheader">
<p>
Eastern Edge Robotics
</p>
<hr class="teamline">
</div>
<div class="text">
<p>
Eastern Edge Robotics is the internationally competing Remotely Operated Vehicle (ROV) team from
Memorial University of Newfoundland. Each year since its foundation in 2002,
the team has designed, constructed and operated a remotely operated vehicle (ROV)
to meet specifications set by the Marine Advanced Technology Education (MATE)
Center to model real-world ocean-workplace scenarios.
</p>
<p>
Competition requires more than an ROV capable of performing a set of
intensive tasks. The team must create an engaging poster display
showcasing the vehicle, a technical report explaining design decisions
and evidence of teamwork, and formally present the result of a year's
worth of hard work to a panel of professionals.
</p>
<p>
Eastern Edge's members are post-secondary students from
various backgrounds including ROV technology, several engineering
disciplines, computer science, graphic arts and ocean instrumentation.
</p>
<p>
Some of Eastern Edge's greatest achievements include
three first place overall trophies, as well as several first place wins in the
engineering panel, technical report and poster display categories. The
team has competed in incredible venues including NASA’s Neutral Buoyancy
Lab in Houston, Texas, and the world's largest flume tank at home in St.
John's, Newfoundland.
</p>
<p>
Last year, when the competition was hosted by Memorial University, Eastern Edge
was awarded Second Place overall. We are excited to announce that the 2016 MATE
international ROV competition is being held June 23-25 at the NASA Johnson
Space Center's Neutral Buoyancy Lab in Houston, Texas, USA.
</p>
</div>
</body>
</html>