-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheagle-subpage.html
44 lines (39 loc) · 1.67 KB
/
eagle-subpage.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Chongqing Eagle Project</title>
</head>
<style>
.video {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.pdf {
display: block;
margin-top: 0;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.texts {
text-align: center;
position:relative;
top: 50%
}
</style>
<body>
<h2 class="texts">This video demonstrates our work, where the small car will automatically follow human's fingers.</h2>
<div style="margin: 30px 30px 30px 30px;">
</div>
<p>This is a program hosted by Chongqing Education Bureau. My teammates and I took classes from college professors and made a project that aims for a smartly auto-following shopping cart in the mall by integrating UWB technology and C++ programming tool. However, along the course, due to COVID-19 and increasingly hard access to advanced microchips, the UWB technology was impractical in our project. Therefore, we dopted infrared to be the substitute. Finally, we built up a prototype (smaller-scaled) cart to demonstrate our idea. The cart could seld-move according to the gestures of a person in front, as can be shown in the video below.
</p>
<video class="video" src="eagle_video.mp4" autoplay loop poster="posterimage.jpg" muted width="1200" height = "1000">
</video>
<hr>
<h2 class="texts">The file below is the published report of our project in XX Academic Journal, ISSN 1003-9716.</h2>
<iframe class="pdf" src="pdf/eagle.pdf" width="1000" height="800"></iframe>
</body>
</html>