CHRONON Laboratory Dashboard
--:--
{{ stats.total }}
Total Runs
{{ stats.pass }}
PASS
{{ stats.fail }}
FAIL
Experiment Ledger
Updates automatically
Timestamp
Run ID
Verdict
Operator
Blinding
JSON Row
{% for run in runs %}
{{ run.timestamp }}
{{ run.run_id }}
{{ run.verdict }}
{{ run.operator }}
{{ run.blinding_event }}
{{ run.json_row_path }}
{% endfor %}