{% extends 'disknet/base.html' %} {% load static %} {% load disknet_extras %} {% block title %} Publication Search Results {% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% if publication_list %} {% if false %} {# TODO: Implement static 3d graph view here#} {% endif %} {% for value, label, publication in project_form.publications.field.choices %} {% if false %} {# TODO: Implement static 3d graph view here#} {% endif %} {% endfor %}
Title Authors Journal Model ImageModel Graph
{{ publication.name }} {{ publication.authors }} {{ publication.journal }} {% for model_image in publication.modelimage_set.all %} {% endfor %} {% for model_image in publication.modelimage_set.all %} {% endfor %}
{% else %}

No publications found.

{% endif %} {% endblock %}