{% if thesislink.approaches %} {% endif %}
Title:  {{ thesislink.title }}
Author:  {{ thesislink.author }}
As Contributor:   {% for author in thesislink.author_as_cont.all %} {% if not forloop.first %} · {% endif %}{{ author.user.first_name }} {{ author.user.last_name }} {% empty %} (not claimed) {% endfor %}
Type: {{ thesislink.get_type_display }}
Field: {{ thesislink.acad_field }}
Specialties:
    {% for spec in thesislink.specialties.all %}
  • {{ spec }}
  • {% endfor %}
Approach{% if thesislink.approaches|length > 1 %}es{% endif %}: {% for approach in thesislink.approaches %}{% if not forloop.first %}, {% endif %}{{ approach|capfirst }}{% endfor %}
URL:  {{ thesislink.pub_link }}
Degree granting institution:  {{ thesislink.institution }}
Supervisor(s): {{ thesislink.supervisor }}
Defense date:  {{ thesislink.defense_date }}

Abstract:

{{ thesislink.abstract }}