index.html 23.3 KB
Newer Older
Sven Schneider's avatar
Sven Schneider committed
1
2
<!DOCTYPE html>
<html>
3
4

<head>
5
6
  

7
  <meta charset="utf-8">
Sven Schneider's avatar
Sven Schneider committed
8
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9
  <meta name="description" content="">
Sven Schneider's avatar
Sven Schneider committed
10
  <title>urbanVIS - i_city</title>
11
12
13
  <meta charset="utf-8">
  <meta name="generator" content="GitLab Pages">
  <!-- <title>Home</title> -->
Sven Schneider's avatar
Sven Schneider committed
14

15
  <!-- <link rel="stylesheet" href="style.css">     -->
Sven Schneider's avatar
Sven Schneider committed
16

17
18
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
    integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
Sven Schneider's avatar
Sven Schneider committed
19
  <link href="css/main.css" rel="stylesheet">
20
  <link rel="icon" type="image/svg" href="imgs/wind-solid.svg">  
21
</head>
22
<body>
23

24
  <!-- <div id="topbar">
Sven Schneider's avatar
Sven Schneider committed
25
        <div id="menu" class="navbar"></div>
26
    </div> -->
27

28
  <!-- <div class="content"> -->
29
30
    <!-- <h1 id='projectname'></h1> 
      Projektname kommt aus settings.js, hier nichts einfügen -->
31

Sven Schneider's avatar
Sven Schneider committed
32
    <!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
33

Sven Schneider's avatar
Sven Schneider committed
34
35
36
37
38
39
    <header>
      <div class="collapse navbar-light" id="navbarHeader">
        <div class="container">
          <div class="row">
            <div class="col-sm-8 col-md-7 py-4">
              <h4 class="text-white">About</h4>
40
41
42
              <p class="text-white">Explore different ways of visualizing 3D data such as Computational Fluid Dynamics
                (CFD) simulations
                in urban enviroments in your web-browser. Select a visualization scheme below and interactively explore
43
                the content. Visualizations are based on <a href="https://cesium.com/cesiumjs/">CesiumJS</a> .</p>
Sven Schneider's avatar
Sven Schneider committed
44
45
46
47
48
49
            </div>
            <div class="col-sm-4 offset-md-1 py-4">
              <h4 class="text-white">Contact</h4>
              <ul class="list-unstyled">
                <!-- <li><a href="#" class="text-white">Follow on Twitter</a></li> -->
                <!-- <li><a href="#" class="text-white">Like on Facebook</a></li> -->
50
                <li><a href="mailto:sven.schneider[at]hft-stuttgart.de">Email me</a></li>
Sven Schneider's avatar
Sven Schneider committed
51
52
53
54
55
              </ul>
            </div>
          </div>
        </div>
      </div>
56
      <div class="navbar  navbar-light shadow-lg footer-header-color">
Sven Schneider's avatar
Sven Schneider committed
57
        <div class="container d-flex justify-content-between">
58
          <a href="https://www.hft-stuttgart.de" class="navbar-brand d-flex align-items-center">
Sven Schneider's avatar
Sven Schneider committed
59
            <!-- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="mr-2" viewBox="0 0 24 24" focusable="false"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg> -->
60
            <!-- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="mr-2" viewBox="0 0 24 24" focusable="false"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg> -->
61
            <img src="imgs/HFT_logo.svg"
62
              class="hftlogo" width="100px" alt="wind">
63
            <!-- <img src="imgs/wind-solid.svg" class="windSVG" width="50px" alt="wind"> -->
Sven Schneider's avatar
Sven Schneider committed
64
65
            <i class="fas fa-wind"></i>
            <!-- <strong>UrbanVIS</strong> -->
66
            <h1 id='projectname'></h1>
Sven Schneider's avatar
Sven Schneider committed
67
          </a>
68
          <div id="UrbanVisTitle"> urbanVIS</div>
Sven Schneider's avatar
Sven Schneider committed
69
70
71
72
          <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader"
            aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
          </button>
Sven Schneider's avatar
Sven Schneider committed
73
        </div>
