index.html 20.3 KB
Newer Older
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta name="description" content="">
Joe TS Dell's avatar
Joe TS Dell committed
8
  <title>UGL Website</title>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
9
10
11
  <meta charset="utf-8">
  <meta name="generator" content="GitLab Pages">
  <link rel="stylesheet" href="./css/bootstrap.min.css">
Joe TS Dell's avatar
Joe TS Dell committed
12
  <!-- <link rel="stylesheet" href="./css/theme.min.css"> -->
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
13
14
  <link href="css/main.css" rel="stylesheet">
  <link href="css/custom.css" rel="stylesheet">
15
  <script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.15.3/xlsx.full.min.js"></script>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
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
  <script src="https://kit.fontawesome.com/79b3e255a2.js" crossorigin="anonymous"></script>
  <link rel="shortcut icon" type="image/png" sizes="32x32" href="./imgs/icon.png">

</head>

<body id="document-body">
  <!-- <div id="topbar">
        <div id="menu" class="navbar"></div>
    </div> -->

  <!-- <h1 id='projectname'></h1> Projektname kommt aus settings.js, hier nichts einfügen -->

  <!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->

  <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 id="rgc_about" class="text-white">About</h4>
            <p id="rgc_group" class="text-white">Details about our group to be inserted here... </p>
          </div>
          <div class="col-sm-4 offset-md-1 py-4">
            <h4 id="rgc_contact" 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> -->
              <li><a href="mailto:sven.schneider[at]hft-stuttgart.de">Email me</a></li>
            </ul>
          </div>
        </div>
      </div>
    </div>
    <div class="navbar navbar-light shadow-sm" style="background-color: #cc3125;">
      <div class="container d-flex justify-content-between">
Joe TS Dell's avatar
Joe TS Dell committed
51
52
53
54
55
        <img src="imgs/hft.jpg" class="hftlogo" width="100px" >
        <!-- <a href="https://www.hft-stuttgart.de" width="100px">
          
          <h1 id='projectname'></h1> 
        </a> -->
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
        <!-- <div class="drop-down"> 
          <select name="options"> 
              <option class="en" value="en"  
           style="background-image:url('imgs/flags/226-united-states.svg');background-size:2em;">English</option> 
              <option class="fr" value="fr" 
           style="background-image:url('imgs/flags/017-germany.svg');background-size:2em;">Germany</option> 
              <option class="nl" value="nl" 
           style="background-image:url('imgs/flags/012-uk.svg');background-size:2em;">Nederlands</option> 
          </select> 
      </div>  -->

        <select id="selectpicker1" class="selectpicker" data-img-src="imgs/flags/226-united-states.png"
          style="background-color: #cc3125; width: 10em; border-color:#cc3125;" data-width="fit">
          <option value='1' class="selectlang" data-img-src="imgs/flags/226-united-states.png"
            style="background-color: white;">English</option>
          <option value='2' class="selectlang" data-img-src="imgs/flags/226-united-states.png"
            style="background-color: white;">Deutsch</option>
        </select>
Joe TS Dell's avatar
Joe TS Dell committed
74
75

        
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
76
77
78
79
80
81
82
83
84
85
86
87
88
        <!-- <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> -->
      </div>
    </div>
  </header>

  <main role="main">

    <section class="jumbotron text-center hftBackground">
      <div class="container">
        <img src="imgs/database.svg" class="windSVG" width="100px" alt="wind">
89
        <h1> <b>Urban Geoinformatics Lab </b> <br>@HFT Stuttgart </h1>
Joe TS Dell's avatar
up    
Joe TS Dell committed
90
91
        <!-- <p id="rgc_introduction" class="lead text-muted"> (or Vote for new group name) <br>A research group introduction
          here ....</p> -->
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
92
93
94
        <p id="rgc_introduction2">The research projects at HFT Stuttgart (University of Applied Sciences Stuttgart).</p>
      </div>
    </section>
Joe TS Dell's avatar
Joe TS Dell committed
95
    
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
96
97
98
99
    <div id="cont_proto" class="cont_proto">
      <div id="album_one" class="album py-5 bg-light topDownPadding">
        <div class="container">
          <div>
Joe TS Dell's avatar
Joe TS Dell committed
100
101
102
103
            <h2 id="rgc_application"><i class="fas fa-laptop-code"></i></h2>



JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
104
            <!-- Searchbar -->
