-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
337 lines (330 loc) · 13.4 KB
/
index.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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>Scientific Works</title>
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<!-- Custom Theme files -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Mentors Responsive Web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible Web template,
Smartphone Compatible Web template, free Webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola Web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //Custom Theme files -->
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
<!-- js -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.js"> </script>
<!-- //js -->
<!--fonts-->
<link href='//fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Candal' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<!--/fonts-->
<!--JS for animate-->
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!--//end-animate-->
</head>
<body>
<!--banner-->
<div class="banner">
<!--header-->
<div class="header">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right wow fadeInLeft animated" data-wow-delay=".5s">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="schedule.html" >Schedule</a></li>
<!--li><a href="staff.html" >Staff</a></li-->
<!--li><a href="shortcodes.html" >Short Codes</a></li-->
<!--li><a href="contact.html" >Contact</a></li-->
</ul>
</div>
</nav>
<div class="logo">
<a class="navbar-brand" href="index.html">Scientific Works</a>
</div>
<!--div class="search-bar wow fadeInRight animated" data-wow-delay=".5s">
<form action="#" method="post">
<input type="text" name="search" value="Search" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Search';}">
<input type="submit" value="">
</form>
</div-->
<div class="clearfix"> </div>
</div>
<!--//header-->
<div class="container">
<div class="banner-info">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="banner-info1">
<h1>Idea and Plan<br> <span></span></h1>
<!--p>Many desktop publishing packages and Web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many</p-->
</div>
</li>
<li>
<div class="banner-info1">
<h1>Tackle the problem<br> <span></span></h1>
<!--p>Many desktop publishing packages and Web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many</p-->
</div>
</li>
<li>
<div class="banner-info1">
<h1>Evaluating and Presenting<br> <span></span></h1>
<!--p>Many desktop publishing packages and Web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many</p-->
</div>
</li>
</ul>
</div>
</section>
<!-- FlexSlider -->
<script defer="" src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(function(){
});
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
<!-- FlexSlider -->
</div>
</div>
</div>
<!--//banner-->
<!--students-->
<div class="students">
<div class="col-md-6 students-left wow fadeInLeft animated" data-wow-delay=".5s">
<h2>Research, Planning and Presentation</h2>
<h3>Identifying the topics</h3>
<p>You need to select a topic in the interest of you and the instructor, e.g. IoT, Cloud, Big data, cloud robotics, smart cities, etc.</p>
<h3>Presenting motivation, related work, and potential impact/expected results</h3>
<p>You need to develop motivation, find related work and explain expected results</p>
<h3>Working on your approach and presenting your approach</h3>
<p>What would be your approach to solve the problem? Do you also team up with other colleagues</p>
<h3>Working on technical and scientific details for your approach</h3>
<p>What is your design? Any change in your approach during the work?</p>
<h3>Present the initial results</h3>
<p>What are your initial design and result? Do you have to continue the plan or to revise the plan</p>
<h3>Present the final results</h3>
<p>How would you validate your work? Do you achieve the goal? Any lesson learned?</p>
</div>
<div class="col-md-6 students-right wow fadeInRight animated" data-wow-delay=".5s">
<ul>
<li><div class="history-grid-image">
<img src="images/t1-2017.jpg" class="img-responsive zoom-img" alt="">
</div></li>
<!--li><div class="history-grid-image">
<img src="images/t11.jpg" class="img-responsive zoom-img" alt="">
</div></li>
<li><div class="history-grid-image">
<img src="images/t12.jpg" class="img-responsive zoom-img" alt="">
</div></li>
<li><div class="history-grid-image">
<img src="images/t13.jpg" class="img-responsive zoom-img" alt="">
</div></li-->
</ul>
</div>
<div class="clearfix"></div>
</div>
<!--//students-->
<!--best-->
<div class="best">
<div class="container">
<div class="col-md-6 best-left wow fadeInLeft animated" data-wow-delay=".5s">
<h3>Latest News</h3>
<div class="bes-top">
<!--div class="bes-lft">
<div class="history-grid-image">
<img src="images/t8.jpg" class="img-responsive zoom-img" alt="">
</div>
</div-->
<div class="bes-rgt">
<h4>News</h4>
<h5>First meeting: 10:00, Friday 9, Nov 2018 at the Library/Seminar room, Distributed Systems Group, Argentinierstraße 8/194-02, 3rd Floor </h5>
<p></p>
</div>
<div class="clearfix"></div>
</div>
<div class="bes-top1">
<!--div class="bes-lft">
<div class="history-grid-image">
<img src="images/t9.jpg" class="img-responsive zoom-img" alt="">
</div>
</div-->
<!--div class="bes-rgt">
<h4>Info</h4>
<h5>Monday, 13 September 2015</h5>
<p></p>
</div-->
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-6 best-left wow fadeInRight animated" data-wow-delay=".5s">
<h3>Participants</h3>
<p></p>
<div class="bes-top">
<ul>
<li><!--div class="history-grid-image">
<img src="images/t1.jpg" class="img-responsive zoom-img" alt="">
</div-->
<h6></h6>
<h5></h5></li>
<li><!--div class="history-grid-image">
<img src="images/t2.jpg" class="img-responsive zoom-img" alt="">
</div-->
<h6></h6>
<h5></h5></li>
<!--li><div class="history-grid-image">
<img src="images/t3.jpg" class="img-responsive zoom-img" alt="">
</div>
<h6><a href="singlepage.html">Neil Johnson</a></h6>
<h5>2014</h5></li-->
</ul>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!--best-->
<!--course-->
<!--div class="course">
<div class="container">
<div class="col-md-4 course-left wow fadeInLeft animated" data-wow-delay=".5s">
<h3>Why Join Us</h3>
<div class="history-grid-image">
<img src="images/n2.jpg" class="img-responsive zoom-img" alt="">
</div>
<p>Lorem ipsum dolor sit amet, consectetu er adipiscing elit, sed diam nonummy nibh eu ismod tincidunt ut laoreetd.</p>
</div>
<div class="col-md-4 course-left animated wow fadeInUp animated animated" data-wow-duration="1200ms" data-wow-delay="500ms">
<h3>Affordable</h3>
<div class="history-grid-image">
<img src="images/n3.jpg" class="img-responsive zoom-img" alt="">
</div>
<p>Lorem ipsum dolor sit amet, consectetu er adipiscing elit, sed diam nonummy nibh eu ismod tincidunt ut laoreetd.</p>
</div>
<div class="col-md-4 course-left wow fadeInRight animated" data-wow-delay=".5s">
<h3>All Courses</h3>
<ul>
<li><a href="singlepage.html"><span></span>Lorem ipsum dolor sit</a></li>
<li><a href="singlepage.html"><span></span>Amet consectetuer </a></li>
<li><a href="singlepage.html"><span></span>Diam nonummy nibh</a></li>
<li><a href="singlepage.html"><span></span>Euismod tincidunt ut </a></li>
<li><a href="singlepage.html"><span></span>Magna aliquam erat</a></li>
<li><a href="singlepage.html"><span></span>Volutpat ut wisi enim</a></li>
<li><a href="singlepage.html"><span></span>Diam nonummy nibh</a></li>
<li><a href="singlepage.html"><span></span>Magna aliquam erat</a></li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetu er adipiscing elit, sed diam nonummy nibh eu ismod tincidunt ut laoreetd.</p>
</div>
<div class="clearfix"></div>
</div>
</div-->
<!--course-->
<!--semst-->
<!--div class="semst">
<div class="container">
<div class="col-md-7 semst-left wow fadeInLeft animated" data-wow-delay=".5s">
<h3>Semester's best teachers</h3>
<ul>
<li>
<div class="history-grid-image">
<img src="images/t4.jpg" class="img-responsive zoom-img" alt="">
</div>
<p>Lorem ipsum dolor sit amet, consectetu er elit.</p>
</li>
<li>
<div class="history-grid-image">
<img src="images/t5.jpg" class="img-responsive zoom-img" alt="">
</div>
<p>Consectetu er adipiscing elit, sed diam nonummy.</p>
</li>
<li>
<div class="history-grid-image">
<img src="images/t6.jpg" class="img-responsive zoom-img" alt="">
</div>
<p>Sed diam nonummy nibh eu ismod tincidunt ut.</p>
</li>
</ul>
</div>
<div class="col-md-5 semst-right wow fadeInRight animated" data-wow-delay=".5s">
<h3>NewsLetter</h3>
<form action="#" method="post">
<input type="text" name="search" value="Enter Your email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter Your email';}">
<input type="submit" value="Subscribe">
</form>
</div>
<div class="clearfix"></div>
</div>
</div-->
<!--semst-->
<!--footer-->
<div class="footer">
<div class="container">
<div class="col-md-3 footer-left wow fadeInLeft animated" data-wow-delay=".5s">
<h4>Instructor</h4>
<p>Hong-Linh Truong<br>
Faculty of Informatics<br>
TU Wien
</p>
</div>
<!--div class="col-md-3 footer-left wow fadeInLeft animated" data-wow-delay=".5s">
<h4>Features</h4>
<ul>
<li><a href="singlepage.html">Sed diam eu</a></li>
<li><a href="singlepage.html">Ismod tincidunt </a></li>
<li><a href="singlepage.html">Tincidunt ut </a></li>
</ul>
</div-->
<div class="col-md-3 footer-left wow fadeInRight animated" data-wow-delay=".5s">
<h4>Quick links</h4>
<ul>
<li><a href="http://dsg.tuwien.ac.at/staff/truong">Home page</a></li>
<li><a href="https://tiss.tuwien.ac.at/course/courseAnnouncement.xhtml?dswid=2070&dsrid=139&courseNumber=180765&courseSemester=2017W">TISS</a></li>
<li><a href="https://tuwel.tuwien.ac.at/course/view.php?idnumber=180765-2017W">TUWEL</a></li>
</ul>
</div>
<div class="col-md-3 soci wow fadeInRight animated" data-wow-delay=".5s">
<h4>Follow Us</h4>
<ul>
<!--li><a href="#"><i class="f-1"> </i></a></li>
<li><a href="#"><i class="t-1"> </i></a></li-->
<li><a href="http://twitter.com/linhsolar"><i class="g-1"> </i></a></li>
</ul>
</div>
<div class="clearfix"></div>
<div class="copy animated wow fadeInUp animated animated" data-wow-duration="1200ms" data-wow-delay="500ms">
<p>© 2017 Hong-Linh Truong . All Rights Reserved | Design by <a href="http://w3layouts.com/" target="_blank">W3layouts</a> </p>
</div>
</div>
</diV>
<!--footer-->
</body>
</html>