diff --git a/slides.md b/slides.md
index 2f5d6af..4ca78d4 100644
--- a/slides.md
+++ b/slides.md
@@ -802,21 +802,21 @@ note:
--
-## Sudied aspects
+## Aspects étudiés
-Scene building strategies {.fragment}
+Stratégies de construction de scène {.fragment}
-Asset update propagation patterns{.fragment}
+Schémas de propagation de mise à jour asset{.fragment}
-Infrastructure architecture {.fragment}
+Achitecture d'infrastucture {.fragment}
-Standard file formats implications {.fragment}
+Implications de formats standards {.fragment}
Resource libraries{.fragment}
-Work versionning strategies{.fragment}
+Stratégies de versionning{.fragment}
-Software environment{.fragment}
+Environement logiciel{.fragment}
... {.fragment}
@@ -863,283 +863,6 @@ note:
-The Pull, where updates are manually retrieved
**Let’s take a closer** look at how this is modeled in a Blender dataflow... ⏭️
---
-
-### ⬆️ Push : how ?
-
-
-
-{width=1600 .fragment current-visible data-fragment-index="0"}
-
-{width=1600 .fragment current-visible data-fragment-index="1"}
-
-{width=1600 .fragment current-visible data-fragment-index="2"}
-
-{width=1600 .fragment current-visible data-fragment-index="3"}
-
-{width=1600 .fragment current-visible data-fragment-index="4"}
-
-{width=1600 .fragment current-visible data-fragment-index="5"}
-
-{width=1600 .fragment current-visible data-fragment-index="6"}
-
-{width=1600 .fragment current-visible data-fragment-index="7"}
-
-
-
-
-
-Asset latest state saved{ .fragment .current-visible data-fragment-index="2"}
-
-Asset **hero version** linked in the layout scene during the **build** {.fragment .current-visible data-fragment-index="3"}
-
-Asset **hero version** linked in the animation scene during the **build** {.fragment .current-visible data-fragment-index="4"}
-
-Asset **hero version** **overwritten** during the publish {.fragment .current-visible data-fragment-index="6"}
-
-Layout and Animation scene **automatically updated** on loading.{.fragment .current-visible data-fragment-index="7"}
-
-
-
-
-note:
-**To simply explain** the push mechanism:
-**Imagine you have** an asset shading step, followed by layout and animation steps for shots.
-**The shading artist** works on the v1 version of the asset's shading.
-**As the work progresses**, they publish (save as) the latest version in the "push zone / hero version."
-**Then** Layout and animation scenes are built by creating a **link** to this hero version.
-**With this setup,** whenever the shading artist creates a new version and updates the hero version, it is automatically propagated to all layout and animation shots using it !
-**This method is very convenient** for automatically updating scenes and fast iterations.
-**However,** automatic updates are not always desirable, as they can modify shots that have already been artistically approved.
-**But Where** is this mechanism used in the studied productions? ⏭️
-
---
-
-### ⬆️ Push : Where ?
-
-
-
-

-
-- Method: Link
-- Scope: **Background** props assets, all steps
-
-
-
-
-
-
-
-- Method: Link & Overrides
-- Scope: All assets, Layout only
-
-
-
-
-note:
-**Push is used** by only two productions, and only partially.
-**In the case of Chicky**, the push is applied throughout the entire production chain, but only for one asset type: background components.
-**For Wooly Wooly**, the push is used for all assets up to the layout stage. Pull becomes the preferred method after layout, at the start of animation.
-**It's intersting** to see **where** but most of all to see **how** each studios implemented the method.
-I will only show you a simplified view of it.
-
-
-
---
-
-### ⬆️ Push : Implementations
-
-
-
-

