-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssic.php
726 lines (634 loc) · 38.1 KB
/
ssic.php
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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SSIC 2021 | Manipal University Jaipur</title>
<!-- Stylesheets -->
<link href="https://thessic.com/css/bootstrap.css" rel="stylesheet">
<link href="https://thessic.com/css/style.css" rel="stylesheet">
<link href="https://thessic.com/css/responsive.css" rel="stylesheet">
<!--Color Switcher Mockup-->
<link href="https://thessic.com/css/color-switcher-design.css" rel="stylesheet">
<link rel="shortcut icon" href="https://thessic.com/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://thessic.com/images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="https://thessic.com/js/respond.js"></script><![endif]-->
</head>
<body>
<style>
/*###Desktops, big landscape tablets and laptops(Large, Extra large)####*/
@media screen and (min-width: 1024px){
#logo
{
max-width: 30%;
height: auto !important;
}
}
/*###Tablet(medium)###*/
@media screen and (min-width : 768px) and (max-width : 1023px){
#logo
{
max-width: 40%;
height: auto !important;
}
}
/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 0px) and (max-width : 767px){
#logo{
max-width: 50%;
height: auto !important;
}
}
</style>
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader">
<div class="bookshelf_wrapper">
<ul class="books_list">
<li class="book_item first"></li>
<li class="book_item second"></li>
<li class="book_item third"></li>
<li class="book_item fourth"></li>
<li class="book_item fifth"></li>
<li class="book_item sixth"></li>
</ul>
<div class="shelf"></div>
<div class="shelf-logo"><img src="https://thessic.com/images/logo_image-min.png"/></div>
</div>
</div>
<!-- Header span -->
<!-- Header Span -->
<span class="header-span"></span>
<!-- Main Header-->
<?php include 'header.php';?>
<!--End Main Header -->
<!--Page Title-->
<section class="page-title" style="background-image:url(https://thessic.com/images/background/5.jpg);">
<div class="auto-container">
<h1>SSIC 2017</h1>
<ul class="bread-crumb clearfix">
<li>SMART SYSTEMS, INNOVATION AND COMPUTING</li>
</ul>
</div>
</section>
<!--End Page Title-->
<!-- About Section -->
<section class="about-section">
<div class="anim-icons full-width">
<span class="icon icon-circle-blue wow fadeIn"></span>
<span class="icon icon-dots wow fadeInleft"></span>
<span class="icon icon-circle-1 wow zoomIn"></span>
</div>
<div class="auto-container">
<div class="row">
<!-- Content Column -->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<span class="title">1st INTERNATIONAL EVENT</span>
<h2>SMART SYSTEMS, INNOVATION AND COMPUTING (SSIC-2017)</h2>
<div class="text">The conference SSIC 2017 was held on April 14-16, 2017. It brought together a wide range of community focused professionals and industrial experts who have the potential and expertise on the smart systems and Computing. Faculty members, paper presenters, keynote and tutorial participants, students have benefited in many ways from this conference. Total 85 scientific papers out of 327 were presented by authors from India and other countries. Different Invited, Keynote and Tutorial Speakers from different countries addressed to audience and shared knowledge and rich experience of application of <b>Smart Systems</b> in their companies and countries.</div>
</div>
<!-- <div class="btn-box"><a href="contact.html" class="theme-btn btn-style-three"><span class="btn-title">Register Now</span></a></div>-->
</div>
</div>
<!-- Image Column -->
<div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="image-box">
<figure class="image wow fadeIn"><img src="https://thessic.com/images/ssic2017/cover.png" alt=""></figure>
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="container content-section text-center">
<div class="row">
<div class="col-lg-8">
<p class="p1"><font size="3"><span class="s1">The conference consisted following events specific to the <strong>Smart Systems, Innovations and Computing.</strong></span></font></p>
<a href="http://www.springer.com/in/book/9789811058271"><img src="https://thessic.com/images/sist79.png" style="max-width:470px; max-height:210px;" /></a>
<h5 style="color:red;">Proceedings of First International Conference on Smart System, Innovations and Computing (SSIC 2017), Jaipur, India</h5>
<h5><span style="color:#FFA500">Series Title:</span> Smart Innovation, Systems and Technologies</h5>
<h5><span style="color:#FFA500">Publisher:</span> Springer Singapore</h5>
<h5><span style="color:#FFA500">eBook ISBN:</span> 978-981-10-5828-8</h5>
<h5><span style="color:#FFA500">DOI:</span> 10.1007/978-981-10-5828-8</h5>
<h5><span style="color:#FFA500">Hardcover ISBN:</span> 978-981-10-5827-1</h5>
<h5><span style="color:#FFA500">Series ISSN:</span> 2190-3018</h5>
<p class="p2"></p>
<p class="p3"><font size="6"><span class="s1"><strong>PRE-CONFERENCE EVENT DETAILS</strong></span></font></p>
<hr width="20%" />
<p class="p4"><span class="s1"><strong>TUTORIALS </strong></span></p>
<span class="s1">Cloud Computing- Dr. Gaurav Somani, Central University Rajasthan</span><br />
<br />
<span class="s1">IOT hands-on practices - Forsk Labs</span><br />
<br />
<p class="p4"><span class="s1"><strong>POSTER & Ph.D. FORUM </strong></span></p>
<span class="s1">Ph.D. Forum</span><br />
<br />
<span class="s1">Poster Presentation (Theme – Innovation)</span><br />
<br />
<span class="s1">Poster Presentation (Theme - Smart System)</span><br />
<br />
<span class="s1">Poster Presentation (Theme - Computing)</span><br />
<br />
<p class="p7"><font size="6"><span class="s1"><strong>CONFERENCE EVENT DETAILS</strong></span></font></p>
<hr width="20%" />
<p class="p8"><span class="s1"><strong>KEYNOTE TALKS: (INAUGRATION) </strong></span></p>
<span class="s1">Mr. Seetha Rama Krishna Nookala, Director - Asia Pacific & Japan, HPC, Intel, corporation</span><br />
<br />
<span class="s1">Prof. Arun K. Somani, General Chair, SSIC-2017, Professor and Jerry R. Junkins Endowed Chair Professor of Electrical and Computer Engineering at Iowa State University</span><br />
<p class="p8"><span class="s1"><strong>KEYNOTE TALKS: (ACADEMIC EXPERTS)</strong></span></p>
<table cellpadding="0" cellspacing="0" class="t1">
<tbody>
<tr>
<td class="td1" valign="top">
<p class="p9"><span class="s1"><strong>S/No.</strong></span></p>
</td>
<td class="td2" valign="top">
<p class="p10"><span class="s1"><strong>Keynote Speaker</strong></span></p>
</td>
<td class="td3" valign="top">
<p class="p10"><span class="s1"><strong>Position</strong></span></p>
</td>
<td class="td4" valign="top">
<p class="p10"><span class="s1"><strong>Title of Talk</strong></span></p>
</td>
</tr>
<tr>
<td class="td5" valign="top">
<p class="p11"><span class="s1">1.</span></p>
</td>
<td class="td6" valign="top">
<p class="p11"><span class="s1">Prof. S. K. Pal</span></p>
</td>
<td class="td7" valign="top">
<p class="p11"><span class="s1">Distinguished Scientist and former Director of the Indian Statistical Institute, Kolkata, India</span></p>
<p class="p12"></p>
</td>
<td class="td8" valign="top">
<p class="p11"><span class="s1">“Granular Mining and Rough-fuzzy Computing: Data to knowledge and Big data issues”</span></p>
<p class="p12"></p>
</td>
</tr>
<tr>
<td class="td9" valign="top">
<p class="p11"><span class="s1">2.</span></p>
</td>
<td class="td10" valign="top">
<p class="p11"><span class="s1">Prof. C. Patvardhan</span></p>
</td>
<td class="td11" valign="top">
<p class="p11"><span class="s1">Professor, Electrical Engineering Department, Dayalbagh Educational Institute (Deemed University)</span></p>
</td>
<td class="td12" valign="top">
<p class="p12"></p>
</td>
</tr>
<tr>
<td class="td13" valign="top">
<p class="p11"><span class="s1">3.</span></p>
</td>
<td class="td14" valign="top">
<p class="p11"><span class="s1">Prof. K. Subramanian</span></p>
</td>
<td class="td15" valign="top">
<p class="p11"><span class="s1">Chair, IEEE Delhi Section</span></p>
<p class="p12"></p>
</td>
<td class="td16" valign="top">
<p class="p11"><span class="s1">“Innovation in Data Science/Engineering </span></p>
<p class="p11"><span class="s1">Analytics Fuels Growth of a Nation”</span></p>
</td>
</tr>
<tr>
<td class="td13" valign="top">
<p class="p11"><span class="s1">4.</span></p>
</td>
<td class="td14" valign="top">
<p class="p11"><span class="s1">Prof. Ashvini Chaturvedi</span></p>
</td>
<td class="td15" valign="top">
<p class="p11"><span class="s1">Associate Professor, Department of ECE, NIT Suratkal</span></p>
</td>
<td class="td16" valign="top">
<p class="p11"><span class="s1">“Probabilistic Models and Game Theory Strategies for Wireless Sensor Networks “</span></p>
<p class="p12"></p>
</td>
</tr>
<tr>
<td class="td9" valign="top">
<p class="p11"><span class="s1">5.</span></p>
</td>
<td class="td10" valign="top">
<p class="p11"><span class="s1">Prof. M. S. Gaur</span></p>
</td>
<td class="td11" valign="top">
<p class="p11"><span class="s1">Professor, MNIT Jaipur</span></p>
</td>
<td class="td12" valign="top">
<p class="p11"><span class="s1">"How secure is your Android App?" </span></p>
<p class="p12"></p>
</td>
</tr>
<tr>
<td class="td13" valign="top">
<p class="p11"><span class="s1">6.</span></p>
</td>
<td class="td14" valign="top">
<p class="p11"><span class="s1">Dr. Rajesh Kumar</span></p>
</td>
<td class="td15" valign="top">
<p class="p11"><span class="s1">MNIT Jaipur</span></p>
</td>
<td class="td16" valign="top">
<p class="p11"><span class="s1">“Termite Spatial Correlation based Particle Swarm Optimization Algorithm “</span></p>
<p class="p13"></p>
</td>
</tr>
</tbody>
</table>
<p class="p14"></p>
<p class="p5"><span class="s1"><strong><span class="Apple-converted-space"> </span>KEYNOTE TALKS: (INDUSTRIAL EXPERTS)</strong></span></p>
<table cellpadding="0" cellspacing="0" class="t1">
<tbody>
<tr>
<td class="td1" valign="top">
<p class="p9"><span class="s1"><strong>S/No.</strong></span></p>
</td>
<td class="td17" valign="top">
<p class="p10"><span class="s1"><strong>Keynote Speaker</strong></span></p>
</td>
<td class="td18" valign="top">
<p class="p10"><span class="s1"><strong>Position</strong></span></p>
</td>
</tr>
<tr>
<td class="td9" valign="top">
<p class="p12">1.</p>
</td>
<td class="td19" valign="top">
<p class="p11"><span class="s1">Mr. Rajesh Nimare</span></p>
</td>
<td class="td20" valign="top">
<p class="p11"><span class="s1">Assistant vice president, new product development at Secure Meters ltd </span></p>
<p class="p12"></p>
</td>
</tr>
<tr>
<td class="td21" valign="top">
<p class="p12">2.</p>
</td>
<td class="td22" valign="top">
<p class="p11"><span class="s1">Mr. B.L. Bishnoi</span></p>
</td>
<td class="td23" valign="top">
<p class="p11"><span class="s1">Head embedded design & development group, </span><span class="s2">L&t electrical & automation </span></p>
</td>
</tr>
</tbody>
</table>
<p class="p15"></p>
<p class="p8"><span class="s1"><strong>PARALLEL TECHNICAL SESSION ON FOLLOWING TRACKS </strong></span></p>
<hr width="20%" /> <span class="s1">Smart Energy Systems</span><br />
<br />
<span class="s1">Image Processing and Computer Vision-1</span><br />
<br />
<span class="s1">Smart Solutions and Automation: Smart City, Healthcare and Eco-friendly applications-1</span><br />
<br />
<span class="s1">Smart Solutions and Automation- Smart City, Healthcare and Eco-friendly applications-2</span><br />
<br />
<span class="s1">Networks and Information Security</span><br />
<br />
<span class="s1">Communications: signal processing, wireless and antenna communication</span><br />
<br />
<span class="s1">Advanced Computing Model -1</span><br />
<br />
<span class="s1">Advanced Computing Model -2</span><br />
<br />
<span class="s1">Internet of Things: Mobility, Security, Access and Control</span><br />
<br />
<span class="s1">Cyber Forensics</span><br />
<br />
<span class="s1">Image Processing and Computer Vision-2</span><br />
<br />
<p class="p8"><span class="s1"><strong>VALEDICTORY NOTE</strong></span></p>
<hr width="20%" />
<p class="p16"><font size="3"><span class="s1">Prof. Raj Sirohi, Chair Professor Tezpur University, Assam Ex-Director IIT-Delhi, VC of Barakhtulla University.</span></font></p>
<p class="p8"><span class="s1"><strong>CERTIFICATE DISTRIBUTION IN VALEDICTOR FUNSTION</strong></span></p>
<hr width="20%" /> <span class="s1">Best Paper per Session</span><br />
<br />
<span class="s1">Best Poster per Theme</span><br />
<br />
<span class="s1">Best Ph.D. Forum</span><br />
<br />
<p class="p18"><span class="s4"><strong>OUTCOME</strong></span></p>
<hr width="10%" />
<p class="p19"><font size="3"><span class="s1">The conference agenda blended researchers, practitioners, and industrial experts giving the audience a broad overview of the Smart system. The dialogue at this conference was important and served as an opportunity to advance research, programs and practice to further innovation on smart systems.</span></font></p>
</div>
</div>
</div>
</section>
<!--End About Section -->
<!-- Fun Fact Section -->
<section class="fun-fact-section style-two" style="background-image: url(https://thessic.com/images/background/9.jpg);">
<div class="auto-container">
<div class="sec-title text-center">
<span class="title" style="color:#fff;">PREVIOUS STATISTICS</span>
<h2 style="color:#fff;">2017</h2>
</div>
<div class="fact-counter">
<div class="row clearfix">
<!--Column-->
<div class="counter-column col-lg-3 col-md-6 col-sm-12 wow fadeInUp">
<div class="count-box">
<span class="icon icon_check"></span>
<span class="count-text" data-speed="3000" data-stop="327">0</span>
<h4 class="counter-title">Total submissions</h4>
</div>
</div>
<!--Column-->
<div class="counter-column col-lg-3 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="400ms">
<div class="count-box">
<span class="icon icon_shield"></span>
<span class="count-text" data-speed="3000" data-stop="300">0</span>
<h4 class="counter-title">National</h4>
</div>
</div>
<!--Column-->
<div class="counter-column col-lg-3 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="800ms">
<div class="count-box">
<span class="icon icon_globe-2"></span>
<span class="count-text" data-speed="3000" data-stop="27">0</span>
<h4 class="counter-title">International</h4>
</div>
</div>
<!--Column-->
<div class="counter-column col-lg-3 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="1200ms">
<div class="count-box">
<span class="icon icon_book_alt"></span>
<span class="count-text" data-speed="3000" data-stop="85">0</span>
<h4 class="counter-title">Accepted Papers</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End Fun Fact Section -->
<!-- <!– Features Section Two –>-->
<!-- <section class="features-section-two">-->
<!-- <div class="auto-container">-->
<!-- <div class="anim-icons"> -->
<!-- <span class="icon twist-line-1 wow zoomIn"></span>-->
<!-- <span class="icon twist-line-2 wow zoomIn" data-wow-delay="1s"></span>-->
<!-- <span class="icon twist-line-3 wow zoomIn" data-wow-delay="2s"></span>-->
<!-- </div>-->
<!-- <div class="row">-->
<!-- <!– Title Block –>-->
<!-- <div class="title-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp">-->
<!-- <div class="inner-box">-->
<!-- <div class="sec-title">-->
<!-- <span class="title">Features</span>-->
<!-- <h2>Our Feature</h2>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <!– Feature Block –>-->
<!-- <div class="feature-block-two col-lg-4 col-md-6 col-sm-12 wow fadeInUp">-->
<!-- <div class="inner-box">-->
<!-- <div class="icon-box"><span class="icon flaticon-lecture"></span></div>-->
<!-- <h4><a href="about.html">Great Speakers</a></h4>-->
<!-- <div class="text">Dolor sit amet consectetur elit sed do eiusmod tempor incd.</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <!– Feature Block –>-->
<!-- <div class="feature-block-two col-lg-4 col-md-6 col-sm-12 wow fadeInUp">-->
<!-- <div class="inner-box">-->
<!-- <div class="icon-box"><span class="icon flaticon-search"></span></div>-->
<!-- <h4><a href="about.html">Experience</a></h4>-->
<!-- <div class="text">Dolor sit amet consectetur elit sed do eiusmod tempor incd.</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <!– Feature Block –>-->
<!-- <div class="feature-block-two col-lg-4 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="400ms">-->
<!-- <div class="inner-box">-->
<!-- <div class="icon-box"><span class="icon flaticon-diamond-1"></span></div>-->
<!-- <h4><a href="about.html">Networking</a></h4>-->
<!-- <div class="text">Dolor sit amet consectetur elit sed do eiusmod tempor incd.</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <!– Feature Block –>-->
<!-- <div class="feature-block-two col-lg-4 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="800ms">-->
<!-- <div class="inner-box">-->
<!-- <div class="icon-box"><span class="icon flaticon-success"></span></div>-->
<!-- <h4><a href="about.html">Party</a></h4>-->
<!-- <div class="text">Dolor sit amet consectetur elit sed do eiusmod tempor incd.</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <!– Feature Block –>-->
<!-- <div class="feature-block-two col-lg-4 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="1200ms">-->
<!-- <div class="inner-box">-->
<!-- <div class="icon-box"><span class="icon flaticon-employee"></span></div>-->
<!-- <h4><a href="about.html">New People</a></h4>-->
<!-- <div class="text">Dolor sit amet consectetur elit sed do eiusmod tempor incd.</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </section>-->
<!-- <!–End Features Section –>-->
<!-- <!– Call to action –>-->
<!-- <section class="call-to-action" style="background-image: url(https://thessic.com/images/background/11.jpg);">-->
<!-- <div class="auto-container">-->
<!-- <div class="content-box">-->
<!-- <div class="text">WE’RE A LEADING MEETUP COMPANY</div>-->
<!-- <h2>We Are Always at The Forefront <br> of The Business Conference !</h2>-->
<!-- <div class="btn-box">-->
<!-- <a href="contact.html" class="theme-btn btn-style-one"><span class="btn-title">Contact Us</span></a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </section>-->
<!-- <!–End Call to action –>-->
<!-- <!– Event Info Section –>-->
<!-- <section class="event-info-section">-->
<!-- <div class="auto-container">-->
<!-- <div class="row">-->
<!-- <!– Info Column –>-->
<!-- <div class="info-column col-lg-6 col-md-12 col-sm-12 order-2">-->
<!-- <div class="inner-column">-->
<!-- <div class="sec-title style-two">-->
<!-- <span class="title">Reach us</span>-->
<!-- <h2>Direction for the <br>Event hall</h2>-->
<!-- </div>-->
<!-- <div class="event-info-tabs tabs-box">-->
<!-- <!–Tabs Box–>-->
<!-- <ul class="tab-buttons clearfix">-->
<!-- <li class="tab-btn active-btn" data-tab="#tab1">Time</li>-->
<!-- <li class="tab-btn" data-tab="#tab2">Venue</li>-->
<!-- <li class="tab-btn" data-tab="#tab3">How to</li>-->
<!-- </ul>-->
<!-- <div class="tabs-content">-->
<!-- <!–Tab–>-->
<!-- <div class="tab active-tab" id="tab1">-->
<!-- <h4><span class="icon far fa-calendar"></span> January 20, 2020</h4>-->
<!-- <div class="text">9.00 AM - 04.00 PM</div>-->
<!-- <ul class="info-list">-->
<!-- <li><span class="icon icon_profile"></span> Dianne Ameter</li>-->
<!-- <li><span class="icon icon_phone"></span> <a href="tel:+690-147-265-345">+123 456 7890</a></li>-->
<!-- <li><span class="icon icon_mail"></span> <a href="mailto:[email protected]">[email protected]</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- <!–Tab–>-->
<!-- <div class="tab" id="tab2">-->
<!-- <h4><span class="icon fa fa-map-marker-alt"></span>Pearl hotel, New york, USA</h4>-->
<!-- <div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt labore et dolore magna aliqua. Aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore.</div>-->
<!-- </div>-->
<!-- <!–Tab–>-->
<!-- <div class="tab" id="tab3">-->
<!-- <h4><span class="icon fa fa-directions"></span> How to get there</h4>-->
<!-- <div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt labore et dolore magna aliqua. Aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore.</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <!– Image Column –>-->
<!-- <div class="map-column col-lg-6 col-md-12 col-sm-12">-->
<!-- <!–Map Outer–>-->
<!-- <div class="map-outer">-->
<!-- <!–Map Canvas–>-->
<!-- <div class="map-canvas" data-zoom="12" data-lat="-37.817085" data-lng="144.955631" data-type="roadmap" data-hue="#ffc400" data-title="Envato" data-icon-path="https://thessic.com/images/icons/map-marker.png" data-content="Melbourne VIC 3000, Australia<br><a href='mailto:[email protected]'>[email protected]</a>">-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </section>-->
<!--End Event Info Section -->
<!-- Newsletter Section -->
<!-- Gallery-->
<section class="gallery-section">
<div class="auto-container">
<div class="sec-title text-center">
<span class="title">Gallery</span>
<h2>Event Gallery</h2>
</div>
<div class="row">
<!-- Gallery Item -->
<div class="gallery-item col-lg-4 col-md-6 col-sm-12 wow fadeIn">
<div class="image-box">
<figure class="image"><img src="https://thessic.com/images/ssic2017/1.png" alt=""></figure>
<div class="overlay-box"><a href="https://thessic.com/images/ssic2017/1.png" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div>
</div>
</div>
<!-- Gallery Item -->
<div class="gallery-item col-lg-4 col-md-6 col-sm-12 wow fadeIn" data-wow-delay="400ms">
<div class="image-box">
<figure class="image"><img src="https://thessic.com/images/ssic2017/2.png" alt=""></figure>
<div class="overlay-box"><a href="https://thessic.com/images/ssic2017/2.png" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div>
</div>
</div>
<!-- Gallery Item -->
<div class="gallery-item col-lg-4 col-md-6 col-sm-12 wow fadeIn" data-wow-delay="800ms">
<div class="image-box">
<figure class="image"><img src="https://thessic.com/images/ssic2017/3.png" alt=""></figure>
<div class="overlay-box"><a href="https://thessic.com/images/ssic2017/3.png" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div>
</div>
</div>
<!-- Gallery Item -->
<div class="gallery-item col-lg-4 col-md-6 col-sm-12 wow fadeIn">
<div class="image-box">
<figure class="image"><img src="https://thessic.com/images/ssic2017/4.png" alt=""></figure>
<div class="overlay-box"><a href="https://thessic.com/images/ssic2017/4.png" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div>
</div>
</div>
<!-- Gallery Item -->
<div class="gallery-item col-lg-4 col-md-6 col-sm-12 wow fadeIn" data-wow-delay="400ms">
<div class="image-box">
<figure class="image"><img src="https://thessic.com/images/ssic2017/5.png" alt=""></figure>
<div class="overlay-box"><a href="https://thessic.com/images/ssic2017/5.png" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div>
</div>
</div>
<!-- Gallery Item -->
<div class="gallery-item col-lg-4 col-md-6 col-sm-12 wow fadeIn" data-wow-delay="800ms">
<div class="image-box">
<figure class="image"><img src="https://thessic.com/images/ssic2017/6.png" alt=""></figure>
<div class="overlay-box"><a href="https://thessic.com/images/ssic2017/6.png" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div>
</div>
</div>
</div>
</div>
</section>
<!-- Call to action -->
<section id="spring" class="fun-fact-section style-two" style="background-image: url(https://thessic.com/images/background/9.jpg);">
<div class="auto-container">
<div class="sec-title text-center">
<span class="title" style="color:#fff;">PROCEEDINGS of SSIC 2017, published by</span>
<h2 style="color:#fff;">SPRINGER NATURE SINGAPORE</h2>
</div>
<div class="fact-counter">
<div class="row clearfix">
<!--Column-->
<div class="counter-column col-lg-4 col-md-6 col-sm-12 wow fadeInUp">
<div class="count-box">
<span class="icon icon_check"></span>
<span class="count-text" data-speed="3000" data-stop="54">0</span>
<h4 class="counter-title">Citations</h4>
</div>
</div>
<!--Column-->
<div class="counter-column col-lg-4 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="400ms">
<div class="count-box">
<span class="icon icon_shield"></span>
<span class="count-text" data-speed="3000" data-stop="274">0</span>
<h4 class="counter-title">Readers</h4>
</div>
</div>
<!--Column-->
<div class="counter-column col-lg-4 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="800ms">
<div class="count-box">
<span class="icon icon_globe-2"></span>
<span class="count-text" data-speed="3000" data-stop="61091">0</span>
<h4 class="counter-title">Downloads</h4>
</div>
</div>
<!--Column-->
</div>
</div>
</div>
</section>
<!--End Call to action -->
<!-- Main Footer -->
<?php include 'footer.php';?>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-angle-double-up"></span></div>
<script src="https://thessic.com/js/jquery.js"></script>
<script src="https://thessic.com/js/popper.min.js"></script>
<script src="https://thessic.com/js/bootstrap.min.js"></script>
<script src="https://thessic.com/js/jquery-ui.js"></script>
<script src="https://thessic.com/js/jquery.fancybox.js"></script>
<script src="https://thessic.com/js/appear.js"></script>
<script src="https://thessic.com/js/owl.js"></script>
<script src="https://thessic.com/js/wow.js"></script>
<script src="https://thessic.com/js/script.js"></script>
<!-- Color Setting -->
<script src="https://thessic.com/js/color-settings.js"></script>
<!--Google Map APi Key-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCPH8h1UpcK01BdcvoZeOzq-_wJqRxN1Pc"></script>
<script src="https://thessic.com/js/map-script.js"></script>
<!--End Google Map APi-->
<!-- End Footer -->
</body>
</html>