{% extends "base.html" %} {% block content %}


{{ _('Welcome') }}


This is the Human Emotion Systems laboratorys stimulus rating tool. If you have previously started a rating task you can continue that task on this page. If you are a researcher you can create new rating tasks by logging in. Or you can start a new rating task and start rating by selecting a rating task from the database list below.

List of experiments in database:

{% block attributes %} {% for exp in experiments %} {% if exp.status == 'Public' %}

{% endif %} {% if (exp.status == 'Hidden') and (current_user.is_authenticated) %}

Unpublished experiment:

{% endif %} {% endfor %} {% endblock %}
{% endblock %}