Skip to content

Latest commit

 

History

History
87 lines (69 loc) · 2.66 KB

File metadata and controls

87 lines (69 loc) · 2.66 KB
layout page
mathjax true
css
publications
icon regular fa-copy
title Publications

Conference Papers

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

Journal Papers

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

Workshop & Industry Papers

{% include tools/pubs_filter.md type="workshop|industry" %}


Reports & Theses

{% 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.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>