-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoutreach-books.html
87 lines (84 loc) · 4.68 KB
/
outreach-books.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F6X90BEYXR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-F6X90BEYXR');
</script>
<title>Books</title>
<link rel="icon" href="./content/mtu-logo.png" />
<link type="text/css" rel="stylesheet" media="screen" href="style.css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Homepage of Tan Chen, University of Illinois Urbana-Champaign, CSL." />
<meta name="keywords"
content="Tan Chen, RoLAC, Notre Dame, UIUC, SJTU, MTU, robotics, control theory, legged robots, manipulators, industrial robots" />
<meta name="author" content="Tan Chen" />
</head>
<body>
<table id="tlayout" summary="Table for page layout">
<tr valign="top">
<td id="layout-menu">
<div id="center">
<div class="imgdivcntr">
<img src="content/huskies-logo.png" width="100px" alt="" title="" />
</div>
</div>
<div class="menu-category">About</div>
<div class="menu-item"><a href="about-home.html">home</a></div>
<div class="menu-item"><a href="about-biography.html">biography</a></div>
<div class="menu-item"><a href="about-group.html">group</a></div>
<div class="menu-item"><a href="about-openings.html">openings</a></div>
<div class="menu-category">Research</div>
<div class="menu-item"><a href="research-projects.html">projects</a></div>
<div class="menu-item"><a href="research-publications.html">publications</a></div>
<!--<div class="menu-item"><a href="research-resources.html">resources</a></div>-->
<!--<div class="menu-item"><a href="research-seminars.html">seminars</a></div>-->
<!--<div class="menu-item"><a href="research-software.html">software</a></div>-->
<!-- <div class="menu-item"><a href="research-talks.html">talks</a></div> -->
<div class="menu-category">Teaching</div>
<div class="menu-item"><a href="teach-mtu.html">mtu</a></div>
<div class="menu-item"><a href="teach-nd.html">notre dame</a></div>
<div class="menu-item"><a href="teach-sjtu.html">sjtu</a></div>
<div class="menu-category">Outreach</div>
<div class="menu-item"><a href="outreach-service.html">service</a></div>
<div class="menu-item"><a href="outreach-books.html" class="current">books</a></div>
<div class="menu-item"><a href="outreach-documents.html">notes</a></div>
</td>
<td id="layout-content">
<div class="banner">
<h1>Outreach</h1>
</div>
<h2>Books</h2>
<p>
In my free time, I enjoy reading, especially reading proses and novels. One of my favorate books is
the <em>Border Town</em> by Shen Congwen.
Since I came to the states, I started reading different genres. Here are some books I read. <br />
<br />
ready player one, by ernest cline<br />
a tree grows in brooklyn, by betty smith<br />
all the light we cannot see, by anthony doerr<br />
teaching what you don’t know, by therese huston<br />
science and the good, by james davison hunter et al.<br />
a brief history of humankind, by yuval noah harari<br />
how learning works: seven research-based principles for smart teaching, by susan a. ambrose et al.<br />
</p>
<hr />
</td>
</tr>
</table>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-49200719-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>