{# 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 %} {%- block javascript %} {{ webpack['invenio-theme-tugraz-js.js'] }} {%- endblock javascript %} {%- block page_body %}
{% include "invenio_theme_tugraz/frontpage_overview.html" %} {% include "invenio_theme_tugraz/recent_uploads.html" %}

{{ _("Need help?") }}

{%- if config.THEME_TUGRAZ_CONTACT_FORM %}
{{ _("Contact us") }}
{%- endif %}

{{ config.THEME_SITENAME }} {{ _("prioritizes all Recent uploads.") }}

{{ _("We can help with:") }}

  • {{ _("Uploading your research data, software, preprints, etc.") }}
  • {{ _("One-on-one with") }} {{ config.THEME_SITENAME }} {{ _("supporters.") }}
  • {{ _("Quota increases beyond our default policy.") }}
  • {{ _("Scripts for automated uploading of larger datasets.") }}

{{ _("Why use") }} {{ config.THEME_SITENAME }}

{% include "invenio_theme_tugraz/benefits.html" %}
{%- endblock %}