-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalks.html
76 lines (62 loc) · 3.06 KB
/
talks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sensorimotor Interaction Group</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" lang="en" content="Tactile Rendering, Sensorimotor Augmentation, and On-Body Systems">
<meta name="author" content="Paul Strohmeier">
<meta name="robots" content="index, follow">
<!-- icons -->
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico">
<!-- Override CSS file - add your own CSS rules -->
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="header">
<div class="container">
<img src="assets/img/sensint_logo.jpg" alt="Sensorimotor Interaction">
</div>
</div>
<div class="nav-bar">
<div class="container">
<a href="index.html">Home</a></li> |
<a href="research.html">Research</a> |
<a href="talks.html">Talks</a></li><br>
<text style="color:white">Open Positions:</text>
<a href="postdoc.html">PostDoc Openings</a> |
<a href="phd.html">PhD Openings</a> |
<a href="other.html">Other Opportunities</a>
</div>
</div>
<div class="content">
<div class="container">
<div class="main">
<h2>Talks</h2>
Here are some recent conference presentations which provide a nice intro to the Sensorimotor Interaction Group:
<br><br>
<h3>General Ideas</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/v3Sw-jkv6dQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br><br><br>
<h3>Sensorimotor Augmentation</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/TtawD33T2XU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br><br><br>
<h3>Body Integrated Systems</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QwIeMsRUrCI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>Presented with Jarrod Knibbe
<br><br><br><br>
<h3>New Materials, Sensor & Actuators</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/v7dZy2RM7LQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>Presented with Cedric Honnet
</div>
</div>
</div>
<div class="footer">
<div class="container">
<!-- <a href="http://www.mpi-inf.mpg.de/" title="Home Page of the Max-Planck-Institute Informatik">Max-Planck-Institut Informatik</a> |
<a href="http://www.mpi-inf.mpg.de/imprint/" target="_blank">Imprint/Impressum</a> | <a href="https://www.mpi-inf.mpg.de/data-protection/" target="_blank">Data Protection</a> -->
</div>
</div>
</body>
</html>