-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
596 lines (563 loc) · 23.7 KB
/
index.html
File metadata and controls
596 lines (563 loc) · 23.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Advanced Services Engineering</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<!--
Superfresh Template
http://www.templatemo.com/free-website-templates/
-->
<!-- stylesheet css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/nivo_themes/default/default.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<!-- google web font css -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600,700' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-target=".navbar-collapse" id="top">
<!-- navigation -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><span class="icon icon-bar"></span> <span class="icon icon-bar"></span> <span class="icon icon-bar"></span></button>
<a href="#" class="navbar-brand">TU Wien, Faculty of Informatics, Advanced Services Engineering, Summer 2018</a></div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="smoothScroll">HOME</a></li>
<li><a href="#syllabus" class="smoothScroll">SYLLABUS</a></li>
<li><a href="#lecturenotes" class="smoothScroll">LECTURE NOTES</a></li>
<li><a href="#assignment" class="smoothScroll">ASSIGNMENTS</a></li>
<li><a href="#examples" class="smoothScroll">EXAMPLES</a></li>
<li><a href="#reading" class="smoothScroll">READING LIST</a></li>
</ul>
</div>
</div>
</div>
<!-- home section -->
<div id="home">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<!--div class="col-md-offset-6 col-md-6 col-sm-offset-6 col-sm-6"-->
<!--h1>Advanced Services Engineering</h1-->
<div class="title">
<h2>Course Information</h2>
</div>
<p>
This course is for Summer Semester 2018. For registration, please use
the TISS site. New information will be updated soon
<ul>
<li>Instructor: <a href="http://www.infosys.tuwien.ac.at/staff/truong/">Hong-Linh Truong</a></li>
<li>TISS Course Number: <a href="https://tiss.tuwien.ac.at/course/courseAnnouncement.xhtml?courseNumber=184742&courseSemester=2018S">184.742</a></li>
<li>Level: Elective course for Master degree in Informatics and
Business Informatics and PhD students </li>
</ul>
</p>
<div class="title"><h2>Course Description</h2></div>
<p>
The objective of this course is to introduce new concepts and techniques for developing and engineering advanced services in emerging distributed computing systems including IoT (Internet of Things), cloud services, and human-based services. In this course, we will introduce concepts of data-as-a-service, data concerns, data market places and techniques for developing data intensive services by utlizing data services with compute services in cloud environments. We will focus on advanced services to analyze IoT data, e.g., for reactive monitoring and predictive maintenance. Furthermore, we will investigate human-based services in engineering advanced data analytics and how to combine them with data and compute services.
The course will provide hand-on experiences via real-world exercises and mini programming projects. The course will provide a great interaction between students and the instructor.
</p>
</div>
</div>
</div>
</div>
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- service section -->
<div id="syllabus">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="title"><h2>Syllabus</h2></div>
</div>
<div class="col-md-6 col-sm-6">
<h3>News</h3>
<p>This year the course receives support from Google Cloud Platform Education Grant for running experiments atop Google Cloud!</p>
<p>As the IoT integration is quite mature w.r.t. the technologies and platforms for integrating IoT devices, we will focus less on IoT integration and more on making sense of IoT data for offering advanced services.
</div>
<div class="col-md-6 col-sm-6">
<h3>Course dates</h3>
<p>
Lectures are held on Friday from 10-12. Note that lectures are NOT held every week! See <a href="#lecturenotes"> lecture notes</a> for lecture dates.
</p>
<p>Location: Ersatzraum SR Argentinierstrasse, Institutsgebäude (Favoritenstr. 9-11) - 1. Stock Room Number: HE0108.</p>
<p>
Also <a href="https://tiss.tuwien.ac.at/course/courseAnnouncement.xhtml?courseNumber=184742&courseSemester=2018S">Check TISS web page</a></p>
</div>
</div>
</div>
<!-- divider section -->
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- about section -->
<div id="lecturenotes">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="title">
<h2>Lecture notes</h2>
</div>
<b>Note: everything here is under construction</b>
<table width="100%" style="border-left: 1px solid #B1B1B1 !important; border-right: 1px solid #B1B1B1 !important; border-top: 1px solid #B1B1B1 !important; border-bottom: 1px solid #B1B1B1 !important; ">
<tr>
<th width="76" style="text-align: center ! important; vertical-align:middle !important;">Date</th>
<th width="200" style="text-align: center ! important; vertical-align:middle !important;">Topics</th>
<th width="250" style="text-align:
left ! important;
vertical-align:middle
!important;">Notes</th>
<p>Lectures will be held at: Ersatzraum SR Argentinierstrasse, Institutsgebäude (Favoritenstr. 9-11) - 1. Stock Room Number: HE0108</p>
<p> IMPORTANT NOTE: The lecture room is Ersatzraum SR Argentinierstrasse, Institutsgebäude (Favoritenstr. 9-11) - 1. Stock Room Number: HE0108</>
</p>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">2 Mar 2018, 10 am</td>
<td style="text-align: center !
important; vertical-align:middle
!important;"><a href="pdfs/truong-ase-2018-lecture1.pdf">Course Overview</a></td>
<td>Motivation and expectation of the course, and course administration</a></td>
</tr>
<!--tr>
<td style="text-align: center ! important; vertical-align:middle !important;">9 Mar 201</td>
<td style="text-align: center !
important; vertical-align:middle
!important;">NO LECTURE</td>
<td></td>
</tr-->
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">9 Mar 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;"><a href="pdfs/truong-ase-2018-lecture2-dss-challenges.pdf">Emerging distributed systems and challenges for services engineering</a></td>
<td>Discuss new types of distributed systems, challenges, emerging services engineering issues, and application scenarios<br>
<a href="assignments/ase-scenario-template.docx">First assignment</a></td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">16 Mar 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;"><a href="pdfs/truong-ase-2018-lecture3-IoTCloudMLBlockchainSystems.pdf">The role of IoT, Cloud systems, Blockchain and Machine Learning as a service</a></td>
<td>Overview of IoT, Cloud systems, Blockchain and Machine learning roles in complex services and engineering challenges<br>
<a href="assignments/ase-2018-2ndassignment.pdf">Second assignment</a></td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">23 Mar 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;">NO LECTURE</td>
<td></td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">30 Mar 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;">Easter break</td>
<td></td>
</tr>
<tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">6 April 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;">Easter break</td>
<td></td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">13 April 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;">Scenario, application-specific services and platform services</td>
<td>Student presentation and discussion.
</td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">27 April 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;"><a href="pdfs/truong-ase-2018-lecture4-daas_datalake_datamarket_dataconcerns.pdf">Data-as-a-Service, Data marketplace, data lakes: Models, Data Concerns, and Engineering</a></td>
<td>Models of Data services, data lakes, data concerns, and data concern evaluation<br>
<a href="assignments/ase-2018-3rdassignment.pdf">Third assignment</a>
</td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">4 May 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;"><a href="pdfs/truong-ase-2018-lecture5-bigdatasystems.pdf">Big data service systems: Models, Elasticity, and Platforms</a></td>
<td>Big data services, big data platforms and services
<br>
<a href="assignments/ase-2018-4thassignment.pdf">Fourth assignment</a>
</td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">18 May 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;">Assignment discussion, Presentation of mini project proposals</td>
<td></td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">25 May 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;"><a href="pdfs/truong-ase-2018-lecture6-qorda.pdf"> Algorithms & Quality-aware Data Analytics</a></td>
<td>data analytics, quality of analytics, elasticity based on quality of analytics</td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">8 June 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;"><a href="pdfs/truong-ase-2018-lecture7-humandataanalytics.pdf">Human-machine in advanced services</a></td>
<td>we will discuss about human-based services could be integrated with software-based services to provide advanced analytics</td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">10 am, 25 June 2018</td>
<td style="text-align: center !
important; vertical-align:middle
!important;"><a href="">Mini project presentation</a></td>
<td>Student presentation and demo of mini projects</td>
</tr>
<tr>
<td style="text-align: center ! important; vertical-align:middle !important;">From 25 June,2018- </td>
<td style="text-align: center !
important; vertical-align:middle
!important;">Final exam</td>
<td>Oral examination</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- pricing section -->
<div id="assignment">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="title">
<h2>Assignments and Projects</h2>
</div>
<p>Assignments and project reports must be <a href="https://tuwel.tuwien.ac.at/course/view.php?id=13985">submitted to TUWEL.</a></p>
</div>
<div class="col-md-4 col-sm-4">
<div class="plan">
<div class="plan-title">
<h3>Assignment 1</h3>
Develop your scenario. See the template is <a href="assignments/ase-scenario-template.docx">here</a>.
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="plan">
<div class="plan-title">
<h3>Assignment 2</h3>
Design application-specific services and platform services. See the <a href="assignments/ase-2018-2ndassignment">description here</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="plan">
<div class="plan-title">
<h3>Assignment 3</h3>
<!--Analyzing and Evaluating data concerns. See the <a href="assignments/ase-2017-3rdassignment.pdf">description here</a-->
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="plan">
<div class="plan-title">
<h3>Assignment 4</h3>
Proposing and designing a mini project
</div>
</div>
</div>
<div class="col-md-8 col-sm-8">
<div class="plan">
<div class="plan-title">
<h3>Mini project</h3>
Concrete topics are based on the proposal and design presented in the 4th assignment.
</div>
<p> you will (i) create an open source mini project using public git (such as github, bitbucket, or gitlab), (ii) develop the project, (iii)document the project with README file or HTML, (iv) Submit a presentation to TUWEL and make the code public, (v) finally you make a presentation/demo your project.
</p>
<p>The prototpyes of the mini projects will be posted in Github</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- portfolio section -->
<div id="examples">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="title">
<h2>Examples</h2>
</div>
</div>
<div class="col-md-12 col-sm-12">
<h3>Video</h3>
<ul>
<li><a href="https://youtu.be/3EytTZd-PuI">IoT, Cloud and Human services integration</a></li>
</ul>
</div>
<div class="col-md-12 col-sm-12">
<h3>Previous lectures</h3>
<ul>
<li><a href="ase-ss-2017">Summer 2017</a></li>
<li><a href="ase-ss-2016">Summer 2016</a></li>
<li><a href="ase-ss-2015">Summer 2015</a></li>
<li><a href="ase-ss-2014">Summer 2014</a></li>
<li><a href="ase-ws-2012">Winter 2012</a></li>
</ul>
</div>
<div class="col-md-12 col-sm-12">
<h3>Student projects</h3>
<p> Student projects are open source under GitHub. </p>
</div>
<!-- ISO section -->
<div class="col-md-12 col-sm-12">
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Thomas Rausch, Summer 2018/Winter 2019, Special Research Mini Project</h4>
<a href="https://git.dsg.tuwien.ac.at/groups/mc2">MC2 -- Edge Computing</a>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4><a href=" https://github.com/AdvancedServicesEngineeringTUWien2018">Student projects in SS 2018</a></h4>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4><a href="https://github.com/AdvancedServicesEngineeringTUWien2017">Student projects in SS 2017</a></h4>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4><a href="https://github.com/AdvancedServicesEngineeringTUWien2016">Student projects in SS 2016</a></h4>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Michael Voegler, Summer 2015/2016</h4>
<a href="https://bitbucket.org/nbd/ase2016-prototype/">Data Analytics Framework</a>
</div>
</div>
<!--div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4></h4>
<a></a>
</div>
</div-->
<!--div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4></h4>
<a></a>
</div>
</div-->
<!--div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4></h4>
</div>
</div>
</div-->
<div class="col-md-12 col-sm-12">
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Peter Klein, Summer 2015</h4>
<a href="http://sourceforge.net/p/m2mlabs/wiki/Tutorial/">IOT- sensors and data services</a>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Domagoj Drenjanac, Summer 2015</h4>
<a href="https://www.youtube.com/watch?v=wqYVQivWnHU"> Data Aggregation and Processing in Dairy Farming</a>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Thomas Hiessl, Summer 2015</h4>
<a href="examples/Hiessl-ase2015.pdf">Open Survey Data Lab</a>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Ivan Pavkovic, Summer 2015</h4>
IoT Approach To Accommodation & Booking Related Web Services:<a href="examples/Pavkovic-ase2015.pptx">Slides</a> and <a href="examples/Pavkovic-ase2015.flv">Video</a>
</div>
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Georgiana Copil, Summer 2014</h4>
<a href="examples/Copil-ase2014.pptx">Xively and data concerns</a>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Erum Naz & Duc-Hung Le, Summer 2014</h4>
<a href="examples/NazLe-ase2014.pptx">Evaluating Crime Data for UK Police</a>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Daniel Moldovan, Summer 2014</h4>
<a href="examples/Moldovan-ase2014.pptx">Windows Azure Marketplaces</a>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="singleshot">
<h4>Juraj Cik, Summer 2014</h4>
<a href="examples/Cik-ase2014.pptx">Xively and Data Analytics Services</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- Extra section -->
<div id="reading">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="title">
<h2>Reading List</h2>
</div>
<h3>Papers</h3>
<ul>
<li><a href="pdfs/ase-2016-readinglist.pdf">The list of papers</a></li>
</ul>
</div>
<div class="col-md-6 col-sm-6">
<h3>Relevant representation</h3>
<ul>
<li><a href="http://www.infosys.tuwien.ac.at/teaching/courses/socloud/slides/socloud11-cloudcomputing-overview.pdf">Cloud Computing Overview</a></li>
<li><a
href="http://www.slideshare.net/linhsolar/elastic-processes-on-clouds-of-hybrid-services-principles-enabling-techniques-and-approaches">Elastic Processes on Clouds of Hybrid Services: Principles, Enabling Techniques and Approaches</a></li>
<li><a
href="http://www.slideshare.net/linhsolar/on-analyzing-and-specifying-concerns-for-data-as-a-service">On Analyzing and Specifying Concerns for Data-as-a-Service</a></li>
<li><a
href="http://www.slideshare.net/linhsolar/on-analyzing-and-developing-data-contracts-in-cloudbased-data-marketplaces">On Analyzing and Developing Data Contracts in Cloud-based Data Market Places</a></li>
<li><a
href="http://www.slideshare.net/linhsolar/on-evaluating-and-publishing-data-concerns-for-data-as-a-service">On Evaluating and Publishing Data Concerns for Data-as-a-Service</a></li>
</ul>
</div>
<div class="col-md-6 col-sm-6">
<h3>Relevant courses</h3>
<ul>
<li><a href="https://tiss.tuwien.ac.at/course/courseDetails.xhtml?windowId=342&courseNr=184269">Advanced Internet Computing</a>, Vienna University of
Technology</li>
<li><a href="https://tiss.tuwien.ac.at/course/courseDetails.xhtml?windowId=faa&courseNr=184260">Distributed Systems Technologies</a>, Vienna University of
Technology</li>
</ul>
</div>
</div>
</div>
</div>
<!-- footer section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<h2>Contact</h2>
<p>Distributed Systems Group</p>
<p>Email: <span>hong-linh.truong@tuwien.ac.at</span></p>
<p>Web: <span>http://www.infosys.tuwien.ac.at/staff/truong</span></p>
</div>
<div class="col-md-6 col-sm-6">
<h2>Links</h2>
<ul>
<li><a href="https://tuwel.tuwien.ac.at/course/view.php?id=13985>TUWEL</a></li>
<li><a href="https://tiss.tuwien.ac.at/course/courseAnnouncement.xhtml?courseNumber=184742&courseSemester=2018S">TISS</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- divider section -->
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-10 col-sm-10">
<hr>
</div>
<div class="col-md-1 col-sm-1"></div>
</div>
</div>
<!-- copyright section -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<p>© Hong-Linh Truong. Using a modified version of the <a href="http://www.free-css.com/assets/files/free-css-templates/preview/page188/superfresh/">Superfresh 2084 HTML template</a> designed by <a target="_blank" rel="nofollow" href="http://www.templatemo.com">template mo</a></p>
</div>
</div>
</div>
</div>
<!-- scrolltop section -->
<a href="#top" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- javascript js -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/isotope.js"></script>
<script src="js/imagesloaded.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>