removed tooltip text in workout stats
This commit is contained in:
@@ -44,14 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid_12 alpha tooltip">
|
<div class="grid_12">
|
||||||
<span class="tooltiptext">
|
|
||||||
<p>rPower: Equivalent steady state power for the duration of the workout.</p>
|
|
||||||
<p>Heart Rate Drift: Comparing heart rate normalized for average power for the first and second half of the workout</p>
|
|
||||||
<p>TRIMP: TRaining IMPact. A way to combine duration and heart rate into a single number.</p>
|
|
||||||
<p>rScore: Score based on rPower and workout duration to estimate training effect</p>
|
|
||||||
<p>rScore (HR): Score based on heart rate, designed to give values comparable to rScore. Used instead of rScore for workouts without power data.</p>
|
|
||||||
</span>
|
|
||||||
{% if otherstats %}
|
{% if otherstats %}
|
||||||
<div class="grid_6 alpha">
|
<div class="grid_6 alpha">
|
||||||
<h2>Workout Metrics</h2>
|
<h2>Workout Metrics</h2>
|
||||||
@@ -74,6 +67,14 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="grid_6 omega">
|
||||||
|
<p>rPower: Equivalent steady state power for the duration of the workout.</p>
|
||||||
|
<p>Heart Rate Drift: Comparing heart rate normalized for average power for the first and second half of the workout</p>
|
||||||
|
<p>TRIMP: TRaining IMPact. A way to combine duration and heart rate into a single number.</p>
|
||||||
|
<p>rScore: Score based on rPower and workout duration to estimate training effect</p>
|
||||||
|
<p>rScore (HR): Score based on heart rate, designed to give values comparable to rScore. Used instead of rScore for workouts without power data.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -113,7 +114,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid_12 alpha">
|
<div class="grid_12 alpha">
|
||||||
{% if cordict %}
|
{% if cordict %}
|
||||||
<h2> Correlation matrix</h2>
|
<h2> Correlation matrix</h2>
|
||||||
<p>This matrix indicates a positive (+) or negative (-) correlation between two parameters. The Spearman correlation coefficient has values between +1 and -1. Positive correlation between two metrics means that if one metric increases, the other value is also likely to increase. Negative is the opposite. The further from zero, the higher the likelyhood.
|
<p>This matrix indicates a positive (+) or negative (-) correlation between two parameters. The Spearman correlation coefficient has values between +1 and -1. Positive correlation between two metrics means that if one metric increases, the other value is also likely to increase. Negative is the opposite. The further from zero, the higher the likelyhood.
|
||||||
@@ -138,12 +139,12 @@
|
|||||||
{% elif value > 0.1 %}
|
{% elif value > 0.1 %}
|
||||||
<div class="weakposcor">{{ value|floatformat:-1 }}</div>
|
<div class="weakposcor">{{ value|floatformat:-1 }}</div>
|
||||||
{% elif value < -0.5 %}
|
{% elif value < -0.5 %}
|
||||||
<div class="negcor">{{ value|floatformat:-1 }}</div>
|
<div class="negcor">{{ value|floatformat:-1 }}</div>
|
||||||
{% elif value < -0.1 %}
|
{% elif value < -0.1 %}
|
||||||
<div class="weaknegcor">{{ value|floatformat:-1 }}</div>
|
<div class="weaknegcor">{{ value|floatformat:-1 }}</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
@@ -152,7 +153,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user