-
Notifications
You must be signed in to change notification settings - Fork 0
/
undergraduate.html
139 lines (127 loc) · 6.97 KB
/
undergraduate.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
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>PeAR WPI</title>
<!-- Site Title -->
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171009851-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-171009851-1');
</script>
</head>
<body>
<!-- EDIT ME -->
<header id="header">
<div class="container main-menu">
<div class="row align-items-center justify-content-between d-flex">
<!-- style="margin-left: -36vh; margin-right: -36vh" -->
<div id="logo">
<a href="https://www.wpi.edu/" style="font-size: 24px; font-weight: 600; color: #ddd"><img src="img/logos/WPILogo2.png" width="48px" alt="" title=""> </a><a href="index.html" style="font-size: 24px; font-weight: 600; color: #ddd"><img src="img/logos/LogoWhiteRed.png" width="48px" alt="" title=""> Perception and Autonomous Robotics Group</a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a title="Home" href="index.html" style="position: relative; top: -4px"><i style="font-size: 28px" class="fa fa-home"></i></a></li>
<li class="menu-has-children"><a title="Research" href="research.html">Research</a>
<ul>
<li><a href="research.html">Research Areas</a></li>
<!-- <li><a href="softwares.html">Softwares/Datasets</a></li> -->
<li><a href="publications.html">Publications/Softwares/Datasets</a></li>
<li><a href="labs.html">Research Labs And Facilities</a></li>
</ul>
</li>
<li><a title="Teaching" href="teaching.html">Teaching</a></li>
<li><a title="Media" href="media.html">Media</a></li>
<li><a title="Openings" href="openings.html">Openings</a></li>
<li><a title="Events" href="events.html">Events</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</div>
</header> </header> <!-- EDIT ME -->
<!-- Start home-about Area -->
<section class="sample-text-area" style="">
<div class="container">
<div class="menu-content">
<div class="title text-center">
<h1 class="mb-10">Masters Thesis/Directed Research/Independent Study Application Steps</h1>
</div>
</div>
</div>
</section>
<section class="sample-text-area", style="padding-top: 10px">
<div class="whole-wrap">
<div class="container">
<br><br>
Please follow the following steps to be considered for a Masters research position at PeAR.<br><br>
<ul class="ordered-list" style="color: #333">
<li> Please read all the steps and then fill out <a href="https://forms.gle/xUPwEVa4aL8d8P5F9">this form</a>. </li>
<li> If you have been selected, you'll receive an email from us for an in-person/online interview.</li>
<li> After your online/in-person interview, please Wait for the final response from us. Please <b><span style="color: var(--themecolor); font-weight: 800;">DO NOT</span></b> email us asking for updates if you do not hear back after any step. </li><br><br>
</ul>
</div>
</div>
</section>
<!-- EDIT FOOT -->
<!-- start footer Area -->
<section class="facts-area section-gap" id="facts-area" style="background-color: rgba(255, 255, 255, 1.0); padding: 40px">
<div class="container">
<div class="title text-center">
<p> <a href="index.html"><img src="img/logos/LogoBlackRed.png" width="128px" alt="" title=""></a><br><br>
Perception and Autonomous Robotics Group <br>
Worcester Polytechnic Institute <br>
Copyright © 2023<br>
<span style="font-size: 10px">Website based on <a href="https://colorlib.com" target="_blank">Colorlib</a></span>
</p>
</div>
</div>
</section>
<!-- End footer Area --> <!-- EDIT FOOT -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/easing.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.tabs.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/simple-skillbar.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>