diff --git a/HiCALWeb/hicalweb/CAL/templates/CAL/CAL.html b/HiCALWeb/hicalweb/CAL/templates/CAL/CAL.html index 6bf446a..69562eb 100644 --- a/HiCALWeb/hicalweb/CAL/templates/CAL/CAL.html +++ b/HiCALWeb/hicalweb/CAL/templates/CAL/CAL.html @@ -1,207 +1,164 @@ {% extends "base.html" %} {% load static %} - {% block pagetitle %}CAL{% endblock %} -{% block nav-header-title %}{% endblock %} +{% block navbar-form %} +
+
+ -{% block nav-left-mt %}mt-2{% endblock %} -{% block nav-right%} - {% if request.user.is_authenticated %} - - {% endif %} +
+ + + +
+
+
{% endblock %} -{% block help_modal_text %} -

This is the machine learning retrieval interface (CAL). - The model will select and present the most likely relevant set of documents. - The model also selects the most-likely relevant paragraph to reduce review time.

- -

You can highlight keywords by using the highlighting feature.

- -

To judge a document, you can click on any of the judging buttons or use the keyboard shortcuts.

- Once judged, the next most-likely relevant document will appear. - To change your judgment, click on latest judgments (or press 'u') to select a previously judged document. - You can rejudge the document once you select it.

- +{% block navbar-noncollapse %} + {% endblock %} + {% block main %} - -