{# Copyright (C) 2020-2023 Graz University of Technology. invenio-theme-tugraz 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.INVENIO_THEME_TUGRAZ_BASE_TEMPLATE %} {%- set active_dashboard_menu_item = "overview" %} {%- set title = _("Overview") %} {%- block page_body %} {%- block user_dashboard_header %} {% include "invenio_app_rdm/users/header.html" %} {%- endblock user_dashboard_header %}

Overview

{{ _("Research Result") }}

Research Result
Research results gives the base on which publications are built.

{{ _("Communities") }}

Communities
Communities form the area local interests could be planted on.

{{ _("Requests") }}

Requests
Requests build the bridge to communicate with the administration.

{{ _("Publications") }}

Publications
Publications are the synthesized result of research.

{{ _("OER") }}

Open Educational Resources
Open Educational Resources are the basis for training other possible scientists.
{%- endblock %}