running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

commit 79d6bee6e188ce7e66ecf9bd6923100e5789fbaf
parent 6522555c8aba3c6f9d0e8c4f2f91565c1bc6dcd2
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Sat, 26 Jul 2025 11:32:50 -0700

Update README.md and about page text

Diffstat:
MREADME.md | 11++++++++---
Msrc/views/AboutPage.vue | 25+++++++++++++++----------
2 files changed, 23 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +1,10 @@ # Running Tools -A collection of tools for runners and their coaches. -Try it out [here](https://apps.ashermorgan.net/running-tools/). + +A collection of tools for runners and their coaches. Try it out +[here](https://apps.ashermorgan.net/running-tools/). ## Features + Running Tools contains six calculators: - [Batch Calculator](https://apps.ashermorgan.net/running-tools/#/calculate/batch): @@ -18,10 +20,13 @@ Running Tools contains six calculators: - [Workout Calculator](https://apps.ashermorgan.net/running-tools/#/calculate/workouts): Estimate target workout splits using previous race results -More information about each calculator can be found +The Pace, Race, and Unit Calculators are the simplest to use, while the Batch, +Split, and Workout Calculators are designed for more advanced use cases. More +information about each calculator can be found [here](https://apps.ashermorgan.net/running-tools/#/about). ## Setup + Install dependencies ``` diff --git a/src/views/AboutPage.vue b/src/views/AboutPage.vue @@ -20,7 +20,11 @@ </ul> <h2>The Calculators</h2> - <p>Running Tools contains six calculators:</p> + <p> + Running Tools consists of six calculators. + The Pace, Race, and Unit Calculators are the simplest to use, while the Batch, Split, and + Workout Calculators are designed for more advanced use cases. + </p> <h3>Batch Calculator</h3> <p> @@ -33,7 +37,7 @@ The Batch Calculator is useful for tasks such as: </p> <ul class="questions"> - <li>Generating a table of mile splits and the corresponding marathon finish times.</li> + <li>Generating a table of marathon finish times and the corresponding mile splits.</li> <li>Generating a table of equivalent race results for many distances and speeds.</li> <li>Generating a table of workout split times for an entire team.</li> </ul> @@ -71,7 +75,7 @@ <li>The Purdy Points Model</li> <li>The V&#775;O&#8322; Max Model</li> <li>Dave Cameron's Model</li> - <li>Pete Riegel's Model</li> + <li>Pete Riegel's Model (includes a configurable exponent)</li> <li>Average Model (averages the output of the other four models)</li> </ul> <p> @@ -86,8 +90,8 @@ <p> <strong>Note:</strong> Output race times and V&#775;O&#8322; / V&#775;O&#8322; Max values are just estimates. - Race predictions are most accurate for similar distances and assume identical conditions and - equal fitness. + Race predictions assume equivalent fitness and conditions to the input race, and are most + accurate for similar distances. </p> <h3>Split Calculator</h3> @@ -128,7 +132,8 @@ The selected target set controls which race distances and/or times the calculator calculates outputs for and the distances of the splits that are shown for these races. The Advanced Options section includes the option to switch between the same five prediction - models that are available in the Race Calculator. + models that are available in the Race Calculator, as well as the ability to enable support + for specifying custom target names (e.g. "1 mile threshold" instead of "1 mi @ 1:00:00"). </p> <p> The Workout Calculator is useful for answering questions like: @@ -140,8 +145,8 @@ <p> <strong>Note:</strong> Results are just estimated race splits that are helpful for estimating target workout splits. - As with the Race Calculator, splits are most accurate for similar distances and assume equal - fitness. + As with the Race Calculator, splits assume equivalent fitness and conditions to the input + race, and are most accurate for similar paces. </p> <h2>Target Sets</h2> @@ -155,8 +160,8 @@ calculator. </p> <p> - <strong>Note:</strong> The split calculator only supports distance targets. The workout - calculator also includes a split distance field for each target. + <strong>Note:</strong> The Split Calculator only supports distance targets. The Workout + Calculator also includes a split distance field for each target. </p> </div> </template>