{# -*- coding: utf-8 -*- Copyright (C) 2019 - 2021 CERN. Copyright (C) 2019 - 2021 Northwestern University. Copyright (C) 2020 - 2021 TU Wien. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.BASE_TEMPLATE %} {%- block page_header %} {% include config.THEME_HEADER_TEMPLATE %} {%- endblock %} {%- block page_hero %}
{%- endblock page_hero %} {%- block page_body %}

Welcome to {{ config.THEME_SITENAME }}

{{ config.THEME_SITENAME }} is an institutional repository of TU Wien to enable storing, sharing and publishing of digital objects, in particular research data. It facilitates the funders' requirements for open access to research data and the FAIR principles by making research output findable, accessible, interoperable and re-usable. This service is developed by the TU Wien Center for Research Data Management and hosted by TU.it.

Please note that this service is still under development and has limited functionality. We will add more functionality as development progresses.

icon displaying a cloud and a arrow pointing upwards.

Publish research outputs openly. A landing page provides information on your digital objects, download links, license and persistent identifier.

Publish
icon displaying a magnifying glass

Search datasets published by other users.

Search
icon displaying a faq speach bubble

Coming soon

FAQ
icon displaying two speach bubbles

Contact

Recent Uploads

{%- for r in records %} {%- set creation_date = r.created|from_isodatetime -%} {%- set record_url = url_for('invenio_app_rdm_records.record_detail', pid_value=r.id) %}

{{ r.metadata.title }}

{%- for creators in r.metadata.creators %} {%- if creators.identifiers and creators.identifiers.orcid %} {%- endif %} {{ creators.person_or_org.name }} {% if not loop.last %}; {% endif %} {%- endfor %}
{{ r.metadata.publication_date }} {{ '(' ~ r.metadata.version ~ ')' if r.metadata.version }} {{ r.ui.resource_type.title_l10n }} {% if r.ui.access_status.icon %}{% endif %} {{ r.ui.access_status.title_l10n }}
{{ r.metadata.description | striptags | truncate(300) }}
{%- for s in r.metadata.subjects %}
{{ s.subject }}
{%- endfor %}
{%- endfor %} {% if not records %}

Currently no records available.

{% endif %}
{%- endblock page_body %} {%- block page_footer %} {% include config.THEME_FOOTER_TEMPLATE %} {%- endblock page_footer %} {%- block javascript %} {{ super() }} {%- endblock javascript %} {%- block trackingcode %}{% include config.THEME_TRACKINGCODE_TEMPLATE %} {%- endblock %}