-
-
-
-{width=1000}
-
-Chicky push example (*simplified*)
-
-
-
-
-note:
-**For Chicky,** the initial step of the push mechanism is still the publishing step. However, here, several versions of the same aspect of the asset are exported—these are called Level of Details (LODs).
-**As previously shown**, these LODs are then directly linked into the shot scenes.
-**The linked LOD version** is chosen based on the production step or the asset's distance from the camera.
-
-
-
---
-
-### ⬆️ Push : Implementations
-
-
-
-
-
-
-
-{width=1000}
-
-Wooly Wooly push example (*Simplified*)
-
-
-
-
-
-note:
-**On Wooly Wooly**, the push mechanism is closer to the initial example we saw.
-**However, as you can see**, it’s not just a single hero version that gets published from the asset task.
-**Each publish iteration** is saved in the publish area,
-**but with every publish**, the hero version at the bottom is overwritten.
-**The published versions** are then used for the pull mechanism, which we’ll discuss next.
-**Now**, let's take a look at the *Pull* mechanism... ⏭️
-
-
-
---
-
-### ⬇️ Pull : How ?
-
-
-
-{width=1600 .fragment current-visible data-fragment-index="0"}
-
-{width=1600 .fragment current-visible data-fragment-index="1"}
-
-{width=1600 .fragment current-visible data-fragment-index="2"}
-
-{width=1600 .fragment current-visible data-fragment-index="3"}
-
-{width=1600 .fragment current-visible data-fragment-index="4"}
-
-{width=1600 .fragment current-visible data-fragment-index="5"}
-
-
-
-
-
-Asset's **version** directly linked.{ .fragment .current-visible data-fragment-index="2"}
-
-Updates are made **individually** in **shots** files {.fragment .current-visible data-fragment-index="4"}
-
-
-
-note:
-**As usual,** the artist will start by creating a first version of an asset.
-**The main difference with** the pull mechanism is that shot scenes have a specific asset version linked, rather than a single "hero" version that is regularly overwritten.
-**What does this** mean in practice? It simply reverses the update process !
-When a new version is published, each shot must be updated individually to point to the new asset version.
-**This process can be very tedious** to do manually, so studios often develop custom tools to automate it
-**Speaking of this,** lets see where the studio's used this mecanism... ⏭️
-
-
-
---
-
-### ⬇️ Pull : Where ?
-
-
-
-
-{.portraitsquared}
-
-All assets from **animation** to **rendering** with link & overrides
-
-
-
-{.portraitsquared}
-
-Character and Props in **all steps** with links
-
-
-
-{.portraitsquared}
-
-All asset in **all steps** with links + overrides
-
-
-
-
-note:
-**In the case of Wooly Wooly**, assets are "frozen" to the latest published version starting from the animation step. From that point on, asset updates are applied individually for each shot.
-**At Cube,** for Chicky, all animated assets use the pull mechanism from layout to rendering!
-**Finally,** for OhWow!, every production step relies on the pull approach. ⏭️
-
-
-
---
-
-### ⬇️ Pull : Implementations
-
-
-
-note:
-**But how** the pull is implemented by each pipeline ? ⏭️
-
---
-
-### ⬇️ Pull : Implementations
-
-
-
-
-{width=1000}
-
-
-*Wooly Wooly* pull example (*Simplified*)
-
-
-note:
-**As see previously**, on *Wooly Wooly*, during asset publishing,
-the new asset version get's copied into the publish area and the hero one is overwritten.
-On their side, the main difference with the push lies in the linked blendfile:
-**Instead of pointing to the hero version**, it's points to the versionned file. ⏭️
-
-
-
-
---
-
-### ⬇️ Pull : Implementations
-
-
-
-
-
-{width=1000}
-
-
-
-*Where's chicky* pull example (*Simplified*)
-
-note:
-**In *Where's Chicky*,** the pull implementation doesn't use any links because library overrides wheren't trusted enough by the production.
-**So, instead of linking assets** in the shot scene as in the pull approach, assets are directly appended.
-**It means that** the assets lives directly in shot scenes, and a new append is neeeded for each update.
-
-
-
---
-
-### ⬇️ Pull : Implementations
-
-
-
-
-{width=1000}
-
-
-
-
-*Ohlala!* pull example (*Simplified*)
-
-note:
-**Finally, on Ohlala,** asset working versions are directly linked into shot scenes.
-**This requires artists** to be highly disciplined in organizing their scenes, as there is no the safety margin of the publish area.
-**On the other hand,** this approach greatly reduces disk space usage since data is not duplicated. ⏭️
-
-
--
@@ -1246,7 +969,7 @@ note:
-## Final thoughts
+## Limites et futures de l'étude
note:
**Unfortunately,** we won't have time today to go further into the details of the data we collected.
@@ -1257,11 +980,31 @@ note:
--
-### Mapping methodology limits
-- Validation data
-- Attributes overrides
-- Production tracker
+### 🗺️ Méthode cartographique
+
+
+
+
+
+**🔒 verroux identifiés**
+
+- ~~Overrides d'attributs~~
+- ~~Interactions avec le production tracker~~
+- Données de validation
+
+
+
+**🗝️ Propositions**
+
+-
+- Interactions avec le production tracker
+- Données de validation
+
+
+
+
+
note:
First of all, it's important to note that the mapping methodology we used for dataflow did not provide a way to represent Blender's override mechanism.
@@ -1271,47 +1014,81 @@ We plan to share a library of shapes for drawio/diagram.net to make it easier to
--
-### Data sample limits
-- Only french studios
-- Only TV Show projects
+### 🧫 Échantillons
+
+
+
+
+
+**Limites**
+
+- Studios français
+- Format de série d'animation
+
+
+
+**Futur**
+
+- Élargir les formats de projet
+- Élargir aux autres studios européens
+
+
+
+
+
+
note:
Initially, the study focused on a small group of companies to explore the project's feasibility. Additionally, we only examined TV series projects. ⏭️
--
-### Futures
+### Publication sur
-- Interview european studio's {.fragment}
-- Map other project formats (movies, VFX, games) {.fragment}
-- Bring interactive online visualisation of studied pipelines {.fragment}
+
+
-note:
-In the future, we hope to broaden the scope of this study by surveying European studios to understand how socio-economic factors in different countries impact pipeline structures.
-We also aim to map pipelines used in other project formats to compare their structures.
-Improving the accessibility of these mappings is another major focus. ⏭️
+**En cours**
+- Publication des cartographies en ligne sur HAL
+
+
+
+
+- Rédaction d'un article de synthèse sur le premier volet
+
+
+
+
+
+**Future**
+
+- Mise a disposition des template de diagrammes
+- Ouverture d'une collection HAL dédiée au études cartographie pipeline
+
+
+
--
-## Thanks you !
+## Merci !
-### 📧 Participate to the study
+### 📧 Participer à l'étude
{width=300}
-### ❤️ Thanks to the contributors
+### ❤️ Merci aux contributeurs
- Félix David (Normaal)
-- Christophe Seux (ADM)
-- Florentin Luce (ADM)
-- Axel Tillement (Cube)
+- Christophe Seux (Autour du Volcan)
+- Florentin Luce (Autour du Volcan)
+- Axel Tillement (Cube Creative)
diff --git a/src/hal-logo-header-128260480.png b/src/hal-logo-header-128260480.png
new file mode 100644
index 0000000..3bd9d44
Binary files /dev/null and b/src/hal-logo-header-128260480.png differ
diff --git a/src/hal.webp b/src/hal.webp
new file mode 100644
index 0000000..0c04b3d
Binary files /dev/null and b/src/hal.webp differ
diff --git a/src/halmoderation.png b/src/halmoderation.png
new file mode 100644
index 0000000..01ec95e
Binary files /dev/null and b/src/halmoderation.png differ