-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
264 lines (243 loc) · 15.7 KB
/
Copy pathlinks.html
File metadata and controls
264 lines (243 loc) · 15.7 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
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html>
<head>
<!--Tab Name-->
<title>Media | Elcano Project</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--Fav Icon-->
<link rel="icon" href="assets/favicon.ico" type="image/png"/>
<!--Link CSS File-->
<link rel="stylesheet" href="style.css"/>
<!--Link JavaScript File-->
<script src="script.js" defer></script>
<!--Link Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
<!--Link Nav Bar Menu Icon-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Meta Tags (Information About Website Content - Not Displayed on Website)-->
<meta name="theme-color" content="#3D99DC">
<meta name="description" content="Elcano Project">
<meta property="og:description" content="Elcano Project">
<meta property="og:title" content="Elcano Project">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="assets/elf1.jpg">
<meta property="og:image:width" content="475">
<meta property="og:image:height" content="315">
<meta name="twitter:title" content="Elcano Project">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="Elcano Project">
<meta name="twitter:image" content="assets/elf1.jpg">
<meta name="twitter:image:width" content="475">
<meta name="twitter:image:height" content="315">
</head>
<body>
<div class="max-width-container">
<div class="navbar max-width-container" id="global-navbar">
<a class="navbar-logo" href="index.html">
<img draggable="false" src="assets/elcano-logo.png" alt="Elcano Project logo.">
</a>
<div class="navbar-gradient">
</div>
<div class="navbar-links">
<a class="hover-underline" href="index.html">Home</a>
<a class="hover-underline" href="about.html">About</a>
<a class="hover-underline" href="current-work.html">Current Work</a>
<a class="hover-underline" href="docking.html">Docking</a>
<a class="hover-underline" href="simulator.html">Simulator</a>
<a class="hover-underline" href="media.html">Media</a>
<a class="hover-underline" href="links.html">Links</a>
<a class="hover-underline" href="wiki.html">Wiki</a>
<a href="javascript:void(0);" class="icon" onclick="adjustNavBar()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
</div>
<div class="content">
<div class="max-width-container">
<div class="max-width-text">
<h1>Elcano Project Resources</h1>
<div class="link-box">
<a href="http://www.arduino.cc/" target="_blank">
<button>Arduino (Controls the Vehicle)</button>
</a>
<a href="https://www.adafruit.com/" target="_blank">
<button>AdaFruit (Offers Add-Ons for Arduino)</button>
</a>
<a href="https://github.com/udacity/" target="_blank">
<button>Udacity</button>
</a>
<!-- <a href="http://research.comma.ai/" target="_blank">
<button>The People's Comma</button>
</a> -->
<a href="http://www.catrike.com/" target="_blank">
<button>Catrike (Base Vehicle)</button>
</a>
<!-- <a href="http://kellycontroller.com/Electric-Scooter-Controller.php" target="_blank">
<button>Trike Is Converted With a Hub Motor and Electronic Controller</button>
</a> -->
<a href="http://www.digikey.com/" target="_blank">
<button>DigiKey (Convenient Source of Electronics)</button>
</a>
<a href="http://opencv.org/" target="_blank">
<button>OpenCV (Offers Source Code for Computer Vision)</button>
</a>
<a href="https://diyhacking.com/" target="_blank">
<button>DIY Hacking (Features User-Generated Projects Centered Around Arduino, Raspberry Pi, Intel Edison, Home Automation and More)</button>
</a>
</div>
<hr>
<br>
<h1>Coverage of Elcano Project</h1>
<div class="link-box">
<a href="https://www.geekwire.com/2018/forget-autonomous-cars-electric-self-driving-tricycle-cheaper-safer-alternative/" target="_blank">
<button>Forget Autonomous Cars. How About an Electric, Self-Driving Tricycle For a Cheaper, Safer Alternative?</button>
</a>
<!-- <a href="https://kcts9.org/programs/reinventors/self-driving-bikes-seattle-s-next-transit-revolution" target="_blank">
<button>Self-Driving Bikes: Seattle's Next Transit Revolution?</button>
</a> -->
<!-- <a href="http://statescoop.com/emerging-tech-autonomous-tricycles" target="_blank">
<button>Autonomous Tricycles: A Professor's Plan to Transform Urban Transit</button>
</a> -->
<a href="http://komonews.com/news/local/uw-student-engineers-building-self-driving-tricycle" target="_blank">
<button>UW Bothell Student Engineers Building Self-Driving Tricycle</button>
</a>
<!-- <a href="http://crosscut.com/2016/12/dont-look-now-but-theyve-invented-self-driving-bikes//" target="_blank">
<button>Don't Look Now, But They've Invented Self-Driving Bikes</button>
</a> -->
<!-- <a href="http://www.roboticstrends.com/article/self_driving_bicycle_hopes_to_change_public_transit" target="_blank">
<button>Self-Driving Bicycle Hopes to Change Public Transit</button>
</a> -->
<a href="https://www.linkedin.com/pulse/tiny-autonomous-vehicles-solution-climate-change-robert-cotter?trk=hp-feed-article-title-comment" target="_blank">
<button>Tiny Autonomous Vehicles, a Solution to Climate Change</button>
</a>
<a href="https://www.king5.com/video/entertainment/television/programs/evening/self-driving-tricycle-could-start-a-transportation-transformation-king-5-evening/281-f7a5b332-ad5b-43b4-a53f-89df712a604e" target="_blank">
<button>Self-Driving Tricycle Could Start a Transportation Transformation</button>
</a>
<a href="https://www.kcts9.org/show/reinventors/episode/self-driving-bikes-seattles-next-transit-revolution-2gfwzw" target="_blank">
<button>Self-Driving Bikes: Seattle's Next Transit Revolution?</button>
</a>
</div>
<hr>
<br>
<h1>Similar Projects</h1>
<div class="link-box">
<!-- <a href="http://archive.darpa.mil/grandchallenge04/" target="_blank">
<button>DARPA Grand Challenge (Historic)</button>
</a> -->
<!-- <a href="http://www.vehicleautomation.org/" target="_blank">
<button>Transportation Research Board Workshops on Road Vehicle Automation</button>
</a> -->
<!-- <a href="http://smartdrivingcar.com/CityMobil2-042415" target="_blank">
<button>Smart Driving Cars: Good Source of Current Information</button>
</a> -->
<a href="http://v.youku.com/v_show/id_XMzE4MDk2MDQ4.html" target="_blank">
<button>Chinese Autonomous Vehicle Based on Matlab/Simulink</button>
</a>
<!-- <a href="http://www.robothon.org/robothon/robo-magellan.php" target="_blank">
<button>Seattle Robotics Society Robo-Magellan contest</button>
</a> -->
<a href="https://wikispeed.com" target="_blank">
<button>WIKISPEED - Distributed Volunteer Manufacturing of a 100 MPG Car</button>
</a>
<a href="http://www.advancedtransit.org/" target="_blank">
<button>Advanced Transit Association</button>
</a>
<a href="http://www.jpods.com/index.html" target="_blank">
<button>Jpods - On Demand Mobility</button>
</a>
<!-- <a href="https://www.move-forward.com/home/" target="_blank">
<button>Move Forward: Trends in Mobility</button>
</a> -->
<a href="https://github.com/AutoAI/" target="_blank">
<button>AutoAI</button>
</a>
<a href="https://www.washingtonpost.com/news/innovations/wp/2016/03/18/there-may-soon-be-another-self-driving-vehicle-on-the-road-and-its-not-a-car/?utm_term=.f513349433cd" target="_blank">
<button>There May Soon Be Another Self-Driving Vehicle on the Road, and It's Not a Car</button>
</a>
<!-- <a href="http://agv-iit-kgp.github.io/" target="_blank">
<button>AUTONOMOUS GROUND VEHICLE</button>
</a> -->
<!-- <a href="https://www.linkedin.com/groups?home=&gid=4731574&trk=anet_ug_hm" target="_blank">
<button>LinkedIn Self-Driving Cars</button>
</a> -->
<!-- <a href="https://www.linkedin.com/groups?home=&gid=4837808&trk=anet_ug_hm" target="_blank">
<button>LinkedIn TRB Road Vehicle Automation</button>
</a> -->
<a href="https://vimeo.com/273550070" target="_blank">
<button>Autonomous Trikes at MIT</button>
</a>
<a href="https://www.weel.bike/login?from=%2Fbeta" target="_blank">
<button>Weel (2-Wheeled Autonomy)</button>
</a>
<a href="https://ridesnaap.com/" target="_blank">
<button>SNAAP Transportation (Ultralight Autonomy)</button>
</a>
<a href="https://arxiv.org/abs/2409.17945" target="_blank">
<button>Modular Autonomous Vehicle in Heterogeneous Traffic Flow: Modeling, Simulation, and Implication</button>
</a>
<a href="https://www.get-next.com" target="_blank">
<button>NeXT (Modular Bus)</button>
</a>
<a href="https://the-gadgeteer.com/2026/05/01/elf-3-0-solar-trike-organic-transit-green-vehicle/" target="_blank">
<button>ELF 3.0 Solar Trike Returns With Bigger Battery, More Solar </button>
</a>
</div>
<hr>
<br>
<h1>Tyler Folsom</h1>
<div class="link-box">
<a href="assets/sustech2017_tfolsom.pdf" target="_blank">
<button>Automation of Ultra-Light Vehicles</button>
</a>
<a href="https://www.amazon.com/Goddess-Helm-technology-taking-activists-ebook/dp/B01N9ZI9I2/ref=sr_1_1?s=digital-text&ie=UTF8&qid=1486359191&sr=1-1&keywords=goddess+at+the+helm" target="_blank">
<button>Book: The Goddess at the Helm</button>
</a>
<!-- <a href="http://www.qi2.com/images/pdfs/EAULV_reprint.pdf" target="_blank">
<button>Energy and Autonomous Urban Land Vehicles</button>
</a> -->
<!--<a href="http://viewer.zmags.com/publication/a58eb17c#/a58eb17c/26" target="_blank"><button>The Modular Bus</button>
</a>-->
<a href="http://faculty.washington.edu/jbs/itrans/robotic-transportation-mode.pdf" target="_blank">
<button>An Invitation to a New Transportation Mode</button>
</a>
<!-- <a href="http://www.enviroteach.com/Self-Drive_Trike.pdf" target="_blank">
<button>Self-Driving Tricycles</button>
</a> -->
<a href="https://www.researchgate.net/publication/395330870_Design_of_a_Modular_Vehicle" target="_blank">
<button>Design of a Modular Vehicle </button>
</a>
<a href="https://www.researchgate.net/profile/Tyler-Folsom?ev=hdr_xprf" target="_blank">
<button>Other Papers by Tyler Folsom</button>
</a>
<a href="https://orcid.org/0000-0003-3981-6886" target="_blank">
<button>Information About Tyler Folsom </button>
</a>
</div>
</div>
</div>
</div>
<div class="max-width-container">
<div class="footer">
<p>
<a href="https://github.com/elcano/" target="_blank"><i class="fa fa-github"></i></a>
<a href="mailto:tfolsom@uw.edu" target="_blank"><i class="fa fa-envelope-o"></i></a>
<a href="https://www.youtube.com/@TylerFolsom-j7l/videos" target="_blank"><i class="fa fa-youtube"></i></a>
</p>
<br>
<p class="footer-text">Tyler C. Folsom</p>
<p class="footer-text">Affiliate Professor</p>
<p class="footer-text">Division of Computing and Software Systems</p>
<p class="footer-text">School of Science Technology, Engineering and Mathematics</p>
<p class="footer-text">University of Washington Bothell</p>
<p class="footer-text">362 Discovery Hall, 18115 Campus Way NE, Bothell, WA 98011</p>
<br class="footer-text">
<p class="footer-text">© <script>document.write(new Date().getFullYear())</script> Elcano Project</p>
</div>
</div>
</body>
</html>