From 3982976466494a54c6a9cefdc43aa452f1be788a Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Sun, 7 Jun 2020 17:10:37 +0000
Subject: [PATCH] Update index.html

---
 index.html | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/index.html b/index.html
index b03fd3d..5911d76 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html>
 
 <head>
-  <title>INSOURCE-FWE Simulator</title>
+  <title>IN-SOURCE: FWE Simulator</title>
   <meta name="description" content="website description" />
   <meta name="keywords" content="website keywords, website keywords" />
   <meta http-equiv="content-type" content="text/html; charset=windows-1252" />
@@ -15,7 +15,7 @@
       <div id="logo">
         <!-- class="logo_colour", allows you to change the colour of the text -->
         <h1><img src="style/HFT_Logo.png" alt="logo" width="20%" height="20%" style="float:right" /></h1>
-        <h1><a href="index.html">INSOURCE<span class="logo_colour"> Food-Water-Energy Simulation and Visulization</span></a></h1>
+        <h1><a href="index.html">IN-SOURCE:<span class="logo_colour"> Food-Water-Energy Simulation and Visulization</span></a></h1>
         
       </div>
       <div id="menubar">
@@ -44,15 +44,14 @@
       </div>
       <div id="content">
         <h1>Welcome to the Page of Food-Water-Energy Simulation Tool</h1>
-        <p>Food-water-energy simulator and visualizer are developed at HFT Stuttgart. Under the project of IN-Source, EnergyADE extends the standard 3D data model CityGML with FWE parameters, a energy simulation tool SimStadt was further developed with biomass potential analysis, and the results are visualized in a interacting 3D map.</p>
+        <p>Food-water-energy simulator and visualizer are developed at HFT Stuttgart. Under the project of IN-Source, Food Water Energy(FWE) ADE extends the standard data model CityGML of with FWE parameters. In addition,  an urban energy simulation tool SimStadt was further developed with biomass potential analysis, and the results are visualized in a interacting 3D map.</p>
         <h2>Biomass Potential Simulation</h2>
         <p>The simulator is based on the urban energy simulation platfomr called SimStadt. SimStadt has been developed and extensively validated in the framework of SimStadt and SimStadt 2.0 projects since 2013. </p>
         <p>In INsource the software SimStadt was extened to simulate the vegetation-based biomass potential. Further FWE related functions, e.g. water demand in urban and rural area and food potential, are being studied and extented.</p>
         <h2>Food-Water-Energy ADE</h2>
-        <p></p>
+        <p>Food Water Energy Application Domain Extension (FWE ADE) is a domain specific data model which extends the standard data model of CityGML. FWE ADE allows users to feed domain specific FWE data at four spatail levels: buildings, landuse, FWEArea and FWESystem.</p>
         <h2>Visualization</h2>
-        <p></p>
-
+        <p>To visualise CityGML datasets along with the FWE ADE on the web, custom web application using 3D tiles rendered on Cesium web globe is developed.</p>
       </div>
     </div>
   </div>
-- 
GitLab