forked from larrycai/astyleclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
597 lines (404 loc) · 34 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
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
<!DOCTYPE html>
<html>
<head>
<title>Santhosh Prabhu</title>
<meta charset="UTF-8">
<meta name="generator" content="Silex v2.2.7">
<!-- leave this for stats -->
<script type="text/javascript" src="//editor.silex.me/static/2.7/jquery.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/jquery-ui.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/pageable.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/front-end.js" data-silex-static=""></script>
<!-- Normalize -->
<link href="//editor.silex.me/static/2.7/normalize.css" rel="stylesheet" data-silex-static="">
<!-- Silex style -->
<link href="//editor.silex.me/static/2.7/front-end.css" rel="stylesheet" data-silex-static="">
<style type="text/css" class="silex-style">
/* Main text */
.title,
.heading1,
.heading2,
.heading3,
.normal {
color: rgba(0, 0, 0, 0.7);
font-family: verdana, arial;
margin: 0;
font-weight: normal;
font-size: 25px;
line-height: 1.5;
}
.normal {
font-size: 13px;
line-height: 1.4em;
text-align: justify;
}
/* NAVIGATION */
.nav a {
color: black;
padding: 5px 10px;
line-height: 25px;
color: black;
font-size: 15px;
}
.nav .normal .page-link-active {
background-color: #CDBA98;
transition: background-color .5s linear;
-moz-transition: background-color .5s linear;
/* FF3.7+ */
-o-transition: background-color .5s linear;
/* Opera 10.5 */
-webkit-transition: background-color .5s linear;
/* Saf3.2+, Chrome */
}
/* FOOTER */
.footer * {
color: white;
font-weight: normal;
font-size: 25px;
}
</style>
<script type="text/javascript" class="silex-script"></script>
<style class="silex-inline-styles" type="text/css">
.silex-id-1439156722930-51 {
background-color: rgb(230, 230, 230);
cursor: auto;
left: 0px;
top: 0px;
}
.silex-id-1483139730465-7 {
top: 100px;
left: NaNpx;
background-color: rgba(255, 255, 255, 1);
border-width: 0 0 1px 0;
border-style: groove;
}
.silex-id-1483139730465-6 {
min-height: 139px;
background-color: transparent;
}
.silex-id-1439156722322-45 {
width: 528px;
top: 58px;
left: 451px;
min-height: 44px;
}
.silex-id-1517671734182-2 {
width: 298px;
min-height: 40px;
top: 36px;
left: 33px;
}
.silex-id-1517670900451-0 {
width: 298px;
min-height: 40px;
top: 36px;
left: 33px;
}
.silex-id-1517676937425-11 {
width: 298px;
min-height: 40px;
top: 36px;
left: 33px;
}
.silex-id-1483139563582-5 {
top: 180px;
left: 5px;
min-width: 980px;
background-color: rgba(255, 255, 255, 1);
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
.silex-id-1483139563582-5 {
top: 200px;
left: 0px;
}
}
.silex-id-1483139563581-4 {
min-height: 685px;
background-color: transparent;
top: 0px;
left: 285px;
width: 980px;
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
.silex-id-1483139563581-4 {
min-height: 657px;
}
}
.silex-id-1439156722120-43 {
width: 407px;
top: 71px;
left: 10px;
border-top-color: rgb(0, 0, 0);
border-right-color: rgb(0, 0, 0);
border-bottom-color: rgb(0, 0, 0);
border-left-color: rgb(0, 0, 0);
min-height: 475px;
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
.silex-id-1439156722120-43 {
top: 251px;
left: 11px;
width: 423px;
min-height: 199px;
}
}
.silex-id-1517671271200-1 {
width: 545px;
min-height: 322px;
top: 80px;
left: 433px;
}
.silex-id-1492633712778-6 {
background-color: rgba(255, 255, 255, 1);
min-width: 980px;
top: 180px;
left: 5px;
}
.silex-id-1492633712777-5 {
width: 980px;
min-height: 685px;
top: 15px;
left: 322px;
}
.silex-id-1492633761489-8 {
min-height: 371px;
width: 975px;
top: 227px;
left: 4px;
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
.silex-id-1492633761489-8 {
top: 11px;
left: 11px;
width: 423px;
min-height: 520px;
}
}
.silex-id-1517673274667-3 {
width: 264px;
min-height: 222px;
top: 1px;
left: 357px;
}
.silex-id-1492633694354-4 {
background-color: rgba(255, 255, 255, 1);
top: 180px;
left: 5px;
}
.silex-id-1492633694353-3 {
min-height: 685px;
}
.silex-id-1517675926740-7 {
width: 180px;
min-height: 29px;
top: 68px;
left: 450px;
}
.silex-id-1517676842973-10 {
width: 45px;
min-height: 49px;
top: 56px;
left: 400px;
}
.silex-id-1517676577899-8 {
width: 59px;
min-height: 58px;
top: 243px;
left: 184px;
}
.silex-id-1517675230758-4 {
width: 259px;
min-height: 40px;
top: 261px;
left: 251px;
}
.silex-id-1517676720354-9 {
width: 66px;
min-height: 66px;
top: 393px;
left: 624px;
}
.silex-id-1517675294012-5 {
width: 180px;
min-height: 28px;
top: 414px;
left: 691px;
}
.silex-id-1483139189898-1 {
top: 870px;
left: 5px;
background-color: rgba(56, 56, 56, 1);
min-width: 980px;
background-image: url('../../../../../../../libs/templates/silex-templates/eco1/assets/footer_lodyas.png');
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
.silex-id-1483139189898-1 {
top: 1131px;
left: 0px;
}
}
.silex-id-1483139189897-0 {
min-height: 485px;
background-color: transparent;
top: 0px;
left: 285px;
width: 980px;
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
.silex-id-1483139189897-0 {
min-height: 268px;
}
}
</style>
<script type="text/javascript" class="silex-json-styles">
[{"desktop":{"silex-id-1439156722930-51":{"background-color":"rgb(230, 230, 230)","cursor":"auto","left":"0px","top":"0px"},"silex-id-1439156722322-45":{"width":"528px","top":"58px","left":"451px","min-height":"44px"},"silex-id-1439156722120-43":{"width":"407px","top":"71px","left":"10px","border-top-color":"rgb(0, 0, 0)","border-right-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","border-left-color":"rgb(0, 0, 0)","min-height":"475px"},"silex-id-1439156722018-42":{"width":"333px","top":"140px","left":"0px","background-color":"transparent","min-height":"309px"},"silex-id-1439156721917-41":{"width":"300px","top":"5px","left":"0px","background-color":"rgb(255, 255, 255)","background-image":"url('../../../../../../../libs/templates/silex-templates/eco1/assets/goat.jpg')","background-size":"cover","background-repeat-x":"no-repeat","background-repeat-y":"no-repeat","background-position-x":"50%","background-position-y":"50%","border-top-width":"4px","border-right-width":"4px","border-bottom-width":"4px","border-left-width":"4px","border-top-style":"solid","border-right-style":"solid","border-bottom-style":"solid","border-left-style":"solid","border-top-color":"rgb(255, 255, 255)","border-right-color":"rgb(255, 255, 255)","border-bottom-color":"rgb(255, 255, 255)","border-left-color":"rgb(255, 255, 255)","min-height":"200px"},"silex-id-1439156721816-40":{"width":"298px","top":"212px","left":"0px","min-height":"26px"},"silex-id-1439156721715-39":{"width":"298px","top":"236px","left":"2px","min-height":"32px"},"silex-id-1439156721615-38":{"width":"341px","top":"140px","left":"332px","background-color":"transparent","min-height":"309px"},"silex-id-1439156721514-37":{"width":"300px","top":"5px","left":"0px","background-color":"rgb(255, 255, 255)","background-image":"url('../../../../../../../libs/templates/silex-templates/eco1/assets/boat.jpg')","background-size":"cover","background-repeat-x":"no-repeat","background-repeat-y":"no-repeat","background-position-x":"50%","background-position-y":"50%","border-top-width":"4px","border-right-width":"4px","border-bottom-width":"4px","border-left-width":"4px","border-top-style":"solid","border-right-style":"solid","border-bottom-style":"solid","border-left-style":"solid","border-top-color":"rgb(255, 255, 255)","border-right-color":"rgb(255, 255, 255)","border-bottom-color":"rgb(255, 255, 255)","border-left-color":"rgb(255, 255, 255)","min-height":"200px"},"silex-id-1439156721413-36":{"width":"300px","top":"212px","left":"0px","min-height":"26px"},"silex-id-1439156721312-35":{"width":"298px","top":"236px","left":"2px","min-height":"32px"},"silex-id-1439156721210-34":{"width":"341px","top":"140px","left":"671px","background-color":"transparent","min-height":"309px"},"silex-id-1439156721110-33":{"width":"300px","top":"5px","left":"0px","background-color":"rgb(255, 255, 255)","background-image":"url('../../../../../../../libs/templates/silex-templates/eco1/assets/duck.jpg')","background-size":"cover","background-repeat-x":"no-repeat","background-repeat-y":"no-repeat","background-position-x":"50%","background-position-y":"50%","border-top-width":"4px","border-right-width":"4px","border-bottom-width":"4px","border-left-width":"4px","border-top-style":"solid","border-right-style":"solid","border-bottom-style":"solid","border-left-style":"solid","border-top-color":"rgb(255, 255, 255)","border-right-color":"rgb(255, 255, 255)","border-bottom-color":"rgb(255, 255, 255)","border-left-color":"rgb(255, 255, 255)","min-height":"200px"},"silex-id-1439156721007-32":{"width":"300px","top":"212px","left":"0px","min-height":"26px"},"silex-id-1439156720906-31":{"width":"298px","top":"236px","left":"3px","min-height":"32px"},"silex-id-1471339869605-1":{"min-height":"570px","width":"889px","top":"158px","left":"46px"},"silex-id-1483139189897-0":{"min-height":"485px","background-color":"transparent","top":"0px","left":"285px","width":"980px"},"silex-id-1483139189898-1":{"top":"870px","left":"5px","background-color":"rgba(56,56,56,1)","min-width":"980px","background-image":"url('../../../../../../../libs/templates/silex-templates/eco1/assets/footer_lodyas.png')"},"silex-id-1483139324558-2":{"min-height":"537px","background-color":"transparent","top":"0px","left":"285px","width":"980px"},"silex-id-1483139563581-4":{"min-height":"685px","background-color":"transparent","top":"0px","left":"285px","width":"980px"},"silex-id-1483139563582-5":{"top":"180px","left":"5px","min-width":"980px","background-color":"rgba(255,255,255,1)","background-image":""},"silex-id-1483139730465-6":{"min-height":"139px","background-color":"transparent"},"silex-id-1483139730465-7":{"top":"100px","left":"NaNpx","background-color":"rgba(255,255,255,1)","background-image":"","border-width":"0 0 1px 0 ","border-style":"groove"},"silex-id-1483140114351-9":{"min-height":"693px","background-color":"transparent","top":"15px","left":"314px","width":"980px"},"silex-id-1483140114352-11":{"width":"300px","top":"5px","left":"0px","background-color":"rgb(255, 255, 255)","background-image":"url('../../../../../../../libs/templates/silex-templates/eco1/assets/goat.jpg')","background-size":"cover","background-repeat-x":"no-repeat","background-repeat-y":"no-repeat","background-position-x":"50%","background-position-y":"50%","border-top-width":"4px","border-right-width":"4px","border-bottom-width":"4px","border-left-width":"4px","border-top-style":"solid","border-right-style":"solid","border-bottom-style":"solid","border-left-style":"solid","border-top-color":"rgb(255, 255, 255)","border-right-color":"rgb(255, 255, 255)","border-bottom-color":"rgb(255, 255, 255)","border-left-color":"rgb(255, 255, 255)","min-height":"200px"},"silex-id-1483140114352-12":{"width":"298px","top":"212px","left":"0px","min-height":"26px"},"silex-id-1483140114353-13":{"width":"298px","top":"236px","left":"2px","min-height":"32px"},"silex-id-1483140114353-15":{"width":"300px","top":"5px","left":"0px","background-color":"rgb(255, 255, 255)","background-image":"url('../../../../../../../libs/templates/silex-templates/eco1/assets/boat.jpg')","background-size":"cover","background-repeat-x":"no-repeat","background-repeat-y":"no-repeat","background-position-x":"50%","background-position-y":"50%","border-top-width":"4px","border-right-width":"4px","border-bottom-width":"4px","border-left-width":"4px","border-top-style":"solid","border-right-style":"solid","border-bottom-style":"solid","border-left-style":"solid","border-top-color":"rgb(255, 255, 255)","border-right-color":"rgb(255, 255, 255)","border-bottom-color":"rgb(255, 255, 255)","border-left-color":"rgb(255, 255, 255)","min-height":"200px"},"silex-id-1483140114354-16":{"width":"300px","top":"212px","left":"0px","min-height":"26px"},"silex-id-1483140114354-17":{"width":"298px","top":"236px","left":"2px","min-height":"32px"},"silex-id-1483140114355-19":{"width":"300px","top":"5px","left":"0px","background-color":"rgb(255, 255, 255)","background-image":"url('../../../../../../../libs/templates/silex-templates/eco1/assets/duck.jpg')","background-size":"cover","background-repeat-x":"no-repeat","background-repeat-y":"no-repeat","background-position-x":"50%","background-position-y":"50%","border-top-width":"4px","border-right-width":"4px","border-bottom-width":"4px","border-left-width":"4px","border-top-style":"solid","border-right-style":"solid","border-bottom-style":"solid","border-left-style":"solid","border-top-color":"rgb(255, 255, 255)","border-right-color":"rgb(255, 255, 255)","border-bottom-color":"rgb(255, 255, 255)","border-left-color":"rgb(255, 255, 255)","min-height":"200px"},"silex-id-1483140114355-20":{"width":"300px","top":"212px","left":"0px","min-height":"26px"},"silex-id-1483140114355-21":{"width":"298px","top":"236px","left":"2px","min-height":"32px"},"silex-id-1483140123370-22":{"min-height":"75px","width":"763px","top":"30px","left":"0px"},"silex-id-1492633630842-2":{"width":"464px","height":"495px","background-color":"transparent","top":"148px","left":"0px"},"silex-id-1492633694353-3":{"width":"","background-color":"","min-height":"685px"},"silex-id-1492633694354-4":{"background-color":"rgba(255,255,255,1)","top":"180px","left":"5px","background-image":""},"silex-id-1492633712777-5":{"width":"980px","background-color":"","min-height":"685px","top":"15px","left":"322px"},"silex-id-1492633712778-6":{"background-color":"rgba(255,255,255,1)","background-image":"","min-width":"980px","top":"180px","left":"5px"},"silex-id-1492633761489-8":{"min-height":"371px","width":"975px","top":"227px","left":"4px"},"silex-id-1492633850081-9":{"height":"481px","width":"500px","background-color":"transparent","top":"153px","left":"474px","min-height":"-1px","border-width":"1px 1px 1px 1px ","border-style":"solid"},"silex-id-1517670900451-0":{"width":"298px","min-height":"40px","top":"36px","left":"33px"},"silex-id-1517671271200-1":{"width":"545px","min-height":"322px","top":"80px","left":"433px"},"silex-id-1517671734182-2":{"width":"298px","min-height":"40px","top":"36px","left":"33px"},"silex-id-1517673274667-3":{"width":"264px","min-height":"222px","top":"1px","left":"357px"},"silex-id-1517675230758-4":{"width":"259px","min-height":"40px","top":"261px","left":"251px"},"silex-id-1517675294012-5":{"width":"180px","min-height":"28px","top":"414px","left":"691px"},"silex-id-1517675926740-7":{"width":"180px","min-height":"29px","top":"68px","left":"450px"},"silex-id-1517676577899-8":{"width":"59px","min-height":"58px","top":"243px","left":"184px"},"silex-id-1517676720354-9":{"width":"66px","min-height":"66px","top":"393px","left":"624px"},"silex-id-1517676842973-10":{"width":"45px","min-height":"49px","top":"56px","left":"400px"},"silex-id-1517676937425-11":{"width":"298px","min-height":"40px","top":"36px","left":"33px"}},"mobile":{"silex-id-1439156722120-43":{"top":"251px","left":"11px","width":"423px","min-height":"199px"},"silex-id-1471339869605-1":{"top":"99px","left":"11px","width":"423px","min-height":"1506px"},"silex-id-1483139563582-5":{"top":"200px","left":"0px"},"silex-id-1483139189898-1":{"top":"1131px","left":"0px"},"silex-id-1483140123370-22":{"top":"11px","left":"11px","width":"423px","min-height":"520px"},"silex-id-1439156722018-42":{"top":"22px","left":"11px","width":"423px","min-height":"271px"},"silex-id-1439156721615-38":{"top":"337px","left":"11px","width":"423px","min-height":"271px"},"silex-id-1439156721210-34":{"top":"652px","left":"11px","width":"423px","min-height":"271px"},"silex-id-1439156721917-41":{"top":"1px","left":"7px","width":"401px","min-height":"200px"},"silex-id-1439156721816-40":{"top":"210px","left":"11px","width":"401px","min-height":"26px"},"silex-id-1439156721715-39":{"top":"238px","left":"11px","width":"401px","min-height":"32px"},"silex-id-1439156721514-37":{"top":"1px","left":"7px","width":"401px","min-height":"200px"},"silex-id-1439156721413-36":{"top":"210px","left":"11px","width":"401px","min-height":"26px"},"silex-id-1439156721312-35":{"top":"238px","left":"11px","width":"401px","min-height":"32px"},"silex-id-1439156721110-33":{"top":"1px","left":"7px","width":"401px","min-height":"200px"},"silex-id-1439156721007-32":{"top":"210px","left":"11px","width":"401px","min-height":"26px"},"silex-id-1439156720906-31":{"top":"238px","left":"11px","width":"401px","min-height":"32px"},"silex-id-1483139563581-4":{"min-height":"657px"},"silex-id-1483139324558-2":{"min-height":"945px"},"silex-id-1483140114351-9":{"min-height":"541px"},"silex-id-1483139189897-0":{"min-height":"268px"},"silex-id-1492633761489-8":{"top":"11px","left":"11px","width":"423px","min-height":"520px"}},"componentData":{"silex-id-1492633630842-2":{"name":"form1","templateName":"form"},"silex-id-1492633850081-9":{"name":"map1","templateName":"map"}}}]
</script>
<meta name="publicationPath" content="/api/1.0/ftp/exec/put/silex">
<meta name="website-width" content="980">
<style type="text/css" class="silex-style-settings">
.website-width {
width: 980px;
}
</style>
<script src="https://openlayers.org/en/v4.0.1/build/ol.js" data-dependency=""></script>
<style id="current-page-style">
.page-home {
display: inherit;
}
</style>
<!-- Silex HEAD tag do not remove -->
<!-- End of Silex HEAD tag do not remove -->
</head>
<body class="silex-id-1439156722930-51 silex-runtime" data-silex-type="container" data-silex-id="silex-id-1439156722930-51">
<div class="silex-pages">
<div data-silex-type="image" data-silex-id="silex-id-hamburger-menu" class="menu-button editable-style silex-id-hamburger-menu image-element page-page-1 paged-element prevent-draggable prevent-resizable"><img alt="open mobile menu" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAoCAYAAAC8cqlMAAAB5UlEQVR42u2ZPWvCUBSGM+UfFO3e3dLu/QN+oKj4EUXRQREEJYgoiCAu6qCogyDo7iJ21UUaKqEgCC4iiEMGB3UVgsnpTWj/wfVK2nvhGbKEPJyT996TMMzPGg6H5mKx+GgkyuWyeTQasb8OTDwef4tEIp8+n+/LYIjJZJJHQiwzm81M6OLDarWqNpsNjEYgEJCy2ewT0+/3TagighElNFAnQT6ft1ARKkJFqMgfFvF4PFpuEwFtdrcRqVarIIoirFYrIiyXSxiPx+B2u/GJBINBuF6vQHopigK1Wg2fCMdxcLlciIuoqgqNRgOfiN1uB3Qwg91uB8fjkQiHwwEmkwne1qLxS0VuKKJle71eh06nQ4Rmswk8z+MVcTqdsNlsQJZlotF7Pp8hk8ngE4lGo/qN7xG/vV4Pb0Xm8zlxkdPpBGgMx/+yJxIJKBQKRMjlcuBwOGhq/Q+RcDgMsViMCFrAuFwu/CKDwQC22y1IkkSE/X4PgiDo+xc2Ea0S9zjGa/Hb7Xbxifj9fj0K7yFSqVTwtlY6nYbpdKpPiSRYLBbQarX0PYymFhWhIlSEilCRW6GdyUqlkoVZr9dsKpXiOY6TtW+7BkNBz/7ebrcf9L+6Xq+XRYPMMyrTq5EIhUIvaAjTJb4BBNQ2yhnth0wAAAAASUVORK5CYII="
class="silex-element-content"></div>
<a id="page-home" data-silex-type="page" class="page-element page-link-active">Home</a><a class="page-element" data-silex-type="page" id="page-publications">Publications</a><a class="page-element" data-silex-type="page" id="page-contact">Contact</a>
</div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1483139730465-7 section-element" data-silex-id="silex-id-1483139730465-7">
<div data-silex-type="container" class="editable-style silex-element-content website-width silex-id-1483139730465-6 silex-container-content container-element prevent-draggable" data-silex-id="silex-id-1483139730465-6">
<div class="editable-style text-element nav silex-id-1439156722322-45 hide-on-mobile" data-silex-type="text" data-silex-id="silex-id-1439156722322-45">
<div class="silex-element-content normal">
<div style="text-align: right;"><a class="page-link-active" href="#!page-home">Home</a><span> </span><a href="#!page-publications" class="">Publications</a> <a class="" href="#!page-contact">Contact</a> <br>
</div>
</div>
</div>
<div data-silex-type="text" class="editable-style text-element silex-id-1517671734182-2 paged-element page-publications" data-silex-id="silex-id-1517671734182-2" style="">
<div class="silex-element-content normal">
<div>
<font size="6"><br></font>
</div>
<font size="6">Santhosh Prabhu</font>
</div>
</div>
<div data-silex-type="text" class="editable-style silex-id-1517670900451-0 text-element page-home paged-element" data-silex-id="silex-id-1517670900451-0" style="">
<div class="silex-element-content normal">
<div>
<font size="6"><br></font>
</div>
<font size="6" face="verdana, sans-serif">Santhosh Prabhu</font>
</div>
</div>
<div data-silex-type="text" class="editable-style text-element silex-id-1517676937425-11 page-contact paged-element" data-silex-id="silex-id-1517676937425-11" style="">
<div class="silex-element-content normal">
<div>
<font size="6"><br></font>
</div>
<font size="6">Santhosh Prabhu</font>
</div>
</div>
</div>
</div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1483139563582-5 section-element page-home paged-element" data-silex-id="silex-id-1483139563582-5">
<div data-silex-type="container" class="editable-style silex-element-content website-width silex-id-1483139563581-4 silex-container-content container-element prevent-draggable" data-silex-id="silex-id-1483139563581-4">
<div class="editable-style text-element silex-id-1439156722120-43" data-silex-type="text" data-silex-id="silex-id-1439156722120-43" style="">
<div class="silex-element-content normal">
<h2 class="heading2">
<font size="3" face="verdana, sans-serif">I am a PhD student at the University of Illinois at Urbana Champaign, advised by Prof. <a href="//web.engr.illinois.edu/~caesar/" style="">Matthew Caesar</a>. My research interest is in using Formal Methods to create dependable
networks. I also work closely with <a href="//www.veriflow.net" style="">Veriflow</a>, a startup that is making network verification accessible to enterprises. Before UIUC, I was a Master's student at Indian Institute of Technology
Kharagpur, advised by Prof. Pallab Dasgupta.</font>
</h2>
<p class="normal"></p>
<p class="normal"></p>
</div>
</div>
<div data-silex-type="image" class="editable-style silex-id-1517671271200-1 image-element" data-silex-id="silex-id-1517671271200-1" style=""><img src="13987566_1234297066594937_6355025278187550146_o.jpg" class="silex-element-content"></div>
</div>
</div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1492633712778-6 section-element paged-element page-publications" data-silex-id="silex-id-1492633712778-6">
<div data-silex-type="container" class="editable-style silex-id-1492633712777-5 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1492633712777-5">
<div data-silex-type="text" class="editable-style text-element silex-id-1492633761489-8" data-silex-id="silex-id-1492633761489-8" style="">
<div class="silex-element-content normal">
<div>
<ol>
<li style="word-wrap: break-word;">
<blockquote style="margin: 1em 0px; padding: 0px 0px 0px 1em; border-style: solid; border-color: rgba(28, 28, 28, 0.8); border-image: initial; border-width: 0px 0px 0px 1px; word-wrap: break-word;">Predicting network futures with Plankton. With Ali Kheradmand, Brighten Godfrey and Matthew Caesar. In Proceedings of the First Asia-Pacific Workshop on Networking, 2017</blockquote>
</li>
<li style="word-wrap: break-word;">
<blockquote style="margin: 1em 0px; padding: 0px 0px 0px 1em; border-style: solid; border-color: rgba(28, 28, 28, 0.8); border-image: initial; border-width: 0px 0px 0px 1px; word-wrap: break-word;">Let me rephrase that: Transparent Optimizaton in SDN. With Mo Dong, Tong Meng, Brighten Godfrey and Matthew Caesar. In Proceedings of the Symposium on SDN Research, 2017</blockquote>
</li>
<li style="word-wrap: break-word;">
<blockquote style="margin: 1em 0px; padding: 0px 0px 0px 1em; border-style: solid; border-color: rgba(28, 28, 28, 0.8); border-image: initial; border-width: 0px 0px 0px 1px; word-wrap: break-word;">NetGen: Synthesizing data-plane configurations for network policies. With Shambwaditya Saha and P Madhusudhan. In Proceeding of the Symposium on SDN Research, 2015</blockquote>
</li>
<li style="word-wrap: break-word;">
<blockquote style="margin: 1em 0px; padding: 0px 0px 0px 1em; border-style: solid; border-color: rgba(28, 28, 28, 0.8); border-image: initial; border-width: 0px 0px 0px 1px; word-wrap: break-word;">Self Stabilization in Distributed Knot Detection. In International Journal of Foundations of Computer Science, 2013</blockquote>
</li>
<li style="word-wrap: break-word;">
<blockquote style="margin: 1em 0px; padding: 0px 0px 0px 1em; border-style: solid; border-color: rgba(28, 28, 28, 0.8); border-image: initial; border-width: 0px 0px 0px 1px; word-wrap: break-word;">Handling Fault Detection Latencies in Automata-based Scheduling for Embedded Control Software. With Aritra Hazra, Pallab Dasgupta and PP Chakrabarti. In Proceedings of IEEE Multi-Conference on Systems and Control (MSC),
2013
</blockquote>
</li>
<li id="yui_3_17_2_3_1517672056405_563" style="word-wrap: break-word;">
<blockquote id="yui_3_17_2_3_1517672056405_562" style="margin: 1em 0px; padding: 0px 0px 0px 1em; border-style: solid; border-color: rgba(28, 28, 28, 0.8); border-image: initial; border-width: 0px 0px 0px 1px; word-wrap: break-word;">Reliability Guarantees in Automata-Based Scheduling for Embedded Control Software. With Aritra Hazra and Pallab Dasgupta. In IEEE Embedded Systems Letters, 2013</blockquote>
</li>
<li style="word-wrap: break-word;">
<blockquote style="margin: 1em 0px; padding: 0px 0px 0px 1em; border-style: solid; border-color: rgba(28, 28, 28, 0.8); border-image: initial; border-width: 0px 0px 0px 1px; word-wrap: break-word;">Debugging assertion failures in software controllers using a reference model. With Kajori Banerjee, Pallab Dasgupta. In Proceedings of the 6th India Software Engineering Conference, 2013</blockquote>
</li>
<li style="word-wrap: break-word;">
<blockquote style="margin: 1em 0px; padding: 0px 0px 0px 1em; border-style: solid; border-color: rgba(28, 28, 28, 0.8); border-image: initial; border-width: 0px 0px 0px 1px; word-wrap: break-word;">Model checking controllers with predicate inputs. With Pallab Dasgupta. In International Conference on VLSI Design, 2013<br></blockquote>
</li>
</ol>
</div>
</div>
</div>
<div data-silex-type="image" class="editable-style silex-id-1517673274667-3 image-element" data-silex-id="silex-id-1517673274667-3" style=""><img src="Screen%20Shot%202018-02-03%20at%2010.09.09%20AM.png" class="silex-element-content"></div>
</div>
</div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1492633694354-4 section-element paged-element page-contact" data-silex-id="silex-id-1492633694354-4">
<div data-silex-type="container" class="editable-style silex-id-1492633694353-3 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1492633694353-3">
<div data-silex-type="text" class="editable-style text-element page-about silex-id-1517675926740-7" data-silex-id="silex-id-1517675926740-7" style="">
<div class="silex-element-content normal">
<font size="4">EMAIL</font>: <a href="//www.google.com/recaptcha/mailhide/d?k=01gpebjg8-QcEQP06mYlONDQ==&c=bgeny-qMMh55eu1bq-UrPHD06D5oN7ugSpPSlZGaDZA=" onclick="window.open('//www.google.com/recaptcha/mailhide/d?k\x3d01gpebjg8-QcEQP06mYlONDQ\x3d\x3d\x26c\x3dbgeny-qMMh55eu1bq-UrPHD06D5oN7ugSpPSlZGaDZA\x3d', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;"
title="Reveal this e-mail address">p...</a>@illinois.edu</div>
</div>
<div data-silex-type="image" class="editable-style silex-id-1517676842973-10 image-element" data-silex-id="silex-id-1517676842973-10" style=""><img src="220px-(at).svg.png" class="silex-element-content"></div>
<div data-silex-type="image" class="editable-style silex-id-1517676577899-8 image-element" data-silex-id="silex-id-1517676577899-8" style=""><img src="gscholar.png" class="silex-element-content"></div>
<div data-silex-type="text" class="editable-style silex-id-1517675230758-4 text-element" data-silex-id="silex-id-1517675230758-4" style="">
<div class="silex-element-content normal">
<a href="https://scholar.google.com/citations?user=0wnceyEAAAAJ&hl=en">
<font size="4">GOOGLE SCHOLAR PROFILE</font>
</a>
</div>
</div>
<div data-silex-type="image" class="editable-style silex-id-1517676720354-9 image-element" data-silex-id="silex-id-1517676720354-9" style=""><img src="linkedin-circular_318-8469.jpg" class="silex-element-content"></div>
<div data-silex-type="text" class="editable-style text-element silex-id-1517675294012-5" data-silex-id="silex-id-1517675294012-5" style="">
<div class="silex-element-content normal">
<a href="https://www.linkedin.com/in/santhosh-prabhu-77702b29/">
<font size="4">LINKEDIN PROFILE</font>
</a>
</div>
</div>
</div>
</div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1483139189898-1 section-element" data-silex-id="silex-id-1483139189898-1">
<div data-silex-type="container" class="editable-style silex-element-content website-width silex-id-1483139189897-0 silex-container-content container-element prevent-draggable" data-silex-id="silex-id-1483139189897-0">
</div>
</div>
</body>
</html>