-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·56 lines (53 loc) · 1.98 KB
/
contact.html
File metadata and controls
executable file
·56 lines (53 loc) · 1.98 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
45
46
47
48
49
50
51
52
53
54
55
56
<!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> Contact Information (<a href="https://engineering.nd.edu/profiles/jwhitmer">Department Profile</a>) </h2>
<p> <b> Assistant Prof. Whitmer </b>
<br>
374 Nieuwland Hall
<br>
University of Notre Dame
<br>
Notre Dame, IN 46556
<br>
<em> email:</em> jwhitme1(_at_)nd.edu
</p>
<h2> Contact Information for Affiliated Programs </h2>
<p> CBE Department Information: <a href="http://cbe.nd.edu/contact-us"> Link </a> </p>
<p> PODEMOS Program Information: <a href="https://sites.google.com/a/nd.edu/podemos/"> Link </a> </p>
<p> 2017 Midwest Thermodynamics and Statistical Mechanics Program Information: <a href="https://sites.google.com/a/nd.edu/midwest-thermo-2017/contact-us"> Link </a></p>
</div>
</div>
</body>
</html>