-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 956 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 956 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Aruna Sankaranarayanan</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="sidebar">
<img src="aruna.jpg" alt="Your Photo" class="profile-pic">
</div>
<div class="main">
<h1>Aruna Sankaranarayanan</h1>
<p class="blurb">
I am a PhD student at MIT, working with Prof. Dylan Hadfield-Menell. I'm interested in machine learning, natural language processing, and interpretability in deep learning systems. My work explores how models and systems represent knowledge and how we can make them more transparent and trustworthy.
</p>
<h2>Publications</h2>
<p>
You can view my full list of publications on
<a href="https://scholar.google.com/citations?user=ycsmuksAAAAJ&hl=en&oi=ao" target="_blank">Google Scholar</a>.
</p>
</div>
</div>
</body>
</html>