{# -*- coding: utf-8 -*- Copyright (C) 2017-2018 CERN. Copyright (C) 2020-2022 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. #} {#- base: invenio-app-rdm v9.1.2. #} {#- changes: everything, including view function #} {%- 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 service 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.

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

Deposit
icon displaying a magnifying glass

Search datasets published by other users.

Search
icon displaying a faq speach bubble

For any questions regarding this service, please refer to our FAQ and our Upload Guide.

FAQ
icon displaying two speach bubbles

To get in touch with our team, please visit our 'Contact' page.

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 %}
{% trans user=userprofile, date=creation_date | dateformat('long') %} Uploaded on {{ date }} {% endtrans %}
{%- endfor %}
{%- if not records %}

Currently no records available.

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