diff --git a/.slugignore b/.slugignore
index c7222a92c9a17418e52778ed6d0c44e4ef65d8b2..049338ba78cff7c1278d58ac8b016e373b854ea1 100644
--- a/.slugignore
+++ b/.slugignore
@@ -1,8 +1,19 @@
+# No need for CI and workflows
 /.circleci
 /.github
+# Node and Yarn Binaries are only used for assets compilation
 /.scalingo/node
 /.scalingo/yarn
-/lib/templates
+# Assets are precompiled to public/assets (we need to keep the manifest)
+/app/assets/examples
+/app/assets/fonts
+/app/assets/images
+/app/assets/javascripts
+/app/assets/stylesheets
 /node_modules
+/vendor/assets
+# Development resources
+/lib/templates
+# Tests directories
 /spec
 /test
\ No newline at end of file
diff --git a/Gemfile b/Gemfile
index 663c35b17c56a1f1dcf105ec2045482398b0e438..20b0b18e34003924fcca0e69fb643ee5c391d9f9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,6 @@ ruby "3.3.2"
 gem "activestorage-scaleway-service"#, path: "../activestorage-scaleway-service"
 gem "active_storage_validations", "~> 1"
 gem "add_to_calendar"
-gem "angularjs-rails"
 gem "aws-sdk-s3"
 gem "bootstrap"
 gem "bootsnap", "~> 1", require: false
@@ -29,18 +28,13 @@ gem "enum_help"
 gem "execjs", github: "rails/execjs"
 # gem "faceted_search"#, path: "../../noesya/faceted_search"
 gem "faceted_search"
-gem "faraday"
 gem "font-awesome-sass"
-gem "front_matter_parser"
 gem "geocoder", "~> 1"
 gem "geo_point"
 gem "gitlab"
-gem "good_job", "~> 4"
-# gem "good_job", "~> 3", path: "../../noesya/good_job"
-# gem "good_job", "~> 3", github: "noesya/good_job"
+gem "good_job", "~> 4"#, path: "../../noesya/good_job"
 gem "hal_openscience", "~> 0"
 # gem "hal_openscience", path: "../hal_openscience"
-gem "hash_dot"
 gem "i18n_data", "~> 0"
 gem "i18n_date_range"
 # gem "i18n_date_range", path: "../../noesya/i18n_date_range"
@@ -54,7 +48,6 @@ gem "leaflet-rails"
 gem "libretranslate"#, path: "../libretranslate"
 gem "lucide-rails"
 gem "mini_magick", "~> 4.0"
-gem "observer", "~> 0.1.2"
 gem "octokit"
 gem "omniauth-rails_csrf_protection", "~> 1"
 gem "omniauth-saml", "~> 2"
@@ -72,7 +65,6 @@ gem "roo", "~> 2"
 gem "rswag", "~> 2"
 gem "sanitize"
 gem "sassc-rails"
-gem "skylight"
 gem "sib-api-v3-sdk"
 gem "simple-navigation"
 gem "simple_form"
diff --git a/Gemfile.lock b/Gemfile.lock
index 75a76e1f4af23c5beb2b7bdb64fc6c92f1193475..a3cabae117432b817086b68ee5bf5437c8e4e277 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -121,7 +121,6 @@ GEM
       tzinfo-data (~> 1.2020)
     addressable (2.8.7)
       public_suffix (>= 2.0.2, < 7.0)
-    angularjs-rails (1.8.0)
     annotate (3.2.0)
       activerecord (>= 3.2, < 8.0)
       rake (>= 10.4, < 14.0)
@@ -261,7 +260,6 @@ GEM
       thor (>= 0.14.0, < 2)
     font-awesome-sass (6.5.2)
       sassc (~> 2.0)
-    front_matter_parser (1.0.1)
     fugit (1.11.1)
       et-orbi (~> 1, >= 1.2.11)
       raabro (~> 1.4)
@@ -307,7 +305,6 @@ GEM
       json
       net-http
       open-uri
-    hash_dot (2.5.0)
     hashdiff (1.1.1)
     hashie (5.0.0)
     htmlentities (4.3.4)
@@ -616,8 +613,6 @@ GEM
       simplecov_json_formatter (~> 0.1)
     simplecov-html (0.13.1)
     simplecov_json_formatter (0.1.4)
-    skylight (6.0.4)
-      activesupport (>= 5.2.0)
     snaky_hash (2.0.1)
       hashie
       version_gem (~> 1.1, >= 1.1.1)
@@ -691,7 +686,6 @@ DEPENDENCIES
   active_storage_validations (~> 1)
   activestorage-scaleway-service
   add_to_calendar
-  angularjs-rails
   annotate
   aws-sdk-s3
   bootsnap (~> 1)
@@ -714,16 +708,13 @@ DEPENDENCIES
   enum_help
   execjs!
   faceted_search
-  faraday
   figaro
   font-awesome-sass
-  front_matter_parser
   geo_point
   geocoder (~> 1)
   gitlab
   good_job (~> 4)
   hal_openscience (~> 0)
-  hash_dot
   i18n_data (~> 0)
   i18n_date_range
   image_processing
@@ -737,7 +728,6 @@ DEPENDENCIES
   listen (~> 3.3)
   lucide-rails
   mini_magick (~> 4.0)
-  observer (~> 0.1.2)
   octokit
   omniauth-rails_csrf_protection (~> 1)
   omniauth-saml (~> 2)
@@ -764,7 +754,6 @@ DEPENDENCIES
   simple_form_bs5_file_input
   simple_form_password_with_hints
   simplecov
-  skylight
   spring
   sprockets-rails (~> 3)
   summernote-rails!
diff --git a/app/assets/images/communication/blocks/templates/organizations/map.png b/app/assets/images/communication/blocks/templates/organizations/map.png
index 5efcc3f18331ebd9b80eee4f4a975058bd6f754d..01532562b897df5ff873fa787ad4fd3bf7370624 100644
Binary files a/app/assets/images/communication/blocks/templates/organizations/map.png and b/app/assets/images/communication/blocks/templates/organizations/map.png differ