{# Copyright (C) 2020-2025 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.OVERRIDE_BASE_TEMPLATE %} {%- set active_dashboard_menu_item = "overview" %} {%- set title = _("Overview") %} {% block javascript %} {{ super() }} {% endblock javascript %} {%- block page_body %} {%- block user_dashboard_header %} {% include "invenio_app_rdm/users/header.html" %} {%- endblock user_dashboard_header %}

Overview

{% if is_authenticated %} {# 3 columns: Research-Uploads, Communities, and Requests #}

{{ _("Research Results") }}

Research Results
{{ _("Overview: Description for research results") }} {{_("Research results gives the base on which publications are built.")}}

{{ _("Communities") }}

Communities
{{_("Grow a community of individuals to sustain the platform going forward and thereby organize, curate and collaborate on records for your institution, project, topic or event.")}}

{{ _("Requests") }}

Requests
{{_("Check for incoming notifications and community assignments or inquiries.")}}
{% endif %} {% if can_view_marc21 %}

{{ _("Publications") }}

Publications
{{_("Publications are the synthesized result of research.")}}
{% endif %}
{%- endblock %}