Joe TS Dell's avatar
Joe TS Dell committed
105
106
107
108
109
110
111
            <div class="search-wrapper">
              <div class="input-holder">
                <input type="text" id="search-input" class="search-input" placeholder="Type to search" />
                <button id="search-button" class="search-icon" onclick="searchToggle(this, event);"><span></span></button>
              </div>
              <span class="close" onclick="searchToggle(this, event);"></span>
            </div>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
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
            <!-- start -->

            <!-- end -->
          </div>
          <p id="rgc_applicationdesc" class="grey-text w-responsive mx-auto mb-5">Research Short Introduction ....</p>
          <br>

          <div id="row_main" class="row">

          </div>
        </div>
      </div>


      <!-- Zeile 3 mit Album  -->


    </div>
    <!-- <br>
      <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> -->
    <hr>
    <div class="container">
Patrick's avatar
Patrick committed
140
141
      <div class="linesearch" style="width:100%">
        <div class="col-md-4">
Joe TS Dell's avatar
update    
Joe TS Dell committed
142
          <h2 id="rgc_publication"><i class="fas fa-book"></i> Publications</h2>
Joe TS Dell's avatar
Joe TS Dell committed
143
144
          <p id="rgc_publicationdesc" class="grey-text w-responsive mx-auto mb-5">Research Short Introduction ....</p>

Patrick's avatar
Patrick committed
145
146
147
148
149
150
151
152
153
154
155
156
        </div>
        <div class="col-md-5"></div>
        <div class="col-md-4" style="float:right">
          <div class="search-wrapper">
            <div class="input-holder">
              <input type="text" id="search-input_paper" class="search-input" placeholder="Type to search" />
              <button id="search-button_paper" class="search-icon" onclick="searchToggle_paper(this, event);"><span></span></button>
            </div>
            <span class="close" onclick="searchToggle_paper(this, event);"></span>
          </div>
        </div>
      </div>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
157
158
      <!-- <li> Silberer, J., Santhanavanich, T., Müller, P., & Bäumer, T. (2020). 
          Promoting Objective and Subjective Safety for Cyclists in Metropolitan Areas. In Innovations for Metropolitan Areas (pp. 273–284). Springer
159
          Berlin Heidelberg. https://doi.org/10.1007/978-3-662-60806-7_21 
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
160
        </li> -->
Joe TS Dell's avatar
update    
Joe TS Dell committed
161
      <!-- <h5>2020</h5>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
162
163
      <li>
        Santhanavanich, T., Wuerstle, P., Silberer, J., Loidl, V., Rodrigues, P., and Coors, V.:
164
        <a href="https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020 ">3D SAFE ROUTING NAVIGATION APPLICATION FOR
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
165
          PEDESTRIANS AND CYCLISTS BASED ON OPEN SOURCE TOOLS</a>, ISPRS Ann. Photogramm. Remote Sens. Spatial Inf.
166
        Sci., VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020 
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
167
168
169
      </li>
      <li>
        Schneider, S., Santhanavanich, T., Koukofikis, A., and Coors, V.:
170
        <a href="https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-157-2020 ">EXPLORING SCHEMES FOR VISUALIZING URBAN
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
171
          WIND FIELDS BASED ON CFD SIMULATIONS BY EMPLOYING OGC STANDARDS</a>, ISPRS Ann. Photogramm. Remote Sens.
172
        Spatial Inf. Sci., VI-4/W2-2020, 157–163, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-157-2020 
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
173
174
175
176
      </li>
      <li>...</li>
      <br>
      <h5>2019</h5>
Joe TS Dell's avatar
update    
Joe TS Dell committed
177
      <li>...</li> -->
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
178
179

    </div>
Patrick's avatar
Patrick committed
180
181
    <div class="container" id="cont_paper">
      <!-- <div class="card" style="max-width: 1080px;">
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
        <div class="row">
          <div class="col-md-3">
            <img src="imgs/publication/3droute.jpg" alt="..." style="width:100%">
          </div>
          <div class="col-md-9">
            <div class="card-body">
              <p class="card-text">Santhanavanich, T., Wuerstle, P., Silberer, J., Loidl, V., Rodrigues, P., and Coors,
                V.</p>
              <h5 class="card-title">3D SAFE ROUTING NAVIGATION APPLICATION FOR PEDESTRIANS AND CYCLISTS BASED ON OPEN
                SOURCE TOOLS </h5>
              <span class="badge bg-primary">CityGML</span>
              <span class="badge bg-secondary">SensorThings API</span>
              <span class="badge bg-success">Open Geospatial Consortium</span>
              <span class="badge bg-danger">pgRouting</span>
              <p class="card-text"><small class="text-muted"> ISPRS Ann. Photogramm. Remote Sens. Spatial Inf. Sci.,
197
                  VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020</small> 
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
198
199
200
201
202

              </p>
            </div>
          </div>
        </div>
