-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
35 lines (27 loc) · 1.32 KB
/
teaching.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arghya Dutta</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="../assets/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../assets/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../assets/favicon_io/favicon-16x16.png">
<link rel="manifest" href="../assets/favicon_io/site.webmanifest">
<link rel="stylesheet" href="../assets/style.css">
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"> </script>
<script>window.MathJax = { tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] } };</script>
</head>
<em><a href="../notebooks.html">Notebooks</a></em>
<h1>Teaching</h1>
<h2>Recommended</h2>
<dl>
<dt>
Su, F. (2013). <em>The Lesson of Grace in Teaching</em>. <a href="https://www.francissu.com/post/the-lesson-of-grace-in-teaching">His blog (2013)</a>
</dt>
<blockquote>
Your accomplishments are NOT what make you a worthy human being. You learn this lesson by receiving GRACE: good things you didn't earn or deserve, but you're getting them anyway.
</blockquote>
</dl>
</body>
</html>