-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmedia.html
More file actions
73 lines (60 loc) · 2.87 KB
/
Copy pathmedia.html
File metadata and controls
73 lines (60 loc) · 2.87 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>
Javier Alonso-Mora
</title>
<meta name="description" content="Team of the Autonomous Multi-Robots Lab led by Prof. Javier Alonso-Mora, TU Delft">
<meta name="team" content="people in the Autonomous Multi-Robots Lab">
<meta name="keywords" content="Javier Alonso Mora, Javier, Alonso, Mora, Alonso-Mora, Multi-robot, Robot, MIT, CSAIL, Delft, AMR, TUD, Autonomous, robotics, drones, MAV, ride-sharing, intellignet transportation, control, machine learning, motion planning, Decision-Making, multi-robot systems, intelligent vehicles, autonomous vehicles">
<!-- Google Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>
</head>
<body>
<table>
<tr>
<td>
<h2>Javier Alonso-Mora, Ph.D.</h2>
<h3>Motion Planning and Control for Networked Autonomous Systems</h3>
<p>
<a href="index.html"> Home</a> |
<a href="research.html"> Research</a> |
<a href="publications.html"> Publications</a> |
<a href="videos.html">Videos</a> |
<a href="teaching.html">Teaching & Thesis</a> |
<a href="bio.html">Bio</a> |
<a href="media.html">Media</a> |
<a href="contact.html">Contact</a>
</p>
</td>
</tr>
</table>
<!------------ -------------->
<h4> In video </h4>
<p> Pixelbots at "El Hormiguero", Antena 3, 2015 </p>
<iframe width="280" height="158" src="https://www.youtube.com/embed/XgScNE2VAxM" frameborder="0" allowfullscreen></iframe>
<p> Pixelbots at "Christmas Lecture 2014", Royal Institution
<a href="http://www.richannel.org/a-new-revolution">video</a> </p>
<h4> In press </h4>
<a href="http://news.mit.edu/2016/algorithm-robot-teams-moving-obstacles-0421"> MIT News, 2016 </a>
<a href="http://spectrum.ieee.org/automaton/robotics/robotics-software/disney-research-pixelbots-tell-the-story-of-the-universe"> IEEE Spectrum, 2014 </a>
</br>
<a href="http://www.bbc.com/news/technology-26884471"> BBC News Tech Review, 2014 </a>
</br>
<a href="http://www.wired.com/2014/05/disney-invents-swarming-robots-that-create-animations/"> Wired, 2014 </a>
</br>
<a href="http://robohub.org/disney-ethzurich-create-pixelbots-wired/"> Robohub, 2014 </a>
<!------------ STATS -------------->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78837267-1', 'auto');
ga('send', 'pageview');
</script>
<!----------- END STATS ------------>
</body>
</html>