Skip to content

Latest commit

 

History

History
170 lines (158 loc) · 5.22 KB

index.md

File metadata and controls

170 lines (158 loc) · 5.22 KB
title layout
Olivia Hsu
home
PhD Student
Department of Computer Science
Stanford University
Office: 494 Gates
owhsu [at] stanford [dot] edu
Curriculum Vitae
<script> const desiredRepo = "weiya711.github.io" const monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ];

var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { let repos = JSON.parse(this.responseText); repos.forEach((repo)=>{ if (repo.name == desiredRepo) { var lastUpdated = new Date(repo.pushed_at); var day = lastUpdated.getUTCDate(); var month = lastUpdated.getUTCMonth(); var year = lastUpdated.getUTCFullYear(); siteUpdate.innerHTML += (<em>Site Last Updated ${monthNames[month]} ${year}</em><br>); } }); } }; xhttp.open("GET", "https://api.github.com/users/weiya711/repos", true); xhttp.send(); </script>

I am a computer science PhD student at Stanford University advised by Professor Kunle Olukotun and Professor Fredrik Kjolstad. I currently work on mapping and compiling sparse applications to domain-specific hardware, architectures, and accelerators. My research interests also broadly include computer architecture, computer and programming systems, compilers, programming models and languages, and digital circuits/VLSI.

I graduated from the University of California, Berkeley in 2019 with a degree in Electrical Engineering and Computer Science (EECS). At Berkeley, I was fortunate enough to be advised by Professor Vladimir Stojanovic and work with Panagiotis Zarkos on novel applications of silicon-photonics.

Publications

{% for pub_keyval in site.data.publications %} {%- assign pub = pub_keyval[1] -%} {% endfor %}
{{ pub.title }}
{%- for author in pub.authors -%} {%- if forloop.last == true and forloop.length > 1 %} and {%- endif %} {%- if author == "hsu" %} {{ site.data.authors[author].name }} {%- else %} {{ site.data.authors[author].name }} {%- endif -%} {%- if forloop.last == false and forloop.length > 2 -%} , {%- endif %} {%- endfor -%}
{{ pub.venue }} {%- if pub.venuenote %} ({{ pub.venuenote }}) {%- endif -%} {%- if pub.volume -%} , Volume {{ pub.volume }} {%- endif -%} {%- if pub.issue -%} , Issue {{ pub.issue }} {%- endif -%} , {{ pub.month }} {{ pub.year }}
{%- if pub.award -%} {{ pub.award }}
{%- endif -%}
{% if pub.pdf %} pdf {% elsif pub.url %} pdf {% endif %} {% if pub.movie %} youtube {% endif %}

Talks

{%- for talk_keyval in site.data.talks %} {%- assign talk= talk_keyval[1] -%} {% endfor %}
{% if talk.url %} {{talk.title}} {%- else %} {{talk.title}} {%- endif -%}
{{talk.month}} {{talk.year}}
{{talk.venue}}
{% if talk.movie %} youtube {% endif %}

Teaching

{%- for teaching_keyval in site.data.teaching %} {%- assign teaching= teaching_keyval[1] -%} {% endfor %}
{% if teaching.url %} {{teaching.title}} {%- else %} {{teaching.title}} {%- endif -%}
{{teaching.month}} {{teaching.year}}, {{teaching.venue}}

[comment]: <>

Projects

[comment]: <> Boop beep boop... Work in progress. Check again soon!

Press

{%- for press_keyval in site.data.press %} {%- assign press= press_keyval[1] -%} {% endfor %}
{{press.title}}
{{press.venue}}