-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspectrinProjectPage.html
More file actions
63 lines (60 loc) · 3.5 KB
/
spectrinProjectPage.html
File metadata and controls
63 lines (60 loc) · 3.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1;">
<title>Spectrin Project Page</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" type="text/css" href="./skeleton-james.css">
<link rel="stylesheet" type="text/css" href="./style.css">
<link rel="stylesheet" type="text/css" href="./media.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'></script>
</head>
<body>
<div class="container">
<div class="twelve columns">
<div id="header" class="header">
<a id="name" href="./index.html">Misha Padidar</a>
<ul id="nav">
<li ><a id="projectsLink" href="./projects.html">Projects</a></li>
<li id="stupid"><a href="./index.html">About</a></li>
<li><a href="mailto:mishapadidar14@gmail.com?subject=Mail from mishapadidar.com">Contact</a></li>
</ul>
</div>
</div>
<div id="Clusters"></div>
<div class='row'>
<div id="clusters-info" >
<h2 id="title">Spectrin</h2>
<h3 id="subTitle">Spectrin Network Simulations on a spherical fluid interface</h3>
<p class="clusters-tags"> Computational Chemistry / Network Systems / Scientific Computing</p>
<p id="clusters-description">
While found in a variety of environments, the protein Spectrin is commonly found forming a scaffolding over the exterior of red blood cells. This scaffolding is called a spectrin network, as the spectrin proteins are connected by bonds forming a triangulated mesh. We create a mathematical model of the Spectrin Networks as a set of inclusion particles held together by harmonic bonds forming a triangulation on the exterior of the fluid interface. Alongside hydrodynamic effects our model also subject to thermal fluctuations as well as the Weeks-Chandler Anderson Potential(WCA) for sterics. Using computational simulation of our model we are able to investigate the significance of accounting for hydrodynamics in models. Below are outputs of our computational simulations.<br>
For methods on modeling hydrodynamic coupling in manifolds see <a href="http://pubs.rsc.org/en/Content/ArticleLanding/2016/SM/C6SM00194G#!divAbstract" style="font-weight:bold">Hydrodynamic Coupling of Particle Inclusions Embedded in Curved Lipid Bilayer Membranes</a>.
</p>
<hr id="horizontal-line">
</div>
</div>
<div class="row">
<div class="clusters-videos">
<div class="six columns">
<div class="videoContainer">
<video id="video1" class="video" controls>
<source src="spectrinLangevin.mp4" type="video/mp4">
</video>
<p class="caption">Simulation of Spectrin Network without Hydrodynamics. Diffusion rattles Spectrin particles connected by stiff harmonic tethers. The lack of Hydrodynamics causes lower correlation in motion.</p>
</div>
</div>
<div class="six columns">
<div class="videoContainer">
<video id="video2" class="video" controls>
<source src="spectrinHydro.mp4" type="video/mp4">
</video>
<p class="caption">Simulation of Spectrin Networks with Hydrodynamics. When accounting for Hydrodynamics we see larger correlations in motion.</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>