Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 1.59 KB

File metadata and controls

65 lines (52 loc) · 1.59 KB
layout page
permalink /publications/
title publications
description
nav true
nav_order 2
toc
beginning sidebar min_level max_level
true
left
2
3
images
venobox
true
tags robotics, vision, machine learning, reinforcement learning, simulation

For the up-to-date publication list, please see Google Scholar or Semantic Scholar pages.
For coverage of research in press, please see [Press & Media]({{ site.baseurl }}/media/).

{% include bib_search.liquid %} {% if page.tags %}

{% assign tags = page.tags | split: ',' %} {% for tag in tags %} {% assign tag = tag | strip %} {% if tag != '' %} {% comment %} {{ tag }} {% endcomment %}
    <button
      type="button"
      class="btn btn-sm z-depth-0 tag-filter"
      data-tag="{{ tag | escape }}"
      role="button"
    >
      {{ tag }}
    </button>

    <!-- <a class="tag-filter btn btn-sm btn-outline-info z-depth-0" data-tag="{{ tag | escape }}" role="button">{{ tag }}</a> -->
  {% endif %}
{% endfor %}
{% endif %}

{% bibliography %}