Skip to content

Latest commit

 

History

History
88 lines (66 loc) · 2.66 KB

File metadata and controls

88 lines (66 loc) · 2.66 KB
layout page
mathjax true
css
publications
icon copy
title Publications

Conference Papers

{% include tools/pubs_filter.md type="conference" %}

Journal Papers

{% include tools/pubs_filter.md type="journal" %}

Undergraduate Research

{% include tools/pubs_filter.md type="undergraduate" %}

<script> function toggle_tweets() { Array.prototype.forEach.call(document.getElementsByClassName('tweet'), function(t) { if (t.parentElement.classList.contains('hovering')) { t.parentElement.classList.remove('hovering'); t.style.transitionDelay = ''; } else { t.style.transitionDelay = '0s'; t.parentElement.classList.add('hovering'); } }); } </script>