From 76a149a0825cf78afb836f91d3d112500d245f1a Mon Sep 17 00:00:00 2001 From: Mustafa Abualsaud Date: Thu, 21 May 2020 16:17:27 -0400 Subject: [PATCH] Upgrade bootstrap and clean UI + minor changes to topic form + some changes to allow better mobile view --- HiCALWeb/hicalweb/CAL/templates/CAL/CAL.html | 313 +++---- .../archive/templates/archive/home.html | 329 +++---- HiCALWeb/hicalweb/progress/forms.py | 46 +- .../progress/templates/progress/home.html | 282 +++--- .../progress/templates/progress/sessions.html | 124 +-- .../search/templates/search/search.html | 76 +- .../search/templates/search/search_list.html | 815 +++++++++--------- HiCALWeb/hicalweb/static/css/project.css | 573 +++++++----- .../hicalweb/static/images/hicalsmall.png | Bin 0 -> 8898 bytes HiCALWeb/hicalweb/static/js/pace.min.js | 2 + HiCALWeb/hicalweb/static/js/popper.min.js | 5 + .../hicalweb/templates/account/login.html | 50 +- HiCALWeb/hicalweb/templates/base.html | 447 +++++----- 13 files changed, 1446 insertions(+), 1616 deletions(-) mode change 100644 => 100755 HiCALWeb/hicalweb/progress/forms.py mode change 100644 => 100755 HiCALWeb/hicalweb/progress/templates/progress/home.html create mode 100644 HiCALWeb/hicalweb/static/images/hicalsmall.png create mode 100644 HiCALWeb/hicalweb/static/js/pace.min.js create mode 100644 HiCALWeb/hicalweb/static/js/popper.min.js 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 %} - -