Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-01-19 07:36:37 +01:00
parent 14e69c0522
commit 029fcdcc01
2 changed files with 5 additions and 5 deletions

View File

@@ -3474,7 +3474,7 @@ def interactive_otwcpchart(powerdf,promember=0,rowername="",r=None,cpfit='data',
if p1wc is not None: if p1wc is not None:
plot.line('duration','fitpowerwc',source=sourcecomplex, plot.line('duration','fitpowerwc',source=sourcecomplex,
legend_label="World Class", legend_label="Gold Medal Standard",
color='darkgoldenrod',line_dash='dotted') color='darkgoldenrod',line_dash='dotted')
plot.line('duration','fitpowerexcellent',source=sourcecomplex, plot.line('duration','fitpowerexcellent',source=sourcecomplex,

View File

@@ -385,14 +385,14 @@
{% if worldclass %} {% if worldclass %}
{% if age and sex != 'not specified' %} {% if age and sex != 'not specified' %}
<li class="grid_4"> <li class="grid_4">
<h2>World Records</h2> <h2>Gold Medal Standards</h2>
<p>The dashed lines are based on the <p>The dashed lines are based on the
<a href="https://log.concept2.com/rankings">Concept2</a> <a href="https://log.concept2.com/rankings">Concept2</a>
rankings for your age ({{ age }}), gender ({{ sex }}) rankings for your age ({{ age }}), gender ({{ sex }})
and weight category ({{ weightcategory }}). World class means within 5% of and weight category ({{ weightcategory }}). The Gold Medal
Standard power is derived from the
<a href="http://www.concept2.com/indoor-rowers/racing/records/world"> <a href="http://www.concept2.com/indoor-rowers/racing/records/world">
World Record</a> in terms World Record</a> for your category.
of power.
The percentile lines are estimates of where the percentiles The percentile lines are estimates of where the percentiles
of the Concept2 rankings historically are for those of exactly of the Concept2 rankings historically are for those of exactly
your age, gender and weight class. your age, gender and weight class.