################ Validation Tests ################ {% for test in test_json %} {{ test["name"] }} {% for i in range(test["name"]|length) %}-{% endfor %} .. raw:: html
id {{ test["id"] }}
uri {{ test["uri"] }}
name {{ test["name"] }}
alias {{ test["alias"] }}
author {% for name in test["author"] %} {{ name["given_name"] }} {{ name["family_name"] }} {{ ", " if not loop.last }} {% endfor %}
creation_date {{ test["creation_date"] }}
status {{ test["status"] }}
species {{ test["species"] }}
brain_region {{ test["brain_region"] }}
cell_type {{ test["cell_type"] }}
data_location {{ test["data_location"] }}
data_type {{ test["data_type"] }}
data_modality {{ test["data_modality"] }}
test_type {{ test["test_type"] }}
score_type {{ test["score_type"] }}
protocol {{ test["protocol"].encode('unicode_escape')|e }}
{% for test_instance in test["codes"] %}
Test Instance: {{ test_instance["version"] }}
id {{ test_instance["id"] }}
uri {{ test_instance["uri"] }}
version {{ test_instance["version"] }}
repository {{ test_instance["source"] }}
path {{ test_instance["path"] }}
timestamp {{ test_instance["timestamp"] }}
parameters {{ test_instance["parameters"] }}
description {{ test_instance["description"] }}
{% endfor %} {% endfor %}