-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
298 lines (287 loc) · 12.8 KB
/
index.html
File metadata and controls
298 lines (287 loc) · 12.8 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
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>
<!-- TITLE -->
<title>James K. Muller, PhD</title>
<!-- SITE SETUP -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="https://w3schools.com/w3css/4/w3.css"> <!-- assets/w3.css -->
<!-- FONTS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap" rel="stylesheet">
<!-- ICONS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<!-- CSS TWEAKS -->
<style>
body, h1,h2,h3,h4,h5,h6 {
font-family: "Noto", sans-serif;
color: rgb(160, 160, 160);
line-height: 1.25;
}
h1 {font-size:5vw}
p, ul, ol {
font-size: 1.1em;
color: rgb(191, 191, 191);
/* text-align:left; */
}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 150px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 150px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
/* colorized hyperlinks */
a:link {
color: skyblue;
}
/* stylized discipline specialities */
#disciplines a {
font-family: monospace;
font-size: 1.75vw;
vertical-align: middle;
color: dimgray;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-left: 0.25em;
padding-right: 0.5em;
border-right: 2px solid rgb(47, 47, 47);
}
#disciplines a:last-child {
border-right: none;
}
li {
padding-bottom: 12px;
}
</style>
<body class="w3-black">
<!-- Icon Bar (Sidebar - hidden on small screens) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<!-- Avatar image in top left corner -->
<img src="assets/img/jkm-2025Q3.jpg" style="width:100%">
<!-- HOME -->
<a href="#" class="w3-bar-item w3-button w3-black">
<i class="fa-solid fa-volcano w3-xxlarge"></i>
<!-- <p>HOME</p> -->
<p>J. K. MULLER</p>
</a>
<!-- ABOUT -->
<a href="#about" class="w3-bar-item w3-button w3-hover-black">
<i class="fa-solid fa-address-card w3-large"></i>
<p>ABOUT</p>
</a>
<!-- CV -->
<a href="#cv" class="w3-bar-item w3-button w3-hover-black">
<i class="fa-solid fa-file-lines w3-large"></i>
<p>CV</p>
</a>
<!-- EDUCATION -->
<a href="#education" class="w3-bar-item w3-button w3-hover-black">
<i class="fa-solid fa-graduation-cap w3-large"></i>
<p>EDUCATION</p>
</a>
<!-- PUBLICATIONS -->
<a href="#publications" class="w3-bar-item w3-button w3-hover-black">
<i class="fa-solid fa-box-archive w3-large"></i>
<p>PUBLICATIONS</p>
</a>
<!-- CONTACT -->
<a href="#contact" class="w3-bar-item w3-button w3-hover-black">
<i class="fa-solid fa-address-book w3-large"></i>
<p>CONTACT</p>
</a>
</nav>
<!-- Navbar on small screens (Hidden on medium and large screens) -->
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="#" class="w3-bar-item w3-button" style="padding-left:5%;padding-right:2.5% !important">
<i class="fa-solid fa-volcano"></i>
J. K. MULLER
</a>
<a href="#cv" class="w3-bar-item w3-button" style="padding-left:1.25%;padding-right:2.5% !important">
<i class="fa-solid fa-file-lines"></i>
CV
</a>
<a href="#education" class="w3-bar-item w3-button w3-hide-small" style="padding-left:1.25%;padding-right:2.5% !important">
<i class="fa-solid fa-graduation-cap"></i>
EDUCATION
</a>
<a href="#publications" class="w3-bar-item w3-button" style="padding-left:1.25%;padding-right:2.5% !important">
<i class="fa-solid fa-file-lines"></i>
PUBLICATIONS
</a>
<a href="#contact" class="w3-bar-item w3-button" style="padding-left:1.25%;padding-right:2.5% !important">
<i class="fa-solid fa-address-book"></i>
CONTACT
</a>
</div>
</div>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-16 w3-center w3-black" id="home">
<h1 class="w3-text-white"><span>James K. Muller</span></h1>
<p style="font-size:1.75vw" class="w3-text-gray w3-hide-small">Postdoctoral Scholar, Scripps Institution of Oceanography</p>
<p class="w3-text-gray w3-center w3-hide-medium w3-hide-large">Postdoctoral Scholar<br>Scripps Institution of Oceanography</p>
<!--
<div id="disciplines" class="w3-margin-bottom w3-hide-small">
<a><var>geology</var></a>
<a><var>volcanology</var></a>
<a><var>petrology</var></a>
<a><var>geochemistry</var></a>
</div>
-->
<img src="assets/img/jkm-gpe2024.png" alt="it's me!" class="w3-image w3-margin-top" width="400" height="320">
</header>
<!-- About Section -->
<div class="w3-content w3-text-grey w3-padding-32" id="about">
<h2 class="w3-text-light-grey"></h2>
<hr style="width:50vw" class="w3-opacity">
<p>
Hi, I'm James! I'm a post-doctoral researcher in the <a href="https://emilyjchin.squarespace.com/">lab of Dr. Emily Chin</a> at <a href="https://scripps.ucsd.edu">Scripps Institution of Oceanography</a>, UC San Diego.
</p>
<p>
My academic research interests are rooted in answering a few basic questions about volcanoes that are, ultimately, motivated by reducing volcanic risk:
<ul>
<li>What melts to form magmas, and what causes this melting?</li>
<li>Why do volcanoes form where they do?</li>
<li>How do volcanoes behave when erupting, and why do they behave that way?</li>
</ul>
</p>
<p>
To tackle these problems, I use a combination of observations, data, and modeling. This generally involves terrestrial and sea-going fieldwork to collect samples. I then analyze these rocks and minerals in the lab using techniques like scanning electron microscopy (SEM/EDS), X-ray fluorescence (XRF), and mass spectrometry (solution and laser ablation ICPMS). I'll also use tools like thermodynamic modeling software (e.g., <a href="https://perplex.ethz.ch">Perple_</a><a href="https://perplex.ethz.ch" style="color:purple">X</a> </a>) and Python to recreate real rocks with computers.
</p>
<p class="w3-hide-medium w3-hide-large">
In addition to my time in academia, I have previously worked in the environmental industry in CT, NY, and CA. <!-- Before arriving at SIO, I received an A.M. degree from Harvard, an M.A. degree with research thesis at Queens College-CUNY, and a B.A. from Pomona College, all in geology. I also worked for a time in the environmental industry in CT, NY, and CA.-->
</p>
<br>
<!-- <p class="w3-text-dark-grey w3-hide-small">*<b>[UPPER LEFT] </b>That's me, poking out from an immersion suit aboard <a href="https://www.ocean.washington.edu/story/RV_Thomas_G_Thompson">R/V Thomas G. Thompson</a>! Photo from expedition TN-438 with ROVs <a href="https://ndsf.whoi.edu/jason/">Jason II</a> and Medea to the Mariana Trench. <b>[TOP] </b>Me, aboard <a href="https://en.wikipedia.org/wiki/USS_Sage">ARM Mariano Matamoros (P117)]</a> approaching Isla Guadalupe, Mexico, for fieldwork (May 2024).</p> -->
</div>
<!-- CV -->
<div class="w3-content w3-justify w3-text-grey w3-padding-32" id="cv">
<h2 class="w3-text-light-grey">CV</h2>
<hr style="width:50vw" class="w3-opacity">
<p>A PDF of my CV is available for <a href="assets/cv/Muller-CV-2510.pdf">download here</a>.
<!-- <ul>
<li><b><i>Last update: </i></b>MONTH YEAR</li>
</ul> -->
</p>
</div>
<!-- Education -->
<div class="w3-content w3-text-grey w3-padding-32 w3-hide-small" id="education"> <!-- w3-justify -->
<h2 class="w3-text-light-grey">Education</h2>
<hr style="width:50vw" class="w3-opacity">
<ul>
<li>
<dl>
<dt>Ph.D. (2025), Scripps Institution of Oceanography, UC San Diego</dt>
<dd>
<b><i>Advisor: </i></b>Emily J. Chin
</dd>
<dd>
<b><i>Dissertation: </i></b>"When magmas break the rules: Origins of tectonically enigmatic oceanic and terrestrial volcanism"
</dd>
</dl>
</li>
<li>
<dl>
<dt> A.M. (2019) Harvard University</dt>
<dd>
<b><i>Advisor: </i></b>Charles H. Langmuir
</dd>
</dl>
</li>
<li>
<dl>
<dt>M.A. (2016) Queens College, City University of New York</dt>
<dd>
<b><i>Advisor: </i></b>Marc-Antoine Longpré
</dd>
<dd>
<b><i>Thesis: </i></b>“Tephrostratigraphy of the AD 1730–1736 Timanfaya eruption, Lanzarote, Canary Islands: Insights to the dynamics of large basaltic fissure eruptions”
</dd>
</dl>
</li>
<li>
<dl>
<dt>B.A. (2013) Pomona College</dt>
<dd>
<b><i>Advisors: </i></b>Jade Star Lackey, Richard W. Hazlett
</dd>
<dd>
<b><i>Thesis: </i></b>"Age and origin of the Malapai Hill Basalt, Joshua Tree National Park, CA, USA"
</dd>
</dl>
</li>
<li>
<dl>
<dt>Field camp (2012) Frontiers Abroad, University of Canterbury, NZL</dt>
</dl>
</li>
</ul>
</div>
<!-- Publications -->
<div class="w3-content w3-text-grey w3-padding-32" id="publications">
<h2 class="w3-text-light-grey">Publications</h2>
<hr style="width:50vw" class="w3-opacity">
<ol>
<li><b>Muller, J.K.</b>, Chin, E.J. (<i>in review</i>) Young, enigmatic lavas from a fossil slab remnant beneath Baja California, Mexico. <i>Geology</i>.</li>
<li>Durkin, K., Castillo, P.R., Straub, S.M., Mallick, S., Saal, A. and <b>Muller, J.K.</b> (<i>in press</i>) Widespread contamination of the Pacific upper mantle during the mid-Cretaceous. <i>Marine Geology</i>, p.107460, <a href="https://doi.org/10.1016/j.margeo.2024.107460">https://doi.org/10.1016/j.margeo.2024.107460</a>.</li>
<li><b>Muller, J.K.</b>, Longpré, M.-A. (2024) Tephra dispersal and composition reveal the explosive onset of a large basaltic fissure eruption: Timanfaya, Lanzarote, 1730–1736 CE. <i>Bulletin of Volcanology</i>, v. 86, n. 38, <a href="https://doi.org/10.1007/s00445-024-01729-5">https://doi.org/10.1007/s00445-024-01729-5</a>.</li>
</ol>
</div>
<!-- Contact -->
<div class="w3-content w3-text-grey w3-padding-32" id="contact">
<h2 class="w3-text-light-grey">Contact</h2>
<hr style="width:50vw" class="w3-opacity">
<p>
You can find me in person or online at the following addresses:
<ul>
<li>
<b><i><u>PHYSICAL ADDRESS</u></i></b><br>
James K. Muller<br>
Sverdrup Hall 3139<br>
Scripps Institution of Oceanography<br>
UC San Diego<br>
La Jolla, CA 92093-0212 USA<br>
</li>
<li>
<b><i><u>MAILING ADDRESS</u></i></b><br>
James K. Muller<br>
7835 Trade St., Suite 100<br>
ATTN: Sverdrup Hall 3139<br>
San Diego, CA 92121 USA<br>
</li>
<li>
<b><i><u>EMAIL/WEB</u></i></b><br>
<ul>
<li style="padding-bottom: 0px">
<a href="mailto:jkmuller@ucsd.edu">jkmuller@ucsd.edu</a>
</li>
<li style="padding-bottom: 0px">
<a href="https://jkmgeo.github.io">jkmgeo.github.io</a>
</li>
</ul>
</li>
</ul>
</p>
</div>
<!-- Footer -->
<footer class="w3-content w3-text-grey w3-xlarge">
<!-- <i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i> -->
<p class="w3-medium w3-text-grey">
Last updated: November 2025.
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank" class="w3-hover-text-blue">w3.css</a>
</p>
</footer>
</div>
</body>
</html>