From 8f16b1981dbf6d6d5f4780eda93bd90ad9d8b84e Mon Sep 17 00:00:00 2001 From: RARSchoen <152485183+RARSchoen@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:37:37 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20e5f27..4310d73 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ The application is built using Vue.js and Chart.js, ensuring a responsive and in 1. **ID Input:** Enter the individual's ID for reference. 2. **Age Input:** Input the individual's age. 3. **Total Liver Volume Input:** Enter the total liver volume (TLV) in ml. -4. **Normalized Total Liver Volume:** The app automatically calculates and displays the nTLV. -5. **Liver Growth Rate:** The app automatically calculates and displays the LGR [%/y]. +4. **Normalized Total Liver Volume:** The app automatically calculates and displays the nTLV according to the formula: nTLV = TLV[ml]/850ml. +5. **Liver Growth Rate:** The app automatically calculates and displays the LGR[%/y] according to the formula: LGR[%/y] = 100*ln(nTLV)/(age[y]-20y) 6. **Progression group:** The app automatically calculates and displays the PG. 7. **Plot Point:** Click to add the data point to the chart. 8. **Print and Download:** Use these options to print the page or download the chart. From be16ca672783a6778bd833f1eb8f8df2a10c08fb Mon Sep 17 00:00:00 2001 From: RARSchoen <152485183+RARSchoen@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:39:12 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4310d73..036a105 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The application is built using Vue.js and Chart.js, ensuring a responsive and in 2. **Age Input:** Input the individual's age. 3. **Total Liver Volume Input:** Enter the total liver volume (TLV) in ml. 4. **Normalized Total Liver Volume:** The app automatically calculates and displays the nTLV according to the formula: nTLV = TLV[ml]/850ml. -5. **Liver Growth Rate:** The app automatically calculates and displays the LGR[%/y] according to the formula: LGR[%/y] = 100*ln(nTLV)/(age[y]-20y) +5. **Liver Growth Rate:** The app automatically calculates and displays the LGR[%/y] according to the formula: LGR[%/y] = 100*ln(nTLV)/(age[y]-20y). 6. **Progression group:** The app automatically calculates and displays the PG. 7. **Plot Point:** Click to add the data point to the chart. 8. **Print and Download:** Use these options to print the page or download the chart.