-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (55 loc) · 2.87 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
<!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>Sensorimotor Interaction Group</h2>
The Sensorimotor Interaction Group (senSInt) is a newly formed research group at the Max Planck Institute for Informatics (MPI-I). senSInt is led by <a href="http://fkeel.github.io">Paul Strohmeier</a>, we conduct research into human perception and computer sensing to improve Human Computer Interaction (HCI). Our research topics include Tactile Rendering, Sensorimotor Augmentation, and On-Body Systems.
<br><br>
The Sensorimotor Interaction Group is co-located with the Human Computer Interaction Lab of Saarland University.
<br><br>
We are currently searching for talented <a href="postdoc.html">PostDocs</a> and <a href="phd.html">PhD Students</a>, as well as HiWis and Thesis Students (please check the respective pages for the full calls). Check out <a href="talks.html">Talks</a> and <a href="research.html">Research</a> for more details about the research directions of senSInt.
<br><br>
<p style="color:red">Note: this is a draft version of our website, more information will be added as time permits. A completely new website will be online as of July.</p>
Feel free to get in touch with questions: strohmeier AT cs DOT uni-saarland DOT de
</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>