-
Notifications
You must be signed in to change notification settings - Fork 0
/
proj.html
299 lines (215 loc) · 8.2 KB
/
proj.html
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="dist/css/bootstrap.css">
<link href="style.css" type="text/css" rel="stylesheet">
<title>Erik Palmer</title>
</head>
<body>
<!--Navigation Bar -->
<div class="headliner">
<img src="Images/headline.png" align="left">
</div>
<nav class="navbar navbar-custom">
<!--div class="container-fluid"-->
<ul class="nav navbar-left">
<li class="active"><a href="proj.html">Projects</a></li>
</ul>
<ul class="nav navbar-right">
<li><a href="teach.html">Teaching</a></li>
</ul>
<ul class="nav navbar-right">
<li><a href="ed.html">Education</a></li>
</ul>
<ul class="nav navbar-right">
<li><a href="CV-EPalmer-Web.pdf">Curriculum Vitae</a></li>
</ul>
<ul class="nav navbar-right">
<li><a href="skills.html">Skills</a></li>
</ul>
<ul class="nav navbar-right">
<li><a href="index.html">About Me</a></li>
</ul>
<!--/div-->
</nav>
<br>
<div class="jumbotron">
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4">
<img src="Images/polyhed.png">
</div>
<div class="col-md-4">
<div class="small-text">
<p>A musical chord progression represented as a polyhedra.
</p>
</div>
</div>
</div>
</div>
<div class="info">
<hr>
<h1><strong>Current Projects:</strong></h1>
<hr>
<br>
<div class="row">
<div class="col-md-12">
<img src="Images/model-match.png" height="250">
<h2>Mathematical Modeling of Multi-Responsive Polymer Gels</h2>
<p>
A model to reproduce the rheological behavior of polymer gel mixtures through
modeling, numerical simulation and comparison with experimental data.
</p>
</div> <!-- end col-md-12 -->
</div> <!-- end row -->
<!--
<br>
<hr>
<br>
<div class="row">
<div class="col-md-12">
<img src="Images/dbell.png">
<h2>A Stochastic Model of Lung Mucus</h2>
<p><strong>with Paula Vasquez, David Hill, and Greg Forest</strong></p>
<p>An elastic dumbbell model that leverages the parallel processing power
of GPUs to create a micro-macro-scale design.</p>
</div> <!- end col-md-12 ->
</div> <!- end row ->
-->
<br />
<hr>
<h1><strong>Past Projects:</strong></h1>
<hr>
<br>
<div class="row">
<div class="col-md-12">
<img src="Images/dbell.png">
<h2>A Stochastic Model of Lung Mucus</h2>
<p><strong>with Paula Vasquez, David Hill, and Greg Forest</strong></p>
<p>An elastic dumbbell model that leverages the parallel processing power
of GPUs to create a micro-macro-scale design.</p>
</div> <!-- end col-md-12 -->
</div> <!-- end row -->
<br>
<hr>
<br>
<div class="row">
<div class="col-md-12">
<img src="./Images/particles.png" width="350" class="rounded img-fluid">
<h2>Multiphase Flow Simulation</h2>
<p>
During the summer of 2017, I participated in a 10-week internship
at the Lawrence Berkeley National Laboratory that was
sponsored by NSF's Mathematical Sciences Graduate Internship.
At the lab, I worked in the Center for Computational Science and Engineering (CCSE) to develop a particle
collision model that couples with fluid simulations within the adaptive mesh framework, AMReX. The goal
of this work was to explore the potential to adapt the National Energy Technology Lab's Mutliphase Flow
with Interphase Exchanges (MFiX) software suite for execution on exascale computing machines.
</p>
<p>See the poster
<a href="EPalmer-MFIX-Poster-Final.pdf">here</a>.</p>
</div> <!-- end col-md-12 -->
<div class="col-md-2">
</div> <!-- end col-md-2 -->
<div class="col-md-2">
<a href="https://orise.orau.gov/nsf-msgi">
<img src="./Images/1200px-NSF.svg.png" width="80" >
</a>
</div> <!-- end col-md-3 -->
<div class="col-md-2">
<a href="http://www.lbl.gov">
<img src="./Images/berkeley_lab.jpg" width="100" >
</a>
</div> <!-- end col-md-3 -->
<div class="col-md-2">
<div class="vert-center">
<a href="https://mfix.netl.doe.gov">
<img src="./Images/mfix.png" width="170" class="img-fluid">
</a>
</div> <!-- end vert-center -->
</div> <!-- end col-md-3 -->
<div class="col-md-2">
<a href="https://exascaleproject.org">
<img src="./Images/ecp.png" width="190" class="img-fluid">
</a>
</div> <!-- end col-md-3 -->
<div class="col-md-2">
</div> <!-- end col-md-3 -->
</div> <!-- end row -->
<br>
<hr>
<br>
<div class="row">
<div class="col-md-12">
<a href="http://clypd.com">
<img src="Images/clypd_70.png" hspace="5" >
</a>
<a href="http://services.math.duke.edu/conferences/mpi2016/index.html">
<img src="Images/duke-mpi-logo.png" height="100" hspace="5" class="img-fluid">
</a>
<h2>Hybrid Programmatic TV Markets</h2>
<p><strong> with Marco Montes de Oca, et al. </strong></p>
<p> I collaborated with a group of mathematicians to work on optimization of
auctioning television advertising slots over the week long workshop, Mathematical Problems in Industry (MPI).
</p>
<p>See my chapter on algorithm engineering in the report
<a href="http://www.math.udel.edu/~edwards/download/pubdir/pubhome.html#pubo28">here [O28]</a>.</p>
</div> <!-- end col-md-12 -->
</div> <!-- end row -->
<br>
<hr>
<br>
<div class="row">
<div class="col-md-12">
<img src="Images/cell-culture.png" height="250" class="img-fluid">
<h2>Modeling and Simulation of Mucus Flow in Human Bronchial Epithelial Cell Cultures
Part I: Idealized Axisymmetric Swirling Flow</h2>
<p><strong>with Paula Vasquez, Yuan Jin and Greg Forest</strong></p>
<p>A validated constitutive model capable of recapitulating mucus rheology under
diverse, physiological stress and deformation conditions.</p>
<p>See the paper at </p>
<a href="http://dx.doi.org/10.1371/journal.pcbi.1004872">
<img src="Images/Plos-CompBio-logo.png" width="200" >
</a>
</div> <!-- end col-md-12 -->
</div> <!-- end row -->
<br>
<hr>
<br>
<div class="row">
<div class="col-md-12">
<img src="Images/Rumba.png">
<h2>Music and Mathematics</h2>
<p><strong>with Shirley Yap and Andria Barraza</strong></p>
<p>Explored properties of different methods of measuring the <i>evenness</i> of a rhythm.</p>
<p>See the poster <a href="Poster-SYap-EP-AB.pdf">here</a>.</p>
</div> <!-- end col-md-12 -->
</div> <!-- end row -->
<br>
<hr>
<br>
<div class="row">
<div class="col-md-12">
<h2>Defensive Positioning in Ultimate Frisbee</h2>
<p>A simple model for determining the ideal position to place a defender
in ultimate frisbee.</p>
</div> <!-- end col-md-12 -->
</div> <!-- end row -->
<br>
<hr>
<br>
<div class="row">
<div class="col-md-12">
<h2>Institutional Influences on Chinese Mathematics </h2>
<p><strong>Finalist: HOM SIGMAA Student Paper Contest 2007</strong></p>
<p>Encouraged by Moon Duchin to expand my final paper from
her History of Mathematics class to the History of Mathematics Special
Interest Group Mathematical Association of America's (HOM SIGMAA)
student paper contest</p>
<p>See the paper <a href="EPalmerChnMath.pdf">here</a>.<p>
</div> <!-- end col-md-12 -->
</div> <!-- end row -->
</div>
</body>
</html>