diff --git a/doc/sphinx/source/usage/examples/liverWithRotation/liverFine_pyscn_with_visual_large.png b/doc/sphinx/source/usage/examples/Liver/fullModel.png
similarity index 100%
rename from doc/sphinx/source/usage/examples/liverWithRotation/liverFine_pyscn_with_visual_large.png
rename to doc/sphinx/source/usage/examples/Liver/fullModel.png
diff --git a/doc/sphinx/source/usage/examples/Liver/full_versus_reduced_gravity.png b/doc/sphinx/source/usage/examples/Liver/full_versus_reduced_gravity.png
new file mode 100644
index 0000000..02dbffa
Binary files /dev/null and b/doc/sphinx/source/usage/examples/Liver/full_versus_reduced_gravity.png differ
diff --git a/doc/sphinx/source/usage/examples/liverWithRotation/original_versus_reduced.png b/doc/sphinx/source/usage/examples/Liver/full_versus_reduced_rotation.png
similarity index 100%
rename from doc/sphinx/source/usage/examples/liverWithRotation/original_versus_reduced.png
rename to doc/sphinx/source/usage/examples/Liver/full_versus_reduced_rotation.png
diff --git a/doc/sphinx/source/usage/examples/Liver/liver.md b/doc/sphinx/source/usage/examples/Liver/liver.md
new file mode 100644
index 0000000..c54ade3
--- /dev/null
+++ b/doc/sphinx/source/usage/examples/Liver/liver.md
@@ -0,0 +1,39 @@
+# Liver
+
+ From left to right: fine mesh with 4293 nodes; reduced mesh: 40 active nodes and only 10 tetrahedra.
+ From left to right: fine mesh with 4293 nodes; reduced mesh: with 53 active nodes and only 18 tetrahedra.
+
+
+## Presentation
+The liver is a highly complex organ with unique material properties and nonlinear behavior under deformation. Modeling the liver accurately requires capturing its intricate geometric characteristics and incorporating its viscoelastic properties to simulate realistic responses to external forces. This is the rationale behind our application of model order reduction in liver modeling, which enables us to reduce complexity while preserving crucial
+dynamic behaviors.
+
+**Brief description**:
+
+For simulating the liver, we employ a mesh that has 22019 tetrahedra with 4293 nodes. We are conducting experiments with two scenarios of liver deformation: one induced by gravity and the other by rotational actuation. In both cases, the liver is fully represented and fixed from the top. Under these conditions, the liver undergoes deformation either due to the force of gravity or manual actuation.
+
+**Why reduce it**:
+
+We employ our model order reduction to effectively characterize the liver's deformations. As a result, this will enable us to design real-time finite element-based simulations with the organ at less cost.
+
+## Reduction Parameters
+To apply actuation, we utilize a specialized animation function called 'shakingLiver,' which rotates designated nodes from 0 to 6.2 radians. Conversely, in another experiment, no deliberate actuation is applied, and the liver's motion is solely the result of gravity acting upon it within the initial scene.
+
+ ## Results
+ In both examples, we use the following mesh with 22019 tetrahedra and 4293 nodes:
+
+ **Original Model**
+1000 iterations done in 1612.79 s ( 0.620042 FPS).
+
+ ### Liver Under Gravity
+After applying model order reduction on this fine mesh of the liver, the mesh reduces to one with 40 active nodes and only 10 tetrahedra.
+
+
+**Reduced Model**
+ 1000 iterations done in 3.80876 s ( 262.553 FPS).
+
+### Liver With Rotational Actuation
+After applying model order reduction on the fine mesh of the liver, the mesh reduces to one with 53 active nodes and only 18 tetrahedra.
+
+**Reduced Model**
+ 1000 iterations done in 5.79132 s ( 172.672 FPS).
diff --git a/doc/sphinx/source/usage/examples/Liver/reducedModel_gravity.png b/doc/sphinx/source/usage/examples/Liver/reducedModel_gravity.png
new file mode 100644
index 0000000..c6ad139
Binary files /dev/null and b/doc/sphinx/source/usage/examples/Liver/reducedModel_gravity.png differ
diff --git a/doc/sphinx/source/usage/examples/liverWithRotation/reduced_pyscn_with_visual_larg.png b/doc/sphinx/source/usage/examples/Liver/reducedModel_rotation.png
similarity index 100%
rename from doc/sphinx/source/usage/examples/liverWithRotation/reduced_pyscn_with_visual_larg.png
rename to doc/sphinx/source/usage/examples/Liver/reducedModel_rotation.png
diff --git a/doc/sphinx/source/usage/examples/examples.rst b/doc/sphinx/source/usage/examples/examples.rst
index 6e77cbe..91af375 100644
--- a/doc/sphinx/source/usage/examples/examples.rst
+++ b/doc/sphinx/source/usage/examples/examples.rst
@@ -7,5 +7,5 @@ Examples
Diamond/diamond
Starfish/starfish
Sofia/sofia
-
+ Liver/liver
HexaBeam/hexaBeam
diff --git a/doc/sphinx/source/usage/examples/liverWithRotation/liver.md b/doc/sphinx/source/usage/examples/liverWithRotation/liver.md
deleted file mode 100644
index c2aa8c6..0000000
--- a/doc/sphinx/source/usage/examples/liverWithRotation/liver.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# Liver With Rotation
-
-
-
-## Presentation
-The liver is a highly complex organ with unique material properties and nonlinear behavior under deformation. Modeling the liver accurately requires capturing its intricate geometric characteristics and incorporating its viscoelastic properties to simulate realistic responses to external forces. This is the rationale behind our application of model order reduction in liver modeling, which enables us to reduce complexity while preserving crucial
-dynamic behaviors.
-
-**Brief description** :
-To simulate the liver, we utilize a mesh consisting of 22,019 tetrahedra and 4,293 nodes. In this setup, the liver is represented with its full geometry, anchored at the top and rotated from the bottom during the simulation.
-
-**Why reduce it**:
-We utilize model order reduction to efficiently characterize the liver's deformations resulting from rotational movement. This approach allows us to design real-time finite element simulations of the organ at a reduced computational cost.
-
-## Reduction Parameters
-To simulate liver motion, we employ a specific animation function called 'shakingLiver,' which rotates the designated nodes from an angle of zero to 6.2 radians.
-
-## Results
-After applying model order reduction on this fine mesh of the liver, the mesh reduces to one with 53 active nodes and only 18 tetrahedra.
-**Before**
-1000 iterations done in 1612.79 s ( 0.620042 FPS).
-
-
-
-**After**
- 1000 iterations done in 5.79132 s ( 172.672 FPS).
-
-
-
-
-
-
-