... | ... | @@ -16,6 +16,9 @@ You may host the image file in [thumbnails](https://transfer.hft-stuttgart.de/gi |
|
|
"firstName": "Joe",
|
|
|
"lastName": "T. Santhanavanich"
|
|
|
},
|
|
|
"project_year_start": "2018",
|
|
|
"project_year_end": "2021",
|
|
|
"project_is_on_going": false,
|
|
|
"imageLink":"imgs/thumbnails/3DEbike.gif",
|
|
|
"keywords":["SensorThings API","CityGML","GIS Analyst","3D GIS","GIS Analyst", "Urban Analytics"],
|
|
|
"description_en": "The 3D E-bike Tracking is a 3D web-based visual analytics application designed showing various parameters from sensor systems equipped on the E-bike sharing system in the study area of a city of Stuttgart, Germany.",
|
... | ... | @@ -28,10 +31,12 @@ You may host the image file in [thumbnails](https://transfer.hft-stuttgart.de/gi |
|
|
"refIndex": 1
|
|
|
}
|
|
|
```
|
|
|
It is important to keep all JSON keys. The empty value is allowed. e.g. if you have no youtube content, you may store it like ```"youtube":""```
|
|
|
It is important to keep all JSON keys. The empty string is allowed. e.g. if you have no youtube content or not so sure when would your project end, you may store empty string like ```"youtube":"", "project_year_end",""```
|
|
|
|
|
|
2. Push your update to the repo and you can see update at https://ugl.hft-stuttgart.de/ after 1-3 minutes.
|
|
|
2. After adding content, push your update to the repo and you can see the update at https://ugl.hft-stuttgart.de/ after 1-3 minutes.
|
|
|
|
|
|

|
|
|
|
|
|
3. If the content is not updated on the site, please contact the Web Developer team listing [here](https://transfer.hft-stuttgart.de/gitlab/ugl/website/-/tree/master).
|
|
|
|
|
|
|