-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclusters.html
More file actions
executable file
·72 lines (61 loc) · 4.1 KB
/
clusters.html
File metadata and controls
executable file
·72 lines (61 loc) · 4.1 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!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>Fundamental Studies of Colloidal and Molecular Clusters</h2>
<div class="wrapper">
<div class="a"><a href="#"><img src="img/patchy.png"
alt="Cluster Self Assembly"></a></div>
<div class="b">Image demonstrating the aggregation of asymmetric two-patch clusters into a maximally bonded aggregate.</div><br>
</div>
<p> Self-assembling structures are ubiquitous in nature; the delicate
dance of functional protein and nucleic acid macromolecules invites
folding and binding into structures which make life possible. These
self-assembled structures may be thermodynamically stable, or only kinetically stable, as is the case for many proteins. Under the addition of salt, acid, or heat, kinetic barriers are removed, and the molecules will denature, transition to a lower free energy state, and lose their intended function. Everyday examples of this delicate balance abound in the kitchen, such as the setting of gelatin and the making of cheeses. There is also widespread medical importance, as subtle effects in protein morphology lead to aggregation into fibrils connected to a wide variety of diseases.</p>
<br>
<br>
<p> In the nascent discipline of molecular engineering, such structures
are designed from the top down using molecular and macromolecular constituents. The resulting structures may, as with proteins, be kinetically or thermodynamically stable. The Whitmer group is interested in using principles of molecular interactions and free energy mapping to design bespoke structures at the meso- and nano-scales. This work is currently focused on studying the kinetics and thermodynamics of colloidal assembly at the microscale, and determining methods by which the free energy surface may be tilted, selecting new assembly pathways and stable states with an eye toward creating robust, open assemblies.</p>
<br>
<h2> <b> Related Publications: </b> </h2>
<br>
<div class="wrapper">
<div class="row"> [1] Qian Chen, Jonathan K. Whitmer, Shan Jiang, Sung Chul Bae, Erik Luijten, and Steve Granick. "Supracolloidal reaction kinetics of Janus spheres." Science <b>331</b>, 6014 (2011): 199-202. <a href="">Link</a></div>
<div class="row"> [2] Jonathan K. Whitmer and Erik Luijten. "Influence of Hydrodynamics on Cluster Formation in Colloid-Polymer Mixtures." The Journal of Physical Chemistry B <b>115</b>, 22 (2011): 7294-7300. <a href="">Link</a></div>
<div class="row"> [3] Shan Jiang, Jing Yan, Jonathan K. Whitmer, Stephen M. Anthony, Erik Luijten, and Steve Granick. Orientationally glassy crystals of Janus spheres." Physical Review Letters <b>112</b>, 21 (2014): 18301. <a href="">Link</a></div>
</div>
</div>
</div>
</body>
</html>