From 9b47af13b00f6e5931a9176c54a3ec868bdba5f3 Mon Sep 17 00:00:00 2001 From: Bao <keyu.bao@hft-stuttgart.de> Date: Thu, 28 May 2020 08:38:47 +0000 Subject: [PATCH] Update index.html --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index b08349d..868c276 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ <!-- put class="selected" in the li tag for the selected page - to highlight which page you're on --> <li class="selected"><a href="index.html">Home</a></li> <li><a href="Biomass.html">Biomass Simulator</a></li> - <li><a href="EnergyADE.html">EnergyADE</a></li> + <li><a href="EnergyADE.html">FWE ADE</a></li> <li><a href="Visualization.html">Visualization</a></li> <li><a href="contact.html">Contact Us</a></li> </ul> @@ -42,7 +42,6 @@ </ul> </div> <div id="content"> - <p>test</p> <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> <h2>Biomass Potential Simulation</h2> -- GitLab