-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathart.html
More file actions
62 lines (49 loc) · 1.6 KB
/
Copy pathart.html
File metadata and controls
62 lines (49 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ethan Lake's Research Page</title>
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="header">
<div class="top_banner">
<h1 style="text-align:center">Fun</h1>
<br>
<hr>
</div>
</div>
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="papers.html">Papers</a></li>
<li><a href="art.html">Fun</a></li>
</ul>
</div>
<div id="page_content">
<div class="intro">
<br>
<ul>
<li> <a href="https://memorynca.github.io/2D/">interactive visualizations of many-body memories</a></li>
<li> <a href="https://drive.google.com/file/d/1jK6DQnyaAZeRGhLHl8tvnMDLzdVX60Vb/view?usp=sharing">cheatsheet for making nicer plots in matplotlib</a></li>
<li> <a href="https://drive.google.com/file/d/1SZs9f1z_QeS0k3h8fc8GdN6Yz6pdCucr/view?usp=sharing">30 days of date problems </a></li>
</ul>
<br>
</div>
<div class="art_content">
<br>
<!-- Design based on complex Fibonacci numbers <br> <br> -->
<IMG SRC="simpleBW.png" WIDTH=700 HEIGHT=300 >
<br><br><br><br><br>
</div>
</div>
</div>
<!-- <ul class="timestamp">Last update: <span id="demo"></span>.
<script>
document.getElementById("demo").innerHTML = document.lastModified;
</script></ul> -->
</body>
</html>