forked from visualmachines/visualmachines.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold_joinus.htm
112 lines (98 loc) · 4.4 KB
/
old_joinus.htm
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 lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=David+Libre|Hind:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<title>Visual Machines Group</title>
</head>
<body>
<header class="cd-auto-hide-header">
<div class="logo"><a href="index.htm"><img src="img/headerlogo1.svg" alt="Logo"></a></div>
<nav class="cd-primary-nav">
<a href="#cd-navigation" class="nav-trigger">
<span>
<em aria-hidden="true"></em>
Menu
</span>
</a> <!-- .nav-trigger -->
<ul id="cd-navigation">
<li><a href="scientificmission.htm">Scientific Mission</a></li>
<li><a href="people.htm">People</a></li>
<li><a href="publications.htm">Publications</a></li>
<li><a href="joinus.htm" id="atpage">Join Us</a></li>
<li><a href="visit.htm">Visit</a></li>
<li><a href="#"> </a></li>
</ul>
</nav> <!-- .cd-primary-nav -->
</header> <!-- .cd-auto-hide-header -->
<main class="cd-main-content" style="padding-top: 102px;">
<!-- TODO: Fix img-wrapper -->
<!--div class="imgwrapper">
<img src="test.jpg" class="img-responsive">
</div-->
<div class="row">
<div class="heading-home" style="padding-top: 35px;">Want to get involved?</div>
<div> </div>
<div class="body">
<span style="font-weight: bold;">UCLA Grad Students:</span> Please carefully read about our <a href="scientificmission.htm">scientific mission</a>. If you would like to learn more, please email us your resume, (unofficial) transcript, and a few sentences on ideal post-graduation plans. We generally ask grad students to do a rotation.
</div>
<div> </div>
<div class="body">
<span style="font-weight: bold;">UCLA Undergrads:</span> Please email us your resume, an (unofficial) transcript, and a few sentences on your ideal post-graduation plans.
</div>
<div> </div>
<div class="body">
<span style="font-weight: bold;">Outside Students:</span> Please apply to the UCLA graduate programs in ECE or CS and mention Professor Kadambi in your application.
</div>
<div> </div>
<div class="body">
<span style="font-weight: bold;">Postdoc Candidates:</span> We are looking to fill multiple postdoc positions. Strong candidates have published in either signal processing, machine learning, computer vision, or optics. Please email us your resume and three most significant publications. </div>
<div class="body padded">
Contact: <a href="mailto:[email protected]">[email protected]</a>
</div>
<div> </div>
</div>
</main> <!-- .cd-main-content -->
<!-- Listen for scroll event in the main window to cause hiding of the navbar-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script>
if( !window.jQuery ) document.write('<script src="js/jquery-3.0.0.min.js"><\/script>');
</script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
</body>
<footer>
<div class="container">
<div> </div>
<div class="logo" style="margin-top: 30px;"><a href="index.htm"><img src="img/headerwhite.svg" alt="Logo"></a></div>
<nav class="cd-primary-nav">
<a href="#cd-navigation" class="nav-trigger">
<span>
<em aria-hidden="true"></em>
</span>
</a> <!-- .nav-trigger -->
<ul id="cd-navigation">
<li><a href="scientificmission.htm" style="color: white;">Scientific Mission</a></li>
<li><a href="people.htm" style="color: white;">People</a></li>
<li><a href="publications.htm" style="color: white;">Publications</a></li>
<li><a href="joinus.htm" id="atpage">Join Us</a></li>
<li><a href="visit.htm" style="color: white;">Visit</a></li>
</ul>
</nav>
<div> </div>
<div> </div>
<div> </div>
<div class="sub-heading white">Get In Touch.</div>
<div class="body white"><a href="mailto:[email protected]" class="white">[email protected]</a></div>
<div> </div>
<div> </div>
<div> </div>
</div>
</footer>
</html>