| layout | page | |
|---|---|---|
| mathjax | true | |
| css |
|
|
| icon | regular fa-copy | |
| title | 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 -%}
{{ article.year }} {{ article.target.type }}
{{ article.target.assignee.short }}
{{ article.target.assignee.short }}
{{ article.title }}
{%- assign first_doi = 1 -%}
{% for doi in article.DOI -%}
{%- if first_doi != 1 %} · {% endif -%}
{{ doi.target }} {{ doi.id }}
{%- assign first_doi = 0 -%}
{%- endfor %}
{% include tools/format_authors.md data=article.authors %}
{%- 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>