-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (138 loc) · 7.08 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
top: 0;
overflow: hidden;
border: 1px solid #e7e7e7;
background-color: #f3f3f3;
text-align: center
}
li {
list-style: none;
display: inline;
}
li a, .dropbtn {
display: inline-block;
color: #666;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active), .dropdown:hover .dropbtn {
background-color: #ddd;
}
li a.active {
color: white;
background-color: #4CAF50;
}
li.dropdown {
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<body>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li class="dropdown">
<a href="https://hues.empa.ch/index.php/" class="dropbtn">Wiki</a>
<div class="dropdown-content">
<a href="https://hues.empa.ch/index.php/Model_repository">Model repository</a>
<a href="https://hues.empa.ch/index.php/Code_repository">Code repository</a>
<a href="https://hues.empa.ch/index.php/External_resources">External resources</a>
</div>
</li>
<li class="dropdown">
<a href="index.html" class="dropbtn">Modeling tools</a>
<div class="dropdown-content">
<a href="https://github.com/hues-platform/ehub-modeling-tool">Ehub Modeling Tool</a>
</div>
</li>
<li class="dropdown">
<a href="index.html" class="dropbtn">Data</a>
<div class="dropdown-content">
<a href="https://hues.empa.ch/data_portal/about">DES data portal</a>
<a href="http://wisesccer1.unige.ch/">Swiss energy supply and demand web service</a>
</div>
</li>
<li><a href="https://hues.empa.ch/index.php/Contribute_-_add_models,_code_or_data">Contribute</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</body>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>HUES Platform</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<p> <img src="HUES_Logo.png" alt="HUES logo" align="middle"> </p>
<p> <img src="Sidebar_image.png" alt="HUES text" align="left"> </p>
</header>
</body>
<section>
<br>
<h2>
<a id="welcome-to-the-hues-platform" class="anchor" href="#welcome-to-the-hues-platform" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to the HUES Platform</h2>
<p>The Holistic Urban Energy Simulation (HUES) Platform is an open source ecology of computational resources to support distributed energy system (DES) design and control. By bringing together diverse computational resources reflecting cutting-edge DES research, we aim to accelerate research and facilitate effective deployment of DES. Resources in the HUES Platform include: </p>
<h3>
<a id="welcome-to-the-hues-platform" class="anchor" href="#welcome-to-the-hues-platform" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Models</h3>
<p>The <b> Model repository </b> includes a number of models for simulating and optimizing building- and district-scale energy systems. The code for these models is readily accessible, and may be used, downloaded and modified freely. </p>
<p><a style="font-weight:bold; color: #09841C;" href="https://hues.empa.ch/index.php/Model_repository">Access the model repository >>></a> </p>
<h3>
<a id="welcome-to-the-hues-platform" class="anchor" href="#welcome-to-the-hues-platform" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. Modeling tools </h3>
<p>The <b>Ehub Modeling Tool</b> (beta version) is an open source tool for optimizing the design and operation of distributed multi-energy systems at the level of buildings and districts. The Ehub Modeling Tool is developed in Matlab and Aimms, and may be used, downloaded and modified freely. </p>
<p><a style="font-weight:bold; color: #09841C;" href="https://github.com/hues-platform/ehub-modeling-tool">Access the Ehub Modeling Tool >>></a> </p>
<h3>
<a id="welcome-to-the-hues-platform" class="anchor" href="#welcome-to-the-hues-platform" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. Data</h3>
<p>The <b>Swiss energy supply and demand web service</b> includes aggregated yearly heat demand and solar rooftop PV potential in Switzerland, accessible at either the commune or pixel level. Access to the web service is restricted to participants in the SCCER FEEB&D project.</p>
<p> <a style="font-weight:bold; color: #09841C;" href="http://wisesccer1.unige.ch/">Access the Swiss energy demand and supply web service >>></a> </p>
<p> The <b>DES data portal</b> (beta version) includes data on the technical and economic properties of distributed systems, including DES technologies, DES cases and energy prices.</p>
<p><a style="font-weight:bold; color: #09841C;" href="https://hues.empa.ch/data_portal/about">Access the DES data portal >>></a> </p>
<h3>
<a id="welcome-to-the-hues-platform" class="anchor" href="#welcome-to-the-hues-platform" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>4. Code </h3>
<p>The <b> Code repository </b> includes a number of code snippets and scripts which may be useful to researchers dealing with the simulation and optimization of distributed energy systems. </p>
<p><a style="font-weight:bold; color: #09841C;" href="https://hues.empa.ch/index.php/Code_repository">Access the code repository >>></a> </p>
<h3>
<a id="welcome-to-the-hues-platform" class="anchor" href="#welcome-to-the-hues-platform" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>5. External resources </h3>
<p>See our <b> External resources </b> page for a list of externally developed/maintained models, databases and tools useful for research on distributed energy systems. </p>
<p><a style="font-weight:bold; color: #09841C;" href="https://hues.empa.ch/index.php/External_resources">Access the external resources page >>></a> </p>
<br>
<br>
<p><small>Development of the HUES Platform is financially supported by the projects SCCER FEEB&D and CCEM SECURE.</small></p>
<p> <a href="http://www.sccer-feebd.ch/"><img src="HUES_Funding2.png" alt="HUES funding" align="left" width="300"> </a></p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>