-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
460 lines (362 loc) · 22.1 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
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
<!doctype html>
<!--
Template: Unika - Responsive One Page HTML5 Template
Author: imransdesign.com
URL: http://imransdesign.com/
Designed By: https://www.behance.net/poljakova
Version: 1.0
-->
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Online Software Anomaly Detection</title>
<meta name="description" content="Unika - Responsive One Page HTML5 Template">
<meta name="keywords" content="HTML5, Bootsrtrap, One Page, Responsive, Template, Portfolio" />
<meta name="author" content="imransdesign.com">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,500' rel='stylesheet' type='text/css'> <!-- Body font -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'> <!-- Navbar font -->
<!-- Libs and Plugins CSS -->
<link rel="stylesheet" href="inc/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="inc/animations/css/animate.min.css">
<link rel="stylesheet" href="inc/font-awesome/css/font-awesome.min.css"> <!-- Font Icons -->
<link rel="stylesheet" href="inc/owl-carousel/css/owl.carousel.css">
<link rel="stylesheet" href="inc/owl-carousel/css/owl.theme.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mobile.css">
<!-- Skin CSS -->
<link rel="stylesheet" href="css/skin/cool-gray.css">
<!-- <link rel="stylesheet" href="css/skin/ice-blue.css"> -->
<!-- <link rel="stylesheet" href="css/skin/summer-orange.css"> -->
<!-- <link rel="stylesheet" href="css/skin/fresh-lime.css"> -->
<!-- <link rel="stylesheet" href="css/skin/night-purple.css"> -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#main-navbar">
<div class="page-loader"></div> <!-- Display loading image while page loads -->
<div class="body">
<!--========== BEGIN HEADER ==========-->
<header id="header" class="header-main">
<!-- Begin Navbar -->
<nav id="main-navbar" class="navbar navbar-default navbar-fixed-top" role="navigation"> <!-- Classes: navbar-default, navbar-inverse, navbar-fixed-top, navbar-fixed-bottom, navbar-transparent. Note: If you use non-transparent navbar, set "height: 98px;" to #header -->
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand page-scroll" href="index.html">Online Software Anomaly Detection</a>
</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">
<!-- <li><a class="page-scroll" href="body">Home</a></li>
<li><a class="page-scroll" href="#about-section">About</a></li>
<li><a class="page-scroll" href="#services-section">Services</a></li>
<li><a class="page-scroll" href="#portfolio-section">Works</a></li>
<li><a class="page-scroll" href="#team-section">Team</a></li>
<li><a class="page-scroll" href="#prices-section">Prices</a></li> -->
<li><a class="page-scroll" href="#contact-section">Help Info</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- End Navbar -->
</header>
<!-- ========= END HEADER =========-->
<!-- Begin text carousel intro section -->
<section id="text-carousel-intro-section" class="parallax" style="background-image: url(http://www.cs.ubbcluj.ro/wp-content/themes/CSUBB/images/slides/7.jpg);">
<div class="container">
<div class="caption text-left text-white">
<div>
<div class="col-md-6 col-sm-6">
<h2> </h2>
<p style="background: #363940; padding: 20px;"><b>Automatic online software failure detection</b> is crucial
for ensuring the quality of the deployed software, but it is
extremely challenging to perform in practice. For online software,
its inputs are provided by the user at the runtime and the
correctness of the outputs cannot be automatically determined
without an oracle. </p><Br>
<p style="background: #363940; padding: 20px;">
Existing approaches attempt to
tackle this problem by identifying certain properties observed
from the executions of the software during the training phase
and use them to monitor software online anomalous behaviors. Nevertheless, the large execution overhead required for
monitoring these properties limits the applicability of these
approaches at runtime. We present a model that applies the
sensor placement algorithms to select a close to optimal set of
anomaly-revealing invariants which can detect online anomaly
with minimal execution overhead.</p><Br>
<p style="background: #363940; padding: 20px;">
This website gives a online tool set. This tool will tell you which invariants need to be monitored. </p>
<div class="extra-space-l"></div>
<a class="btn btn-blank" target="_blank" role="button" style="background: #000000;">Try it on</a>
</div>
</div>
</div> <!-- /.caption -->
</div> <!-- /.container -->
</section>
<!-- End text carousel intro section -->
<!-- Begin about section -->
<section id="about-section" class="page bg-style1">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center " >
<h2>How It works?</h2>
<div class="devider"></div>
</div>
</div>
</div>
<!-- End page header-->
<!-- Begin rotate box-1 -->
<div class="rotate-box-1-wrapper">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<a href="#" class="rotate-box-1 square-icon ">
<span class="rotate-box-icon"><i class="fa fa-users"></i></span>
<div class="rotate-box-info">
<h4>How It works</h4>
<p>Lorem ipsum dolor sit amet set, consectetur utes anet adipisicing elit, sed do eiusmod tempor incidist.</p>
</div>
</a>
</div>
<div class="col-md-12 col-sm-12">
<a href="#" class="rotate-box-1 square-icon " >
<span class="rotate-box-icon"><i class="fa fa-diamond"></i></span>
<div class="rotate-box-info">
<h4>What We Do?</h4>
<p>Lorem ipsum dolor sit amet set, consectetur utes anet adipisicing elit, sed do eiusmod tempor incidist.</p>
</div>
</a>
</div>
<div class="col-md-12 col-sm-12">
<a href="#" class="rotate-box-1 square-icon ">
<span class="rotate-box-icon"><i class="fa fa-heart"></i></span>
<div class="rotate-box-info">
<h4>Why We Do It?</h4>
<p>Lorem ipsum dolor sit amet set, consectetur utes anet adipisicing elit, sed do eiusmod tempor incidist.</p>
</div>
</a>
</div>
<div class="col-md-12 col-sm-12">
<a href="#" class="rotate-box-1 square-icon " >
<span class="rotate-box-icon"><i class="fa fa-clock-o"></i></span>
<div class="rotate-box-info">
<h4>Since When?</h4>
<p>Lorem ipsum dolor sit amet set, consectetur utes anet adipisicing elit, sed do eiusmod tempor incidist.</p>
</div>
</a>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
<!-- End rotate box-1 -->
<div class="extra-space-l"></div>
</section>
<!-- End about section -->
<!-- Begin Services -->
<!-- <section id="services-section" class="page text-center">
<div class="rotate-box-2-wrapper">
<div class="container">
<div class="extra-space-l"></div>
<div class="text-center">
<a class="btn btn-default btn-lg-xl" href="http://www.imransdesign.com/" target="_blank" role="button">TRY A DEMO</a>
<a class="btn btn-default btn-lg-xl" href="http://www.imransdesign.com/" target="_blank" role="button">START IT NOW</a>
</div>
</div>
</div>
</section> -->
<!-- End Services -->
<!-- Begin cta -->
<section id="cta-section">
<div class="cta">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1>Download Paper</h1>
<p></p>
</div>
<div class="col-md-3">
<div class="cta-btn" >
<a class="btn btn-default btn-lg" href="http://www.imransdesign.com/" target="_blank" role="button">Download</a>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
</section>
<!-- End cta -->
<!-- <section id="services-section" class="page text-center">
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center" >
<h2>OUR TEAM</h2>
<div class="devider"></div>
</div>
</div>
</div>
<div class="rotate-box-2-wrapper">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<a href="#" class="rotate-box-2 square-icon text-center " data-wow-delay="0">
<span class="rotate-box-icon"><i class="fa fa-mobile"></i></span>
<div class="rotate-box-info">
<h4>App Development</h4>
<p>Lorem ipsum dolor sit amet set, consectetur utes anet adipisicing elit, sed do eiusmod tempor incidist.</p>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="#" class="rotate-box-2 square-icon text-center " data-wow-delay="0.2s">
<span class="rotate-box-icon"><i class="fa fa-pie-chart"></i></span>
<div class="rotate-box-info">
<h4>Ui Design</h4>
<p>Lorem ipsum dolor sit amet set, consectetur utes anet adipisicing elit, sed do eiusmod tempor incidist.</p>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="#" class="rotate-box-2 square-icon text-center " data-wow-delay="0.4s">
<span class="rotate-box-icon"><i class="fa fa-cloud"></i></span>
<div class="rotate-box-info">
<h4>Cloud Hosting</h4>
<p>Lorem ipsum dolor sit amet set, consectetur utes anet adipisicing elit, sed do eiusmod tempor incidist.</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section> -->
<!-- Begin contact section -->
<section id="contact-section" class="page text-white parallax" data-stellar-background-ratio="0.5" style="background-image: url(img/map-bg.jpg);">
<div class="cover"></div>
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center " >
<h2>Contacts</h2>
<div class="devider"></div>
<p class="subtitle">All to contact us</p>
</div>
</div>
</div>
<!-- End page header-->
<div class="contact " >
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="contact-info">
<h4>Our Address</h4>
<ul class="contact-address">
<li><i class="fa fa-map-marker fa-lg"></i> Computer Science Department,<br><br> 1215 Western Ave. UAB 403,<br><br> Albany, NY 12222</li>
<li><i class="fa fa-phone"></i> (518) 442-4283 </li>
<li><i class="fa fa-print"></i> (518) 442-5638</li>
<li><i class="fa fa-envelope"></i> (ychen33, mying2, dliu, aalimu)@albany.edu</li>
<!-- <li><i class="fa fa-skype"></i> Unika-Design</li> -->
</ul>
</div>
</div>
<div class="col-sm-6">
<div class="contact-form">
<h4>Write to us</h4>
<form role="form">
<div class="form-group">
<input type="text" class="form-control input-lg" placeholder="Your Name" required>
</div>
<div class="form-group">
<input type="email" class="form-control input-lg" placeholder="E-mail" required>
</div>
<div class="form-group">
<input type="text" class="form-control input-lg" placeholder="Subject" required>
</div>
<div class="form-group">
<textarea class="form-control input-lg" rows="5" placeholder="Message" required></textarea>
</div>
<button type="submit" class="btn">Send</button>
</form>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
</section>
<!-- End contact section -->
<!-- Begin footer -->
<footer class="text-off-white">
<!-- <div class="footer-top">
<div class="container">
<div class="row " >
<div class="col-sm-6 col-md-4">
<h4>Useful Links</h4>
<ul class="imp-links">
<li><a href="">About</a></li>
<li><a href="">Services</a></li>
<li><a href="">Press</a></li>
<li><a href="">Copyright</a></li>
<li><a href="">Advertise</a></li>
<li><a href="">Legal</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-4">
<h4>Subscribe</h4>
<div id="footer_signup">
<div id="email">
<form id="subscribe" method="POST">
<input type="text" placeholder="Enter email address" name="email" id="address" data-validate="validate(required, email)"/>
<button type="submit">Submit</button>
<span id="result" class="section-description"></span>
</form>
</div>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="col-sm-12 col-md-4">
<h4>Recent Tweets</h4>
<div class="single-tweet">
<div class="tweet-content"><span>@Unika</span> Excepteur sint occaecat cupidatat non proident</div>
<div class="tweet-date">1 Hour ago</div>
</div>
<div class="single-tweet">
<div class="tweet-content"><span>@Unika</span> Excepteur sint occaecat cupidatat non proident uku shumaru</div>
<div class="tweet-date">1 Hour ago</div>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> -->
<div class="footer">
<div class="container text-center " >
<p class="copyright">Copyright © 2015 - Designed By <a href="https://www.behance.net/poljakova" class="theme-author">Veronika Poljakova</a> & Developed by <a href="http://www.imransdesign.com/" class="theme-author">Imransdesign</a></p>
</div>
</div>
</footer>
<!-- End footer -->
<a href="#" class="scrolltotop"><i class="fa fa-arrow-up"></i></a> <!-- Scroll to top button -->
</div><!-- body ends -->
<!-- Plugins JS -->
<script src="inc/jquery/jquery-1.11.1.min.js"></script>
<script src="inc/bootstrap/js/bootstrap.min.js"></script>
<script src="inc/owl-carousel/js/owl.carousel.min.js"></script>
<script src="inc/stellar/js/jquery.stellar.min.js"></script>
<script src="inc/animations/js/wow.min.js"></script>
<script src="inc/waypoints.min.js"></script>
<script src="inc/isotope.pkgd.min.js"></script>
<script src="inc/classie.js"></script>
<script src="inc/jquery.easing.min.js"></script>
<script src="inc/jquery.counterup.min.js"></script>
<script src="inc/smoothscroll.js"></script>
<!-- Theme JS -->
<script src="js/theme.js"></script>
</body>
</html>