-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjobDescription.html
executable file
·79 lines (59 loc) · 3.2 KB
/
jobDescription.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<title>MetaMotor - Lab </title>
<!-- We dont need this here but this messes up with the header's format so I'll add it everywhere -->
<link href="assets/css/list.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="components/header.js" type="text/javascript" defer></script>
<script src="components/footer.js" type="text/javascript" defer></script>
<body>
<header-component></header-component>
<!-- +++++ Projects Section +++++ -->
<div class="container pt">
<div class="row mt">
<div class="col-lg-6 col-lg-offset-3 centered">
<h3>JOB OPENINGS</h3>
<hr>
</div>
</div>
<p>Contact me if you are interested in joining the lab. Please write a short description of what you're interested in. <a href="https://academia.stackexchange.com/questions/127973/how-to-politely-respond-to-generic-emails-requesting-a-phd-job-in-my-lab-withou">Generic emails will not be answered</a>.</p>
<p>
<!-- <p>
<b>We are looking for two research assistants (SHK)</b> to work on Metacognition of action with is un the Metamotorlab, based at the Bernstein Center for Computational Neuroscience and part of HU-Psychology. We are a small team studying how (much) we know about the way we move our bodies.
The positions are for 40 hours/month and will include literature search, programming experimental tasks (in Matlab, JavaScript), collecting and analysing behavioural and neuroimaging data (in Matlab, R).
</p>
<p>
<i>Requirements are:</i><br>
Relevant study background; Good English (German is a plus, but not strictly necessary); Good Microsoft Office knowledge; Experience with programming; Ability to work in a team; Knowledge of Signal Detection Theory is a plus.
</p>
<p>
<i>Contact:</i><br>
Interested candidates, please contact me (Elisa Filevich) via email.
Full applications in English (including a letter of motivation and CV) should be sent before April 6, 2021 with the reference key 2113/09/21 to [email protected]. Later applications will be considered until we fill the positions.
</p> -->
<!-- <p>
<b>PhD positions</b> are potentially available via the new DFG-funded <a href="http://www.mind-and-brain.de/rtg/">Research Training Group</a> on Extrospection or through the <a href="https://www.ecn-berlin.de/">ECN Graduate School</a>
</p> -->
</p>
</div><!-- /container -->
<!-- +++++ Footer Section +++++ -->
<footer-component></footer-component>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</head>
</html>