From dd5b6a0609894f8a79eeac8558d2a274740fc0b7 Mon Sep 17 00:00:00 2001 From: Lars Olesen Date: Thu, 15 Aug 2024 08:58:46 +0200 Subject: [PATCH] Added new articles --- _includes/calculate-biking-economy.html | 24 ++ _includes/calculate-bsa.html | 47 +++ _includes/calculate-energy-expenditure.html | 32 ++ _includes/calculate-gross-efficiency.html | 24 ++ _includes/calculate-heat-conduction.html | 35 ++ _includes/calculate-heat-convection.html | 37 ++ _includes/calculate-heat-evaporation.html | 24 ++ _includes/calculate-heat-production-bike.html | 24 ++ .../calculate-heat-production-running.html | 29 ++ _includes/calculate-heat-radiation.html | 43 +++ _includes/calculate-rer.html | 24 +- _includes/calculate-somatotype.html | 103 ++++++ _posts/2008-10-30-udregning-af-fedtprocent.md | 4 +- _posts/2020-08-08-respiratoriske-kvotient.md | 4 +- _posts/2021-12-19-body-surface.md | 8 +- _posts/2024-01-11-intervals-icu.md | 1 - _posts/2024-07-23-vam.md | 2 +- _posts/2024-07-27-vvo2max-other.md | 14 +- _posts/2024-08-04-somatotype.md | 73 ++++ _posts/2024-08-05-energiforbrug.md | 92 +++++ _posts/2024-08-05-heat-management-biking.md | 127 +++++++ _posts/2024-08-05-heat-management-running.md | 115 ++++++ ...12-temperaturregulering-menneskekroppen.md | 153 ++++++++ assets/images/blog/6min-vvo2max-test.jpg | Bin 0 -> 131233 bytes assets/js/bundle.js | 145 +++++--- src/js/app.bundle.js | 342 +++++++++++++++++- src/js/bsa.js | 50 +++ src/js/energy-expenditure-rer.js | 36 ++ src/js/energy-expenditure.js | 82 +++++ src/js/heat-balance.js | 24 ++ src/js/heat-conduction.js | 25 ++ src/js/heat-convection.js | 23 ++ src/js/heat-evaporation.js | 41 +++ src/js/heat-from-biking.js | 19 + src/js/heat-from-running.js | 28 ++ src/js/heat-radiation.js | 37 ++ src/js/rer.js | 42 ++- src/js/running.js | 7 +- src/js/somatotype.js | 61 ++++ src/js/vo2-efficiency.js | 30 +- src/js/vo2-kcal.js | 32 +- src/test/bsa.js | 36 ++ src/test/energy-expenditure-rer.js | 17 + src/test/energy-expenditure.js | 78 ++++ src/test/heat-conduction.js | 28 ++ src/test/heat-convection.js | 20 + src/test/heat-evaporation.js | 21 ++ src/test/heat-from-biking.js | 12 + src/test/heat-from-running.js | 15 + src/test/heat-radiation.js | 33 ++ src/test/rer.js | 38 +- src/test/somatotype.js | 27 ++ src/test/vo2-efficiency.js | 45 +-- src/test/vo2-kcal.js | 18 +- src/test/vvo2max-hrc.js | 6 +- 55 files changed, 2277 insertions(+), 180 deletions(-) create mode 100644 _includes/calculate-biking-economy.html create mode 100644 _includes/calculate-bsa.html create mode 100644 _includes/calculate-energy-expenditure.html create mode 100644 _includes/calculate-gross-efficiency.html create mode 100644 _includes/calculate-heat-conduction.html create mode 100644 _includes/calculate-heat-convection.html create mode 100644 _includes/calculate-heat-evaporation.html create mode 100644 _includes/calculate-heat-production-bike.html create mode 100644 _includes/calculate-heat-production-running.html create mode 100644 _includes/calculate-heat-radiation.html create mode 100644 _includes/calculate-somatotype.html create mode 100644 _posts/2024-08-04-somatotype.md create mode 100644 _posts/2024-08-05-energiforbrug.md create mode 100644 _posts/2024-08-05-heat-management-biking.md create mode 100644 _posts/2024-08-05-heat-management-running.md create mode 100644 _posts/2024-08-12-temperaturregulering-menneskekroppen.md create mode 100644 assets/images/blog/6min-vvo2max-test.jpg create mode 100644 src/js/bsa.js create mode 100644 src/js/energy-expenditure-rer.js create mode 100644 src/js/energy-expenditure.js create mode 100644 src/js/heat-balance.js create mode 100644 src/js/heat-conduction.js create mode 100644 src/js/heat-convection.js create mode 100644 src/js/heat-evaporation.js create mode 100644 src/js/heat-from-biking.js create mode 100644 src/js/heat-from-running.js create mode 100644 src/js/heat-radiation.js create mode 100644 src/js/somatotype.js create mode 100644 src/test/bsa.js create mode 100644 src/test/energy-expenditure-rer.js create mode 100644 src/test/energy-expenditure.js create mode 100644 src/test/heat-conduction.js create mode 100644 src/test/heat-convection.js create mode 100644 src/test/heat-evaporation.js create mode 100644 src/test/heat-from-biking.js create mode 100644 src/test/heat-from-running.js create mode 100644 src/test/heat-radiation.js create mode 100644 src/test/somatotype.js diff --git a/_includes/calculate-biking-economy.html b/_includes/calculate-biking-economy.html new file mode 100644 index 000000000000..2c784605ba58 --- /dev/null +++ b/_includes/calculate-biking-economy.html @@ -0,0 +1,24 @@ +
+
+ Cykeløkonomi +
+ +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-bsa.html b/_includes/calculate-bsa.html new file mode 100644 index 000000000000..30bb39648073 --- /dev/null +++ b/_includes/calculate-bsa.html @@ -0,0 +1,47 @@ +{% assign body_weight = include.body_weight | default: 68 %} +{% assign height = include.height | default: 178 %} +
+
+ Udregning af overfladeareal (body surface area) for et menneske. +
+ +
+ +
+ +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-energy-expenditure.html b/_includes/calculate-energy-expenditure.html new file mode 100644 index 000000000000..0dc42655ea5b --- /dev/null +++ b/_includes/calculate-energy-expenditure.html @@ -0,0 +1,32 @@ +
+
+ Energiforbrug baseret på VO2 og R-værdien +
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-gross-efficiency.html b/_includes/calculate-gross-efficiency.html new file mode 100644 index 000000000000..5bdf70047f62 --- /dev/null +++ b/_includes/calculate-gross-efficiency.html @@ -0,0 +1,24 @@ +
+
+ Gross Efficiency +
+ +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-heat-conduction.html b/_includes/calculate-heat-conduction.html new file mode 100644 index 000000000000..91ed67cae0bc --- /dev/null +++ b/_includes/calculate-heat-conduction.html @@ -0,0 +1,35 @@ +{% assign bsa = include.bsa | default: "1,8336" %} +
+
+ Varmetab til konduktion +
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-heat-convection.html b/_includes/calculate-heat-convection.html new file mode 100644 index 000000000000..542a3f6f5192 --- /dev/null +++ b/_includes/calculate-heat-convection.html @@ -0,0 +1,37 @@ +{% assign velocity = include.velocity | default: 41 %} +{% assign bsa = include.bsa | default: "1,8336" %} + +
+
+ Varmetab til konvektion +
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-heat-evaporation.html b/_includes/calculate-heat-evaporation.html new file mode 100644 index 000000000000..8569bd4902c4 --- /dev/null +++ b/_includes/calculate-heat-evaporation.html @@ -0,0 +1,24 @@ +
+
+ Varmetab til evaporation +
+ +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-heat-production-bike.html b/_includes/calculate-heat-production-bike.html new file mode 100644 index 000000000000..8a4ea72e0a76 --- /dev/null +++ b/_includes/calculate-heat-production-bike.html @@ -0,0 +1,24 @@ +
+
+ Varmeproduktion på cykel +
+ +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-heat-production-running.html b/_includes/calculate-heat-production-running.html new file mode 100644 index 000000000000..aa37756f1584 --- /dev/null +++ b/_includes/calculate-heat-production-running.html @@ -0,0 +1,29 @@ +
+
+ Varmeproduktion fra løb +
+ +
+
+ + min + sek +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-heat-radiation.html b/_includes/calculate-heat-radiation.html new file mode 100644 index 000000000000..6768c3daa6d9 --- /dev/null +++ b/_includes/calculate-heat-radiation.html @@ -0,0 +1,43 @@ +{% assign bsa = include.bsa | default: "1,8336" %} +
+
+ Varmetab til radiation +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+
+ {% include calculator-footer.html %} +
diff --git a/_includes/calculate-rer.html b/_includes/calculate-rer.html index 438d34ca32ea..b1b7528bd14e 100644 --- a/_includes/calculate-rer.html +++ b/_includes/calculate-rer.html @@ -2,18 +2,34 @@
Udregning af energiforbrug
-
+
+
-
+
+ +