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

Contributor info: {{ contributor.get_formal_display }}

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

Publications View/hide 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 View/hide 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 View/hide 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 View/hide 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 View/hide comments

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

Author Replies View/hide author replies

{% endif %} {% endblock content %}