{% extends 'bootstrap_base.html' %} {% from 'bootstrap/form.html' import render_field %} {% from 'bootstrap/form.html' import render_form %} {% block header %}

Bird Species Identification Task Introduction

In the task, you're asked to identify the species of given images of bird. The description below can help you understand the bird species.

{% endblock %} {% block content %}

Bird Species:

Further assistance:

Still unclear what features help you identify bird species? Don't worry, we will provide the relevant concepts (like brown beak, white wings) for each specie to help you make the decision.

{% endblock %}