diff --git a/infoscience_exports/exports/templates/exports/export_short.html b/infoscience_exports/exports/templates/exports/export_short.html index f981476f..949d3e56 100644 --- a/infoscience_exports/exports/templates/exports/export_short.html +++ b/infoscience_exports/exports/templates/exports/export_short.html @@ -23,27 +23,31 @@

{{ article.title }}

{% endif %}
- {% if article.Doc_Type == 'ARTICLE' %} + {% if article.Doc_Type == 'Journal Articles' %} {% include "exports/include_doctype/article_short.html" with article=article %} - {% elif article.Doc_Type == 'THESIS' %} - {% include "exports/include_doctype/thesis_short.html" with article=article %} - {% elif article.Doc_Type == 'THESIS_LIB' %} + {% elif article.Doc_Type == 'Reviews' %} + {% include "exports/include_doctype/article_short.html" with article=article %} + {% elif article.Doc_Type == 'Theses' %} {% include "exports/include_doctype/thesis_short.html" with article=article %} - {% elif article.Doc_Type == 'REP_WORK' %} + {% elif article.Doc_Type == 'Working Papers' %} {% include "exports/include_doctype/report_and_working_paper_short.html" with article=article %} - {% elif article.Doc_Type == 'PROC' %} + {% elif article.Doc_Type == 'Reports' %} + {% include "exports/include_doctype/report_and_working_paper_short.html" with article=article %} + {% elif article.Doc_Type == 'Conference Proceedings' %} {% include "exports/include_doctype/conference_proceeding_short.html" with article=article %} - {% elif article.Doc_Type == 'CONF' %} + {% elif article.Doc_Type == 'Conference Papers' %} {% include "exports/include_doctype/conference_paper_short.html" with article=article %} - {% elif article.Doc_Type == 'POST_TALK' %} + {% elif article.Doc_Type == 'Posters' %} + {% include "exports/include_doctype/poster_and_talks_short.html" with article=article %} + {% elif article.Doc_Type == 'Talks' %} {% include "exports/include_doctype/poster_and_talks_short.html" with article=article %} - {% elif article.Doc_Type == 'STUDENT' %} + {% elif article.Doc_Type == 'Student Projects' %} {% include "exports/include_doctype/student_project_short.html" with article=article %} - {% elif article.Doc_Type == 'BOOK' %} + {% elif article.Doc_Type == 'Books' %} {% include "exports/include_doctype/book_short.html" with article=article %} - {% elif article.Doc_Type == 'BOOK_CHAP' %} + {% elif article.Doc_Type == 'Book Chapters' %} {% include "exports/include_doctype/book_chapter_short.html" with article=article %} - {% elif article.Doc_Type == 'PATENT' %} + {% elif article.Doc_Type == 'Patents' %} {% include "exports/include_doctype/patent_short.html" with article=article %} {% else %}