-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
41 lines (27 loc) · 1.24 KB
/
Copy pathprogram.html
File metadata and controls
41 lines (27 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kristy Lee</title>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse">
<div class="container">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="experience.html">Experience</a>
<a href="program.html">Program</a>
<a style="color:#e01709" href="research.html">Research</a>
<a href="projects.html">Projects</a>
</div>
</nav>
<div class = "container">
<div class = "row">
<div class="col-md-8" style="min-height: 100vh; height: auto;">
<h2 id="Program">Program</h2>
<p> During my undergraduate studies, I contributed to a research presentation at Berkeley SETI Research Center. This was completed in December 2019. </p>
<p> [There is note over update. Accuracy may be tuned by Fall 2020 iteration of program.] </p>
<p> Following this, starting in August 2020, I did research in <a href="http://nlp.cs.berkeley.edu"/>Berkeley NLP Group</a>, a research group in Berkeley Artificial Intelligence Research. </p>
</div>
</body>
</html>