forked from iscumd/iscumd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcurrent-teams.html
More file actions
132 lines (123 loc) · 5.57 KB
/
Copy pathcurrent-teams.html
File metadata and controls
132 lines (123 loc) · 5.57 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Intelligent Systems Club</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" type="image/png" href="images/flavicon.png"/>
<link rel="stylesheet" href="sass/bin/main.css" />
<noscript><link rel="stylesheet" href="sass/bin/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/logo.svg" alt="" /></span>
<h1>Intelligent Systems Club</h1>
<p id="splash-text" style="white-space: pre">Sometimes the things we build are smart.</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="active">Current Projects</a></li>
<li><a href="past-teams.html">Past Projects</a></li>
<li><a href="join.html">Join</a></li>
<li><a href="sponsors.html">Support</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Tiny Cart -->
<section id="tinyCart" class="main special">
<header class="major">
<h2>Tiny Cart</h2>
</header>
<div>
<tr>
<td>
<img src="images/TinyCart-teaser.JPG" style="width:400px;height:300px"/>
</td>
<td>
<img src="images/Andy-TinyCart.JPG" style="width:400px;height:300px"/>
</td>
</tr>
</div>
<h2>Tiny Cart league</h2>
<p>
Tinykart is an autonomous RC car platform developed by ISC for educational and prototyping purposes.
Each Tinykart will contain scaled down components common on autonomous vehicles, such as LiDAR sensors, IMUs, and
cameras, to be coupled with custom electronics. This will be paired with an onboard computer running ROS2, allowing budding
software developers to test their code on a safe an inexpensive platform before moving on to our more advanced projects.
</p>
</section>
<!-- Phoenix -->
<section id="Phoenix" class="main special">
<div style="text-align: center;">
<header class="major">
<h2>Phoenix</h2>
</header>
</div>
<div>
<tr>
<td>
<img src="images/Phoenix.jpg" style="width:400px;height:300px"/>
</td>
<td>
<img src="images/Evan.jpg" style="width:400px;height:300px"/>
</td>
</tr>
</div>
<p>
Our flagship project, Project Phoenix will have experienced ISC members collaborate with industry
and academia alike to produce an autonomous go-kart. Competing in evGrandPrix, Phoenix will utilize cutting
edge end to end machine learning techniques to navigate itself at speed, all while a separate safety system keeps
watch in case anything goes wrong. Project Phoenix will host advanced work from all of mechanical, electrical, and software engineering,
providing a chance for collaboration between disciplines not commonly seen in the classroom.
</p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<dl class="alt">
<iframe src="https://calendar.google.com/calendar/embed?height=400&wkst=1&bgcolor=%23ffffff&ctz=America%2FNew_York&src=aXNjLXJvYm90aWNzQHVtaWNoLmVkdQ&src=YWRkcmVzc2Jvb2sjY29udGFjdHNAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&src=ZW4udXNhI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%23039BE5&color=%2333B679&color=%230B8043&showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=1&mode=AGENDA" style="border-width:0" width="400" height="400" frameborder="0" scrolling="no"></iframe>
</dl>
</section>
<section>
<h2>Contact</h2>
<dl class="alt">
<dt>Address</dt>
<dd>Institute for Advanced Vehicle Systems</dd>
<dd>4901 Evergreen Rd • Dearborn, MI 48128 • USA</dd>
<dt>Phone</dt>
<dd>313-593-3403</dd>
<dt>Email</dt>
<dd><a href="#">isc-robotics@umich.edu</a></dd>
</dl>
<ul class="icons">
<li><a href="https://twitter.com/iscumd" class="icon brands fa-twitter alt"><span class="label">Twitter</span></a></li>
<li><a href="https://discord.gg/rFYJDWbCYq" class="icon brands fa-discord alt"><span class="label">Discord</span></a></li>
<li><a href="https://iscumd.slack.com" class="icon brands fa-slack alt"><span class="label">Slack</span></a></li>
<li><a href="https://www.youtube.com/channel/UCKsVvxFOK8rj25WXCyK6qrA" class="icon brands fa-youtube alt"><span class="label">Slack</span></a></li>
<li><a href="https://github.com/iscumd" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
<p><li><a href="http://www.iscumd.com/" class='fas fa-home' style='font-size:32px'></a> Home page </p></li>
</ul>
</section>
<p class="copyright">© Intelligent Systems Club. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/browser.min.js"></script>
<script src="js/breakpoints.min.js"></script>
<script src="js/util.js"></script>
<script src="js/main.js"></script>
<!-- This last one is our custom script, change it if needed-->
<script src="js/common.js"></script>
</body>
</html>