{% extends 'cv/base.html' %} {% load widget_tweaks %} {% load staticfiles %} {% block userstyles %} {{block.super}} {% endblock userstyles %} {% block centerbar %}

{{method}} {{model|title}}

{% csrf_token %}
{% with form.title as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.short_title as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.slug as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %}
{% with form.display as field %} {% with labelwidth="col-2" inputwidth="col-1" %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% endwith %} {% with form.status as field %} {% with labelwidth="col-2" inputwidth="col-5" %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% endwith %} {% with form.submission_date as field %} {% with labelwidth="col-2" inputwidth="col-5" %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% endwith %} {% with form.pub_date as field %} {% with labelwidth="col-2" inputwidth="col-5" %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% endwith %}
Abstract
{% with form.abstract as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} Use Markdown syntax: e.g., **bold**, *italics*, `code`, [link text]<url>
Citation Information
{% block citation_information %} {% endblock %}
Authors
{{authorship_formset.management_form}} {% for author_form in authorship_formset %} {% for field in author_form.visible_fields %} {% spaceless %} {% endspaceless %} {{field}} {% if field.error %} {{field.error}} {% endif %} {% endfor %} {% endfor %}
{% block edition_information %} {% endblock %}
Grant information
{% with form.grants as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.pmcid as field %}{% with noprinthelp=True %} {% include "cv/forms/_publication_field.html" %} {% endwith %}{% endwith %} {% with form.pmid as field %}{% with noprinthelp=True %} {% include "cv/forms/_publication_field.html" %} {% endwith %}{% endwith %} {% if form.pmid or form.pmcid %} For information on the above see explanation from NIH {% endif %}
Disciplinary information
{% with form.primary_discipline as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.other_disciplines as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %}
{% block delete_button %} {% endblock delete_button %}
{% endblock centerbar %} {% block endscripts %} {{block.super}} {% endblock %}