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

<head>
Bao's avatar
Bao committed
5
  <title>INSOURCR-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>
Bao's avatar
Bao committed
18
        <h1><a href="index.html">INSOURCE<span class="logo_colour"> Food-Water-Energy Simulation and Visulization</span></a></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
26
27
          <li><a href="Biomass.html">Biomass</a></li>
          <li><a href="EnergyADE.html">EnergyADE</a></li>
          <li><a href="Visualization.html">Visualization</a></li>
Bao's avatar
Bao committed
28
29
30
31
32
33
34
35
36
37
38
39
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
      </div>
    </div>
    <div id="site_content">
      <div class="sidebar">
        <h1>Latest News</h1>
        <h4>New Website Launched</h4>
        <h5>January 1st, 2010</h5>
        <p>2010 sees the redesign of our website. Take a look around and let us know what you think.<br /><a href="#">Read more</a></p>
        <h1>Useful Links</h1>
        <ul>
Bao's avatar
Bao committed
40
41
          <li><a href="http://www.simstadt.eu/de/index.jsp">SimStadt</a></li>
          <li><a href="https://www.hft-stuttgart.de/forschung/projekte/standard-titel">IN-Source</a></li>
Bao's avatar
Bao committed
42
43
44
        </ul>
      </div>
      <div id="content">
Bao's avatar
Bao committed
45
        <h1>Welcome to the Page of Food-Water-Energy Simulation Tool</h1>
Bao's avatar
Bao committed
46
        <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>
Bao's avatar
Bao committed
47
48
        <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
49
        <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
50
51
52
53
54
        <h2>EnergyADE</h2>
        <p></p>
        <h2>Visualization</h2>
        <p></p>

Bao's avatar
Bao committed
55
56
57
58
59
      </div>
    </div>
  </div>
</body>
</html>