diff --git a/_applications/2026-cardiac-pathology.md b/_applications/2026-cardiac-pathology.md
index 541c5be58c28..44eb5049dde4 100644
--- a/_applications/2026-cardiac-pathology.md
+++ b/_applications/2026-cardiac-pathology.md
@@ -50,6 +50,11 @@ This section presents the tutorials to use the methods combining Artificial Inte
The complete step-by-step tutorials are available in the [*Diagnosis tutorial*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/#diagnosis-tutorial) and [*Prognosis tutorial*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/#prognosis-tutorial) sections of the [*Cardiac tutorials*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/) page.
+### Notebooks Diagnosis and Prognosis
+
+- [*Diagnosis Notebooks*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/diagnosis_tutorial/notebooks): this link goes to the source files and to the guide of how to use the codes implementing the training and testing of models for the diagnosis of cardiovascular diseases (CVD).
+- [*Prognosis Notebooks*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/prognosis_tutorial/notebooks): this link goes to the source files and to the guide of how to use the codes implementing the training and testing of models for the prognosis of heart failures.
+
## Interface Tutorial
CardioView is a clinical desktop interface that bridges the technical modelling environment with the medical environment, letting clinicians load echocardiography videos and run the diagnosis and prognosis models directly, with no coding required. As with large-scale LLMs, the tool also supports automatic retraining on newly validated clinical cases once enough samples are collected, keeping the underlying models up to date with real-world data.
@@ -60,11 +65,8 @@ The complete tutorial is available in the [*Interface tutorial*](https://modelfl
The tutorial of the developed framework based on deep learning for automated left-ventricle (LV) segmentation and ejection-fraction (EF) prediction from echocardiograms is available in the [*LV Segmentation and EF estimation tutorial*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/#lv-seg-ef-tutorial) section of the [*Cardiac tutorials*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/).
+### Notebooks Segmentation and EF Estimation Tutorial
-## Notebooks
-
-- [*Diagnosis Notebooks*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/diagnosis_tutorial/notebooks): this link goes to the source files and to the guide of how to use the codes implementing the training and testing of models for the diagnosis of cardiovascular diseases (CVD).
-- [*Prognosis Notebooks*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/prognosis_tutorial/notebooks): this link goes to the source files and to the guide of how to use the codes implementing the training and testing of models for the prognosis of heart failures.
- [*LV segmentation and EF prediction*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/segmentation%26EFprediction_tutorial/EchoNet-dynamic/scripts): this link goes to the source files necessary to perform the left-ventricle (LV) segmentation and the ejection fraction (EF) estimation from echocardiography images.
## Resources & Databases
diff --git a/_tutorials/cardiac-tutorials.md b/_tutorials/cardiac-tutorials.md
index 7fd0cd400802..e4a4cd60c9bd 100644
--- a/_tutorials/cardiac-tutorials.md
+++ b/_tutorials/cardiac-tutorials.md
@@ -30,8 +30,8 @@ Content:
The full tutorial is available in the Sphinx repository [*here*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/diagnosis_tutorial):
- Repository: AI-Based Cardiac Diagnosis from Echocardiography
-- [*Diagnosis Tutorial*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/diagnosis_tutorial/TUTORIAL.md)
-- [*Documentation page*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/diagnosis_tutorial/docs/index.md)
+- [*Diagnosis Tutorial*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/diagnosis_tutorial/TUTORIAL.md): Provides a step-by-step guide on how to use the diagnosis codes.
+- [*Documentation page*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/diagnosis_tutorial/docs/index.md): Describes the purpose and functionality of each code and script included in the repository.
### What the tutorial covers
@@ -53,8 +53,8 @@ The full tutorial is available in the Sphinx repository [*here*](https://github.
The full tutorial is available in the Sphinx repository [*here*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/prognosis_tutorial):
- Repository: AI-Based Cardiac Prognosis from Echocardiography
-- [*Prognosis Tutorial*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/prognosis_tutorial/TUTORIAL.md)
-- [*Documentation page*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/prognosis_tutorial/docs/index.md)
+- [*Prognosis Tutorial*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/prognosis_tutorial/TUTORIAL.md): Provides a step-by-step guide on how to use the prognosis codes.
+- [*Documentation page*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/prognosis_tutorial/docs/index.md): Describes the purpose and functionality of each code and script included in the repository.
### What the tutorial covers