{% extends "base_generic.html" %} {% block head %} {% endblock %} {% block nav-research %} {% endblock %} {% load static %} {% block content %} {% block small %}

Publications

{{ form }}


{% include "publication_list.html" with show_year='true' %} {% if 'publications_all' in request.path %}
show less
{% else %}
show all
{% endif %} {% endblock %} {% endblock %}