Patrick's avatar
Patrick committed
203
      </div> -->
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
204

Patrick's avatar
Patrick committed
205
      <!-- <div class="card" style="max-width: 1080px;">
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
206
207
208
209
210
211
212
213
214
215
216
217
218
219
        <div class="row">
          
          <div class="col-md-9">
            <div class="card-body">
              <p class="card-text">Santhanavanich, T., Wuerstle, P., Silberer, J., Loidl, V., Rodrigues, P., and Coors,
                V.</p>
              <h5 class="card-title">3D SAFE ROUTING NAVIGATION APPLICATION FOR PEDESTRIANS AND CYCLISTS BASED ON OPEN
                SOURCE TOOLS </h5>
              <span class="badge badge-pill badge-info">CityGML</span>
              <span class="badge badge-pill badge-info">SensorThings API</span>
              <span class="badge badge-pill badge-info">Open Geospatial Consortium</span>
              <span class="badge badge-pill badge-info">pgRouting</span>
              <span class="badge badge-pill badge-info">Warning</span>
              <p class="card-text"><small class="text-muted"> ISPRS Ann. Photogramm. Remote Sens. Spatial Inf. Sci.,
220
                  VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020</small> 
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
221
222
223
224
225
226
227
228

              </p>
            </div>
          </div>
          <div class="col-md-3">
              <img src="imgs/publication/3droute.jpg" alt="..." style="width:100%">
          </div>
        </div>
Patrick's avatar
Patrick committed
229
      </div> -->
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
      <div class="card" style="max-width: 1080px;">
        <div class="row">
          <div class="col-md-3">
            <img src="imgs/publication/3droute.jpg" alt="..." style="width:100%">
          </div>
          <div class="col-md-9">
            <div class="card-body">
              <h5 class="card-title" style="margin-bottom:0px">
                <small>Santhanavanich, T., Wuerstle, P., Silberer, J., Loidl, V., Rodrigues, P., and Coors, V.</small>
                <br>
                3D SAFE ROUTING NAVIGATION APPLICATION FOR PEDESTRIANS AND CYCLISTS BASED ON OPEN SOURCE TOOLS
                <br>
                <small>
                    <span class="badge badge-pill badge-light">CityGML</span>
                    <span class="badge badge-pill badge-light">SensorThings API</span>
                    <span class="badge badge-pill badge-light">Open Geospatial Consortium</span>
                    <span class="badge badge-pill badge-light">pgRouting</span>
                    <span class="badge badge-pill badge-light">Warning</span>
                </small>
                
              </h5>

              <small class="text-muted"> ISPRS Ann. Photogramm. Remote Sens. Spatial Inf. Sci.,
253
                VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020 
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
              
                <br>
                <button type="button" class="btn btn-outline-success btn-circle">  <i class="far fa-file-pdf"> </i></button>PDF
                <button type="button" class="btn btn-outline-danger btn-circle" data-toggle="collapse" data-target="#bibtex-paper-vision" aria-expanded="false" aria-controls="bibtex-paper-vision"> <i class="fas fa-code"></i> </button>BIB
                <button type="button" class="btn btn-outline-info btn-circle"> <i class="fas fa-globe"></i> </button>Link

                
              </small>
              <pre id="bibtex-paper-vision" class="pre-style collapse">@article{santhanavanich20203d,
                  title={3D SAFE ROUTING NAVIGATION APPLICATION FOR PEDESTRIANS AND CYCLISTS BASED ON OPEN SOURCE TOOLS.},
                  author={Santhanavanich, T and Wuerstle, P and Silberer, J and Loidl, V and Rodrigues, P and Coors, V},
                  journal={ISPRS Annals of Photogrammetry, Remote Sensing \& Spatial Information Sciences},
                  volume={6},
                  year={2020}
                }
              }</pre>

            </div>
          </div>
        </div>
      </div>
275
      
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
276
    </div>
Patrick's avatar
Patrick committed
277
278
279
280
    <div id="nextblock" class="container" style="margin-top:1em;"><p id="papercount">1 - 6 (45)</p>
    <button onclick="pagecountback()" id="previousbutton" class="previous" type="button" disabled>&laquo; Previous</button>  
    <!-- <a onclick="pagecountback()" id="previousbutton" class="previous"> Previous</a> -->
    <button onclick="pagecount()" id="nextbutton" class="next" type="button">Next &raquo;</button></div>
