-
Notifications
You must be signed in to change notification settings - Fork 2
/
work-packages.html
102 lines (99 loc) · 4.07 KB
/
work-packages.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
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
<!DOCTYPE html>
<html>
<head>
<title>SQUIRREL</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<meta name="description" content="This is the website of the EU funded project "SQUIRREL - Clearing Clutter Bit by Bit", which addresses challenges posed to robots by cluttered environments.">
<meta name="keywords" content="robot project EU clutter">
</head>
<body class="work-packages">
<div id="header">
<div class="imageContainer centered ">
<img src="images/logo.png" />
</div>
<div id="navigation">
<ul class="centered">
<li class="home"><a href="home.html">Home</a></li>
<li class="objectives"><a href="objectives.html">Objectives</a></li>
<li class="consortium"><a href="consortium.html">Consortium</a></li>
<li class="work-packages"><a href="work-packages.html">Work packages</a></li>
<li class="media"><a href="media.html">Media</a></li>
<li class="contacts"><a href="contacts.html">Contacts</a></li>
<li class="public-deliverables"><a href="public-deliverables.html">Public Deliverables</a></li>
<li class="publications"><a href="publications.html">Publications</a></li>
<li class="ci-server"><a href="buildbot.html">Buildbot server</a></li>
</ul>
</div>
</div>
<div class="content centered">
<h1>WORK-PACKAGES</h1>
<img src="images/wp-overview.png" alt="Work package overview" width="700">
<table class="WP">
<thead>
<th>WP Number</th>
<th>WP Title</th>
</thead>
<body>
<tr>
<td>WP 1</td>
<td>End User Needs and Ethics</td>
</tr>
<tr>
<td>WP 2</td>
<td>Robust User Interaction in Crowded Environments</td>
</tr>
<tr>
<td>WP 3</td>
<td>Bit by Bit Action Planning</td>
</tr>
<tr>
<td>WP 4</td>
<td>Navigation and Motion Planner in Clutter</td>
</tr>
<tr>
<td>WP 5</td>
<td>Flexible Manipulation with a Metamorphic Robot Hand</td>
</tr>
<tr>
<td>WP 6</td>
<td>Identifying and Learning Objects in Clutter</td>
</tr>
<tr>
<td>WP 7</td>
<td>Learning Object Manipulation Bit by Bit</td>
</tr>
<tr>
<td>WP 8</td>
<td>Integration - The B3 loop</td>
</tr>
<tr>
<td>WP 9</td>
<td>Dissemination and Exploitation</td>
</tr>
<tr>
<td>WP 10</td>
<td>Project Management</td>
</tr>
</tbody>
</table>
</div>
<div id="footer">
<div class="centered">
<div class="partners">
<div class="partner seventhFramework">
<a class="imageContainer" href="http://cordis.europa.eu/fp7/ict" target="_blank"><img src="images/eu-flag.gif" alt="EUROPEAN COMMISSION 7TH FRAMEWORK" height="90"/> <img src="images/fp7.jpg" alt="EUROPEAN COMMISSION 7TH FRAMEWORK" /></a>
<a class="text" href="http://cordis.europa.eu/fp7/ict" target="_blank">EUROPEAN COMMISSION 7TH FRAMEWORK</a>
</div>
</div>
<div class="funding "><span class="title">FUNDING</span>This project is funded by the European Community's Seventh Framework Programme under grant agreement No 610532.</div>
<div id="data-protection"><ul class="centered"><li class="data-protection"><a href="data-protection.html"><br>Data Protection</a></li></ul></div>
<div id="impresum"><ul class="centered"><li class="impresum"><a href="impresum.html"><br>Impresum</a></li></ul></div>
</div>
</div>
</div>
</body>
</html>