| layout | page | |
|---|---|---|
| mathjax | true | |
| css |
|
|
| icon | copy | |
| title | Publications |
{% include tools/pubs_filter.md type="conference" %}
{% include tools/pubs_filter.md type="journal" %}
{% 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>