281
    
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
    <hr>
    <div class="container">
      <h2 id="rgc_ourteam"><i class="fas fa-user-friends"></i> Our amazing team</h2>
      <!-- Section description -->
      <p id="rgc_teamdesc" class="grey-text w-responsive mx-auto mb-5">Team Description ....</p>
      <section class="team-section text-center my-5">

        <!-- Grid row -->
        <div class="row">

          <!-- Grid column -->
          <div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
            <div class="avatar mx-auto">
              <img src="./imgs/avatar/volker.Coors.jpg" class="rounded-circle z-depth-1" width="150px">
            </div>
            <h5 class="font-weight-bold mt-4 mb-3">Prof. Dr. Volker Coors</h5>
            <p class="text-uppercase blue-text"><strong>Lab Leader</strong></p>
Joe TS Dell's avatar
up    
Joe TS Dell committed
299
            <a href="https://www.hft-stuttgart.de/p/volker-coors" target="_blank">
Patrick's avatar
Patrick committed
300
              <button class="btn btn-primary btn-sm profile">See full profile</button>
Joe TS Dell's avatar
up    
Joe TS Dell committed
301
302
            </a>
            <p class="grey-text">Research topic: Smart Cities | OGC Standards | Sensors & IoT | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data</p>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
303
            <ul class="list-unstyled mb-0">
Joe TS Dell's avatar
up    
Joe TS Dell committed
304
305
306
              
              <a class="p-2 fa-lg" href="#" target="_blank">
                <i class="fab fa-researchgate"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
307
              </a>
Joe TS Dell's avatar
up    
Joe TS Dell committed
308
309
              <a class="p-2 fa-lg" href="#" target="_blank">
                <i class="fab fa-google"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
310
              </a>
Joe TS Dell's avatar
up    
Joe TS Dell committed
311
312
              <a class="p-2 fa-lg" href="#" target="_blank">
                <i class="fab fa-linkedin"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
313
314
315
316
317
318
319
320
321
322
323
324
              </a>
            </ul>
          </div>
          <!-- Grid column -->

          <!-- Grid column -->
          <div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
            <div class="avatar mx-auto">
              <img src="./imgs/avatar/JoeSquare.jpg" class="rounded-circle z-depth-1" width="150px">
            </div>
            <h5 class="font-weight-bold mt-4 mb-3">Joe T. Santhanavanich</h5>
            <p class="text-uppercase blue-text"><strong>Researcher</strong></p>
Joe TS Dell's avatar
up    
Joe TS Dell committed
325
            <a href="https://www.hft-stuttgart.de/p/thunyathep-santhanavanich" target="_blank">
Patrick's avatar
Patrick committed
326
              <button class="btn btn-primary btn-sm profile">See full profile</button>
Joe TS Dell's avatar
up    
Joe TS Dell committed
327
328
            </a>
            <p class="grey-text">Research topic: Smart Cities | OGC Standards | Sensors & IoT | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data</p>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
329
            <ul class="list-unstyled mb-0">
Joe TS Dell's avatar
up    
Joe TS Dell committed
330
331
332
333
334
335
              
              <a class="p-2 fa-lg" href="https://www.researchgate.net/profile/Thunyathep-Santhanavanich" target="_blank">
                <i class="fab fa-researchgate"></i>
              </a>
              <a class="p-2 fa-lg" href="https://scholar.google.com/citations?user=RKNY04EAAAAJ&hl=en" target="_blank">
                <i class="fab fa-google"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
336
              </a>
Joe TS Dell's avatar
up    
Joe TS Dell committed
337
338
              <a class="p-2 fa-lg" href="https://www.linkedin.com/in/thunyatheps/" target="_blank">
                <i class="fab fa-linkedin"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
              </a>
            </ul>
          </div>
          <!-- Grid column -->


          <!-- Grid column -->

          <!-- Grid column -->
          <div class="col-lg-3 col-md-6">
            <div class="avatar mx-auto">
              <img src="./imgs/avatar/rosanny.jpg" class="rounded-circle z-depth-1" width="150px">
            </div>
            <h5 class="font-weight-bold mt-4 mb-3">Rosanny S.</h5>
            <p class="text-uppercase blue-text"><strong>Researcher</strong></p>
Joe TS Dell's avatar
up    
Joe TS Dell committed
354
            <a href="https://www.hft-stuttgart.de/p/rosanny-sihombing" target="_blank">
Patrick's avatar
Patrick committed
355
              <button class="btn btn-primary btn-sm profile">See full profile</button>
Joe TS Dell's avatar
up    
Joe TS Dell committed
356
357
            </a>
            <p class="grey-text">Research topic: Smart Cities | 3D City Models | 3D Web Visualization | AR/VR</p>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
358
            <ul class="list-unstyled mb-0">
