diff --git a/README.Rmd b/README.Rmd
index 57addb9309a9809f22f52c3f5cedb66b7882378c..19dd3f69d9b23580c8519fe0b80a91c494fd2a0f 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -15,6 +15,8 @@ knitr::opts_chunk$set(
 
 # hubeau an R package for the Hub'eau APIs
 
+<img src="man/figures/logo.svg" align="right" height="120px"/>
+
 <!-- badges: start -->
 `r badger::badge_license(color = "orange")`
 `r badger::badge_lifecycle("experimental", color = "blue")`
@@ -42,7 +44,7 @@ library(hubeau)
 See the package documentation by typing:
 
 
-```{r}
+```r
 ?hubeau
 ```
 
@@ -52,4 +54,8 @@ Each function is documented with at least one example:
 example("get_prelevements_chroniques")
 ```
 
+## Acknowledgement
+
+The authors would like to thank the European Commission and the French National Research Agency (ANR) for funding in the frame of the collaborative  international consortium [IN-WOP](http://www.waterjpi.eu/joint-calls/joint-call-2018-waterworks-2017/booklet/in-wop) financed under the 2018 Joint call of the WaterWorks2017 ERA-NET Cofund. This ERA-NET is an integral part of the activities developed by the Water JPI.
 
+<div style="display: flex; justify-content: space-between;">![Water JPI](man/figures/logo_water_jpi.png) ![Water Works 2017](man/figures/logo_water_works_2017.png) ![European Commission](man/figures/logo_european_commission.jpg) ![2018 Joint call](man/figures/logo_2018_joint_call.png)</div>
diff --git a/README.md b/README.md
index 912596300f4e0b8e65246eb514d1bf54a653e0ce..3cccb1083f9e976cc20f12c608cfd10cc1ca53f1 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
 
 # hubeau an R package for the Hub’eau APIs
 
+<img src="man/figures/logo.svg" align="right" height="120px"/>
+
 <!-- badges: start -->
 
 [![License:
@@ -67,3 +69,22 @@ example("get_prelevements_chroniques")
 #> #   code_departement <chr>, libelle_departement <chr>, nom_ouvrage <chr>,
 #> #   uri_ouvrage <chr>
 ```
+
+## Acknowledgement
+
+The authors would like to thank the European Commission and the French
+National Research Agency (ANR) for funding in the frame of the
+collaborative international consortium
+[IN-WOP](http://www.waterjpi.eu/joint-calls/joint-call-2018-waterworks-2017/booklet/in-wop)
+financed under the 2018 Joint call of the WaterWorks2017 ERA-NET Cofund.
+This ERA-NET is an integral part of the activities developed by the
+Water JPI.
+
+<div style="display: flex; justify-content: space-between;">
+
+![Water JPI](man/figures/logo_water_jpi.png) ![Water Works
+2017](man/figures/logo_water_works_2017.png) ![European
+Commission](man/figures/logo_european_commission.jpg) ![2018 Joint
+call](man/figures/logo_2018_joint_call.png)
+
+</div>
diff --git a/man/figures/logo_2018_joint_call.png b/man/figures/logo_2018_joint_call.png
new file mode 100644
index 0000000000000000000000000000000000000000..74c77742365f55dd258845a36ba6235086d465ca
Binary files /dev/null and b/man/figures/logo_2018_joint_call.png differ
diff --git a/man/figures/logo_european_commission.jpg b/man/figures/logo_european_commission.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e101705143eeabed18cd31fe48a5f4919b800513
Binary files /dev/null and b/man/figures/logo_european_commission.jpg differ
diff --git a/man/figures/logo_water_jpi.png b/man/figures/logo_water_jpi.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3e7aec6f98df876f6758aa233eb9be4fe8ebae0
Binary files /dev/null and b/man/figures/logo_water_jpi.png differ
diff --git a/man/figures/logo_water_works_2017.png b/man/figures/logo_water_works_2017.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0aa0c9058ffda03d75387237df51dc05b15bdc6
Binary files /dev/null and b/man/figures/logo_water_works_2017.png differ