| Title | |
|---|---|
| {{ preprint.title }} | |
| Keywords | |
| {% for keyword in preprint.keywords.all %}{{ keyword.word }}{% if not forloop.last %}, {% endif %}{% endfor %} | |
| Abstract | |
| {{ preprint.abstract }} | |
| Preprint DOI | Published DOI |
| {% if preprint.preprint_doi %}{{ preprint.preprint_doi }}{% else %}pending{% endif %} | {% if preprint.doi %}{{ preprint.doi }}{% else %}No Published DOI{% endif %} |
| Subjects | |
| {% include "common/repository/subject_display.html" %} | |
| License | |
| {{ preprint.license }} | |
| Comments to the Editor | |
| {{ preprint.comments_editor }} | |
| {{ field_answer.field.name }} | |
| {{ field_answer.answer }} | |