-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (83 loc) · 4.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Homepage BuildingSystems">
<meta name="author" content="Christoph Nytsch-Geusen">
<link rel="icon" href="../../favicon.ico">
<title>BuildingSystems</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link href="css/styles.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Body content goes here -->
<div class="container">
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-content">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html">BuildingSystems</a>
</div>
<div class="collapse navbar-collapse" id="navbar-content">
<ul class="nav navbar-nav">
<li class="active"><a href="./index.html">Home</a></li>
<li><a href="./features.html">Features</a></li>
<li><a href="./system.html">System Simulation</a></li>
<li><a href="./district.html">District Simulation</a></li>
<li><a href="./bim2modelica.html">BIM2Modelica</a></li>
<li><a href="./download.html">Download</a></li>
<li><a href="./documentation.html">Documentation</a></li>
<li><a href="./projects.html">Projects</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<h1>BuildingSystems</h1>
<p>The Modelica open-source <em>BuildingSystems</em> library is developed for dynamic simulation
of the energetic behavior of single rooms, buildings and whole districts.
The simulation models of the library describe the dynamic energy balance of the building
envelope inclusive its boundary conditions (ambient climate, user behavior).
The corresponding energy plant system - e.g. a solar heating system -
can be included optionally in an entire "Building System" model.</p>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="thumbnail">
<img src="./img/SolarHeatingSystem.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<p>Simulation model of a building and a solar heating system, based on the <em>BuildingSystems</em> library</p>
</div>
</div>
</div>
</div>
<footer>
<p>© UdK Berlin, Fachgebiet Versorgungsplanung und Versorgungstechnik 2023</p>
<p><a href="./impressum.html">Impressum</a> <a href="https://www.udk-berlin.de/schnellzugriff/datenschutz/">Datenschutz</a></p>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>