{% for v, data in n["individual_versions"].items() %}
{% if loop.index == 1 or loop.index % 6 == 1 %}
{% endif %}
v{{ v }}
{{ data.get("fin") }} / {{ data.get("total") }}
{% if (loop.index == 6) or (loop.index % 6 == 0) or (loop.index == n["individual_versions"]|length) %}
{% endif %}
{% endfor %}
{% if experiment.description %}
Description
{{ experiment.description }}
{% else %}
{% endif %}
When you publish research conducted using Alfred, please cite.
Treffenstaedt, C., Wiemann, P. & Brachem, J. (2020). Alfred - A library for rapid experiment development (Version
{{ alfred_versions[-1] }}). Göttingen, Germany: https://doi.org/10.5281/zenodo.1437219
Alfred versions used for data collection in this experiment:
{% for v in alfred_versions %}
{{ v }}
{% endfor %}
Delete Experiment
Are you sure that you want to delete this experiment? The data stored in Mortimer will be lost!
The
experimental data in the Alfred database will not be deleted by this.
Upload script.py
Here, you can upload a new script.py. Your current script.py will be replaced.