-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreading-list.html
36 lines (30 loc) · 1.07 KB
/
reading-list.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Reading List</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131436916-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131436916-2');
</script>
</head>
<body style="max-width: 46em; margin-left: 2em">
<h1>Reading List</h1>
<p>A list of books I'm currently reading (slowly!):</p>
<ul>
<li>Michael Brenner: Physical Mathematics</li>
<li>Boccara: Modeling Complex Systems</li>
<li>David Randall: Atmosphere, Clouds, and Climate</li>
<li>Howard Berg: Random Walks in Biology</li>
<li>Ron Milo and Rob Phillips: Cell Biology by the Numbers</li>
<li>Dickens: David Copperfield</li>
</ul>
<p>Suggestions greatly appreciated.</p>
<hr>
<address><a href="https://jeffjar.me"><i>Jeffrey Chang</i></a></address>
<small ><i>Last Updated: Nov 30, 2019</i></small>
</body>