-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
125 lines (100 loc) · 5.89 KB
/
join.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=900">
<title>Join</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/icon.jpg">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Castoro"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic"
rel="stylesheet">
<!-- <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet'> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<table width="900" border="0" align="center" cellspacing="0" cellpadding="20">
<tr>
<td style="width:25%; vertical-align:middle; padding-right: 10px;">
<a href="index.html"><img src="assets/logo.png" height="100"></a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 5px;">
<a href="people.html" style="font-size: 22px; color:black">People</a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 10px;">
<a href="publications.html" style="font-size: 22px; color:black">Publications</a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 0px;">
<a href="research.html" style="font-size: 22px; color:black">Research</a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 0px;">
<a href="robots.html" style="font-size: 22px; color:black">Robots</a>
</td>
<td style="width:15%; vertical-align:middle; text-align:center; padding-right: 0px;">
<a href="join.html" style="font-size: 22px; color:black">Join</a>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="middle">
<heading>Join the LeCAR Lab</heading>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="middle">
<p> Thank you so much for your interest in our lab! We are always looking for highly motivated postdocs, Ph.D. students, MS students, undergraduate students, and visiting students to join our lab or collaborate with us. Please read the following sections before emailing me.
</p>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="middle">
<p style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Prospective Ph.D. and MS Students</p>
<p> You are encouraged to apply to related programs in the <a href="https://www.cs.cmu.edu/academics/overview-programs" target="_blank">School of Computer Science</a> at CMU, in particular, <a href="https://www.ri.cmu.edu/ri-education/" target="_blank">graduate programs at the Robotics Institute</a>. In your application, please make sure to mention my name under faculty you are interested in working with. I also hire students in the <a href="https://www.ece.cmu.edu/" target="_blank">Electrical and Computer Engineering</a> and <a href="https://www.meche.engineering.cmu.edu/" target="_blank">Mechanical Engineering</a> Departments. There is no need to email before the application deadline. If you would like to email me after you have submitted your application or after you have been admitted, please use the subject heading "Prospective Ph.D./MS Student" and include your CV/transcript, research experience, why you are interested in our lab, and other materials you want to share in the email.
</p>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="middle">
<p style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Current Ph.D. and MS Students</p>
<p> Welcome to CMU! Please send me an email with the subject heading "Current Ph.D./MS Student". For prompt reply, please include your CV/transcript, research experience, why you are interested in our lab, whether or not you will need funding, and other materials you want to share in the email.
</p>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="middle">
<p style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Undergraduate Students, Visiting Students, and Postdocs</p>
<p> For undergraduate students (whether or not at CMU), please fill out this <a href="https://forms.gle/p8VZCHk78tU7FeBE8" target="_blank">Google Form</a>. For international visiting undergraduates, currently we only take those who can visit longer than six months. For postdocs and visiting students, please directly email me with your CV/transcript, research experience, why you are interested in our lab, whether or not you will need funding, and other materials you want to share in the email.
</p>
</td>
</tr>
</table>
<br>
<table width="880" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="middle">
<p style="font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 0">Collaborators</p>
<p> Thank you for considering collaborating with us! Please send me an email with your background, which direction/project/paper you would like to collaborate on, and other materials you want to share in the email.
</p>
</td>
</tr>
</table>
<br>
<br>
<br>
</body>
</html>