{# 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.INVENIO_THEME_TUGRAZ_BASE_TEMPLATE %} {%- set active_dashboard_menu_item = "overview" %} {%- set title = _("Overview") %} {% block javascript %} {{ super() }} {{ webpack['invenio-theme-tugraz-unlock.js'] }} {% endblock javascript %} {%- block page_body %} {%- block user_dashboard_header %} {% include "invenio_app_rdm/users/header.html" %} {%- endblock user_dashboard_header %}
{% if is_tugraz_authenticated %} {# 3 columns: Research-Uploads, Communities, and Requests #}

{{ _("Research Results") }}

{{ _('Research Results') }}
{{ _("Overview: Description for research results") }}

{{ _("Communities") }}

{{ _('Communities') }}
{{ _("Overview: Description of Communities") }}

{{ _("Requests") }}

{{ _('Requests') }}
{{ _("Overview: Description of Requests") }}
{% else %} {# not is_tugraz_authenticated #} {# 1 column: Research-Uploads, with info on how to get authenticated #}

{{ _("Research Results") }}

{{ _('Research Results') }}
{{ _("Overview: Description for research results when not authenticated") }}
{% endif %} {% if can_view_marc21 %}

{{ _("Publications") }}

{{ _('Publications') }}
{{ _("Overview: Description for publications") }}
{% endif %} {# OER column - always shown #}

{{ _("Educational Resources") }}

{{ _('Educational Resources') }}
{{ _("Overview: Description for open educational resources") }}
{# spacing to footer #}
{%- endblock %}