-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpportunities.html
107 lines (91 loc) · 5.71 KB
/
Opportunities.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
<html>
<head>
<title>Careers</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="Style/style.css" title="style" />
</head>
<body>
<div id="main">
<header>
<div id="background_img">
<div id="logo_text">
<a name="Top"><h1><a href="index.html"><i>Computational Environmental Science Lab</i></h1></a>
<img id="logo_img" src="Style/CESLAB.jpg"/>
</div>
<!----------------- Menu ------------------>
<div id="menubar">
<ul id="menu">
<li id="menu_headers"><a href="Opportunities.html"><span class="selected">Opportunities</span></a> </li>
<li id="menu_headers"><a href="Publications.html">Publications</a>
<div class= "dropdown">
<ul id="smaller">
<li><a href="Publications.html#PeerArticles"> Peer Reviewed Articles </a></li>
<li><a href="Publications.html#Magazine"> Magazine Articles </a></li>
<li><a href="Publications.html#PeerBook"> Peer Reviewed Book Chapters </a></li>
<li><a href="Publications.html#Reports"> Reports </a></li>
</ul>
</div>
</li>
<li id="menu_headers" ><a href="People.html">People</a>
<div class="dropdown">
<ul>
<li><a href="People.html#Principal"> Principal Investigator </a></li>
<li><a href="ResearchGroup.html#Post"> Post-Doctoral Researchers </a></li>
<li><a href="ResearchGroup.html#Visit"> Visiting Scientists </a></li>
<li><a href="ResearchGroup.html#Grad"> Graduate Students </a></li>
<li><a href="ResearchGroup.html#Under"> Undergraduate Students </a></li>
<li><a href="ResearchGroup.html#High"> High School Students </a></li>
</ul>
</div>
</li>
<li id="menu_headers"><a href="Research.html">Research</a></li>
<li id="menu_headers"><a href="index.html">Home</a></li>
</ul>
</div>
</div>
</div>
</header>
</div>
<!---------------- Content ------------------------>
<div id="site_content">
<div id="content">
<div id="opportunities">
<h3> Post-Doctoral Researchers </h3>
<ul>
<li>The lab is always interested in hearing from potential post-doctoral researchers. Please contact <a href="Dabdub.html"> Donald Dabdub </a> with relevant research interests.
</li>
</ul>
<h3> Graduate Students </h3>
<ul>
<li> Potential UCI graduate students are welcome to contact <a href="Dabdub.html"> Donald Dabdub</a>. The lab hires admitted students as research assistants who undertake research in the lab concurrent with their UCI graduate degrees.
</li>
<li>
UCI Graduate admission questions should be directed towards the <a href="http://www.grad.uci.edu/admissions/index.html"> UCI Graduate Division</a>.
</li>
</ul>
<h3> Undergraduate Students </h3>
<ul>
<li> The lab employs current UCI undergraduates as research interns through <a href="http://www.urop.uci.edu/about.html"> UROP</a>. Applications are welcomed from first to final year students.
</li>
<li>
Interested students are welcome to contact <a href="Dabdub.html"> Donald Dabdub</a> about positions.
</li>
</ul>
<h3> Visiting Scholars </h3>
<ul>
<li> The lab hosts visiting postdoctoral scholars or faculty members, usually with external sources of funding.
</li>
<li> Visiting graduate students with external funding are also occasionally hosted as part of collaborative arrangements between universities or research groups.
</li>
</ul>
</div>
</div>
</div>
<!-------------------------------Footer---------------->
<footer>
<p>
<b>Computational Environmental Science Lab</a></b> </br> Department of Mechanical & Aerospace Engineering, University of California, Irvine</p>
</footer>
</html>