{% comment %} * Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ * Contact: beat.support@idiap.ch * * This file is part of the beat.web module of the BEAT platform. * * Commercial License Usage * Licensees holding valid commercial BEAT licenses may use this file in * accordance with the terms contained in a written agreement between you * and Idiap. For further information contact tto@idiap.ch * * Alternatively, this file may be used under the terms of the GNU Affero * Public License version 3 as published by the Free Software and appearing * in the file LICENSE.AGPL included in the packaging of this file. * The BEAT platform is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. * * You should have received a copy of the GNU Affero Public License along * with the BEAT platform. If not, see http://www.gnu.org/licenses/. {% endcomment %} {% load search_tags %} {% load ui_tags %}
{# FILTERS #}
{# panel-heading #}

You may add more filtering criteria by clicking on the buttons. Search filters are applied using a logical-AND operator (the more, the stricter the criteria will be). In order to search using a logical-OR, add search terms to the text boxes separated by a single comma. E.g.: "eigenface,fisherface" (meaning search for eigenface OR fisherface). Click on the buttons to remove a given search criteria. Click on the "Update" button to update the result display. If you're logged in, you may also hit on "Save" to save your search filters and re-run this search again on the future.

{# Filters (controller) will load contents #}
{% if owner %}

If set, the leaderboard will be periodically updated (a few times a day). Users (including you) will be able to subscribe for notifications on this leaderboard, using the action buttons associated to the search.

{% endif %}
Update {% if not request.user.is_anonymous %} {# notice there is another button with similar functionality at the action buttons panel for a search #} Save {% endif %}
{# panel-body #}
{# collapse #}
{# panel #} {# DOCUMENTATION DISPLAY/EDITOR #} {% if object %}
{# panel-heading #}
{% doc_editor object 'api_search:object' %}
{# panel-body #}
{# collapse #}
{# panel #} {% endif %} {# EXPERIMENT RESULTS #}
{# panel-heading #}
{# component is controlled by DisplaySettings below #} {% results_table object results "results-table" %}
{# panel-body #}
{# collapse #}
{# panel #}
{# panel-group #}
{% csrf_token %}