{# Copyright (C) 2020 TUGRAZ Copyright (C) 2020 mojib wali. 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 %} {%- from "invenio_theme_tugraz/macros/authors.html" import creators -%} {%- block page_body %}
{%- block frontpage_search %} {%- block frontpage_form %}
{%- endblock frontpage_form %} {%- endblock frontpage_search %}

{{_('Recent uploads')}}

{%- for r in records %} {%- set creation_date = r._created|from_isodatetime -%} {%- set record_url = url_for('invenio_records_ui.recid', pid_value=r['id']) %}
{{ r.metadata.publication_date }} {{ (' Version ' ~ r.version ~ '') if r.version else 'Version' }} {{r.metadata.resource_type | cast_to_dict | vocabulary_title('resource_type') }}

{{r.metadata.titles[0].title}}

{{ creators(r.metadata.creators) }}

{% trans user=userprofile, date=creation_date | dateformat('long')%} Uploaded on {{date}} {% endtrans %}
{{ r.access.access_right | make_dict_like('access_right') | vocabulary_title('access_right') | lower }}
{%- endfor %}

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

{{_ ("Contact us")}}

{{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 %}