From c4d4bc3659e6e385a465a0c2f3a5710525a5faf5 Mon Sep 17 00:00:00 2001
From: Myriam Guedey <myriam.guedey@hft-stuttgart.de>
Date: Thu, 19 Oct 2023 08:42:13 +0000
Subject: [PATCH] Add new file

---
 public/content/paper.json | 44 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 public/content/paper.json

diff --git a/public/content/paper.json b/public/content/paper.json
new file mode 100644
index 0000000..7416c4a
--- /dev/null
+++ b/public/content/paper.json
@@ -0,0 +1,44 @@
+[
+    {
+      "item": {
+        "title": "3D SAFE ROUTING NAVIGATION APPLICATION FOR PEDESTRIANS AND CYCLISTS BASED ON OPEN SOURCE TOOLS",
+        "project": "Hackathon",
+        "authors": [
+            {
+                "firstName": "T",
+                "lastName": "Santhanavanich."
+            },{
+                "firstName": "P",
+                "lastName": "Wuerstle"
+            },{
+                "firstName": "J",
+                "lastName": "Silberer"
+            },{
+                "firstName": "V",
+                "lastName": "Loidl"
+            },{
+                "firstName": "P",
+                "lastName": "Rodrigues"
+            },{
+                "firstName": "V",
+                "lastName": "Coors"
+            }
+        ],
+        "imageLink":"imgs/publication/3droute.jpg",
+        "keywords":["CityGML","SensorThings API","Open Geospatial Consortium","pgRouting","Warning"],
+        "journal": {
+                "name":"ISPRS Annals of Photogrammetry, Remote Sensing & Spatial Information Sciences",
+                "volume":"VI-4/W2-2020",
+                "year":"2020",
+                "pages":"143-147"
+        },
+        "DOI":"https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020"
+       },
+      "links": {
+        "pdf":"",
+        "url": "https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/VI-4-W2-2020/143/2020/",
+        "demo": "https://m4lab.hft-stuttgart.de/partizipation/"
+      }
+    }
+]
+
-- 
GitLab