{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Analysis{% endblock %} {% block main %}
  • {{ the_div|safe }}
  • You can use the date and search forms to search through all workouts from this team.

    TIP: Agree with your team members to put tags (e.g. '8x500m') in the notes section of your workouts. That makes it easy to search.

  • {{ dateform.as_table }}
    {{ optionsform.as_table }}
  • Select two or more workouts, set your plot settings below, and press submit

    {{ chartform.as_table }}
  • {{ searchform }}

    {% if workouts %} Toggle All
    {{ form.as_table }}
    {% else %}

    No workouts found

    {% endif %}
  • {% csrf_token %}
  • {% if worldclass %} {% if age and sex != 'not specified' %}
  • Gold Medal Standards

    The dashed lines are based on the Concept2 rankings for your age ({{ age }}), gender ({{ sex }}) and weight category ({{ weightcategory }}). The Gold Medal Standard power is derived from the World Record for your category. The percentile lines are estimates of where the percentiles of the Concept2 rankings historically are for those of exactly your age, gender and weight class.

    For rowing on the water, the results are corrected for the expected difference in power between the Concept2 indoor rower and power values on the water.

  • 100m
    500m
    1000m
    2000m
    5000m
    6000m
    10000m
    Half Marathon
    Full Marathon
    1 minute
    4 minutes
    30 minutes
    1 hour
  • {% endif %} {% endif %}
{% endblock %} {% block scripts %} {% if request.method == 'POST' %} {% endif %} {% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}