-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·73 lines (73 loc) · 2.63 KB
/
index.html
File metadata and controls
executable file
·73 lines (73 loc) · 2.63 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!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">
<p> Welcome to the web home of the Whitmer group at Notre Dame; we study a variety of different phenomena in thermodynamics and statistical mechanics, primarily applied to soft materials. Click on a figure below for an extended description of our work.</p>
<div class="wrapper">
<div class="c">
<h2> Free Energy Methods </h2>
<a href="freeenergy.html">
<img src="img/fes.png" alt="Free-Energy Mapping">
</a>
</div>
<div class="d">
<h2> Liquid Crystal Phase Behavior and Response</h2>
<a href="liquidcrystals.html">
<img src="img/lce.png" alt="Liquid Crystalline Materials" width=75%>
</a>
</div>
</div>
<div class="wrapper">
<div class="c">
<h2> Polymer & Polyelectrolyte Phases</h2>
<a href="polymer.html">
<img src="img/tugowar.png" alt="Polymer and Polyelectrolyte Phases" width=85%>
</a>
</div>
<div class="e">
<h2> Cluster Design & Self-Assembly</h2>
<a href="clusters.html">
<img src="img/patchy.png" alt="Cluster Self Assembly">
</a>
</div>
<div class="b">
<h2> Classical Thermodynamics</h2>
<a href="thermo.html">
<img src="img/butane_full.png" alt="Classical Thermodynamic Methods">
</a>
</div>
</div>
</div>
</div>
</body>
</html>