From 3bb44da4fe329eb92fe2c676fb8534e627430810 Mon Sep 17 00:00:00 2001
From: svensMPG <sven.schneider@hft-stuttgart.de>
Date: Tue, 7 Jun 2022 10:58:13 +0200
Subject: [PATCH] added citydemonstrator to content.json

---
 public/content/content.json | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/public/content/content.json b/public/content/content.json
index 2cf9640..ab349cb 100644
--- a/public/content/content.json
+++ b/public/content/content.json
@@ -1,4 +1,28 @@
-[{
+[  
+  {
+    "item": {
+      "title": "CityDemonstrator",
+      "project": "iCity Project",
+      "author": {
+        "firstName": "Sven",
+        "lastName": "Schneider",
+        "hftURL": "https://www.hft-stuttgart.de/p/sven-schneider"
+      },
+      "project_year_start": "2021",
+      "project_year_end": "2024",
+      "project_is_on_going": true,
+      "imageLink":"https://citydemonstrator.hft-stuttgart.de/assets/img/iCity_network_1.svg",
+      "keywords":["Smart City","Participation", "LIN Stadt" ],
+      "description_en":"Learn about Intelligent Cities with our City Demonstrator. Find out what makes our cities Liveable, Intelligent and Sustainable - the LIS city.",
+      "description_de":"Erfahren Sie mehr über intelligente Städte mit dem City Demonstrator. Was macht unsere Städte Lebenswert, Intelligent und Nachhaltig - die LIN Stadt."
+    },
+    "refIndex": 5,
+    "links": {
+      "demo": "https://urbanvis.hft-stuttgart.de/Testgebiete.html",      
+      "project":"https://www.hft-stuttgart.de/forschung/projekte/aktuell/inspirer"
+    }
+  }, 
+  {
     "item": {
       "title": "INSPIRER case-studies",
       "project": "INSPIRER",
-- 
GitLab