diff --git a/README.md b/README.md
index e01cb72fa..7051de5cc 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,14 @@


- | | URL |
- |:--------------------------------------:|:----------------------------------------------:|
- | :computer: CREATOR | https://creatorsim.github.io/creator |
- | :globe_with_meridians: Project Website | https://creatorsim.github.io |
- | :book: Documentation | https://creatorsim.github.io/creator-wiki |
- | :package: Docker Hub | https://hub.docker.com/repositories/creatorsim |
- | :email: Email | creator.arcos.inf.uc3m.es@gmail.com |
+ | | URL |
+ |:-------------------------------------------:|:----------------------------------------------:|
+ | :computer: CREATOR | https://creatorsim.github.io/creator |
+ | :globe_with_meridians: Project Website | https://creatorsim.github.io |
+ | :book: Documentation | https://creatorsim.github.io/creator-wiki |
+ | :package: Docker Hub | https://hub.docker.com/repositories/creatorsim |
+ | :chart_with_upwards_trend: Usage Statistics | https://lookerstudio.google.com/s/pQXDJar8aoM |
+ | :email: Email | creator.arcos.inf.uc3m.es@gmail.com |
Source Code
diff --git a/src/web/App.vue b/src/web/App.vue
index e44dd2eab..36721a734 100644
--- a/src/web/App.vue
+++ b/src/web/App.vue
@@ -43,6 +43,7 @@ import SettingsModal from "./components/general/SettingsModal.vue";
import UIeltoNotifications from "./components/general/UIeltoNotifications.vue";
import NavbarCREATOR from "./components/general/NavbarCREATOR.vue";
import UIeltoInstitutions from "./components/general/UIeltoInstitutions.vue";
+import UIeltoStatistics from "./components/general/UIeltoStatistics.vue";
import UIeltoAbout from "./components/general/AboutModal.vue";
import UIeltoBackup from "./components/select_architecture/UIeltoBackup.vue";
import MobileSettings from "./components/mobile/MobileSettings.vue";
@@ -79,6 +80,7 @@ export default {
UIeltoNotifications,
NavbarCREATOR,
UIeltoInstitutions,
+ UIeltoStatistics,
UIeltoAbout,
UIeltoBackup,
MobileSettings,
@@ -678,6 +680,9 @@ export default {
+
+
+
diff --git a/src/web/components/general/NavbarCREATOR.vue b/src/web/components/general/NavbarCREATOR.vue
index 7abab88ea..ca1e9aa46 100644
--- a/src/web/components/general/NavbarCREATOR.vue
+++ b/src/web/components/general/NavbarCREATOR.vue
@@ -378,9 +378,13 @@ export default defineComponent({
Community
+
+
+ Usage Statistics
+
- About Creator
+ About CREATOR
diff --git a/src/web/components/general/UIeltoStatistics.vue b/src/web/components/general/UIeltoStatistics.vue
new file mode 100644
index 000000000..2ef645987
--- /dev/null
+++ b/src/web/components/general/UIeltoStatistics.vue
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+