Joe TS Dell's avatar
up    
Joe TS Dell committed
359
360
361
362
363
364
              
              <a class="p-2 fa-lg" href="#" target="_blank">
                <i class="fab fa-researchgate"></i>
              </a>
              <a class="p-2 fa-lg" href="#" target="_blank">
                <i class="fab fa-google"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
365
              </a>
Joe TS Dell's avatar
up    
Joe TS Dell committed
366
367
              <a class="p-2 fa-lg" href="#" target="_blank">
                <i class="fab fa-linkedin"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
368
369
370
371
372
373
374
375
376
377
378
              </a>
            </ul>
          </div>
          <!-- Grid column -->
          <!-- Grid column -->
          <div class="col-lg-3 col-md-6 mb-md-0 mb-5">
            <div class="avatar mx-auto">
              <img src="./imgs/avatar/PatrickSquare.jpg" class="rounded-circle z-depth-1" width="150px">
            </div>
            <h5 class="font-weight-bold mt-4 mb-3">Patrick Wuerstle</h5>
            <p class="text-uppercase blue-text"><strong>Researcher</strong></p>
Joe TS Dell's avatar
up    
Joe TS Dell committed
379
            <a href="https://www.hft-stuttgart.de/p/patrick-wuerstle" target="_blank">
Patrick's avatar
Patrick committed
380
              <button class="btn btn-primary btn-sm profile">See full profile</button>
Joe TS Dell's avatar
up    
Joe TS Dell committed
381
382
            </a>
            <p class="grey-text">Research topic: Smart Cities | OGC Standards | Participation Platform | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data </p>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
383
            <ul class="list-unstyled mb-0">
Joe TS Dell's avatar
up    
Joe TS Dell committed
384
385
386
              
              <a class="p-2 fa-lg" href="#" target="_blank">
                <i class="fab fa-researchgate"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
387
              </a>
Joe TS Dell's avatar
up    
Joe TS Dell committed
388
389
              <a class="p-2 fa-lg" href="#" target="_blank">
                <i class="fab fa-google"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
390
              </a>
Joe TS Dell's avatar
up    
Joe TS Dell committed
391
392
              <a class="p-2 fa-lg" href="#" target="_blank">
                <i class="fab fa-linkedin"></i>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
              </a>
            </ul>
          </div>
        </div>
        <!-- Grid row -->

      </section>
      <!-- Section: Team v.1 -->
    </div>

  </main>
  <!-- Section: Team v.1 -->


  <footer class="text-white">
    <div class="container">
      <p class="float-right">
        <a id="rgc_backtotop" href="#">Back to top</a>
      </p>
      <p>&copy; HFT Stuttgart, 2020.</p>
      <a href="https://www.hft-stuttgart.de/impressum" target="_blank">Impressum</a>
      <a href="https://www.hft-stuttgart.de/datenschutz" target="_blank">Datenschutz</a>
    </div>
  </footer>
  <!-- Test  -->
  <!-- /////////////////////////////////////// -->
  <!-- Language selector -->
  <!-- full jquery needed -->
Joe TS Dell's avatar
Joe TS Dell committed
421
422
423
424
425
426
  <!-- <script src="js/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
  <script src="js/vendor/simplebar/dist/simplebar.min.js"></script>
  <script src="js/vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
  <script src="js/vendor/parallax-js/dist/parallax.min.js"></script> -->
  <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> -->

Joe TS Dell's avatar
Joe TS Dell committed
427
  <script src="js/jquery-3.1.1.min.js"></script>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
428
  <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.2/js/bootstrap-select.min.js"></script>
Joe TS Dell's avatar
update    
Joe TS Dell committed
429
430
  <script src="./js/popper.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
431
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/0.8.2/css/flag-icon.min.css">
Joe TS Dell's avatar
update    
Joe TS Dell committed
432
  <script src="js/config.js"></script>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
433
434
  <script src="js/language.js"></script>
  <script src="js/add_content.js"></script>
Patrick's avatar
Patrick committed
435
  <script src="js/add_paper.js"></script>
Joe TS Dell's avatar
update    
Joe TS Dell committed
436
  
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
437
438
439
440
441
  <!-- search library -->
  <script src="https://cdn.jsdelivr.net/npm/fuse.js/dist/fuse.js"></script>
  <link rel="stylesheet" href="./css/search.css">
  <link rel="stylesheet" href="./css/language.css">
  <script src="js/search.js"></script>
442

Patrick's avatar
Patrick committed
443
  <script src="js/paper_nextpage.js"></script>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
444

Joe TS Dell's avatar
update    
Joe TS Dell committed
445
  <script src="js/citationSheetParse.js"></script>
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
446

447

JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
448
449
</body>

450
</html>