-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (45 loc) · 2.04 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
---
layout: page
---
{% include header.html %}
<div class="container-fluid">
<div class="jumbotron bg-transparent">
<div class="row text-center">
<div class="col-3"></div>
<div class="col-6">
<h1 class="display-4">Hi, I'm Bernie</h1>
<p class="lead">M.S. EECS '20 @ UC Berkeley</p>
</div>
<div class="col-3"></div>
</div>
<div class="row text-center">
<div class="col-3"></div>
<div class="col-6">
<img src="files/headshot_website.jpg" class="portrait center-block rounded-circle">
</div>
<div class="col-3"></div>
</div>
<hr class="my-4">
<div class="row">
<div class="col-2"></div>
<div class="col-8">
<p>I am a Masters student at UC Berkeley studying computer science.
I do research in deep reinforcement learning in UC Berkeley <a href="https://adept.eecs.berkeley.edu/" target="_blank">Adept</a> Lab, where I am advised by Professor <a href="http://people.eecs.berkeley.edu/~keutzer/" target="_blank">Kurt Keutzer</a>.
</p>
<p>Previously, I received my Bachelor of Science in Electrical Engineering & Computer Science from UC Berkeley, where I also did research at Adept Lab, focusing on data annotation pipeline for autonomous driving systems.
</p>
<p>I am best reached by email at <b>berniewang[at]berkeley[dot]edu</b></p>
</div>
<div class="col-2"></div>
</div>
</div>
</div>
<!--<div class="container">
<h1>Hi, I'm Bernie</h1>
<div class="text-center">
<img src="files/headshot_2019_website.jpg" class="rounded-circle" width="25%">
</div>
<p>Hi!</p>
<p>I am a Masters student at UC Berkeley studying computer science. I do research in deep reinforcement learning in UC Berkeley <a href="https://adept.eecs.berkeley.edu/" target="_blank">Adept</a> Lab, where I am advised by Professor <a href="http://people.eecs.berkeley.edu/~keutzer/" target="_blank">Kurt Keutzer</a>.</p>
<p>I am best reached by email at berniewang [at] berkeley [dot] com</p>
</div>-->