{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load leaflet_tags %} {% block meta %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block title %}Rowsandall Virtual Challenge{% endblock %} {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block og_title %}{{ race.name }}{% endblock %} {% block description %}Virtual Rowing Challenge {{ race.name }}{% endblock %} {% if racelogo %} {% block og_image %} {% endblock %} {% block image_src %} {% endblock %} {% endif %} {% block main %}
{% if race|is_final %}
| Name | Team Name | Class | {% if race.sessiontype == 'race' %}Boat | {% endif %}Time | Distance | Details | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ result.username }} | {{ result.teamname }} | {{ result.age }} | {{ result.sex }} | {{ result.weightcategory }} | {% if result.adaptiveclass == 'None' %} {% else %} {{ result.adaptiveclass }} {% endif %} | {{ result.boatclass }} | {% if race.sessiontype == 'race' %}{{ result.boattype }} | {% endif %}{{ result.duration |durationprint:"%H:%M:%S.%f" }} | {{ result.distance }} m | Details | {% if race.manager == request.user and not race|is_final %} Disqualify {% else %} {% endif %} |
| {{ result.username }} | {{ result.teamname }} | {{ result.age }} | {{ result.sex }} | {{ result.weightcategory }} | {% if result.adaptiveclass == 'None' %} {% else %} {{ result.adaptiveclass }} {% endif %} | {{ result.boatclass }} | {% if race.sessiontype == 'race' %}{{ result.boattype }} | {% endif %}Details | DNF | |||
| {{ result.username }} | {{ result.teamname }} | {{ result.age }} | {{ result.sex }} | {{ result.weightcategory }} | {% if result.adaptiveclass == 'None' %} {% else %} {{ result.adaptiveclass }} {% endif %} | {{ result.boatclass }} | {% if race.sessiontype == 'race' %}{{ result.boattype }} | {% endif %}DNS |
No results yet
{% endif %}
| Course | {{ race.course }} |
|---|---|
| Indoor Race | To be rowed on a Concept2 ergometer |
| Time Zone | {{ race.timezone }} |
| {{ race.sessionmode }} challenge | {{ race.sessionvalue }} {{ race.sessionunit }} |
| Registration closure | {{ race.registration_closure }} |
| Date | {{ race.startdate }} |
| Race Window | {{ race.startdate }} {{ race.start_time }} to {{ race.enddate }} {{ race.end_time }} |
| Results Submission Deadline | {{ race.evaluation_closure }} |
| Organizer | {{ race.manager.first_name }} {{ race.manager.last_name }} |
| Contact Email | {{ race.contact_email }} |
| Contact Phone | {{ race.contact_phone }} |
| Comment | {{ race.comment|linebreaks }} |
| Name | Team Name | {% if race.sessiontype == 'race' %}Class | Boat | {% else %}Class | {% endif %}Age | Gender | Weight Category | Adaptive |
|---|---|---|---|---|---|---|---|---|
| {{ record.username }} | {{ record.teamname }} | {{ record.boatclass }} | {% if race.sessiontype == 'race' %}{{ record.boattype }} | {% endif %}{{ record.age }} | {{ record.sex }} | {{ record.weightcategory }} | {% if record.adaptiveclass == 'None' %} {% else %} {{ record.adaptiveclass }} {% endif %} | {% if record.userid == rower.id and 'withdrawbutton' in buttons %}Withdraw | {% endif %}
Virtual challenge are intended as an informal way to add a competitive element to training and as a quick way to set up and manage for example race intensity practices.
On the water challenges are rowed on the course shown. You cannot submit results rowed on other bodies of water.
Indoor challenge are open for all, wherever you live. However, be aware of the time zone for the challenge window.
As a rowsandall.com user, you can register to take part in this event. Please note the registration deadline. You must register before this deadline. You can always withdraw from participating before the registration deadline or the start of the challenge window, whichever is earlier.
After the start of the challenge window and before the submission deadline, you can submit results by linking the challenge to one of your uploaded workouts. The workout start time must be within the challenge window and your course must pass through the blue polygons on the course map (in the right order), for your result to be valid.
The results table has a link to a page where details of your workout are shown.
Challenge results are stored permanently and are not deleted when you delete the respective workout or remove your account. By registering, you agree with this and the challenge rules.
If you use a manually added workout for your indoor challenge result, please attach a screenshot of the ergometer display for verification.
Virtual Challenges on rowsandall.com is honors based. Please be a good sport, submit real results rowed by you, and make sure you set the boat type correctly. For (future functionality) age and gender corrected times, please be sure your gender and birth date are set correctly in your user settings.
Virtual challenges are intended as an informal way to add a competitive element to training. Virtual challenges are not refereed or staffed to provide for participants safety. Individual participants are entirely responsible for their safety while participating in a virtual challenge.
Until the evaluation closure time, the challenge organizer can review and reject entries. If you are disqualified in this way, you will receive an email with the reason.
Tweet {% else %} data-text="@rowsandall #rowingdata Participate in Indoor Rowing virtual challenge '{{ race.name }}'">Tweet {% endif %}
{% if not racelogo and race.manager == request.user %} Add Challenge Logo {% endif %} {% endblock %} {% block sidebar %} {% include 'menu_racing.html' %} {% endblock %}