-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.html
71 lines (56 loc) · 3.64 KB
/
other.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
<!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">
Nex to the open PhD and PostDoc positions, there are also several other ways of being involved with the sensorimotor interaction lab. While we are currently prioritizing the other calls, below are some opportunities which will soon become available. If any of these seem to fit you, please reach out to Paul Strohmeier let us know you are interested.
<br><br>
<h2>Research Guests</h2>
We intend to create an open environment facillitating exchange within and beyond academia. If you are working on a project related to our research interests and wish to spend time in Saarbruecken to focus in this project, we will facilitate this by organizing space and sharing our expertize and ressources. Likewise, if you wish to contribute to existing projects we would be happy to host you and benefit from your expertise. People who have stayed with us as Research Guests in the past include Cedric Honnet, Rachel Freire, and Hannah Perner Wilson.
<br><br>
<h2>Thesis Students</h2>
Twice a year we offer a limited number of students the opportunity to write their thesis with us. The next cohort will start this September. We are still finalizing details, but will be open to applicants who come to us with a project, but will also announce topics here at a later time.
<br><br>
<h2>Lab Manager / Lab Technician</h2>
We are searching for a lab manager who will support us in day to day operations. As lab manager you will be in charge of cutting edge rapid prototyping equipment, including industrial CNC machines and the newest generation of inkjet 3D printers. Your job will be to become an expert in using these devices, so as to support other researchers in their work. You will also be in charge of maintaining the space and making sure materials are available to guarantee ideal working conditions. In this position you will likely also collaborate with other research groups at MPI and UdS. Contract type and employment typ will be determined on your background.
</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>