From 78b8a2065385ccc3359d7543412f062eb61c47c2 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 7 Dec 2020 09:00:49 +0100 Subject: [PATCH] adding explanation --- rowers/templates/workoutstats.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/rowers/templates/workoutstats.html b/rowers/templates/workoutstats.html index a7eaf737..335466b2 100644 --- a/rowers/templates/workoutstats.html +++ b/rowers/templates/workoutstats.html @@ -49,6 +49,13 @@
  • +

    Gold Medal Standard: The best performance, relative to world class rowers + of your age, gender and weight category, + found in this workout. This metric uses your power data over time and + compares them with the power that the best rowers of your age, gender and weight category + can hold over time.

    +

    Gold Medal Standard Duration: The time interval over which your best + performance in this workout was achieved.

    rPower: Equivalent steady state power for the duration of the workout.

    Heart Rate Drift: Comparing heart rate normalized for average power for the first and second half of the workout

    TRIMP: TRaining IMPact. A way to combine duration and heart rate into a single number.

    @@ -69,7 +76,7 @@
  • - + {% if stats %}
  • Statistics

    @@ -164,7 +171,7 @@ {% endfor %} - +
  • {% endif %}