-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (46 loc) · 1.94 KB
/
index.html
File metadata and controls
70 lines (46 loc) · 1.94 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<!-- $Id: header.html,v 1.1 2006/05/22 21:35:34 vaughan Exp $ -->
<HEAD>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=utf-8">
<meta name="keywords" content="autonomy, Vaughan, Richard, robot, control, AI">
<link rel="stylesheet" type="text/css" href="../autolab.css">
<TITLE>SFU Autonomy Lab</TITLE>
</HEAD>
<body >
<div class="title">
<table>
<tr>
<td>
<table>
<tr>
<td style="font-size:36pt;">
<a href="../index.html">Autonomy Lab</a> / Projects
<td style="text-align:right;"><img src="../img/sfu.png" alt="sfu logo" height=50>
<tr>
<td>
<a href="foraging">/ Foraging</a>
<a href="hri">/ Human-Robot Interaction</a>
<a href="sim">/ Simulation</a>
<a href="chatterbox">/ Chatterbox</a>
<a href="raymond">/ Raymond</a>
</table>
</div>
<div class="main"">
<p>
<a href="foraging"><img height=250 src="http://autonomy.cs.sfu.ca/img/fasr2_above.png" alt="Foraging"></a>
<a href="hri"><img height=250 src="http://www.cs.sfu.ca/research/groups/VML/robotselection/couture-beil-hri10.png" alt="Human-Robot Interaction"></a>
<a href="hri"><img height=250 src="../img/milligan_hri.png" alt="Human-Robot Interaction"></a>
<a href="sim"><img height=250 src="http://playerstage.sourceforge.net/images/fasr.png" alt="Simulation"></a>
<a href="chatterbox"><img height=250 src="http://autonomy.cs.sfu.ca/img/chatterbox.jpg" alt="Chatterbox"></a>
<a href="raymond"><img height=250 src="../img/raymond.png" alt="Raymond"></a>
<a href="foraging"><img height=250 src="../img/so-lost.png" alt="Foraging"></a>
<a href="foraging"><img height=250 src="../img/beta.png" alt="Foraging"></a>
<!--
<td style="text-align: center;"><a href="projects/abbf"><img height=150 src="http://autonomy.cs.sfu.ca/projects/abbf/abbf_2.png" alt=""><br>Adaptive Bucket Brigade Foraging</a>
-->
</table>
</div>
</BODY>
</HTML>