-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<title> Daniel Morrison's Website </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1> Daniel Morrison </h1>
<nav>
<a href=index.html class='sel'> <strong>Home</strong> </a>
<!-- <a href=cv.html> <strong>CV</strong> </a> -->
</nav>
<h3> Bio </h3>
<p>
I graduated from the University of Wisconsin - La Crosse in 2018 with a B.S. in Physics and Math and minors in Economics and Computer Science and completed my PhD in math at the University of California - Irvine in June 2024.
</p>
<h3> Hanging Picture Problem </h3>
<p> Problem Description:
<a href='./files/Nail Problem.pdf'> (Download) </a>
</p>
<p> I have written a program in Processing to simulate solutions to the Hanging Picture Problem.
<a href='./files/Nail Problem Simulation.zip'> (Download) </a> (Windows Java 32 bit)
</p>
<p>
Directions: Set the number of nails you want using the slider in the top right. Then click and drag to draw a wire. Release to start the physics simulation, and wait for it to stop moving. Hit a number key 1-9 according to the nail you want to remove, starting with 1 on the left. Start drawing a new wire to reset the simulation.
</p>
</body>
</html>