forked from SebastinSanty/minimal-research-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (89 loc) · 6.18 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Undergraduate Researcher, University of California, Berkeley">
<meta name="author" content="David Yang">
<meta name="theme-color" content="#222222">
<link rel="apple-touch-icon" sizes="180x180" href="images/nicons/squirrel180.ico">
<link rel="icon" type="image/icon" sizes="32x32" href="images/nicons/squirrel32.ico">
<link rel="icon" type="image/icon" sizes="16x16" href="images/nicons/squirrel16.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="assets/style-2.css">
<title>David Yang</title>
</head>
<body>
<!-- <h1>Hello, world!</h1> -->
<div class="container pt-5 allstuffp">
<div class="row pt-5 allstuff">
<div class="col-md-4 pt-5">
<div class="fixed-posi">
<p class="name">David Yang</p>
<img src="images/prof.jpg" class="profilepic pt-2 pb-2">
<div class="pt-5 menur"><a class="menulink" target="_blank" href="assets/dy_cs_resume.pdf">resume</a></div>
<div class=""><a class="menulink" target="_blank" href="mailto:davidmyang@berkeley.edu">email address</a></div>
<div class=""><a class="menulink" target="_blank" href="https://github.com/davidmyang">github profile</a></div>
<div class=""><a class="menulink" target="_blank" href="https://www.linkedin.com/in/davidmyang/">linkedin</a></div>
<!-- <div class="pt-5">usercontext</div> -->
<!-- <div class="">travel history</div> -->
<!-- <div class="">this template</div> -->
</div>
</div>
<div class="col-md-8 pt-5 about">
Hello! I am a senior undergraduate student studying Computer Science and Linguistics at UC Berkeley. Previously, I've been fortunate
to be an SWE intern at startups, UnitedHealth, and Veeva Systems, as well as TA for many semesters
for UC Berkeley's <a class="in-text" href="https://datastructur.es/"
target="_blank">Data Structures</a> course.
<br> <br>
I am also fortunate to work in the <a class="in-text" href="https://tilabberkeley.com/"
target="_blank">TiLab at Berkeley</a> with <a class="in-text" href="https://github.com/sme777"
target="_blank">Samson Petrosyan</a> and <a class="in-text" href="https://oliverpetrick.me/"
target="_blank">Oliver Petrick</a>, as well as the Language and Cognition Lab with
<a class="in-text" href="https://lclab.berkeley.edu/regier/"
target="_blank">Terry Regier</a> on two very different but exciting projects.
Currently, I am broadly interested in applying computation to cognitive linguistics and social sciences.
<p class="header pt-5">Research</p>
<div class="py-2">
<p class="paper my-2 pl-2">
<span class="papertitle">nanoVR: Building and Simulating DNA nanostructures in Virtual Reality</span><br>
<span class="thisauthor">David Yang*</span>, Oliver Petrick*, Samson Petrosyan
<span class="noter"> (* = Equal Contribution)</span><br>
<!-- <span class="conf"><a class="confshort" href="https://acl2020.org/">ACL'20</a> | Annual Conference of the Association for Computational
Linguistics</span><br>
<a class="tag" href="https://arxiv.org/pdf/2004.09095.pdf" target="_blank">pdf</a><span class="tagsep">|</span>
<a class="tag" href="https://arxiv.org/abs/2004.09095" target="_blank">abstract</a><span class="tagsep">|</span>
<a class="tag" href="cites/acl2020.bib" target="_blank">cite</a><span class="tagsep">|</span> -->
<a class="tag" href="https://github.com/tilabberkeley/nanoVR" target="_blank">code</a>
</p>
</div>
<div class="py-2">
<p class="paper my-2 pl-2">
<span class="papertitle">Numeral Systems Linguistics Project</span><br>
<span class="thisauthor">David Yang</span>, Terry Regier<br>
<a class="tag">pending submission</a>
<!-- <a class="tag" href="https://github.com/davidmyang/numerals" target="_blank">code</a> -->
</p>
</div>
<div class="row text-center py-4">
<!-- <div class="mx-auto mt-2">
<img class="img-fluid instilogo p-1" src="images/bitspilani.png">
<div class="institution">BITS Pilani</div>
<div class="years">2015 - 2018</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="assets/style-2.js"></script>
</body>
<style>
</style>
</html>