forked from ProgressLab/progress-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (99 loc) · 6.18 KB
/
index.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE HTML>
<!--
Dopetrope by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Laboratory for Progress</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/png" href="images/logo/LFP_logo_final_JustHand_Blue.png"/>
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<section id="header">
<!-- Logo -->
<div class="logo"><a href="#"><img src="images/logo/two_tone_standard.svg" alt="" /></a></div>
<!-- Nav -->
<nav id="nav">
<ul>
<li id="home-nav" class="current"><a href="#">Home</a></li>
<li id="people-nav"><a href="people.html">People</a></li>
<li id="pub-nav"><a href="pubs.html">Publications</a></li>
</ul>
</nav>
</section>
<section id="main">
<div class="container">
<!-- Content -->
<article class="box post">
<header style="text-align: center;">
<h3>The Laboratory for Perceptive Robotics and Grounded Reasoning Systems</h3>
</header>
<div class="slideshow-container">
<div class="image-slideshow-container">
<div class="image slideshow"><img src="images/slideshow/chad_fetch.jpg" alt="" /></div>
<div class="image slideshow"><img src="images/slideshow/bbb_stairs.jpg" alt="" /></div>
<div class="image slideshow"><img src="images/slideshow/icra2022.jpg" alt="" /></div>
<div class="image slideshow"><img src="images/slideshow/icra2019.png" alt="" /></div>
<!-- <div class="image slideshow"><img src="images/slideshow/zhiqiang_dinner.png" alt="" /></div> -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
</div>
</div>
<!-- <br> -->
<p>
The Laboratory for Progress (Perceptive RObotics and Grounded REasoning SystemS) aims to discover methods for computational reasoning and perception that will enable robots to effectively assist people in common human environments. Our goal is to make the physical world programmable through robots. This research pertains primarily to interactive robotics with contributions the technology of robot perception and mobile manipulation as well as the usability of this technology by people in real situations. Because science is exactly independently verifiable knowledge, open-source contributions and reproducibility are critical features of our work.
</p>
<p>
The active projects of the Laboratory for Progress include semantic robot programming, perceptual reasoning for goal-directed robotic manipulation, and interactive systems for shared autonomy and assisted robot operation, as well as independent living technologies for aging populations.
</p>
</article>
<article class="box post">
<header>
<h2>Projects</h2>
</header>
<p>
The Laboratory for Progress video playlist features highlights from our recent projects:
</p>
<div class="video-container">
<iframe class="video" src="https://www.youtube.com/embed/videoseries?list=PLDutmfAv2lfYZzuxA9BT9Y6rvCofTAGuc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<footer>
<a href="https://www.youtube.com/playlist?list=PLDutmfAv2lfYZzuxA9BT9Y6rvCofTAGuc" class="button alt">Watch on YouTube</a>
</footer>
</article>
</div>
</section>
<!-- Footer -->
<section id="footer">
<!-- Copyright -->
<div id="copyright">
<ul class="links">
<li>© 2022. All rights reserved.</li><li>Design: Dopetrope by
<a href="http://twitter.com/ajlkn">AJ</a> for <a href="http://html5up.net/">HTML5 UP</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/carousel.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>