{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load leaflet_tags %} {% load tz %} {% 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 %}

{{ race.name }}

Share

Tweet {% else %} data-text="@rowsandall #rowingdata Participate in Indoor Rowing virtual race '{{ race.name }}'">Tweet {% endif %}

{% if not racelogo and race.manager == request.user %} Add Race Logo {% endif %}
    {% if racelogo %}
  • {{ racelogo.filename }} {% if race.manager == request.user %} Edit Image {% endif %}
  • {% endif %} {% if race.sessiontype == 'race' %}
  • Course

    {{ coursediv|safe }} {{ coursescript|safe }}
  • {% endif %}
  • {% localtime off %}

    Challenge Information

    {% if race.sessiontype == 'race' %} {% elif race.sessiontype == 'fastest_time' %} {% elif race.sessiontype == 'fastest_distance' %} {% else %} {% endif %} {% if race.coursestandards %} {% endif %}
    Course{{ race.course }}
    Time ChallengeTo be rowed on the water
    Distance ChallengeTo be rowed on the water
    Indoor RaceTo be rowed on a Concept2 ergometer
    Challenge Time Zone{{ race.timezone }}
    Standard Times{{ race.coursestandards }}
    {{ race.sessionmode }} challenge {{ race.sessionvalue }} {{ race.sessionunit }}
    Date{{ race.startdate|date:"Y-m-d" }}
    Race Window{{ race.startdate|date:"Y-m-d" }} {{ race.start_time|time:"H:i e" }} to {{ race.enddate|date:"Y-m-d" }} {{ race.end_time|time:"H:i e" }} ({{ race.timezone }})
    Registration closure {% with tz=race.timezone %} {{ race.registration_closure|timezone:tz |date:"Y-m-d H:i e" }} {% endwith %}
    Results Submission Deadline {% with tz=race.timezone %} {{ race.evaluation_closure|timezone:tz |date:"Y-m-d H:i e" }} {% endwith %}
    Organizer{{ race.manager.first_name }} {{ race.manager.last_name }}
    Contact Email{{ race.contact_email }}
    Contact Phone{{ race.contact_phone }}
    Comment{{ race.comment|linebreaks|urlshorten:"50" }}

    {% endlocaltime %}
  • {% if race|is_final %}

    Final Results

    {% else %}

    Results

    {% endif %} {% if results or dns or dnf %} {% if race.sessiontype == 'race' %} {% endif %} {% if race.manager == request.user %} {% endif %}

    {% if race.coursestandards %} {% else %} {% if race.sessiontype == 'race' %} {% endif %} {% endif %} {% if race.coursestandards %} {% endif %} {% for result in results %} {% if race.coursestandards %} {% else %} {% if race.sessiontype == 'race' %} {% endif %} {% endif %} {% if race.coursestandards %} {% endif %} {% endfor %} {% for result in dnf %} {% if race.coursestandards %} {% else %} {% if race.sessiontype == 'race' %} {% endif %} {% endif %} {% if race.manager == request.user %} {% endif %} {% endfor %} {% for result in dns %} {% if race.coursestandards %} {% else %} {% if race.sessiontype == 'race' %} {% endif %} {% endif %} {% endfor %}
      Name Team NameGroup      ClassBoatTime▼ Distance▼▲Points▼Details  
    {{ forloop.counter }} {% if race.sessiontype == 'race' %} {{ result.username }} {% elif race.sessiontype == 'fastest_time' %} {{ result.username }} {% elif race.sessiontype == 'fastest_distance' %} {{ result.username }} {% else %} {{ result.username }} {% endif %} {{ result.teamname }}{{ result.entrycategory }}{{ result.age }} {{ result.sex }} {{ result.weightcategory }} {% if result.adaptiveclass == 'None' %}   {% else %} {{ result.adaptiveclass }} {% endif %} {{ result.boatclass }}{{ result.boattype }}{{ result.duration |durationprint:"%H:%M:%S.%f" }} {{ result.distance }} m{{ result.points|sigdig:4 }} {% if race.sessiontype == 'race' %} {% elif race.sessiontype == 'fastest_time' %} {% elif race.sessiontype == 'fastest_distance' %} {% else %} {% endif %} {% if result.userid == request.user.rower.id and not race|is_final %} {% endif %} {% if race.manager == request.user and not race|is_final %} {% else %}   {% endif %} {% if result.userid == request.user.rower.id and not race|is_final %} {% endif %}
      {{ result.username }} {{ result.teamname }}{{ result.entrycategory }} DNF DNF{{ result.age }} {{ result.sex }} {{ result.weightcategory }} {% if result.adaptiveclass == 'None' %}   {% else %} {{ result.adaptiveclass }} {% endif %} {{ result.boatclass }}{{ result.boattype }}DNF DNF    
      {{ result.username }} {{ result.teamname }}{{ result.entrycategory }} DNS DNS{{ result.age }} {{ result.sex }} {{ result.weightcategory }} {% if result.adaptiveclass == 'None' %}   {% else %} {{ result.adaptiveclass }} {% endif %} {{ result.boatclass }}{{ result.boattype }}DNS

    {% else %}

    No results yet

    {% endif %} {% if race.manager == request.user %}

    Message to participant(s)

    {% endif %}
  • {% if form %}
  • Filter Results

    {{ form.as_table }}
    {% csrf_token %}

  • {% endif %}
  • {% if request.user.is_anonymous %}

    Registered users of rowsandall.com can participate in this challenge. Participation is free, unless specified differently in the race comment above. {% if race.sessiontype == 'race' %} Register to let others know you plan to do this challenge:

    Register

    {% elif race.sessiontype == 'fastest_time' %} Register to let others know you plan to do this challenge:

    Register

    {% elif race.sessiontype == 'fastest_distance' %} Register to let others know you plan to do this challenge:

    Register

    {% else %}

    Register

    {% endif %} {% if request.user|isfollower:race.id %}

    Follow this challenge

    {% endif %}

    {% else %}

    See challenge rules below. Participation to this challenge is free, unless specified differently in the challenge comment above.

    Note. On this page, all times are local times in the time zone of the challenge.

    {% for button in buttons %} {% if button == 'registerbutton' %}

    Register to let others know you plan to do this challenge. This also give you the option to select your entry category: {% if race.sessiontype == 'race' %}

    Register

    {% elif race.sessiontype == 'fastest_time' %} Register to let others know you plan to do this challenge:

    Register

    {% elif race.sessiontype == 'fastest_distance' %} Register to let others know you plan to do this challenge:

    Register

    {% else %}

    Register

    {% endif %} {% if request.user|isfollower:race.id %}

    Follow this challenge

    {% endif %}

    {% endif %} {% if button == 'submitbutton' %} {% if race.sessiontype == 'indoorrace' %} {% endif %}
    Submit Workout Submit a workout that is already on the site as your challenge result
    Upload your challenge result Upload a new workout to the site and submit it as a result. You need a workout data file.
    Enter your challenge result manually If you don't have a data file, enter the results manually. If you have a photo of the monitor with the result, it is recommended to add this to the workout.
    {% endif %} {% if button == 'resubmitbutton' %}

    Submit New Result

    {% endif %} {% if button == 'withdrawbutton' %}

    Withdraw

    {% endif %} {% if button == 'adddisciplinebutton' %}

    Register New Boat

    {% endif %} {% if button == 'editbutton' %}

    {% if race.sessiontype == 'race' %} Edit challenge {% else %} Edit challenge {% endif %}

    {% endif %} {% endfor %} {% endif %}
  • {% if records %}

    Registered Competitors

    {% if race.coursestandards %} {% else %} {% if race.sessiontype == 'race' %} {% endif %} {% endif %} {% for record in records %} {% if race.coursestandards %} {% else %} {% if race.sessiontype == 'race' %} {% endif %} {% endif %} {% if record.userid == request.user.rower.id and not race|is_final %} {% endif %} {% if record.userid == rower.id and 'withdrawbutton' in buttons %} {% endif %} {% endfor %}
    Name Team NameGroup AgeBoatClass Age Gender Weight Category Adaptive
    {{ record.username }} {{ record.teamname }}{{ record.entrycategory }} {{ record.age }}{{ record.boatclass }}{{ record.boattype }}{{ record.age }} {{ record.sex }} {{ record.weightcategory }} {% if record.adaptiveclass == 'None' %}   {% else %} {{ record.adaptiveclass }} {% endif %}
    {% endif %}
    {% for record in records %} {% if record.userid == request.user.rower.id and forloop.counter == 1 %} {% if race.sessiontype == 'race' %} {% if record.emailnotifications %} Unsubscribe from race notifications by email {% else %} Subscribe to race notifications by email {% endif %} {% else %} {% if record.emailnotifications %} Unsubscribe from challenge notifications by email {% else %} Subscribe to challenge notifications by email {% endif %} {% endif %} {% endif %} {% endfor %}
  • Comments ({{ comments|length }})

    {% for c in comments %}

    {{ c.user.first_name }} {{ c.user.last_name }} - {{ c.created }}
    {{ c.comment }}

    {% endfor %}

    Add a comment

  • Rules

    Virtual challenges 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.

    {% if race.sessiontype == 'race' %}

    On the water challenges are rowed on the course shown. You cannot submit results rowed on other bodies of water.

    {% elif race.sessiontype == 'fastest_time' %}

    This on-the-water challenge asks you to try to get as far as you can over the race duration. It automatically finds the fastest interval of the given duration in your entire workout.

    {% elif race.sessiontype == 'fastest_distance' %}

    This on-the-water challenge asks you to try row as hard as you can over a set distance. It automatically finds the fastest interval of the given length in your entire workout.

    {% else %}

    Indoor challenges are open for all, wherever you live. However, be aware of the time zone for the challenge window.

    {% endif %}

    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. {% if race.sessiontype == 'race' %} Your course must pass through the blue polygons on the course map (in the right order), for your result to be valid. {% endif %}

    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 Racing 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.

    {% if race.coursestandards %}

    Standard Times are a way to compare results in a race category with a course record or golden standard for that event. A point score is calculated which compares the participant's result with the standard. This offers an engaging way to compete on points across different categories, boat types, and skill levels. If you select a Standard Times set from the drop-down list, race categories will be limited to those in the selected set of Standard Times.

    {% endif %}
{% endblock %} {% block sidebar %} {% include 'menu_racing.html' %} {% endblock %}