{# -*- 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 TU Data

TU Data 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.

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

Publish

Search datasets published by other users.

Search

Restrict access and share data by link, e.g. for peer-review of data underling publications.

Peer-Review

Deposit your data to make it FAIR. The process can be automated with a use of APIs provided by the TU Data.

Reuse

{%- 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 %}