| layout | default |
|---|---|
| title | Research |
-
-
{% for node in site.posts %}
{% if node.category contains 'simulation' %}
- {{node.title}} {% endif %} {% endfor %}
-
-
{% for node in site.posts %}
{% if node.category contains 'idyn' %}
- {{node.title}} {% endif %} {% endfor %}
-
-
{% for node in site.posts %}
{% if node.category contains 'locomotion' %}
- {{node.title}} {% endif %} {% endfor %}
-
-
{% for node in site.posts %}
{% if node.category contains 'manipulation' %}
- {{node.title}} {% endif %} {% endfor %}