Sven Schneider's avatar
Sven Schneider committed
74
      </div>
75

76
77
      
    </header>
78
79

  
Sven Schneider's avatar
Sven Schneider committed
80
    <main role="main">
81
      <section class="jumbotron text-center" style="padding-top: 96px;">
Sven Schneider's avatar
Sven Schneider committed
82
83
        <div class="container">
          <!-- <h1>A platform for urban CFD</h1> -->
84
          <img src="imgs/wind-solid.svg" class="windSVG" width="100px" alt="wind">
Sven Schneider's avatar
Sven Schneider committed
85
          <h1>Urban Visualization Platform</h1>
86
87
88
89
90
91
92
          <p class="lead text-muted"> On this platform an overview of different visualizations for a variety of (3D)
            data is provided.</p>

          <p>The examples shown here were mainly created during the iCity research projects at HFT Stuttgart (University
            of
            Applied Sciences Stuttgart).
            <!-- <p>
Sven Schneider's avatar
Sven Schneider committed
93
94
            <a href="https://www.hft-stuttgart.de/forschung/i-city" class="btn btn-primary my-2 myBtn">iCity Project <br> at HFT</a>
            <a href="http://icity.hft-stuttgart.de/hftsmartplatform/" class="btn btn-primary my-2 myBtn">iCity Smart
95
              Cities<br> Platform</a>     
96
                 -->
Sven Schneider's avatar
Sven Schneider committed
97
              
98
          </p>
99
          <p>
100
            <a href="http://icity.hft-stuttgart.de/" class="btn btn-secondary my-2 myBtn">iCity Project</a>
101
          </p>
Sven Schneider's avatar
Sven Schneider committed
102
103
104

        </div>
      </section>
105
106
107
108


      <!-- zeile 1 mit gallery -->

Sven Schneider's avatar
Sven Schneider committed
109
110
      <div class="album py-5 bg-light topDownPadding">
        <div class="container">
111

Sven Schneider's avatar
Sven Schneider committed
112
          <div class="row">
113

114
115
            <div class="col-lg-4">
              <div class="card mb-4 shadow-lg extension">
116
                <h5>Wind in Stuttgart, Kernerviertel </h5>
Sven Schneider's avatar
Sven Schneider committed
117
                <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
118
                <img class="thumbimg" src="imgs/thumbnails/Kirchturm_keine_Partikel.jpg" alt="">
Sven Schneider's avatar
Sven Schneider committed
119
                <div class="card-body">
120
121
122
123
124
                  <p class="card-text">Visualisation of wind around three target buildings (red) near a church with
                    spire and surrounded by numerous building layers (colors). The streamlines results from a
                    Computational Fluid Dynamic simulation of the air flow with RANS (Reynold-Averaged Navier Stokes
                    Equations) and the k-omega SST Turbulence model.</p>
                  <!-- <small class="text-muted">9 mins</small> -->
Sven Schneider's avatar
Sven Schneider committed
125
126
127
                </div>
                <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                  <div class="btn-group">
128
                    <form action="circularData.html" class="form-signin" method="GET">
129
                      <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn ">Explore</button>
130
                    </form>
Sven Schneider's avatar
Sven Schneider committed
131
132
133
134
                  </div>
                </div>
              </div>
            </div>
135
136
137



138
139
            <div class="col-lg-4">
              <div class="card mb-4 shadow-lg extension">
140
                <h5>Wind in Stuttgart, Kernerviertel</h5>
Sven Schneider's avatar
Sven Schneider committed
141
                <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
142
                <img class="thumbimg" src="imgs/thumbnails/Kirchturm_Partikel_1.jpg" alt="">
Sven Schneider's avatar
Sven Schneider committed
143
                <div class="card-body">
144
145
146
147
148
                  <p class="card-text">Wind visualisation with particles around three target buildings (red) near a
                    church with spire and surrounded by numerous building layers (colors). The streamlines results from
                    a Computational Fluid Dynamic simulation of the air flow with RANS (Reynold-Averaged Navier Stokes
                    Equations) and the k-omega SST Turbulence model.</p>
                  <!-- <small class="text-muted">9 mins</small> -->
