{% if publication %}
{% if publication.event %}
{% if publication.event.type %}
{% if publication.event.type == "Journal Article" %}
{% endif %}
{% if publication.event.type == "(Whole) Book" %}
{% endif %}
{% if publication.event.type == "(Whole) Booklet" %}
{% endif %}
{% if publication.event.type == "Book Section" %}
{% endif %}
{% if publication.event.type == "Conference Paper" %}
{% endif %}
{% if publication.event.type == "Technical Manual" %}
{% endif %}
{% if publication.event.type == "Technical Report" %}
{% endif %}
{% if publication.event.type == "Master Thesis" %}
{% endif %}
{% if publication.event.type == "Ph.D Thesis" %}
{% endif %}
{% if publication.event.type == "(Whole) Conference Proceeding" %}
{% endif %}
{% if publication.event.type == "Miscellaneous" %}
{% endif %}
{% if publication.event.type == "Unpublished" %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}