-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
44 lines (36 loc) · 1.6 KB
/
personal.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<title>Tyler Chen (陈泰乐)</title>
<meta name="description" content="my personal site">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link href="tc.ico" rel="shortcut icon" >
<link rel="stylesheet" href="css/landing.css" type="text/css" media="screen" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-50592837-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-50592837-1');
</script>
</head>
<body>
<img id="nameSmall" src="name.svg" alt="biang">
<div class="menu">
<a href="https://research.chen.pw">research</a>
<a href="https://research.chen.pw/slides.pdf">slides</a>
<a href="https://research.chen.pw/cv.pdf">vitae</a>
<a href="https://chen.pw/personal.html">personal</a>
</div>
<section>
<h1>about</h1>
<p>I currently live in Chinatown in New York.
I grew up in Omaha, Nebraska, and studied in Boston and then Seattle.</p>
<p>I'm trained (and work as) an applied math researcher.
My primary focus is numerical linear algebra (which is basically about doing linear algebra on computers). More about this can be found on my <a href="https://research.chen.pw">research website</a>.<p>
<p>Besides math, I enjoy bouldering, eating noodles and/or fried chicken, citibiking, and watching tiktok.</p>
</section>
</body>
</html>