{# -*- 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 tick and three stars which should represent a user rating.

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

Peer-Review
icon displaying two green arrows arranged in a circle.

Deposit your data to make it FAIR. The process can be automated with a use of APIs provided by {{ config.THEME_SITENAME }}.

Reuse

Planned features

icon displaying a network of ideas and users.

Create your "Communities" with a collection of datasets and supplementary materials to collaborate with other users.

Communities
icon displaying the github logo

Easily preserve your GitLab repository in {{ config.THEME_SITENAME }} and get a DOI for your code.

TU Gitlab integration
icon displaying a bar and pie chart.

All uploads display standards compliant with usage statistics.

Usage statistics
icon displaying a group of three persons.

Open {{ config.THEME_SITENAME }} for cross-university and international collaboration.

Upload rights for external users
{%- 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 %}