{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Virtual Research Environment" %}{% endblock %} {% block pagetitle %}{% trans "Virtual Research Environment" %}{% endblock %} {% block content %}

{% trans "Secure data drops to RUG Phd students" %}

{% trans "Here you can securely upload files for Phd students and researchers." %}

{% trans "The following actions can be done:" %}

  1. {% trans "Study overview for grouping uploads for a single research study" %}
  2. {% trans "Create a new study" %}
  3. {% trans "Get a list of all the uploaded files for your studies" %}
  4. {% trans "Logout" %}

{% endblock %}