Select object
Preview
Raw data (JSON)
Replacement Patterns
The publication database uses Twig for rendering templates. See this link for an introduction and some examples.Twig template | Description |
---|---|
{{ _|bibref }} |
Bib Reference |
{{ _|bibref({ suppress_file_links: true }) }} |
Bib Reference with additional parameters (in this case without file_links) |
{{ abstract }} |
Abstract |
{{ access }} |
Access of publication (internal code) |
{{ address }} |
Address |
{{ articleno }} |
Article Number |
{{ authors|join(', ') }} |
List of IDs of authors |
{% if authors_et_al %}et al.{% endif %} |
Authors, et al. |
{% for author in authors %} {{ author|get_author.name }}<br> {% endfor %} |
Authors, names |
{{ authors|author_links }} |
Authors, formatted |
{{ booktitle }} |
Booktitle |
{% if cfp %} <a href="{{ url }}{{ cfp.name }}">Call for Paper</a> {% endif %} |
Call for Papers |
{{ channel }} |
Channel |
{{ chapter }} |
Chapter |
{{ co_supervisor|join(', ') }} |
Second Supervisor (author id) |
{{ co_supervisor|author_links }} |
Second Supervisor (author name with optional link to staff page) |
{{ comment|nl2br }} |
Internal comment |
{{ contactdata }} |
Contact Address |
{{ contactemail }} |
Contact Email |
{{ contactphone }} |
Contact Phone |
{{ date }} |
Date (ISO 8601) |
{{ date_end }} |
Date (End) (ISO 8601) |
{{ date_end|map(v => v|format_date)|join(', ') }} |
Date (End) (formatted as long human readable text) |
{{ date_from }} |
Date (from) (ISO 8601) |
{{ date_from|map(v => v|format_date)|join(', ') }} |
Date (from) (formatted as long human readable text) |
{{ date|format_date }} |
Date (formatted as long human readable text) |
{{ date_start }} |
Date (Start) (ISO 8601) |
{{ date_start|map(v => v|format_date)|join(', ') }} |
Date (Start) (formatted as long human readable text) |
{{ date_to }} |
Date (to) (ISO 8601) |
{{ date_to|map(v => v|format_date)|join(', ') }} |
Date (to) (formatted as long human readable text) |
{{ diploma_examina }} |
Diploma Examination (ISO 8601) |
{{ diploma_examina|map(v => v|format_date)|join(', ') }} |
Diploma Examination (formatted as long human readable text) |
{% if doi|slice(0, 16) == 'https://doi.org/' %} <a href='{{ doi }}'>{{ doi }}</a> {% elseif doi %} <a href='https://doi.org/{{ doi }}'>{{ doi }}</a> {% endif %} |
DOI |
{{ duration }} |
Duration |
{{ editor }} |
Editor |
<ul>{% for error in check('Publication', id) %} <li>{{ error.text }}</li> {% endfor %}</ul> |
Errors (e.g. empty required fields) |
{{ event }} |
Event |
{% if export_status > 0 %}✔{% else %}✗{% endif %}{% if export_status > 1 %}✔{% else %}✗{% endif %}{% if export_status > 2 %}✔{% else %}✗{% endif %} |
Export Status |
<ul> {% for file in files %} <li> <a href='{{ file.url }}'>{{ file.name }}</a> {% endfor %} </ul> |
Files |
{{ files|publication_files_small }} |
All files, formatted for bibref |
{{ first_published }} |
First Published (ISO 8601) |
{{ first_published|map(v => v|format_date)|join(', ') }} |
First Published (formatted as long human readable text) |
<ul>{% for f in files if f.use_in_gallery %}<li><a href='{{ f.url }}'>{{ f|file_thumb_image(64) }}</a></li>{% endfor %}</ul> |
Gallery Images, 64px thumbnails |
<ul>{% for f in files if f.use_in_gallery %}<li>Title: {{ f.filetitle }}<br>Resolution: {{ f.image_width }}x{{ f.image_height }}<br>Size: {{ f.size }}B<br>Type: {{ f.type }}<br>Description: {{ f.description }}</li>{% endfor %} |
Gallery Images, Stats |
{{ html_block|raw }} |
Additional Information |
{{ id }} |
ID |
{{ id|bibtex }} |
BibTeX |
{{ isbn }} |
ISBN |
{{ issn }} |
ISSN |
{{ journal }} |
Journal |
{{ keywords|join(', ') }} |
List of keywords |
{{ lecturer|join(', ') }} |
Lecturer (author id) |
{{ lecturer|author_links }} |
Lecturer (author name with optional link to staff page) |
{{ location }} |
Location |
{{ files|publication_files_small({ 'main_file': true }) }} |
Main files, formatted for bibref |
{{ main_image|file_thumb_image(64) }} |
Main image, 64px thumbnail |
{{ matrikelnr }} |
Matrikelnummer |
{{ note }} |
Note |
{{ number }} |
Number |
{{ open_access }} |
Open Access |
{{ organization }} |
Organization |
{{ pages }} |
Pages |
{{ pages_from }} |
Pages (from) |
{{ pages_to }} |
Pages (to) |
{{ program }} |
Program |
{{ projects_workgroups|join(', ') }} |
List of projects and workgroups (IDs) |
{% for i in projects_workgroups %} {% set p = i|get_project_workgroup %}<a href="{{ p.url }}">{{ p.name }}</a><br> {% endfor %} |
List of projects and workgroups (names) |
{{ protocol }} |
Protocol |
{{ publisher }} |
Publisher |
{{ repositum_id }} |
TU Repositum ID |
<a href="https://repositum.tuwien.at/handle/{{ repositum_id }}">{{ repositum_id }}</a> |
TU Repositum Link |
<ul> {% for research_area_id in research_areas %} {% set research_area = research_area_id|get_research_area %} <li> {% if research_area.website %} <a href='{{ research_area.website }}'>{{ research_area.name }}</a> {% else %} {{ research_area.name }} {% endif %} </li> {% endfor %} </ul> |
Research areas |
{{ reviewer_1|join(', ') }} |
1st Reviewer (author id) |
{{ reviewer_1|author_links }} |
1st Reviewer (author name with optional link to staff page) |
{{ reviewer_2|join(', ') }} |
2nd Reviewer (author id) |
{{ reviewer_2|author_links }} |
2nd Reviewer (author name with optional link to staff page) |
{{ rigorosum }} |
Rigorosum (ISO 8601) |
{{ rigorosum|map(v => v|format_date)|join(', ') }} |
Rigorosum (formatted as long human readable text) |
{{ series }} |
Series |
{{ substitute }} |
ID of replacing publication |
{{ supervisor|join(', ') }} |
First Supervisor (author id) |
{{ supervisor|author_links }} |
First Supervisor (author name with optional link to staff page) |
{{ timestamp_create }} |
Timestamp when the Publication was first saved to the Publication database (may be null for old publications). |
{{ timestamp_modify }} |
Timestamp when the Publication was last updated. |
{{ title }} |
Title |
{{ tu_id }} |
TU Publ.DB. ID |
{{ type_id }} |
Publication Type ID |
{{ volume }} |
Volume |
{% if weblinks|length == 0 and not repositum_id and not tu_id and not doi %} No further information available. {% else %} <ul> {% for weblink in weblinks %} <li><a href='{{ weblink.href }}'>{{ weblink.caption|default(weblink.href) }}</a> {% if weblink.description %} <br> {{ weblink.description|nl2br }} {% endif %} </li> {% endfor %} {% if repositum_id %} <li><a href='https://repositum.tuwien.at/handle/{{ repositum_id }}'>Entry in reposiTUm (TU Wien Publication Database)</a></li> {% endif %} {% if tu_id %} <li><a href='https://publik.tuwien.ac.at/showentry.php?ID={{ tu_id }}'>Entry in the publication database of TU-Wien</a></li> {% endif %} {% if doi|slice(0, 16) == 'https://doi.org/' %} <li>DOI: <a href='{{ doi }}'>{{ doi }}</a></li> {% elseif doi %} <li>DOI: <a href='https://doi.org/{{ doi }}'>{{ doi }}</a></li> {% endif %} </ul> {% endif %} |
Weblinks |
<ul> {% for weblink in weblinks %} <li><a href='{{ weblink.href }}'>{{ weblink.caption|default(weblink.href) }}</a></li> {% endfor %} </ul> |
Weblinks w/o description |
{{ date|format_year }} |
Year |