From c055b0d70733ba43614626a82c5ccb8ae9b7815d Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Sun, 2 Jul 2023 12:42:21 +0000
Subject: [PATCH] Update public/src/js/config.tsx

---
 public/src/js/config.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/src/js/config.tsx b/public/src/js/config.tsx
index 267e59c..8c61ddc 100644
--- a/public/src/js/config.tsx
+++ b/public/src/js/config.tsx
@@ -38,10 +38,10 @@ new HomeSection({
     <div>
       <p>
         The Hochschule für Technik Stuttgart holds a history of over 190 years and is one of the best universities for applied sciences in Baden-Württemberg.
-        The main buildings of HFT campus were established in 1819. The campus has a total of 8 buildings now, including both old and new constructions. In this project, the major focus is given to building 1 of the campus.
+        The main buildings of HFT campus were established in 1819. The campus has a total of 8 buildings now, including both old and new constructions. This application is co-developed by Sanghmitra Banerjee and Rushikesh Padsala as a part of master thesis in Photogrammetry and GeoInformatics (batch 2021-23) by Sanghmitra Banerjee. The application shows the combination of a semantically rich 3D city model (CityGML 3.0 building model of HFT Stuttgart building 1) with bounding volume hierarchy (I3S Building Scene Layer) optimised for streaming spatial data in multiple resolutions.
       </p>
       <div>
-        Note: This application is developed based on a prototype developed by ESRI. Please click <a href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/3d-gis/showcase-your-bim-data-in-the-building-viewer/" target="_blank" rel="noopener noreferrer">here</a> to know more.
+        Note: The web application is based on a prototype developed by Esri. Check about I3S Building Scene Layer to know more.
       </div>
     </div>
   ),
-- 
GitLab