{% extends 'base.html' %} {% block title %} Log In{{ block.super }} {% endblock %} {% block hrefs %}{% endblock %} {% block content %} {{ block.super }}

{{ info }}

{{ error }}

Log in with existing account
{% csrf_token %} Username: Password: Forgot password? |  New user? |  Admin login

Welcome to the MapScore website. MapScore scores probability maps for Wilderness Search & Rescue (WiSAR) so the WiSAR community can compare methods for generating such maps. MapScore requests users to generate maps for actual historical searches (from ISRID), and keeps leaderboard statistics for each model or method. Based at George Mason University, MapScore has received funding from an NSF REU award to Brigham Young University. It is part of the SARBayes project.


Top 10 Rated Models (with 5 or more tests completed)

{% for model in scorelist %} {% for attr in model %} {% endfor %} {% empty %}

No models have more than five tests.

{% endfor %}
Institution Name Model Name Average Rating Tests Completed
{{ attr }}
{% endblock %}