From 6b7207321caff13506689f326efa307145e90d7c Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 14 Dec 2017 11:57:40 +0100 Subject: [PATCH] changed naming of rower ranking to percentile --- rowers/interactiveplots.py | 8 ++++---- rowers/templates/rankings.html | 12 +++++------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index e0ab8416..27f8f908 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -1332,19 +1332,19 @@ def interactive_cpchart(rower,thedistances,thesecs,theavpower, color='Maroon',line_dash='dotted') plot.line('duration','fitpowerexcellent',source=sourcecomplex, - legend="Excellent", + legend="90% percentile", color='Purple',line_dash='dotted') plot.line('duration','fitpowergood',source=sourcecomplex, - legend="Good", + legend="75% percentile", color='Olive',line_dash='dotted') plot.line('duration','fitpowerfair',source=sourcecomplex, - legend="Fair", + legend="50% percentile", color='Gray',line_dash='dotted') plot.line('duration','fitpoweraverage',source=sourcecomplex, - legend="Average", + legend="25% percentile", color='SkyBlue',line_dash='dotted') diff --git a/rowers/templates/rankings.html b/rowers/templates/rankings.html index 04cd245c..ee6fc209 100644 --- a/rowers/templates/rankings.html +++ b/rowers/templates/rankings.html @@ -167,13 +167,11 @@ and weight category. World class means within 5% of World Record in terms - of power. Excellent, Good, and Fair indicate the power levels of the top - 10%, 25% and 50% of the Concept2 rankings. Average is taken - as being in the top 75%, which is quite good, - given that the Concept2 rankings probably - represent the more competitive sub-group of all people who erg. - Please note that this is a prediction for people of exactly your age, - and your actual place in the Concept2 Ranking may be different.

+ 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 %}