-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
99 lines (96 loc) · 4.95 KB
/
contact.html
File metadata and controls
99 lines (96 loc) · 4.95 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
<!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">
<title>BuildingSystems</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link href="css/styles.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://ossmaxcdn.com/libs/html5shiv/3.7.0/htmlshiv.js"></script>
<script src="https://ossmaxcdn.com/libs/responds.js/1.4.2/responds.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" 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><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="./documentatrion.html">Documentation</a></li>
<li><a href="./projects.html">Projects</a></li>
<li class="active"><a href="./contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<h1>Contact</h1>
<p>If you have any questions to the library or if you are interested in a collaboration
of the library development please feel free to contact us.</p>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Developer team</h3>
</div>
<div class="panel-body">
<p>The BuildingSystems library is being developed by following
<a href="https://github.com/orgs/UdK-VPT/people">Team</a>.</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Support</h3>
</div>
<div class="panel-body">
<p>For questions and discussions related to the use of the BuildingSystems library
please use the google group <a href="https://goo.gl/d4ERld">https://groups.google.com/forum/#!forum/modelica-buildingsystems</a></p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Coordination of the library development</h3>
</div>
<div class="panel-body">
<p>Prof. Dr. Christoph Nytsch-Geusen</p>
<p>Universität der Künste Berlin (UdK Berlin)</p>
<p>Fachgebiet Versorgungsplanung und Versorgungstechnik</p>
<p>Einsteinufer 43-53</p>
<p>10587 Berlin, Germany</p>
<p></p>
<p>Email: <a href="mailto:nytsch@udk-berlin.de">nytsch@udk-berlin.de</a></p>
<p>Phone: +49-30-3185-2097</p>
<p>Fax: +49-30-3185-2921</p>
</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>