{% extends 'scipost/base.html' %} {% block meta_description %}{{ block.super }} Contributor info {{ contributor }}{% endblock meta_description %} {% block pagetitle %}: Contributor {{ contributor }}{% endblock pagetitle %} {% block content %}

Contributor info: {{ contributor.profile.get_title_display }} {{ contributor.user.first_name }} {{ contributor.user.last_name }}

Details
{% include "scipost/_public_info_as_table.html" with contributor=contributor %}
{% if contributor_publications %}

Publications

Publications for which this Contributor is identified as an author:

{% for pub in contributor_publications %}
{% include 'journals/_publication_card_content.html' with publication=pub %}
{% endfor %}
{% endif %} {% if contributor_submissions %}

Submissions

Submissions for which this Contributor is identified as an author:

    {% for sub in contributor_submissions %}
  • {% include 'partials/submissions/submission_card_content.html' with submission=sub %}
  • {% endfor %}
{% endif %} {% if contributor_commentaries %} {#
#}

Commentaries

Commentaries for which this Contributor is identified as an author:

    {% for com in contributor_commentaries %}
  • {% include 'commentaries/_commentary_card_content.html' with commentary=com %}
  • {% endfor %}
{% endif %} {% if contributor_theses %} {#
#}

Theses

Theses for which this Contributor is identified as an author:

    {% for thesis in contributor_theses %}
  • {% include 'theses/_thesislink_card_content.html' with thesislink=thesis %}
  • {% endfor %}
{% endif %} {% if contributor_comments %} {#
#}

Comments

{% endif %} {% if contributor_authorreplies %} {#
#}

Author Replies

{% endif %} {% endblock content %}