-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
44 lines (32 loc) · 1.4 KB
/
resources.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
<html>
<head>
<title>Nathaniel Shaffer - Resources</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>Resources</h1>
<h2>General Math and Physics References</h2>
<ul>
<li><a href=https://dlmf.nist.gov>NIST Digital Library of Mathematical Functions</a></li>
<li><a href=http://functions.wolfram.com>Wolfram Mathematical Functions Site</a></li>
<li><a href=https://www.theoretical-physics.net>Theoretical Physics Reference</a></li>
<li><a href=http://www.ee.ic.ac.uk/hp/staff/dmb/matrix/intro.html>The Matrix Reference Manual</a>
</li>
</ul>
<h2>Related Research Groups</h2>
<ul>
<li><a href=https://homepage.physics.uiowa.edu/~sbaalrud/index.html>Fundamental Plasma Theory Group (Univ. Iowa)</a></li>
<li><a href=https://www.lanl.gov/projects/dense-plasma-theory/>Dense Plasma Theory (Los Alamos National Laboratory)</a></li>
<li><a href=https://www3.nd.edu/~johnson/>Homepage of Walter Johnson (Notre Dame Univ.)</a></li>
<li><a href=http://www.qtp.ufl.edu/ofdft/index.shtml>Density Functional Theory for Matter Under Extreme Conditions (Univ. Florida)</a></li>
<li><a href=http://www.theo-physik.uni-kiel.de/bonitz/>Homepage of Michael Bonitz (Univ. Kiel)</a>
</li>
</ul>
Last update: Wed 20 May 2020 08:26:12 PM MDT
</body>
</html>