diff --git a/DESCRIPTION b/DESCRIPTION
index 6c33955e6abc4a14dc56f3509b947156c000c47e..d0d38ece6d920a83afe87c1a69f1cea3f4c714fe 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,9 +1,10 @@
 Package: HTRfit
-Title: HTRfit
+Title: High-Throughput RNA-seq model fit
 Version: 2.0.0
 Authors@R: c(
     person("Arnaud", "Duvermy", , "arnaud.duvermy@ens-lyon.fr", role = c("aut", "cre"),
-           comment = c(ORCID = "0009-0002-8509-5506")),    
+           comment = c(ORCID = "0009-0002-8509-5506")),   
+    person("Laurent", "Modolo", , "laurent.modolo@ens-lyon.fr" , role = "aut"), 
     person("Gael", "Yvert", , "gael.yvert@ens-lyon.fr" , role = "aut"),
     person("Fabien", "Duveau", , "fabien.duveau@ens-lyon.fr", role = "aut")
   )
diff --git a/inst/pkgdown/_pkgdown.yml b/inst/pkgdown/_pkgdown.yml
index 4a3bafbc25f6f4cad62e5479d2c9d9e13c93ce54..c2d36008b71976d31f25220153eeee790aee64f9 100644
--- a/inst/pkgdown/_pkgdown.yml
+++ b/inst/pkgdown/_pkgdown.yml
@@ -1,4 +1,5 @@
 navbar:
   structure:
-    left:  [intro, reference, tutorials, news]
-    right: [search, github]
\ No newline at end of file
+    left:  [intro, reference, articles , tutorials, news]
+    right: [search, github]
+