index.html 3.15 KB
Newer Older
Bao's avatar
Bao committed
1
2
3
4
<!DOCTYPE HTML>
<html>

<head>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
5
  <title>IN-SOURCE: FWE Simulator</title>
Bao's avatar
Bao committed
6
7
8
9
10
11
12
13
14
15
16
  <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" />
  <link rel="stylesheet" type="text/css" href="style/style.css" />
</head>

<body>
  <div id="main">
    <div id="header">
      <div id="logo">
        <!-- class="logo_colour", allows you to change the colour of the text -->
Bao's avatar
Bao committed
17
        <h1><img src="style/HFT_Logo.png" alt="logo" width="20%" height="20%" style="float:right" /></h1>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
18
        <h1>IN-SOURCE:<span class="logo_colour"> Food-Water-Energy Simulation and Visualization</span></h1>
Bao's avatar
Bao committed
19
        
Bao's avatar
Bao committed
20
21
22
23
24
      </div>
      <div id="menubar">
        <ul id="menu">
          <!-- 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>
Bao's avatar
Bao committed
25
          <li><a href="Biomass.html">Biomass Simulator</a></li>
Bao's avatar
Bao committed
26
          <li><a href="Water.html">Urban Water</a></li>
Bao's avatar
Bao committed
27
          <li><a href="FWEADE.html">FWE ADE</a></li>
Bao's avatar
Bao committed
28
          <li><a href="Visualization.html">Visualization</a></li>
Bao's avatar
Bao committed
29
30
31
32
33
34
35
36
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
      </div>
    </div>
    <div id="site_content">
      <div class="sidebar">
        <h1>Useful Links</h1>
        <ul>
Bao's avatar
Bao committed
37
          <li><a href="http://simstadt.eu/">SimStadt</a></li>
Bao's avatar
Bao committed
38
          <li><a href="https://www.hft-stuttgart.de/forschung/projekte/standard-titel">IN-Source</a></li>
Bao's avatar
Bao committed
39
          <li><a href="https://drc.ait.ac.at/sites/insource/">IN-SOURCE VisToolBox</a></li>
Bao's avatar
Bao committed
40
41
42
        </ul>
      </div>
      <div id="content">
Bao's avatar
Bao committed
43
        <h1>Welcome to the Page of Food-Water-Energy Simulation Tool</h1>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
44
        <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>
Bao's avatar
Bao committed
45
46
        <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>
Bao's avatar
Bao committed
47
        <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>
Bao's avatar
Bao committed
48
        <h2>Food-Water-Energy ADE</h2>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
49
        <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>
Bao's avatar
Bao committed
50
        <h2>Visualization</h2>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
51
        <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>
Bao's avatar
Bao committed
52
53
54
55
56
      </div>
    </div>
  </div>
</body>
</html>