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 %} +
{% 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 %} +docno:
- Please wait...
-
DocID | -Document Title | -Judgment | -
---|---|---|
{{ row.doc_id }}
- |
- {{ row.doc_title }} | -- {% if row.highlyRelevant %} - Highly relevant - {% elif row.relevant %} - Relevant - {% else %} - Non-relevant - {% endif %} - | -
Docno | +Document Title | +Judgment | +
---|---|---|
{{ row.doc_id }}
+ |
+ {{ row.doc_title|truncatechars:100 }} | ++ {% if row.highlyRelevant %} + Highly relevant + {% elif row.relevant %} + Relevant + {% else %} + Non-relevant + {% endif %} + | +
- Fetching document. Please wait... -
-Fetching document. Please wait... +
+Here you can initiate the topic of your search. You can select one of the pre-defined TREC topics or create your own topic.
-{% endblock %} - - - {% block main %} -Title: {{ user.current_task.topic.title }}
-Seed query: {{ user.current_task.topic.seed_query }}
-Description: {{ user.current_task.topic.description }}
- {% else %} -You currently don't have an active topic session. Please select or create a topic of search.
- {% endif %} -Judgment Category | -Learning model | -Search model | -All | -
---|---|---|---|
Highly relevant | -{{ total_highlyRelevant_CAL }} | -{{ total_highlyRelevant_search }} | -{{ total_highlyRelevant_CAL|add:total_highlyRelevant_search }} | -
Relevant | -{{ total_relevant_CAL }} | -{{ total_relevant_search }} | -{{ total_relevant_CAL|add:total_relevant_search }} | -
Non relevant | -{{ total_nonrelevant_CAL }} | -{{ total_nonrelevant_search }} | -{{ total_nonrelevant_CAL|add:total_nonrelevant_search }} | -
Title: {{ user.current_task.topic.title }}
+Seed query: {{ user.current_task.topic.seed_query }}
+ {% if user.current_task.topic.description %}Description: {{ user.current_task.topic.description }}
{% endif %} + {% else %} +You currently don't have an active topic session. Please create a topic first.
+ {% endif %} +Type | +CAL | +Search | +All | +
---|---|---|---|
Highly relevant | +{{ total_highlyRelevant_CAL }} | +{{ total_highlyRelevant_search }} | +{{ total_highlyRelevant_CAL|add:total_highlyRelevant_search }} | +
Relevant | +{{ total_relevant_CAL }} | +{{ total_relevant_search }} | +{{ total_relevant_CAL|add:total_relevant_search }} | +
Non relevant | +{{ total_nonrelevant_CAL }} | +{{ total_nonrelevant_search }} | +{{ total_nonrelevant_CAL|add:total_nonrelevant_search }} | +
Here you can select one of your previously started sessions.
-{% endblock %} - - - {% block main %} -There are currently no topic sessions..
- {% endif %} - - {% for task in tasks %} - {% if user.current_task == task.task_obj %} -Strategy: {{ task.task_obj.get_strategy_display }}
-Max Judgments (effort): {{ task.task_obj.max_number_of_judgments }}
-Show Full Document: {{ task.task_obj.show_full_document_content }}
-Title: {{ task.task_obj.topic.title }}
-Description: {{ task.task_obj.topic.description }}
-Created at: {{ task.created_at }}
-Total judged: {{ task.total_judged }}
-Highly Rel: {{ task.total_highlyRelevant }}
-Rel: {{ task.total_relevant }}
-NonRel: {{ task.total_nonrelevant }}
-There are currently no topic sessions..
+ {% endif %} + {% for task in tasks %} + {% if user.current_task == task.task_obj %} +Strategy: {{ task.task_obj.get_strategy_display }}
+Max Judgments (effort): {{ task.task_obj.max_number_of_judgments }}
+Show Full Document: {{ task.task_obj.show_full_document_content }}
+ {% if user.current_task == task.task_obj %} + + {% else %} + + {% endif %} + +Title: {{ task.task_obj.topic.title }}
+ {% if task.task_obj.topic.description %}Description: {{ task.task_obj.topic.description }}
{% endif %} +Created at: {{ task.created_at }}
+Total judged: {{ task.total_judged }}
+Highly Rel: {{ task.total_highlyRelevant }}
+Rel: {{ task.total_relevant }}
+NonRel: {{ task.total_nonrelevant }}
+This is the Interactive Search and Judging (ISJ) interface. - You can search for documents by submitting your query in the search box. - You can also select the number of documents to return.
- -Documents can be clicked to view their full content.
- -To judge a document, you can click on any of the judging buttons or use the keyboard shortcuts.
- +{% block navbar-center %} + {% endblock %} - {% block main %} -- Your search - {{ query }} - did not match any documents.
-Suggestions:
-+ Your search - {{ query }} - did not match any documents.
+Suggestions:
+
+
- A System for Efficient High-Recall Retrieval
-A System for Efficient High-Recall Retrieval
+{% blocktrans %}If you have not created an account yet, then please - sign up first. {% endblocktrans %}
-If you would like to practice using the system, click on the - practice button above.
+{% blocktrans %}If you have not created an account yet, then please + sign up first. {% endblocktrans %}
+If you would like to practice using the system, click on the + practice button above.
- + -