-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
52 lines (48 loc) · 2.48 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link href="css/fonts.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/gvl-dark.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/gvl-dark.svg">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/gvl-dark.svg">
<link rel="manifest" href="/site.webmanifest">
<title> USC Geometry, Vision, and Learning Lab </title>
</head>
<body>
<header id="header" style="display:flex; justify-content: space-between; padding-left:10px;padding-right:10px;">
<a href="index.html"><img style="width: 35px;height:35px;" src="assets/gvl.svg" /></a>
<div style="width: calc(var(--width1)/2); display:flex; justify-content: space-between;">
<a href="index.html">Home</a>
<a href="lab.html">Lab</a>
<a href="research.html">Research</a>
<a href="resources.html">Resources</a>
<a href="contact.html" style="color:var(--red1);font-weight: 600;">Contact</a>
</div>
</header>
<div class="profile" style="display:flex;padding: 50px 30px 10px 30px; margin-top:30px;">
<div style="margin-right:20px;">
<h1>Contact</h1>
<p>
We are located in the <a href="https://www.cs.usc.edu/">Thomas Lord Department of Computer Science</a> at the University of Southern California.
<br><br>
We are looking to hire multiple PhDs/visiting students. In particular, we welcome students from marginalized groups. We firmly support <a href="https://viterbischool.usc.edu/diversity-equity-inclusion/">Viterbi school's DEI initiative</a> to contribute to diversity.
<br><br>
For PhD applicants, please mention Prof. Yue Wang in your application. Interested candidates for visiting positions can fill <a href="https://docs.google.com/forms/d/e/1FAIpQLSe2WTNyMxv4wkezAxDB5qqiIRhEb5bkB0b9W4Njuib1dUpmbw/viewform">this form</a> and we will respond as soon as we find a good fit.
</p>
<br>
<p style="color:var(--red1)">
Ginsburg Hall, Los Angeles, CA 90089
</p>
<br>
<a href="mailto:[email protected]">
yue.w at usc dot edu
</a>
</div>
<img src="assets/gvl.svg" style="width:50%;" />
</div>
<script>
</script>
</body>
</html>