{# 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['recid']) %}
{{ r.publication_date }} {{ (' Version ' ~ r.version ~ '') if r.version else 'Version' }} {{r.resource_type | cast_to_dict | vocabulary_title('resource_type') }}

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

{{ creators(r.creators) }}

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

Need help?

Contact us

{{config.THEME_SITENAME}} prioritizes all requested related to the COVID-19 outbreak.

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