Statistics
- experimenters : {{ n_researchers }}
- experiments : {{ n_experiments }}
- stimulation types : {{ n_stim_types }}
{% if n_stim_types %}
{% for stim_type in stim_types %}
- {{ stim_type.name }} : {{ stim_type.n_experiments }}
{% endfor %}
{% endif %}
- recording methods : {{ n_methods }}
{% if n_methods %}
{% for method, count in methods.items %}
- {{ method }} : {{ count }}
{% endfor %}
{% endif %}
- preparations : {{ n_preparations }}
{% if n_preparations %}
{% for prep_type, count in prep_types.items %}
- {{ prep_type }} : {{ count }}
{% endfor %}
{% endif %}
- animals : {{ n_animals }}
{% if n_animals %}
{% endif %}
- recording blocks : {{ n_blocks }}
- protocol recording : {{ n_protocols }}
- files : {{ n_files }}
- traces : {{ n_signals }}