-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvacancies.html
112 lines (82 loc) · 5.02 KB
/
vacancies.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
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Allan Lab - Vacancies</title>
<meta name="description" content="Openings">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" type ="image/x-icon" href="images/favicon.ico">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation" style="background-color: blue">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a style="color: white" class="navbar-brand" href="index.html">NLPT @ COMSATS Lahore</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a style="color: white" href="index.html">Home</a></li>
<li><a style="color: white" href="team/index.html">Team</a></li>
<li><a style="color: white" href="publications/index.html">Publications</a></li>
<li><a style="color: white" href="research/index.html">Research</a></li>
<li><a style="color: white" href="joinus/index.html">Join US</a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div id="textid" class="col-sm-12">
<h1 id="open-positions">Open positions</h1>
<p>We are always looking for new group members with passion, talent, and grit!</p>
<p>You will have the chance to work on the grand challenges of condensed matter physics, often at the interface of instrumental design and new physics. You will be involved in determining the important and interesting questions, creating and improving instrumental setups, performing measurements, and making discoveries.</p>
<h4 id="phd-and-postdoc-positions">PhD and Postdoc positions</h4>
<p>If you are interested in working with us as a PhD student or postdoc, please send me an <a href="mailto:[email protected]">email</a>. State briefly why you are interested and attach a CV, including information about the grades you had as an undergraduate. No need for a separate cover letter or certificates. <strong>Important</strong>: please insert <em>“Application PhD”</em> or <em>“Application Postdoc”</em> in the subject line.</p>
<p>There are some postdoc scholarship available. I’d be happy to support you after you apply to our group. Take a look at the <a href="http://www.nwo.nl/en/funding/our-funding-instruments/nwo/innovational-research-incentives-scheme/veni/index.html">veni fellowship</a> or the <a href="http://ec.europa.eu/research/mariecurieactions/about-msca/actions/if/index_en.htm">Marie Curie fellowship</a>.</p>
<h4 id="leiden-university-master-students">Leiden University master students</h4>
<p>If you are a Master student at Leiden University looking for a Master project, contact me (or any group member) per email or stop by my office.</p>
<h4 id="bsc--master-students-from-elsewhere">Bsc / Master students from elsewhere</h4>
<p>If you are interested in pursuing a Master degree at Leiden University, see <a href="http://www.mastersinleiden.nl/programmes/physics/en/introduction">mastersinleiden.nl</a>. Sometimes, we take master students or summer interns if we get exceptional applicants (this usually means very good grades or a personal recomendation).</p>
<figure>
<p><img src="/images/picpic/Gallery/DSC_0696.jpg" width="95%" /></p>
</figure>
</div>
</div>
<br/>
<br/>
</div>
<div id="footer" class="panel" >
<div class="panel-footer" style="background-color: blue">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<p style="color: white">@NLPT COMSATS.</a></p>
<p style="color: white">We are part of the Computer Science Department at <a style="color: gray" href="https://lahore.comsats.edu.pk/">COMSATS Institute of Information Technology, Lahore.</a></p>
<p style="color: white">Site powered by <a style="color: gray" href="https://jekyllrb.com/">Jekyll</a> </p>
<p> </p><p>
</div>
<div class="col-sm-4">
</div>
<div class="col-sm-4" style="color: white">
Contact:<br />
1.5 KM Defence Road<br/>
Off Raiwind Road<br/>
Lahore, Pakistan.
(<a style="color: gray" href="https://www.google.com/maps/place/COMSATS+Institute+of+Information+Technology/@31.4014266,74.2088896,17z/data=!4m12!1m6!3m5!1s0x3918ffd0bc7c5f71:0x879e9b82857bcd94!2sCOMSATS+Institute+of+Information+Technology!8m2!3d31.401422!4d74.2110783!3m4!1s0x3918ffd0bc7c5f71:0x879e9b82857bcd94!8m2!3d31.401422!4d74.2110783">Maps</a>)
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs /jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>