Sven Schneider's avatar
Sven Schneider committed
149
150
151
                </div>
                <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                  <div class="btn-group">
152
                    <form action="Kirchturm1.html" class="form-signin" method="GET">
153
                      <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn ">Explore</button>
154
                    </form>
Sven Schneider's avatar
Sven Schneider committed
155
156
157
158
                  </div>
                </div>
              </div>
            </div>
159
160
            <div class="col-lg-4">
              <div class="card mb-4 shadow-lg extension">
161
                <h5>Wind in Stuttgart, Kernerviertel</h5>
Sven Schneider's avatar
Sven Schneider committed
162
                <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
163
                <img class="thumbimg" src="imgs/thumbnails/Kirchturm_Partikel_2.jpg" alt="">
Sven Schneider's avatar
Sven Schneider committed
164
                <div class="card-body">
165
166
167
168
169
                  <p class="card-text">Wind visualisation with particles around three target buildings (red) near a
                    church with spire and surrounded by numerous building layers (colors). The streamlines results from
                    a Computational Fluid Dynamic simulation of the air flow with RANS (Reynold-Averaged Navier Stokes
                    Equations) and the k-omega SST Turbulence model.</p>
                  <!-- <small class="text-muted">9 mins</small> -->
Sven Schneider's avatar
Sven Schneider committed
170
171
172
                </div>
                <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                  <div class="btn-group">
173
                    <form action="Kirchturm2.html" class="form-signin" method="GET">
174
                      <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn ">Explore</button>
Sven Schneider's avatar
Sven Schneider committed
175
176
177
178
179
                    </form>
                  </div>
                </div>
              </div>
            </div>
180
181
182



Sven Schneider's avatar
Sven Schneider committed
183
184
185
          </div>
        </div>
      </div>
186
187
188
189
190





Sven Schneider's avatar
Sven Schneider committed
191
192
      <div class="album py-5 bg-light topDownPadding">
        <div class="container">
193

Sven Schneider's avatar
Sven Schneider committed
194
          <div class="row">
195
196
            <div class="col-lg-4">
              <div class="card mb-4 shadow-lg extension">
Sven Schneider's avatar
Sven Schneider committed
197
198
                <h5>Pressure PointCloud (3D Tiles)</h5>
                <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
199
                <img class="thumbimg" src="imgs/thumbnails/PointCloud.jpg" alt="">
Sven Schneider's avatar
Sven Schneider committed
200
                <div class="card-body">
201
202
                  <p class="card-text">Wind pressure around a building block visualzied as a point cloud. Color
                    represents different pressure values according to legend.</p>
Sven Schneider's avatar
Sven Schneider committed
203
204
205
                </div>
                <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                  <div class="btn-group">
206
                    <form action="iStoeck.html" class="form-signin" method="GET">
207
                      <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn">Explore</button>
208
                    </form>
Sven Schneider's avatar
Sven Schneider committed
209
210
211
212
213
                  </div>
                  <!-- <small class="text-muted">9 mins</small> -->
                </div>
              </div>
            </div>
214
215
216



217
218
            <div class="col-lg-4">
              <div class="card mb-4 shadow-lg extension">
219
                <h5>Streamlines with particles</h5>
Sven Schneider's avatar
Sven Schneider committed
220
                <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
221
                <img class="thumbimg" src="imgs/thumbnails/StreamlinesMultipart_particles.jpg" alt="">
Sven Schneider's avatar
Sven Schneider committed
222
                <div class="card-body">
223
224
225
                  <p class="card-text">Multipart streamlines with vertex coloring showing also particles moving along
                    the streamslines in order to give a better impression of the wind field. </p>
                  <!-- <small class="text-muted">9 mins</small> -->
Sven Schneider's avatar
Sven Schneider committed
226
227
228
                </div>
                <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                  <div class="btn-group">
229
                    <form action="StreamlineParticles.html" class="form-signin" method="GET">
230
                      <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn">Explore</button>
231
                    </form>
Sven Schneider's avatar
Sven Schneider committed
232
233
234
235
                  </div>
                </div>
              </div>
            </div>
