-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.13 KB
/
index.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
<!DOCTYPE html>
<html>
<style>
body {
background-color: #152238;
color: lightgray;
}
a {
color: rgb(21, 142, 249);
}
</style>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td width="16%" valign="top">
<h3><a href="/index.html">Home</a></h3>
<h3><a href="/research.html">Research</a></h3>
<h3><a href="/scioly.html">Scioly tests</a></h3>
<h3><a href="/notes.html">Class notes</a></h3>
</td>
<td colspan="2">
<h1>Andrew Ng</h1>
<p>
<img src="MIT_headshot.jpeg" alt="Andrew Ng" style="width:283.5px;height:378px;padding-left:60px" align="right">
I am an undergraduate student at Tufts University majoring in math and biochemistry. As a student researcher in the Wattrus Lab at MGH, I study the role of the immune system in regulating spinal cord regeneration in zebrafish. My research interests include developmental and regenerative biology, as well as the application of math to biological systems.
</p>
<p>You can contact me at andrew [dot] ng [at] tufts [dot] edu</p>
</td>
</tr>
</table>
</body>
</html>