-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
619 lines (600 loc) · 29.9 KB
/
gallery.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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE html>
<!--
_ _
| | | |
Designed and Coded By | | __ _| |__
/ _ \ \ /\ / /\ \ /\ / /\ \ /\ / / |/ _` | '_ \
| (_) \ V V / \ V V / \ V V /| | (_| | |_) |
\___/ \_/\_/ \_/\_/ \_/\_/ |_|\__,_|_.__/
http://themeforest.net/user/owwwlab/
-->
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/WebPage">
<!-- #####Begin head-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- globalise scripting and styling content language-->
<meta name="Content-Type-Script" content="text/javascript">
<meta name="Content-Type-Style" content="text/css">
<!-- author of this doc-->
<meta name="author" content="owwwlab.com">
<!-- ################################-->
<!-- #### add SEO metadata here-->
<!-- ################################-->
<!-- #####Begin styles-->
<!-- stylesheets -->
<link href="assets/css/vendors/vendors.css" rel="stylesheet" type="text/css">
<!-- Load extra page specific css-->
<!-- Overwrite vendors-->
<link href="assets/css/vendors/vendors-overwrites.css" rel="stylesheet" type="text/css">
<link href="assets/css/styles.css" rel="stylesheet" type="text/css">
<link href="assets/css/demo5.css" rel="stylesheet" type="text/css">
<!-- #####End styles-->
<!-- #####Begin JS-->
<!-- add your scripts to the end of the page for sake of page load speed-->
<!-- scripts that need to be at head section-->
<script src="assets/js/vendors/jquery.min.js"></script>
<!-- #####End JS-->
<!-- #####Begin load google fonts-->
<link href="https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,greek,cyrillic" rel="stylesheet"
type="text/css">
<link href="https://fonts.googleapis.com/css?family=Sintony:400,700&subset=latin,greek,cyrillic" rel="stylesheet"
type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Merriweather:300,300italic,400,400italic,700,700italic&subset=latin,greek,cyrillic"
rel="stylesheet" type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Exo+2:400,200,300,400italic,500,700,900&subset=latin,greek,cyrillic"
rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- #####End load google fonts-->
<title>GCLab Gallery</title>
</head>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<!-- #####End head-->
<body class="fullwidth bg-pattern-4 sticky-header"> <!--bg-gray-->
<div id="wrapper" class="boxed-layout">
<!-- #####Begin Header-->
<header id="header" class="bg-pattern-4"> <!--light sticky-->
<div class="head-main">
<div class="container">
<!-- logo-->
<!-- #####Begin logo wrapper-->
<div class="logo-wrapper">
<!-- standard Logo--><a href="index.html"><img src="assets/img/logo/logo-gclab.png" alt="GCLab"
class="logo-light ol-retina"><img src="assets/img/logo/logo-gclab.png" alt="GCLab"
class="logo-dark ol-retina"></a>
</div>
<!-- #####End logo wrapper-->
<!-- primary navigation-->
<ul id="primary-menu">
<li><a href="index.html" title="Home"><span>Home</span></a>
</li>
<li><a href="about.html" title="Dr. Michela Taufer"><span>Dr. Michela Taufer</span></a>
</li>
<li><a href="people.html" title="People"><span>People</span></a>
</li>
<li><a href="research.html" title="Research"><span>Research</span></a>
</li>
<li><a href="publications.html" title="Publications"><span>Publications</span></a>
</li>
<li><a href="https://github.com/TauferLab/" target="_blank" title="Software"><span>Software</span></a>
</li>
<li><a href="news.html" title="News"><span>News</span></a>
</li>
<li class="current-menu-item"><a href="gallery.html" title="Gallery"><span>Gallery</span></a>
</li>
<li><a href="contact.html" title="Contact"><span>Contact</span></a>
</li>
<li><a href="positions.html" title="Positions"><span>Positions</span></a>
</li>
</ul>
<div class="header-icons"></div>
<!-- #####Begin trigger for search-->
<!--<div class="search ol-search-trigger simple"><a href="#"><i class="oli oli-search"></i></a></div>-->
<a href="https://twitter.com/TauferLab" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UC-EYkuXfZ5J5cjMKnx0F73g/featured" target="_blank"><i
class="fa fa-youtube"></i></a>
<a href="https://www.linkedin.com/company/global-computing-laboratory/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<!-- #####End trigger for search-->
<!-- #####Begin mobile menu trigger-->
<div class="ol-mobile-trigger hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
<!-- #####End mobile menu trigger-->
<div class="search-area fullscreen">
<div data-img-src="assets/img/bg/14.jpg" class="ol-search-bg set-bg ov-dark-alpha-50"></div>
<div class="inner-wrapper"><a href="#" class="close-btn"><i class="ol-css-close"></i><span>ESC</span></a>
<div class="search-field">
<input type="text" placeholder="Type and hit enter">
</div>
<div class="search-logo"><img src="assets/img/logo/logo-gclab.png"></div>
</div>
</div>
</div>
</div>
</header>
<!-- #####End Header-->
<!-- #####Begin contents-->
<section id="contents">
<!-- #####Begin page head-->
<div class="page-head h-250 center-it parallax-layer dark ov-grad1-alpha-30" data-img-src="assets/img/bg/27.jpg"
data-parallax-mode="mode-title">
<div class="container">
<div class="tb-vcenter-wrapper">
<div class="title-wrapper vcenter parallax-layer" data-parallax-mode="mode-header-content">
<!--<h4 class="head">Current</h4>-->
<h4>
<font face="Courier New" color="white"> </font>
</h4>
<h1 class="title">Gallery</h1>
<!-- <h2 class="description">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the standard dummy text. Lorem Ipsum is simply dummy text.</h2> -->
</div>
</div>
</div>
</div>
<section class="page-contents">
<!-- #####Begin main area-->
<section id="main-area">
<section class="section slim-container">
<div class="container">
<h1 align="center">Welcome to the Global Computing Lab Gallery</h1>
<div class="container">
<h3 align="center">Global Computing Lab at UTK (2024)</h3>
<img src="assets/gcl-images/group_summer24.jpg" align="center" width=515 border=0 class="round-box">
</img>
<h4 align="center">
<font face="Courier New" size="2">Back: Nigel, Jay, Ian, Andrew, Kin and Lauren <br> Front:
Dr. Taufer, Paula, Jack, Befikir, Amy and Gabriel</font>
</h4>
</p>
</div>
<div class="container">
<h3 align="center">Global Computing Lab at SC2023</h3>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="assets/gcl-images/sc2023/IMG_1132.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_8583.jpg" style="width:80%;">
</div>
<div class="item ">
<img src="assets/gcl-images/sc2023/IMG_0085.jpg" style="width:80%;">
</div>
<div class="item ">
<img src="assets/gcl-images/sc2023/IMG-20231113.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_0087.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_1113.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_1114.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_1116.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_1118.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_1120.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_1152.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_1163.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_1221.jpg" style="width:80%;">
</div>
<div class="item">
<img src="assets/gcl-images/sc2023/IMG_1222.jpg" style="width:80%;">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="container">
<h3 align="center">Global Computing Lab at UTK (2023)</h3>
<img src="assets/gcl-images/AHM_2023.jpg" align="center" width=515 border=0 class="round-box"> </img>
<h4 align="center">
<font face="Courier New" size="2"> Dr. Taufer, Paula, Jack, Blake, Brandan, Gabriel, Lauren, Ian,
Ria,
Heberth, Nigel, Jay, Andrew </font>
</h4>
</p>
</div>
<div class="container">
<h3 align="center">Global Computing Lab at UTK (2022)</h3>
<img src="assets/gcl-images/gcl_gatlinburg_2022_0.JPG" align="center" width=515 border=0
class="round-box" onmouseover="this.src='assets/gcl-images/gcl_gatlinburg_2022_1.JPG';" ;
onmouseout="this.src='assets/gcl-images/gcl_gatlinburg_2022_0.JPG';"> </img>
<h4 align="center">
<font face="Courier New" size="2"> Jakob, Dr. Taufer, Silvina, Camila, Naweiluo, Georgia, Jack, Ria,
Nigel, Dominic, Vanessa, Ian </font>
</h4>
</p>
</div>
<div class="container">
<h3 align="center">Global Computing Lab at UTK (2021)</h3>
<img src="assets/gcl-images/gcl_Knoxville_2021.jpg" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/gcl_Knoxville_covid_2021.jpg';" ;
onmouseout="this.src='assets/gcl-images/gcl_Knoxville_2021.jpg';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Kae, Paula, Silvina, Dr. Taufer, Ross, Brandan, Ariel, Jacob,
Nigel,
Ian, Leobardo, Dominic, Ria </font>
</h4>
</div>
<div class="container">
<h3 align="center"> <a href="BigDataAnalytics2020.html" title="DataMining" target="_blank"><span>Poster
Session for CS526 Data Mining (Spring 2020) </a> </h3>
<a href="BigDataAnalytics2020.html"><img src="assets/img/gallery/BigData_2020/Pictures/collage_2020.jpg"
align="center" width="515" border=0 class="round-box" align="center"></a>
<h4 align="center">
<font face="Courier New" size="2">Data Mining class, Spring 2020. (Click on picture to see more)
</font>
</h4>
</div>
<p>
<h3 align="center">Global Computing Lab at UTK (2019)</h3>
<img src="assets/gcl-images/gcl_Knoxville_2019.jpeg" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/gcl_KnoxCollage_2019.jpg';" ;
onmouseout="this.src='assets/gcl-images/gcl_Knoxville_2019.jpeg';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Paula, Danny, Dr. Taufer, Nigel, Neil, Kae, Dylan, Mike, Joe, Ian
</font>
</h4>
</p>
</div>
<div class="container">
<h3 align="center"> <a href="BigDataAnalytics2018.html" title="BIGDATA" target="_blank"><span>Poster
Session for CS690 / CS594 Data Analytics (Fall 2018) </a> </h3>
<a href="BigDataAnalytics2018.html"><img src="assets/img/gallery/BIGDATA/Collage.png" align="center"
width="515" border=0 class="round-box" align="center"></a>
<h4 align="center">
<font face="Courier New" size="2">Big Data Analytics class, Fall 2018. (Click on picture to see more)
</font>
</h4>
</div>
<div class="container">
<h3 align="center">Global Computing Lab at UTK (2018)</h3>
<img src="assets/gcl-images/gcl_Knoxville_2018.JPG" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/gcl_KnoxCollage_2018.png';" ;
onmouseout="this.src='assets/gcl-images/gcl_Knoxville_2018.JPG';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Joe, Mike, Dylan, Dr. Taufer, Stephen, Danny, Paula</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (2017)</h3>
<img src="assets/gcl-images/gcl-Delaware 2017.jpg" width="515" border=0 class="round-box" align="center">
<h4 align="center">
<font face="Courier New" size="2">Josh, John, Sean, Tao, Dr. Taufer, Rachel, Dylan, Stephen</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (Spring 2015)</h3>
<!--<img src="assets/gcl-images/gcl_group_spring15.png" width=515 onmouseover="changeImage('assets/gcl-images/gcl_group_spring15_all.png')"/>-->
<img src="assets/gcl-images/gcl_group_spring15.png" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/gcl_group_spring15_all.png';" ;
onmouseout="this.src='assets/gcl-images/gcl_group_spring15.png';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Back: Stephen, Vivek, Dylan, Connor, Travis and David <br> Front:
Ryan, Boyu, Sean, and Dr. Taufer</font>
</h4>
<!-- <h4 align="center"> <font face="Courier New" size="2">Back: Ryan, Vivek, Stephen, Dylan, Connor, Travis' kid, Travis, Dr. Taufer <br> Front: Vivek's wife, Boyu Zhang, Connor's friend, Travis' Wife & kid, Sean </font> </h4> -->
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (Winter 2013-2014)</h3>
<img src="assets/gcl-images/gcl_jan2014_serious.JPG" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/gcl_jan2014_funny.JPG';"
onmouseout="this.src='assets/gcl-images/gcl_jan2014_serious.JPG';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Back: The Penguin, Taylor, Vivek, Stephen, Marcos <br>Front: Sam,
Boyu, Michael, and Dr. Taufer</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (Fall 2012)</h3>
<img src="assets/gcl-images/gcl_official_12fa.jpg" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/gcl_funny_12fa.jpg';"
onmouseout="this.src='assets/gcl-images/gcl_official_12fa.jpg';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Back: Boyu, Dr. Taufer, Trilce <br> Front: Sam, Jeff, Stephen, and
Matt</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (Fall 2011)</h3>
<img src="assets/gcl-images/gcl_official_11fa.jpg" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/gcl_funny_11fa.jpg';"
onmouseout="this.src='assets/gcl-images/gcl_official_11fa.jpg';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Back: Omar, Sam, Will, Matt<br>Front: Casey, Micheal, Boyu, Trilce,
and Dr. Taufer</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (Fall 2010)</h3>
<img src="assets/gcl-images/group_serious_fall10.jpg" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/group_fun_fall10.jpg';"
onmouseout="this.src='assets/gcl-images/group_serious_fall10.jpg';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Back: Dirk, Boyu, Dominik, Lifan, Trilce <br>
Front: Reza, Kyle, Jeson, Narayan, and Dr. Taufer</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (Spring 2010)</h3>
<img src="assets/gcl-images/gcl_group_spring10.jpg" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/funny_group_spring10.jpg';"
onmouseout="this.src='assets/gcl-images/gcl_group_spring10.jpg';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Back: Trilce, Lifan, Abel, Philip, Narayan, Boyu <br> Front: Maria
and
Dr. Taufer</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (Summer 2009)</h3>
<img src="assets/gcl-images/gclgroup_summer2009.jpg" width="515" border=0 class="round-box"
align="center">
<h4 align="center">
<font face="Courier New" size="2">The Global Computing Lab at UD (Summer 2009)</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (Fall 2008)</h3>
<img src="assets/gcl-images/gcl_group_fall08.JPG" width="515" border=0 class="round-box" align="center">
<h4 align="center">
<font face="Courier New" size="2">Back: Dr. Taufer, Pat, Joe, Reed, and Abel <br> Front: Trilce,
James,
Kevin, and Adnan - (Missing in the photo: Ramie)</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UD (Summer 2008)</h3>
<img src="assets/gcl-images/group_June2008.jpg" width="515" border=0 class="round-box" align="center">
<h4 align="center">
<font face="Courier New" size="2">Pat, Abel, Arun, Joe, Brenda, Trilce, and Michela <br> (Missing in
the
photo: Reed, Ramie, James, David and Argo)</font>
</h4>
</p>
</div>
<div class="container">
<p>
<h3 align="center">Global Computing Lab at UTEP (2005-2007)</h3>
<img src="assets/gcl-images/gclteam.jpg" width="515" border=0 class="round-box" align="center">
<h4 align="center">
<font face="Courier New" size="2">Michela, Richard, Andre, Argo (back), Daniel, Abel, David, Trilce,
and
Karina</font>
</h4>
</p>
</div>
<div class="container">
<h3 align="center">Past Events</h3>
<h3 align="center">Tenure Celebrations - Flight with Piper Cherokee Six (Fall 2012)</h3>
<img src="assets/gcl-images/fly2_long.JPG" align="center" width=515 border=0 class="round-box"
onmouseover="this.src='assets/gcl-images/fly1_long.JPG';"
onmouseout="this.src='assets/gcl-images/fly2_long.JPG';"> </img>
<h4 align="center">
<font face="Courier New" size="2">Greg (the pilot), Stephen, Sam, Michael, Michela, Boyu, and Trilce
</font>
</h4>
<p align="center">
<a href="galSC13.html" title="SC13" target="_blank"><span>GCL at SC13 - Denver Colorado, November 2013
</a>
</p>
<p align="center">
<a href="galMasplas08.html" title="MASPLAS 2008" target="_blank"><span>GCL at MASPLAS 2008- Princeton
NJ, April 2008 </a>
</p>
<p align="center">
<a href="galSC07.html" title="SC'07" target="_blank"><span>GCL at SC'07 - Reno Nevada, November 2007
</a>
</p>
<p align="center">
<a href="galSC06.html" title="SC'06" target="_blank"><span>GCL at SC'06 - Tampa Florida, November 2006
</a>
</p>
</div>
</section>
</section>
</section>
<!-- #####End contents-->
<footer id="footer">
<div id="footer-main" class="bg-pattern-4 footer-style">
<div class="container">
<div class="row">
<div class="col-md-5"><a href="index.html" class="img"><img class='footer-image'
src="assets/img/logo/logo-gclab.png" alt="GCLab"></a>
<div class="sp-blank-20"></div>
<ul class="social-icons shape-circle">
<li><a href="https://www.youtube.com/channel/UC-EYkuXfZ5J5cjMKnx0F73g/featured"><i
class="fa fa-youtube"></i></a></li>
<!--<li><a href="#"><i class="fa fa-facebook"></i></a></li>-->
<li><a href="https://twitter.com/TauferLab"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/global-computing-laboratory/" target="_blank"><i
class="fa fa-linkedin"></i></a></li>
<!--<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>-->
</ul>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-6">
<div class="widget">
<div class="links">
<ul>
<li><a href="about.html" title="Dr. Michela Taufer"><span>Dr. Michela Taufer</span></a></li>
<li><a href="people.html" title="People"><span>People</span></a></li>
<li><a href="research.html" title="Research"><span>Research</span></a></li>
<li><a href="publications.html" title="Publications"><span>Publications</span></a></li>
</ul>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="widget">
<div class="links">
<ul>
<li><a href="https://github.com/TauferLab/" target="_blank"
title="Software"><span>Software</span></a></li>
<li><a href="news.html" title="News"><span>News</span></a></li>
<li><a href="gallery.html" title="Home"><span>Gallery</span></a></li>
<li><a href="contact.html" title="Contact"><span>Contact</span></a></li>
<li><a href="positions.html" title="JoinUs"><span>Positions</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- #####Begin scripts-->
<script src="assets/js/vendors/vendors.js"></script>
<script src="assets/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="assets/revolution/js/jquery.themepunch.revolution.min.js"></script>
<!-- Local Revolution tools-->
<!-- Only for local and can be removed on server-->
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript"
src="assets/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript">
var tpj = jQuery;
var revapi2;
tpj(document).ready(function () {
if (tpj("#rev_slider_2_1").revolution == undefined) {
revslider_showDoubleJqueryError("#rev_slider_2_1");
} else {
revapi2 = tpj("#rev_slider_2_1").show().revolution({
sliderType: "standard",
sliderLayout: "auto",
dottedOverlay: "none",
delay: 9000,
navigation: {
keyboardNavigation: "on",
keyboard_direction: "horizontal",
mouseScrollNavigation: "off",
onHoverStop: "off",
touch: {
touchenabled: "on",
swipe_threshold: 75,
swipe_min_touches: 50,
swipe_direction: "horizontal",
drag_block_vertical: false
}
,
bullets: {
enable: true,
hide_onmobile: true,
hide_under: 600,
style: "hermes",
hide_onleave: true,
hide_delay: 200,
hide_delay_mobile: 1200,
direction: "vertical",
h_align: "right",
v_align: "center",
h_offset: 40,
v_offset: 0,
space: 5,
tmp: ''
}
},
viewPort: {
enable: true,
outof: "wait",
visible_area: "80%"
},
responsiveLevels: [1240, 1024, 778, 480],
visibilityLevels: [1240, 1024, 778, 480],
gridwidth: [1170, 1024, 778, 480],
gridheight: [800, 600, 600, 480],
lazyType: "smart",
shadow: 0,
spinner: "spinner3",
stopLoop: "off",
stopAfterLoops: -1,
stopAtSlide: -1,
shuffle: "off",
autoHeight: "off",
disableProgressBar: "off",
hideThumbsOnMobile: "on",
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
debugMode: false,
fallbacks: {
simplifyAll: "off",
nextSlideOnWindowFocus: "off",
disableFocusListener: false,
panZoomDisableOnMobile: "on",
}
});
}
});
</script>
<script src="assets/js/custom.js"></script>
<script src="http://localhost:35729/livereload.js"></script>
<!-- #####End scripts-->
</body>
</html>