{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block main %} {{ interactiveplot |safe }} {% if theuser %}

{{ theuser.first_name }}'s Ranking Pieces

{% else %}

{{ user.first_name }}'s Ranking Pieces

{% endif %}
  • Critical Power Plot

    {{ the_div|safe }} {% if age %}

    The dashed lines are based on the Concept2 rankings for your age, gender and weight category. World class means within 5% of World Record in terms of power. 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.

    {% endif %}
  • Ranking Piece Results

    {% if rankingworkouts %} {% for workout in rankingworkouts %} {% endfor %}
    Distance Duration Date Avg HR Max HR Edit
    {{ workout.distance }} {{ workout.duration |durationprint:"%H:%M:%S.%f" }} {{ workout.date }} {{ workout.averagehr }} {{ workout.maxhr }} {{ workout.name }}
    {% else %}

    No ranking workouts found

    {% endif %}

    Missing your best pieces? Upload stroke data of any Concept2 ranking piece and they will be automatically added to this page.

    Don't have stroke data for official Concept2 ranking pieces? The PRO membership ranking piece functionality allows you to include your best non ranking pieces and even use parts of workouts for improved calculation accuracy.

    Want to add challenge results but you don't have stroke data? Click here.

    Scroll down for the chart and pace predictions for ranking pieces.

  • Pace predictions for Ranking Pieces

    Add non-ranking piece using the form. The piece will be added in the prediction tables below.

    {{ form.value }} {{ form.pieceunit }} {% csrf_token %}
  • /
  • Paul's Law

    {% if nrdata >= 1 %} {% for pred in predictions %} {% for key, value in pred.items %} {% if key == "distance" %} {% endif %} {% if key == "pace" %} {% endif %} {% if key == "power" %} {% endif %} {% if key == "duration" %} {% endif %} {% endfor %} {% endfor %}
    Duration Distance Power Pace
    {{ value }} m {{ value |paceprint }} {{ value }} W {{ value |deltatimeprint }}
    {% else %}

    Insufficient data to make predictions

    {% endif %}
  • CP Model

    {% if nrdata >= 4 %} {% for pred in cpredictions %} {% for key, value in pred.items %} {% if key == "distance" %} {% endif %} {% if key == "pace" %} {% endif %} {% if key == "power" %} {% endif %} {% if key == "duration" %} {% endif %} {% endfor %} {% endfor %}
    Duration Distance Power Pace
    {{ value }} m {{ value |paceprint }} {{ value }} W {{ value |deltatimeprint }}
    {% else %}

    Insufficient data to make predictions

    {% endif %}
  • {% if age and sex != 'not specified' %}
  • World Records

    100m
    500m
    1000m
    2000m
    5000m
    6000m
    10000m
    Half Marathon
    Full Marathon
    1 minute
    4 minutes
    30 minutes
    1 hour
  • {% endif %}
  • Use this form to select a different date range:

    Select start and end date for a date range:

    {{ dateform.as_table }}
    {% csrf_token %}
  • Summary for {{ theuser.first_name }} {{ theuser.last_name }} between {{ startdate|date }} and {{ enddate|date }}

    The table gives the best efforts achieved on the official Concept2 ranking pieces in the selected date range. Also the percentile scores on the chart are based on the Concept2 rankings.

{% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}