diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html index 086c962..4338644 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html @@ -1,5 +1,5 @@ {# - Copyright (C) 2020-2021 Graz University of Technology. + 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 @@ -23,11 +23,11 @@
-

{{_('Recent uploads')}}

+

{{ _('Recent uploads') }}

{% if not records %}
-

{{_('There are no public records to show.')}}

+

{{ _('There are no public records to show.') }}

{% endif %} @@ -41,12 +41,12 @@ -->
- + {{ r.metadata.publication_date }} {{ '(' ~ r.metadata.version ~ ')' if r.metadata.version }} - + {{ r.ui.resource_type.title_l10n }} @@ -62,7 +62,7 @@

- {{r.metadata.title}} + {{ r.metadata.title }}

@@ -80,7 +80,7 @@
{%- for s in r.metadata.subjects %} -
{{s.subject}}
+
{{ s.subject }}
{%- endfor %}
@@ -98,7 +98,7 @@ {%- endfor %} {% if records %} {%- endif %}
@@ -106,34 +106,57 @@
-
-

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

+

{{ _("You can upload different types of records:") }}

+ +

+ + {{ _("Visibility of uploaded content is maximized through synchronization with data hubs (DataCite).") }} + + + + {{ _("Upload Research Output") }} + +

+

+ + {{ _("Open Educational Resources (OER) will be visible on various discovery tools like the OERhub.") }} + + + + + {{ _("Upload OER") }} + +

+
+ + +
+

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

{%- if config.THEME_TUGRAZ_CONTACT_FORM %} {%- endif %}

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

- {{_ ("We can help with:")}} - + {{ _("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.")}}
  • +
  • {{ _("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}}?

+

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

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