added lactate protocol
This commit is contained in:
parent
03c9f8b304
commit
553bb4b615
4 changed files with 51 additions and 37 deletions
|
|
@ -3,6 +3,8 @@ languageCode: 'en-us'
|
|||
title: 'Thies Lennart Alff'
|
||||
googleAnalytics: ''
|
||||
|
||||
pluralizelisttitles: 'false'
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: Home
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
title: Cycling
|
||||
date: 2022-08-25
|
||||
categories: ['Cycling']
|
||||
tags: ['cycling']
|
||||
---
|
||||
|
||||
## Maintenance
|
||||
|
||||
### Vector 3 Battery
|
||||
{{% table %}}
|
||||
| Date | Distance (km) | Time (h)| Lifetime (h) |
|
||||
| ---- | ------------- | ------- | ------------ |
|
||||
| 20.08.21 | 2526.4 | 102.8 | - |
|
||||
| 23.03.22 | 4073.5 | 163.4 | 60.6 |
|
||||
| 25.08.22 | 7306.6 | 284.2 | 120.8 |
|
||||
{{% /table %}}
|
||||
|
||||
### Chain Waxing
|
||||
#### Chain 1
|
||||
{{< table >}}
|
||||
| Start Date | End Date | Start Distance | End Distance | Diff | Total |
|
||||
| ---------- | -------- | -------------- | ------------ | ---- | ----- |
|
||||
| 30.08.22 | | 7335.6 | | | |
|
||||
{{< /table >}}
|
||||
|
||||
#### Chain 2
|
||||
{{% table %}}
|
||||
| Start Date | End Date | Start Distance | End Distance | Diff | Total |
|
||||
| ---------- | -------- | -------------- | ------------ | ---- | ----- |
|
||||
{{% /table %}}
|
||||
|
||||
#### Chain 3
|
||||
{{% table %}}
|
||||
| Start Date | End Date | Start Distance | End Distance | Diff | Total |
|
||||
| ---------- | -------- | -------------- | ------------ | ---- | ----- |
|
||||
{{% /table %}}
|
||||
38
content/cycling/lactate_test_protocol.md
Normal file
38
content/cycling/lactate_test_protocol.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
title: Lactate Test Protocol
|
||||
date: '2023-03-27'
|
||||
categories: ['Cycling']
|
||||
tags: ['cycling', 'lactate', 'ftp']
|
||||
mathjax: True
|
||||
---
|
||||
|
||||
## MLSS Test
|
||||
|
||||
**Warm Up**
|
||||
: 5-step ramp from `$0.5\,\text{MLSS}_{\text{guess}}$` to `$0.8\,\text{MLSS}_{\text{guess}}$`.
|
||||
|
||||
**Ramp**
|
||||
: Starting either `$10\,\text{W}$` or `$20\,\text{W}$` below guessed MLSS. Each step the power is increased by `$10\,\text{W}$`. Lactate is measured at `$3\,\text{min}$` and `$9\,\text{min}$` for each step. Lactate concentration is considered steady as long as the increase is below `$1\,\text{mmol}/\text{l}$`.
|
||||
|
||||
The result is stored in a corresponding `yaml` file.
|
||||
|
||||
``` yaml
|
||||
measurements:
|
||||
- date: 2023-03-25
|
||||
MLSS_guess: 284
|
||||
measurements:
|
||||
- power: 260
|
||||
lactate: [4.0, 4.3]
|
||||
- power: 270
|
||||
lactate: [6.0, 7.1]
|
||||
- ...
|
||||
```
|
||||
|
||||
|
||||
## General Test
|
||||
|
||||
**Warm Up**
|
||||
: `$15\,\text{min}$` at `$0.4\,\text{FTP}$` with measurement at the end.
|
||||
|
||||
**Ramp**
|
||||
: Starting from `$0.5\,\text{FTP}$` and increasing by `$0.1\,\text{FTP}$` per step until `$1.0\,\text{FTP}$`. `$6\,\text{min}$` per step. Test at `$5\,\text{min}$` for each step.
|
||||
11
content/recipes/drinks/gin_basil_smash.md
Normal file
11
content/recipes/drinks/gin_basil_smash.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Gin Basil Smash
|
||||
date: '2022-08-07'
|
||||
---
|
||||
|
||||
* 3cl lemnon juice
|
||||
* 3cl cane sugar syrup
|
||||
* 6cl gin
|
||||
* 2-3 ice cubes for shaking
|
||||
* some basil (including the stems)
|
||||
* (crushed ice for drinking)
|
||||
Loading…
Reference in a new issue