{% extends "studies/study_base.html" %} {% load i18n static django_bootstrap5 utils %} {% block title %} {% if study %} {% translate "Update" %} {% else %} {% translate "Create new study" %} {% endif %} · {{ block.super }} {% endblock %} {% block breadcrumbs %} {{ block.super }} {% if study %}
{% translate 'Please create a profile for your study so other people can find all relevant information, even when you are no longer available.' %}
{% translate 'This first step is about general information. Afterwards you can provide additional information, e.g. on data sets or publications. All fields can still be changed later.' %}
{% translate 'Your study folder is available at' %} {% smb_url_or_unc object.storage_location %}
{% else %}
{% translate 'A study folder is automatically created when you register a study.' %}
{% endif %}{% translate "At the end of data aquisition, the study folder should contain a usable version of the acquired data, i.e. the data is well structured, basic cleaning routines have been applied (e.g. incomplete trials removed, ID errors corrected), but no analysis steps have been conducted." %}