-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpositions.html
More file actions
executable file
·44 lines (43 loc) · 2.17 KB
/
positions.html
File metadata and controls
executable file
·44 lines (43 loc) · 2.17 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Whitmer Group @ ND</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrap">
<div id="header">
<h1>
<a href="index.html">Whitmer Research Group</a>
</h1>
<h2> Soft Materials Modeling and Computation</h2>
<h3>
<a href="http://cbe.nd.edu"> Department of Chemical and Biomolecular Engineering</a>
//
<a href="http://engineering.nd.edu"> College of Engineering </a>
//
<a href="http://www.nd.edu">University of Notre Dame</a>
</h3>
</div>
<div id="menu">
<a href="index.html">Projects</a>
<a href="papers.html">Papers</a>
<a href="positions.html">Positions</a>
<a href="people.html">People</a>
<a href="pictures.html">Pictures</a>
<a href="codes.html">Codes</a>
<a href="community.html">Community</a>
<a href="contact.html">Contact</a>
</div>
<div id="content">
<h2> Postdoctoral Openings </h2>
The Whitmer Group seeks applications from interested postdoctoral scholars to perform advanced sampling calculations on self-assembled and polymer materials. <a href="contact.html">Contact</a> Prof. Whitmer if you have questions.
<h2> Graduate and Undergraduate Projects </h2>
<p> The Whitmer group is looking for capable, energetic graduate and undergraduate students. Current open projects involve the development of free energy mapping methods, liquid crystal property computation, drug delivery complexes, and many other interesting topics in soft materials, thermodynamics and computational methods. Please <a href="contact.html">contact</a> Prof. Whitmer for more information. </p>
<h2> Undergraduate Summer Opportunities </h2>
<p>Undergraduate students from outside Notre Dame interested in spending a summer working with the Whitmer group are encouraged to apply through the <a href="">NURF</a>, <a href="">PODEMOS</a>, or <a href="">iSURE</a> programs. </p>
</div>
</body>
</html>