forked from zx40224617/EECS106A-Final-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadditional.html
102 lines (72 loc) · 3.49 KB
/
additional.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>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet" />
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<title>EECS106A Final Project</title>
</head>
<body class="pageContents">
<nav class="top-bar">
<a href="index.html" class="nav-item">Introduction</a>
<a href="design.html" class="nav-item">Design</a>
<a href="implementation.html" class="nav-item">Implementation</a>
<a href="results.html" class="nav-item">Results</a>
<a href="conclusion.html" class="nav-item">Conclusion</a>
<a href="team.html" class="nav-item">Team</a>
<a href="additional.html" class="nav-item">Additional Materials</a>
</nav>
<div class="background">
<h1 class="backgroundImageTitle">
EECS106A Final Project
</h1>
<p class="backgroundImageText">Haptic Search-Enhanced Chess via a Smart Suction Cup</p>
</div>
<div class="wrapper">
<h1 class="title">Additional Materials</h1>
<div class="content">
<h3>Link to the Website Repository:</h3>
<a href="https://github.com/zx40224617/EECS106A-Final-Project">https://github.com/zx40224617/EECS106A-Final-Project</a>
<h3>Link to the Project Repository:</h3>
<a href="https://github.com/Jungpyo-L/pushpull_suctioncup_106a">https://github.com/Jungpyo-L/pushpull_suctioncup_106a</a>
<h3>Embodied Dexterity Research Paper</h3>
<a href="https://arxiv.org/abs/2309.07360">Paper</a>
<h3>
Demo (volume on) for piece not falling even when suction cup is turned off:
</h3>
<div class="videoWrapper">
<iframe class="videos" src="https://www.youtube.com/embed/vPe-7kwfw54" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
<h3>Edge Cases</h3>
<div class="videoWrapper">
<p class="videoTitle"><b>King Side Castling</b></p>
<iframe class="videos" src="https://www.youtube.com/embed/QHcmgaVvue0" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
<div class="videoWrapper">
<p class="videoTitle"><b>Capturing While Promoting:</b></p>
<iframe class="videos" src="https://www.youtube.com/embed/CxExffUhxj4" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
</div>
</div>
</body>
<footer class="footer">
<div class="footer-content">
<p>© 2024 Berkeley EECS106A Team 23. All rights reserved.</p>
<p>
Github:
<a href="https://github.com/Jungpyo-L/pushpull_suctioncup_106a">EE106A Push Pull Suction Cup</a>
</p>
<p>
Contact:
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</footer>
</html>