{% extends "base.html" %} {% block title %}Studies | Silisocs Studio{% endblock %} {% block crumb %}Studies{% endblock %} {% block content %}

Experiment space

Studies

Turn questions into conditions, replicates, and inspectable evidence.

{% if studies %}
{% for study in studies %}{{ study.name }}{{ study.question or 'Question not written yet' }}{{ study.run_count }}runs{% endfor %}
{% else %}
No experiments yet

Create a study definition to compare conditions and replicates.

{% endif %}

New experiment

Name your study

{% include "_repository_connect.html" %} {% endblock %}