forked from mpa139/allanlab
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathvacancies.html
132 lines (99 loc) · 4.4 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!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>Joining the Borglab</title>
<meta name="description" content="Openings">
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="/vacancies">
<link rel="shortcut icon" type ="image/x-icon" href="/images/favicon.ico">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82472331-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<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 class="navbar-brand" href="/">Borglab @ Georgia Tech</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Home</a></li>
<li><a href="/team">Team</a></li>
<li><a href="/vacancies">Vacancies</a></li>
<li><a href="/publications">Publications</a></li>
<li><a href="/research">Research</a></li>
<li><a href="/pictures">(Pics)</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>
<h3 id="applications-for-phd-positions">Applications for PhD positions</h3>
<p>We currently have no funding to take on new PhD students in the BorgLab, but to work with any of my robotics colleagues, you have at least three options:</p>
<p>1) Apply to the CS PhD program via the School of Interactive Computing
2) Apply to the Robotics PhD program via the School of Interactive Computing
3) Apply to the Robotics PhD program via one of the other schools participating in Robotics (ME, ECE, BME, and AE)</p>
<p>Especially look at our new Robotics PhD program. You can find detailed information at the following URL:</p>
<p>http://phdrobotics.gatech.edu/</p>
<p>In all cases, admissions and support are completely separated in the College of Computing,
and we have no influence on the admissions process.
While <em>currently</em> we have no room to grow, there are many other faculty in the same area.
Do make sure you mention the name of any professor you might be interested in working with,
backed by good reasons referencing their recent research.</p>
<p>Please note that we will not be able to personally help or answer questions regarding your application:
please check the IC website and the contacts listed there with any further questions you have.</p>
<h3 id="master-projects-for-georgia-tech-students">Master projects for Georgia Tech students</h3>
<p>If you are a Master student at Georgia Tech looking for an M.Sc. project (for credit!),
contact me (or any group member) per email.</p>
<!-- <figure>
<img src="/images/picpic/Gallery/DSC_0696.jpg" width="95%">
</figure> -->
</div>
</div>
</div>
<div id="footer" class="panel">
<div class="panel-footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<p>© 2020 Borglab. Site made with <a href="https://jekyllrb.com">Jekyll</a>; <a
href="/aboutwebsite.html">fork for your own
research group.</a></p>
<p>We are part of <a href="http://www.robotics.gatech.edu/">Institute for Robotics and Intelligent Machines</a>
at <a href="https://www.gatech.edu">Georgia Tech</a>.</p>
<p> </p>
<p>
</div>
<div class="col-sm-4">
Contact:<br />
Frank Dellaert<br />
Georgia Tech iRIM<br />
<a href="https://goo.gl/maps/87kUF5J4naaKhtu37">Klaus Building</a> Rm. 1324<br />
Atlanta, GA 30332-0280
</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>