layout | mathjax | css | icon | title | |
---|---|---|---|---|---|
page |
true |
|
regular fa-copy |
Publications |
{% include tools/pubs_filter.md type="conference" %}
{% include tools/pubs_filter.md type="journal" %}
{% include tools/pubs_filter.md type="workshop|industry" %}
{% include tools/pubs_filter.md type="report|thesis" %}
{% for year_publications in grouped_publications -%} {%- assign publications = year_publications.items | sort: 'month' | reverse -%} {%- for article in publications -%} {%- if article.type != 'patent' -%} {%- continue -%} {%- endif -%}
{%- endfor -%} {%- endfor -%}
<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>