236
237
238
239
240





241
242
            <div class="col-lg-4">
              <div class="card mb-4 shadow-lg extension">
Sven Schneider's avatar
Sven Schneider committed
243
244
                <h5>Multi-Color/Part Streamlines </h5>
                <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
245
                <img class="thumbimg" src="imgs/thumbnails/StreamlinesMultipart.jpg" alt="">
Sven Schneider's avatar
Sven Schneider committed
246
                <div class="card-body">
247
248
                  <p class="card-text">Wind speed around a building block visualzied using Cesium multicolor multi-part
                    lines primitives. Color represents different wind speeds, values according to legend.</p>
Sven Schneider's avatar
Sven Schneider committed
249
250
251
                </div>
                <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                  <div class="btn-group">
252
                    <form action="StreamlinesMultipart.html" class="form-signin" method="GET">
253
                      <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn">Explore</button>
254
255
                    </form>
                  </div>
Sven Schneider's avatar
Sven Schneider committed
256
                </div>
257
              </div>
Sven Schneider's avatar
Sven Schneider committed
258
259
260
            </div>
          </div>
        </div>
261
      </div>  <!--  END OF : <div class="album py-5 bg-light topDownPadding"> -->
262
263
264
265
266
267
268
269
270


        <!-- Zeile 3 mit Album  -->

        <div class="album py-5 bg-light topDownPadding">
          <div class="container">

            <div class="row">

271
272
              <div class="col-lg-4">
                <div class="card md-4 shadow-lg extension ">
273
274
275
276
277
278
279
280
281
282
                  <h5>Hexgrid GeoJSON (5m)</h5>
                  <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
                  <img class="thumbimg" src="imgs/thumbnails/HexGrid5m_PressureMeanGeoJSON.jpg" alt="">
                  <div class="card-body">
                    <p class="card-text">Wind pressure at roof top height, Hexgrid (hexagon width 5m) is clamped to
                      ground and buildings.</p>
                  </div>
                  <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                    <div class="btn-group">
                      <form action="iStoeckHMGeoJSON.html" class="form-signin" method="GET">
283
                        <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn">Explore</button>
284
285
286
                      </form>
                    </div>
                    <!-- <small class="text-muted">9 mins</small> -->
Sven Schneider's avatar
Sven Schneider committed
287
288
289
                  </div>
                </div>
              </div>
290
291


292
293
              <div class="col-lg-4">
                <div class="card md-4 shadow-lg extension" >
294
295
296
297
298
299
300
301
302
303
                  <h5>Streamlines (3D Tiles)</h5>
                  <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
                  <img class="thumbimg" src="imgs/thumbnails/StreamLinesCesiumOverview.jpg" alt="">
                  <div class="card-body">
                    <p class="card-text">Streamlines showing wind flow over and around a building block and parts of
                      Stoeckach. Wind speed is encoded as color information as of the legend.</p>
                  </div>
                  <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                    <div class="btn-group">
                      <form action="iStoeckStreams.html" class="form-signin" method="GET">
304
                        <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn">Explore</button>
305
306
307
                      </form>
                    </div>
                    <!-- <small class="text-muted">9 mins</small> -->
308
309
310
311
                  </div>
                </div>
              </div>

312
313


314
315
              <div class="col-lg-4">
                <div class="card md-4 shadow-lg extension" >
316
317
318
319
320
321
322
323
324
325
                  <h5>Hexgrid 3D Tiles (2m)</h5>
                  <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
                  <img class="thumbimg" src="imgs/thumbnails/HexGrid2m_PressureMean3DTiles.jpg" alt="">
                  <div class="card-body">
                    <p class="card-text">Wind pressure at roof top height, shown as a floating 3D Tiles Hexgrid (hexagon
                      width 2m).</p>
                  </div>
                  <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                    <div class="btn-group">
                      <form action="iStoeckHexgrid_2m.html" class="form-signin" method="GET">
326
                        <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn">Explore</button>
327
328
329
                      </form>
                    </div>
                    <!-- <small class="text-muted">9 mins</small> -->
