{%extends "publications/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}View Publication{%endblock%} {%block pagetitle%}View Publication{%endblock%} {%block contents%} {{flash_all_messages()}}

You are about to delete the publication with the following details:

Linked Phenotypes {{linked_phenotypes | count}}
PubMed {%if publication.PubMed_ID%} {{publication.PubMed_ID}} {%else%} — {%endif%}
Title {{publication.Title or "—"}}
Authors {{publication.Authors or "—"}}
Journal {{publication.Journal or "—"}}
Published {{publication.Month or ""}} {{publication.Year or "—"}}
Volume {{publication.Volume or "—"}}
Pages {{publication.Pages or "—"}}
Abstract {%for line in (publication.Abstract or "—").replace("\r\n", "
").replace("\n", "
").split("
")%}

{{line}}

{%endfor%}

If you are sure that is what you want, click the button below to delete the publication

You will not be able to recover the data if you click delete below.

{%endblock%} {%block javascript%} {%endblock%}