-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
43 lines (38 loc) · 1.6 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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>
FiZxMiKe's Toy Web Apps
</title>
</head>
<body>
<h1>FiZxMiKe's Toy Web Apps</h1>
Here's a list of fun little apps I have made. Nothing too serious, I just think it's neat that JavaScript can do Computational Physics, and other
rather intesive Mathematics simply and quickly. I also included links to Jupyter Notebooks and some MATLAB code (sorry) related to my research. <a href="https://github.com/fizxmike/show_and_tell">Edit on GitHub</a>.
<h2>Physics</h2>
<h3>Monte Carlo</h3>
<ul>
<li><a href="pi.htm">Calculation of Pi</a></li>
<li><a href="QMC/qmc.htm">Quantum harmonic oscillator ground state</a></li>
</ul>
<h3>Astro Physics</h3>
<ul>
<li><a href="leapFrog/leapint.htm">Solar system simulation using leap-frog integrator</a></li>
</ul>
<h2>Medical Physics</h2>
<ul>
<li><a href="MikesFlotExample.html">Interactive (fake) DVH plot with constraint</a></li>
<li><a href="MikesFlotExample_v2.html">Interactive (fake) DVH plot with constraint and shape preserving fit</a></li>
<li><a href="http://nbviewer.jupyter.org/github/fizxmike/show_and_tell/blob/master/notebooks/DVH_Based_PCA.ipynb">DVH Based PCA</a></li>
<li><a href="http://nbviewer.jupyter.org/github/fizxmike/show_and_tell/blob/master/notebooks/DWH_DVH_Based_PCA.ipynb">DWH DVH Based PCA (w/ T Song)</a></li>
<li><a href="pureMatlabDRR.zip">A very simple DRR package for MATLAB (sigh)</a></li>
</ul>
<h2>Other</h2>
<ul>
<li><a href="foto/devo.html">Two page (preview) photo album builder</a></li>
</ul>
<hr />
© 2010-2016 Michael M. Folkerts (mfolkerts at physics ucsd edu)
</body>
</html>