diff --git a/_includes/list-theses.html b/_includes/list-theses.html index b4c883e4..bb2f5d0c 100644 --- a/_includes/list-theses.html +++ b/_includes/list-theses.html @@ -95,8 +95,8 @@
  • {% if author %}{{ author.name }} {{ author.surname }}{% if detailsString %} ({{ detailsString }}){% endif %}
    {% endif %} {{ publication.title }}{% if publication.doi or publication.link %} (link){% endif %}
    - {% if supervisorsString %}Supervisor{% if publication.supervisor.size > 1 %}s{% endif %}: {{ supervisorsString }}{% if cosupervisorsString %} |{% endif %}{% endif %} - {% if cosupervisorsString %}Co-supervisor{% if publication.co-supervisor.size > 1 %}s{% endif %}: {{ cosupervisorsString }}{% endif %} + {% if supervisorsString %}Supervisor{% if supervisors.size > 1 %}s{% endif %}: {{ supervisorsString }}{% if cosupervisorsString %} |{% endif %}{% endif %} + {% if cosupervisorsString %}Co-supervisor{% if cosupervisors.size > 1 %}s{% endif %}: {{ cosupervisorsString }}{% endif %} {% if publication.awards %}
    Awards: {{ publication.awards }}{% endif %}
  • {% endfor %}