{% extends "base.html" %} {% import "_partials/modals.html" as modals %} {% block styles %} {{ super() }} {% endblock %} {% block app_content %}

{{ title }}

{{ rubric | safe }}

{% set characteristics = data.chart_data.characteristics if data.chart_data.characteristics else {} %} {% set repository = characteristics.get("repository", "N/A") %} {% set framework = characteristics.get("framework", "N/A") %} {% set application = characteristics.get("application", "N/A") %} {% set platform = characteristics.get("platform", "N/A") %} {% set test = characteristics.get("test", "N/A") %} {% set suite = characteristics.get("suite", "N/A") %} {% set tags = characteristics.get("tags", "N/A") %}
Difficulty:
Change zoom mode (current mode is X-Axis Zoom)

You can zoom in and pan the graph if needed.


{{ modals.info("submitNoCP", "No Change Points Selected", "Please use the \"No Change Points\" button when you think there are no change points in the time series.") }} {{ modals.info("NoCPYesCP", "Change Points Selected", "There are selected change points, please click the Reset button before clicking the \"No change points\" button.") }} {{ modals.info("NoDifficulty", "No difficulty selected", "Please, select a difficulty option.") }} {{ modals.report("ReportProblem", "Report a problem", "Please, briefly describe the problem you encountered with this dataset.") }}

Selected Changepoints

{% endblock %} {% block scripts %} {{ super() }} {% if is_multi %} {% else %} {% endif %} {% endblock scripts %}