Skip to main content
TU Wien
Faculty of Informatics
Institute of Visual Computing & Human-Centered Technology
Research Unit of Computer Graphics
Main menu
Toggle sub-menu
Home
People
Courses
Student Topics
Research
Publications
Jobs
Export Publications
Configure Publication types
Format:
There's a format for each publication type. You may override all of them. You may use Twig templates in this field. Use the
sandbox
to develop a template
{% if type_id in [ 'archiveproject', 'dataset', 'gallery_image', 'runbachelorthesis', 'runmasterthesis', 'runstudentproject', 'tv', 'unknown', 'xmascard', 'bachelorthesis', 'masterthesis', 'studentproject' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'book' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a>.</b> {{ publisher }}, {{ date|format_date(true, true, false) }}.<br> {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'habilthesis' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> {% if supervisor %} Supervisor: {{ supervisor|author_links }}<br> {% endif %} {% if date_start or date_end %} Duration: {{ date_start|format_date }} — {{ date_end|format_date }}<br> {% endif %} {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'inbook' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> In <i>{{ booktitle }}</i>{% if pages_from and pages_to %}, pages {{ pages_from }}-{{ pages_to }}{% endif %}, {{ date|format_date(true, true, false) }} {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'inproceedings', 'otherreviewed' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> In <i>{{ booktitle }}</i>{% if pages_from and pages_to %}, pages {{ pages_from }}-{{ pages_to }}{% endif %}. {{ date|format_date(true, true, false) }}.<br> {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'journalpaper' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> <i>{{ journal }}</i>{% if volume or number %}, {{ volume }}{% if number %}({{ number }}){% endif %}{% endif %}{% if articleno %}:{{ articleno }}{% elseif pages_from and pages_to %}:{{ pages_from }}-{{ pages_to }}{% endif %}, {{ date|format_date(true, true, false) }}. {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'journalpaper_notalk' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> <i>{{ journal }}</i>{% if volume or number %}, {{ volume }}{% if number %}({{ number }}){% endif %}{% endif %}{% if pages_from and pages_to %}:{{ pages_from }}-{{ pages_to }}{% endif %}, {{ date|format_date(true, true, false) }}. {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'misc' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> {{ note }}<br> {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'poster' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> Poster shown at {{ event }} ( {%- if date_from == date_to %} {{- date_from|format_date -}} {% else %} {{- date_from|format_date }}-{{ date_to|format_date -}} {% endif -%} ) {% if booktitle %}In <i>{{ booktitle }}</i> {% if pages_from and pages_to %}, pages {{ pages_from }}-{{ pages_to }}{% endif %}. {% endif %} <br> {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'proceedings' ] %} {{ editor }} (Eds.) <b><a href='{{ url }}'>{{ title }}</a></b>. {{ publisher }}. {% if doi|slice(0, 16) == 'https://doi.org/' %} <a href='{{ doi }}'>{{ doi }}</a> {% elseif doi %} <a href='https://doi.org/{{ doi }}'>{{ doi }}</a> {% endif %} {% elseif type_id in [ 'runphdthesis', 'phdthesis' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> Supervisor: {{ supervisor|author_links }}<br> {% if date_start or date_end %} Duration: {{ date_start|format_date }} — {{ date_end|format_date }}<br> {% endif %} {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'talk' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b>, {% if date|length >= 10 %} {{ date|format_date -}} {% elseif date_from and date_from == date_to %} {{ date_from|format_date -}} {% elseif date_from and date_to %} {{ date_from|format_date }}-{{ date_to|format_date -}} {% else %} {{ date|format_date -}} {% endif -%} , {{ location }}<br> {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'techreport' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b><br> {{ number }}, {{ date|format_date(true, true, false) }} {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% elseif type_id in [ 'WorkshopTalk' ] %} {{ authors|author_links }}{% if authors_et_al %} et al.{% endif %}<br> <b><a href='{{ url }}'>{{ title }}</a></b>, {% if date|length >= 10 %} {{ date|format_date -}} {% elseif date_from and date_from == date_to %} {{ date_from|format_date -}} {% elseif date_from and date_to %} {{ date_from|format_date }}-{{ date_to|format_date -}} {% else %} {{ date|format_date -}} {% endif -%} , {{ event }}, {{ location }}<br> {{ files|publication_files_small({ "main_file": true }) }} {{ weblinks|publication_weblinks_small({ "main_file": true }) }} {% endif %}
Breadcrumbs
You are here:
Home
Research
Publications
unnamed
Export
User menu
Login
Footer menu
Datenschutzerklärung
Impressum