330
331
332
333
                  </div>
                </div>
              </div>

334
            </div>
335
336
337
          </div>
        </div>

338
339
340
341
342
343
        <!-- zeile 4 NEU mit gallery -->

        <div class="album py-5 bg-light topDownPadding">
          <div class="container">

            <div class="row">
344
345
              <div class="col-lg-4">
                <div class="card md-4 shadow-lg extension">
346
347
348
349
350
351
                  <h5>Hexgrid 3D Tiles (15m)</h5>
                  <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
                  <img class="thumbimg" src="imgs/thumbnails/HexGrid15m.jpg" alt="">
                  <div class="card-body">
                    <p class="card-text">Wind pressure at roof top height, shown as a floating 3D Tiles hexgrid (hexagon
                      width 15m). </p>
352
                  </div>
353
354
355
                  <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                    <div class="btn-group">
                      <form action="iStoeckHM.html" class="form-signin" method="GET">
356
                        <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn">Explore</button>
357
358
359
                      </form>
                    </div>
                    <!-- <small class="text-muted">9 mins</small> -->
360
361
362
363
                  </div>
                </div>
              </div>

364
365
366
367
368
              




369
370
              <div class="col-lg-4">
                <div class="card md-4 shadow-lg extension">
371
372
373
374
375
376
377
378
379
380
381
                  <h5>WindowDetection on Buildings</h5>
                  <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
                  <img class="thumbimg" src="imgs/thumbnails/EssenPC.jpg" alt="">
                  <div class="card-body">
                    <p class="card-text">Showing results from automatic window detection from LiDaR point clouds.
                      Results are shown on top of 3D building models and the original point cloud. </p>
                    <!-- <small class="text-muted">9 mins</small> -->
                  </div>
                  <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                    <div class="btn-group">
                      <form action="EssenPC.html" class="form-signin" method="GET">
382
                        <button type="submit" class="btn btn-sm btn-outline-secondary exploreBtn">Explore</button>
383
384
                      </form>
                    </div>
385
386
387
388
                  </div>
                </div>
              </div>

389
390

            </div>
Sven Schneider's avatar
Sven Schneider committed
391
392
          </div>
        </div>
393
394
395
396



        <!-- <br>
Sven Schneider's avatar
Sven Schneider committed
397
398
399
400
401
402
403
      <div class="d-flex justify-content-between align-items-center btnGroupDiv">
      <div class="btn-group">
        <form action="/debug" class="form-signin" method="GET">
          <button type="submit" class="btn btn-sm btn-outline-secondary ">DEBUG</button>
        </form>
      </div>
      </div> -->
404
  
Sven Schneider's avatar
Sven Schneider committed
405
    </main>
406
  
407

408
    <footer class="text-white footer-header-color">
Sven Schneider's avatar
Sven Schneider committed
409
      <div class="container">
410
        <p class="float-right">                
Sven Schneider's avatar
Sven Schneider committed
411
          <a href="#">Back to top</a>
412
413
414
415
416
417
418
419
        </p>       
        <p>urbanVIS is &copy; by Sven Schneider and colaborators at HFT Stuttgart,  <span id='year'></span>.</p>        
      </div>
      <div class="container">
        <p>   
      <a href="https://www.hft-stuttgart.de/impressum" target="_blank" style="padding-right: 10px;">Impressum</a>
      <a href="https://www.hft-stuttgart.de/datenschutz" target="_blank">Datenschutz</a> 
      </p>
420
        
421

Sven Schneider's avatar
Sven Schneider committed
422
423
      </div>
    </footer>
Sven Schneider's avatar
Sven Schneider committed
424

425
426
427
428
    <script>
      var year = new Date().getFullYear();
      document.getElementById('year').innerHTML = year;    
    </script>
429
430
431
432
433
434
435
436
437
438

    <!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
    <script src="settings.js"> </script>

    <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
      integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
      crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
      integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
      crossorigin="anonymous"></script>
Sven Schneider's avatar
Sven Schneider committed
439
440


441
442
443
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
      integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
      crossorigin="anonymous"></script>
444

445
    </body>
446
</html>