-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (20 loc) · 1.03 KB
/
index.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
<html>
<head>
<title>Nathaniel Shaffer - Home</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="vitae.html">Vitae</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
<h1>Nathaniel Shaffer - Home</h1>
<h2>Research Interests</h2>
<p>I am broadly interested in the physics of dense plasmas.
Dense plasmas are an interdisciplinary state of matter lying at the intersection of plasma physics, condensed matter physics, and atomic physics.
In Nature, dense plasmas are encountered in the solar interior, in the atmospheres of white dwarfs, and the iron crusts of neutron stars.
Here on Earth, they are produced in a variety of laboratory experiments including inertially confinemed nuclear fusion, exploding wire arrays, pulse power devices, sonoluminescencing microbubbles, and laboratory astrophysics efforts to produce extreme extraterrestrial conditions in the laboratory.</p>
Last update: Wed 20 May 2020 08:26:12 PM MDT
</body>
</html>