-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
822 lines (709 loc) · 35.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
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
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<!--meta name="description" content="Flatfy Free Flat and Responsive HTML5 Template ">
<meta name="author" content=""-->
<title>Enrique Flores Saez</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Google Web Font -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'>
<!-- Custom CSS-->
<link href="css/general.css" rel="stylesheet">
<!-- Owl-Carousel -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="css/magnific-popup.css">
<script src="js/modernizr-2.6.2.min.js"></script> <!-- Modernizr /-->
</head>
<body id="home">
<!-- Preloader -->
<div id="preloader">
<div id="status"></div>
</div>
<!-- FullScreen -->
<div class="intro-header">
<div class="col-xs-12 text-center abcen1">
<h1 class="h1_home wow fadeIn" data-wow-delay="0.4s">Enrique Flores Saez</h1>
<h3 class="h3_home wow fadeIn" data-wow-delay="0.6s">Ph.D. in Computer Science</h3>
<h3 class="h3_home wow fadeIn" data-wow-delay="0.6s">Universitat Politècnica de València</h3>
<!--ul class="list-inline intro-social-buttons">
<li><a href="https://twitter.com/galantiandrea" class="btn btn-lg mybutton_cyano wow fadeIn" data-wow-delay="0.8s"><span class="network-name">Twitter</span></a>
</li>
<li id="download" ><a href="#downloadlink" class="btn btn-lg mybutton_standard wow swing wow fadeIn" data-wow-delay="1.2s"><span class="network-name">Free Download</span></a>
</li>
</ul-->
</div>
<!-- /.container -->
<div class="col-xs-12 text-center abcen wow fadeIn">
<div class="button_down ">
<a class="imgcircle wow bounceInUp" data-wow-duration="1.5s" href="#whatis"> <img class="img_scroll" src="img/icon/circle.png" alt=""> </a>
</div>
</div>
</div>
<!-- NavBar-->
<nav class="navbar-default" >
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home">Enrique Flores Saez</a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-ex1-collapse">
<ul class="nav navbar-nav">
<!--li class="menuItem"><a href="#whatis">What is?</a></li>
<li class="menuItem"><a href="#useit">Use It</a></li>
<li class="menuItem"><a href="#screen">Screenshot</a></li>
<li class="menuItem"><a href="#credits">Credits</a></li>
<li class="menuItem"><a href="#contact">Contact</a></li-->
<li class="menuItem"><a href="#whatis">About me</a></li>
<li class="menuItem"><a href="#pubs">Publications</a></li>
<li class="menuItem"><a href="#misc">Offtopic</a></li>
<!--li class="menuItem"><a href="#social">Social</a></li-->
<li class="menuItem"><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- What is -->
<div id="whatis" class="content-section-b" style="border-top: 0">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>About me</h2>
<!--p class="lead" style="margin-top:0">A special thanks to Death.</p-->
</div>
<!--div class="row">
<div class="col-sm-4 wow fadeInDown text-center">
<img class="rotate" src="img/icon/tweet.svg" alt="Generic placeholder image">
<h3>Follow Me</h3>
<p class="lead">Epsum factorial non deposit quid pro quo hic escorol. Olypian quarrels et gorilla congolium sic ad nauseum. </p>
<p><a class="btn btn-embossed btn-primary view" role="button">View Details</a></p>
</div>
<div class="col-sm-4 wow fadeInDown text-center">
<img class="rotate" src="img/icon/picture.svg" alt="Generic placeholder image">
<h3>Gallery</h3>
<p class="lead">Epsum factorial non deposit quid pro quo hic escorol. Olypian quarrels et gorilla congolium sic ad nauseum. </p>
</div>
<div class="col-sm-4 wow fadeInDown text-center">
<img class="rotate" src="img/icon/retina.svg" alt="Generic placeholder image">
<h3>Retina</h3>
<p class="lead">Epsum factorial non deposit quid pro quo hic escorol. Olypian quarrels et gorilla congolium sic ad nauseum. </p>
</div>
</div--><!-- /.row -->
<div class="row">
<div class="col-sm-4 wow fadeInDown text-center">
<!--img class="rotate" src="img/icon/SOCO.svg" height="100" alt="Generic placeholder image"-->
<div class="social-icon rotate" height="100"><object data="img/icon/SOCO.svg" type="image/svg+xml"></object></div>
<h3><a href="http://users.dsic.upv.es/grupos/nle/clsoco/">SOCO</a></h3>
<p class="lead">International competition on detection of SOurce COde re-use. <br>
<a href="http://users.dsic.upv.es/grupos/nle/soco/">Monolingual 2014 edition (SOCO)</a><br>
<a href="http://users.dsic.upv.es/grupos/nle/clsoco/">Crosslingual 2015 edition (CL-SOCO)</a></p>
<!-- <p><a class="btn btn-embossed btn-primary view" role="button">View Details</a></p> -->
</div><!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<!--img class="rotate" src="img/icon/DeSoCoRe.svg" height="100" alt="Generic placeholder image"-->
<div class="social-icon rotate" height="100"><object data="img/icon/DeSoCoRe.svg" type="image/svg+xml"></object></div>
<h3><a href="http://desocore-app.appspot.com/">DeSoCoRe</a></h3>
<p class="lead">Online plagiarism detection tool between source codes.<br>
<a href="http://desocore-app.appspot.com/">DeSoCoRe</a><br>
<!--a href="http://memex2.dsic.upv.es/DeSoCoRe/">DeSoCoRe (older version)</a--></p>
<!-- <p><a class="btn btn-embossed btn-primary view" role="button">View Details</a></p> -->
</div><!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<!--img class="rotate" src="img/icon/marca_UPV_principal_color.svg" height="100" alt="Generic placeholder image"-->
<div class="social-icon rotate" height="100"><object data="img/icon/marca_UPV_principal_color.svg" type="image/svg+xml"></object></div>
<h3>UPV <i class="fa fa-graduation-cap"></i></h3>
<p class="lead">Computer Science Degree. <br>
Master's Degree in Artificial Intelligence, Pattern Recognition and Digital Imaging <br>
<a href="https://riunet.upv.es/bitstream/handle/10251/66868/FLORES%20-%20Detecci%C3%B3n%20de%20reutilizaci%C3%B3n%20de%20c%C3%B3digo%20fuente%20monoling%C3%BCe%20y%20transling%C3%BCe.pdf">PhD in Computer Science</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<div class="row tworow">
<div class="col-sm-4 wow fadeInDown text-center">
<!--img class="rotate" src="img/icon/cv.svg" alt="Generic placeholder image"-->
<div class="social-icon rotate" height="100"><a href="pdf/curr_large_3_6_16.pdf"><object data="img/icon/cv.svg" type="image/svg+xml"></object></a></div>
<h3><a href="pdf/curr_large_3_6_16.pdf">CV</a></h3>
<p class="lead"> <a href="pdf/curr_large_3_6_16.pdf">My Curriculum Vitae</a><br>
<!--<a href="pdf/currFlores24-2-16.pdf">English version</a><br>
Spanish version (not available yet)--></p>
<!-- <p><a class="btn btn-embossed btn-primary view" role="button">View Details</a></p> -->
</div><!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<a href="http://etsinf-project.appspot.com/"><img class="rotate" height="100" src="img/ETSINFPROY.png" alt="Generic placeholder image"></a>
<h3><a href="http://etsinf-project.appspot.com/">Query</a></h3>
<p class="lead">My final degree project.</p>
<!-- <p><a class="btn btn-embossed btn-primary view" role="button">View Details</a></p> -->
</div><!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<img class="rotate" src="img/icon/scholar.jpg" height="100" alt="Generic placeholder image">
<h3><a href="https://scholar.google.es/citations?user=VjuskzoAAAAJ&hl=en">Google Scholar profile</a></h3>
<p class="lead">Publications list in Google Scholar. </p>
<!-- <p><a class="btn btn-embossed btn-primary view" role="button">View Details</a></p> -->
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
</div>
<!-- Use it -->
<div id ="pubs" class="content-section-a">
<div class="container">
<div class="row">
<h3 class="section-heading">Publications</h3>
<div class="col-sm-2"></div>
<ul class="list-group col-sm-8 wow fadeInLeftBig">
<li class="list-group-item list-group-item-info">
<span class="label label-warning" data-toggle="collapse" data-target="#demo2016">
<i class="fa fa-arrow-down"></i> 2016
</span>
</li>
<div id="demo2016" class="collapse">
<li class="list-group-item">Flores E.<b> Monolingual and crosslingual source code re-use detection</b> PhD Thesis defended on 30th of May
<a href="https://riunet.upv.es/bitstream/handle/10251/66868/FLORES%20-%20Detecci%C3%B3n%20de%20reutilizaci%C3%B3n%20de%20c%C3%B3digo%20fuente%20monoling%C3%BCe%20y%20transling%C3%BCe.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">Flores E., Moreno L., Rosso P.<b> Detecting Source Code Re-Use with Ensemble Models.</b> Proceedings of the 4th Spanish Conference on Information Retrieval. CERI '16., pp. 16:1-16:7. <br>DOI: <a href="http://dx.doi.org/10.1145/2934732.2934738" target="_blank">10.1145/2934732.2934738</a>
<a href="http://dx.doi.org/10.1145/2934732.2934738" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
</div>
<li class="list-group-item list-group-item-info">
<span class="label label-warning" data-toggle="collapse" data-target="#demo2015">
<i class="fa fa-arrow-down"></i> 2015
</span>
</li>
<div id="demo2015" class="collapse">
<li class="list-group-item">Flores E., Barrón-Cedeño A., Moreno L., Rosso P.<b> Cross-Language Source Code Re-Use Using Latent Semantic Analysis.</b> Journal of Universal Computer Science, Volume 21, Issue 13, pp 1708-1725
<a href="http://www.jucs.org/jucs_21_13/cross_language_source_code/jucs_21_13_1708_1725_flores.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">Flores E., Rosso P., Moreno L., Villatoro-Tello E. <b>On the Detection of SOurce COde Re-use.</b> In FIRE'14 Proceedings of the Forum for Information Retrieval Evaluation, pp 21-30, ACM Proceedings,
ISBN: 978-1-4503-3755-7, DOI: <a href="http://dx.doi.org/10.1145/2824864.2824878">10.1145/2824864.2824878</a>
<a href="http://dx.doi.org/10.1145/2824864.2824878" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">Flores E., Rosso P., Moreno L., Villatoro-Tello E. <b>PAN@FIRE: Overview of
CL-SOCO track on the detection of Cross-Language SOurce COde re-use.</b> FIRE 2015 Working Notes.
Seventh International Workshop of the Forum for Information Retrieval Evaluation, India, 4-6 December
2015.
<a href="http://users.dsic.upv.es/~eflores/publications/2015/CLSOCO_Overview.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">M. Franco-Salvador, I. Bensalem, E. Flores, P. Gupta, and P. Rosso. <b> PAN 2015 Shared Task on Plagiarism Detection: Evaluation of Corpora for Text Alignment. </b>
In: <i>CLEF 2015 Labs and Workshops, Notebook Papers.</i> CEUR-WS.org, <a target="_blank" href="http://ceur-ws.org/Vol-1391/">http://ceur-ws.org/Vol-1391/</a>
<a href="http://ceur-ws.org/Vol-1391/61-CR.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">Flores E., Barrón-Cedeño A., Moreno L., Rosso P.<b> Uncovering Source Code Re-Use in Large-Scale Programming Environments</b>.
In: Computer Applications in Engineering and Education, Volume 23, Issue 3, pp 383-390 DOI: <a href="http://dx.doi.org/10.1002/cae.21608">10.1002/cae.21608</a>
<a href="http://dx.doi.org/10.1002/cae.21608" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
</div>
<li class="list-group-item list-group-item-info">
<span class="label label-warning " data-toggle="collapse" data-target="#demo2014">
<i class="fa fa-arrow-down"></i> 2014
</span>
</li>
<div id="demo2014" class="collapse">
<li class="list-group-item">Flores E., Rosso P., Moreno L., Villatoro-Tello E. <b>PAN@FIRE: Overview of
SOCO track on the detection of SOurce COde re-use.</b> In FIRE (ed.): FIRE 2014 Working Notes.
Sixth International Workshop of the Forum for Information Retrieval Evaluation, Bangalore, India, 5-7 December 2014.
<a href="http://users.dsic.upv.es/~eflores/publications/2014/SOCO_overview.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">Flores E., Barrón-Cedeño A., Moreno L., Rosso P.<b> Cross-Language Source Code Re-Use Detection</b>. In: Proc. 3rd Spanish Conf. on Information Retrieval, CERI-2014, June 19-20, pp. 145-156
<a href="http://users.dsic.upv.es/~eflores/publications/2014/FloresEtAl_CERI14-1.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">Flores E., Ibarra M., Moreno L., Sidorov G., Rosso P.<b> Modelos de recuperación de información basados en n-gramas aplicados a la reutilización de código fuente</b>. In: Proc. 3rd Spanish Conf. on Information Retrieval, CERI-2014, A Coruña, Spain, June 19-20, pp. 185-188
<a href="http://users.dsic.upv.es/~eflores/publications/2014/FloresEtAl_CERI14.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
</div>
<li class="list-group-item list-group-item-info">
<span class="label label-warning" data-toggle="collapse" data-target="#demo2012">
<i class="fa fa-arrow-down"></i> 2012
</span>
</li>
<div id="demo2012" class="collapse">
<li class="list-group-item">Flores E., Barrón-Cedeño A., Rosso P., Moreno L. <b> DeSoCoRe: Detecting Source Code Re-Use across Programming Languages </b>.
In Proc. of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Demonstration Session (NAACL), Montréal, Canada, 3-8 June, pp 1-4 <a href="http://aclweb.org/anthology-new/N/N12/">http://aclweb.org/anthology-new/N/N12/</a>
<a href="http://users.dsic.upv.es/~eflores/publications/2012/FloresEtAl_NAACL12.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">Flores E. <b>Reutilización de código fuente entre lenguajes de programación</b>.
Master Thesis Presented: 16th February
<a href="http://users.dsic.upv.es/~eflores/publications/2012/MasterFlores.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
</div>
<li class="list-group-item list-group-item-info">
<span class="label label-warning" data-toggle="collapse" data-target="#demo2011">
<i class="fa fa-arrow-down"></i> 2011
</span>
</li>
<div id="demo2011" class="collapse">
<li class="list-group-item">Flores E.,Barrón-Cedeño A., Rosso P., Moreno L. <b>Detecting source code reuse across programming languages</b>.
Poster at Conf. of Sociedad Española para el Procesamiento del Lenguaje Natural (SEPLN), Huelva, Spain, 5-7 September
<a href="http://users.dsic.upv.es/~eflores/publications/2011/FloresEtAl_SEPLN11.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">Flores E., Barrón-Cedeño A., Rosso P., Moreno L. <b>Towards the Detection of Cross-Language Source Code Reuse</b>.
In: Proc. 16th Int. Conf. on Applications of Natural Language to Information Systems, NLDB-2011, Springer-Verlag, LNCS(6716), pp. 250-253 <a href="http://dx.doi.org/10.1007/978-3-642-22327-3_31">http://dx.doi.org/10.1007/978-3-642-22327-3_31</a>
<a href="http://users.dsic.upv.es/~eflores/publications/2011/FloresEtAl_NLDB11.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
<li class="list-group-item">Flores E., Barrón-Cedeño A., Rosso P., Moreno L. <b>Detección de reutilización de código fuente entre lenguajes de programación en base a la frecuencia de términos</b>.
In: Proc. IV Jornadas PLN-TIMM, Torres, Jaén, Spain, Abril 7-8, pp.21-26. ISBN 978-84-15364-00-9.
<a href="http://users.dsic.upv.es/~eflores/publications/2011/FloresEtAl_TIMM11.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
</div>
<li class="list-group-item list-group-item-info">
<span class="label label-warning" data-toggle="collapse" data-target="#demo2010">
<i class="fa fa-arrow-down"></i> 2010
</span>
</li>
<div id="demo2010" class="collapse">
<li class="list-group-item">Flores E. <b>Desenvolupament d'un sistema per a la gestió col·laborativa de tasques</b>. (In Valencian)
Proyecto Final Carrera, Ingeniería Informática, Valencia, UPV.
<a href="http://users.dsic.upv.es/~eflores/publications/2010/PFCFlores.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-2x pull-right"></i></a>
</li>
</div>
</ul>
</div>
</div>
</div>
<!--div class="container">
<div class="row">
<div class="col-sm-6 pull-right wow fadeInRightBig">
<img class="img-responsive " src="img/ipad.png" alt="">
</div>
<div class="col-sm-6 wow fadeInLeftBig" data-animation-delay="200">
<h3 class="section-heading">Full Responsive</h3>
<div class="sub-title lead3">Lorem ipsum dolor sit atmet sit dolor greand fdanrh<br> sdfs sit atmet sit dolor greand fdanrh sdfs</div>
<p class="lead">
In his igitur partibus duabus nihil erat, quod Zeno commuta rest gestiret.
Sed virtutem ipsam inchoavit, nihil ampliusuma. Scien tiam pollicentur,
uam non erat mirum sapientiae lorem cupido
patria esse cariorem. Quae qui non vident, nihilamane umquam magnum ac cognitione.
</p>
<p><a class="btn btn-embossed btn-primary" href="#" role="button">View Details</a>
<a class="btn btn-embossed btn-info" href="#" role="button">Visit Website</a></p>
</div>
</div>
</div-->
<!-- /.container -->
<div id="misc" class="content-section-b">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>Offtopic</h2>
<p class="lead" style="margin-top:0">A selection of some interesting things.</p>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4">
<!--i class="fa fa-desktop fa-4x "> </i-->
<a href="http://www.netspeak.eu/">
<img class="rotate" src="img/netspeak.png" height="150" alt="Generic placeholder image">
</a>
</div>
<div class="col-md-8 box-ct">
<h3> <a href="http://www.netspeak.eu/">NetSpeak</a> </h3>
<p> Netspeak helps you to search for words you don't know, yet. It is a new kind of dictionary that contains everything that has ever been written on the web. </p>
</div>
</div>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4">
<!--i class="fa fa-desktop fa-4x "> </i-->
<a href="http://www.wordle.net/">
<!--img class="rotate" src="img/icon/wordle.svg" height="100" alt="Generic placeholder image"-->
<div class="social-icon rotate" height="100"><object data="img/icon/wordle.svg" type="image/svg+xml"></object></div>
</a>
</div>
<div class="col-md-8 box-ct">
<h3> <a href="http://www.wordle.net/">Wordle</a> </h3>
<p> Generate "word clouds" from text. The clouds give greater prominence to the most frequent words in the text.</p>
</div>
</div>
</div>
<!--div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 box-icon rotate">
<i class="fa fa-picture-o fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Owl-Carousel </h3>
<p> Nullam mo arcu ac molestie scelerisqu vulputate, molestie ligula gravida, tempus ipsum.</p>
</div>
</div>
</div-->
</div>
<div class="row tworow">
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4">
<!--i class="fa fa-desktop fa-4x "> </i-->
<a href="http://www.pogdesign.co.uk/cat/">
<!--img class="rotate" src="img/icon/tvcal.svg" height="100" alt="Generic placeholder image"-->
<div class="social-icon rotate" height="150"><object data="img/icon/tvcal.svg" type="image/svg+xml"></object></div>
</a>
</div>
<div class="col-md-8 box-ct">
<h3> <a href="http://www.pogdesign.co.uk/cat/">TV Calendar</a> </h3>
<p> A calendar TV Listings Guide.</p>
</div>
</div>
<!--div class="row">
<div class="col-md-4 box-icon rotate">
<i class="fa fa-magic fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Codrops </h3>
<p> Lorem ipsum dolor sit ametconsectetur adipiscing elit. Suspendisse orci quam. </p>
</div>
</div-->
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4">
<!--i class="fa fa-desktop fa-4x "> </i-->
<a href="https://hackerrank.com/">
<img class="rotate" src="img/HackerRank.png" height="150" alt="Generic placeholder image">
</a>
</div>
<div class="col-md-8 box-ct">
<h3> <a href="https://hackerrank.com/">HackerRank</a> </h3>
<p> Programming problems and contests in different domains of Computer Science.</p>
</div>
</div>
</div>
</div>
<!--div class="row tworow">
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 box-icon rotate">
<i class="fa fa-magic fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Empty </h3>
<p> Lorem ipsum dolor sit ametconsectetur adipiscing elit. Suspendisse orci quam. </p>
</div>
</div>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 box-icon rotate">
<i class="fa fa-heart fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Empty</h3>
<p> Nullam mo arcu ac molestie scelerisqu vulputate, molestie ligula gravida, tempus ipsum.</p>
</div>
</div>
</div>
</div-->
</div>
</div>
<!--div class="container">
<div class="row">
<div class="col-sm-6 wow fadeInLeftBig">
<div id="owl-demo-1" class="owl-carousel">
<a href="img/iphone.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded" src="img/iphone.png" alt="">
</div>
</a>
<a href="img/iphone.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded" src="img/iphone.png" alt="">
</div>
</a>
<a href="img/iphone.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded" src="img/iphone.png" alt="">
</div>
</a>
</div>
</div>
<div class="col-sm-6 wow fadeInRightBig" data-animation-delay="200">
<h3 class="section-heading">Drag Gallery</h3>
<div class="sub-title lead3">Lorem ipsum dolor sit atmet sit dolor greand fdanrh<br> sdfs sit atmet sit dolor greand fdanrh sdfs</div>
<p class="lead">
In his igitur partibus duabus nihil erat, quod Zeno commuta rest gestiret.
Sed virtutem ipsam inchoavit, nihil ampliusuma. Scien tiam pollicentur,
uam non erat mirum sapientiae lorem cupido
patria esse cariorem. Quae qui non vident, nihilamane umquam magnum ac cognitione.
</p>
<p><a class="btn btn-embossed btn-primary" href="#" role="button">View Details</a>
<a class="btn btn-embossed btn-info" href="#" role="button">Visit Website</a></p>
</div>
</div>
</div>
</div-->
<!--div id="social" class="content-section-a">
<div class="container">
<div class="row">
<h2>Social</h2>
<div class="col-md-2 col-md-offset-3 box-icon rotate">
<i class="fa fa-facebook-square fa-5x "></i>
</div>
<div class="col-md-2 box-icon rotate">
<i class="fa fa-google-plus-square fa-5x "></i>
</div>
<div class="col-md-2 box-icon rotate">
<i class="fa fa-linkedin-square fa-5x "></i>
</div>
<div class="col-md-2 box-icon rotate">
<i class="fa fa-instagram fa-5x "></i>
</div>
</div>
<div class="row tworow">
<div class="col-md-2 col-md-offset-3 box-icon rotate">
<i class="fa fa-youtube fa-5x "></i>
</div>
<div class="col-md-2 box-icon rotate">
<i class="fa fa-spotify fa-5x"></i>
</div>
<div class="col-md-2 box-icon rotate">
<i class="fa fa-bitbucket fa-5x "></i>
</div>
<div class="col-md-2 box-icon rotate">
<i class="fa fa-github-square fa-5x "></i>
</div>
</div>
</div>
</div-->
<div class="content-section-c ">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title white">
<h2>My research groups</h2>
</div>
<div class="mockup-content">
<div class="morph-button wow pulse morph-button-inflow morph-button-inflow-1">
<button type="button"><span>View groups</span></button>
<div class="morph-content">
<div>
<div class="content-style-form content-style-form-4 ">
<h2 class="morph-clone">View groups</h2>
<p><a href="http://users.dsic.upv.es/grupos/nle/?file=kop1.php" target="_blank"><button>NLE Lab</button></a></p>
<p><a href="http://users.dsic.upv.es/grupos/rfia/webelirf2/" target="_blank"><button>ELiRF</button></a></p>
<p><a href="https://www.prhlt.upv.es/" target="_blank"><button>PRHLT</button></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Credits -->
<!--div id="credits" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>Credits</h2>
<p class="lead" style="margin-top:0">A special thanks to Death.</p>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 box-icon rotate">
<i class="fa fa-desktop fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Bootstrap </h3>
<p> Lorem ipsum dolor sit ametconsectetur adipiscing elit. Suspendisse orci quam. </p>
</div>
</div>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 box-icon rotate">
<i class="fa fa-picture-o fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Owl-Carousel </h3>
<p> Nullam mo arcu ac molestie scelerisqu vulputate, molestie ligula gravida, tempus ipsum.</p>
</div>
</div>
</div>
</div>
<div class="row tworow">
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 box-icon rotate">
<i class="fa fa-magic fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Codrops </h3>
<p> Lorem ipsum dolor sit ametconsectetur adipiscing elit. Suspendisse orci quam. </p>
</div>
</div>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 box-icon rotate">
<i class="fa fa-heart fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Lorem Ipsum</h3>
<p> Nullam mo arcu ac molestie scelerisqu vulputate, molestie ligula gravida, tempus ipsum.</p>
</div>
</div>
</div>
</div>
</div>
</div-->
<!-- Banner Download -->
<!--div id="downloadlink" class="banner">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>Download Free</h2>
<p class="lead" style="margin-top:0">Pay with a Tweet</p>
<p><a class="btn btn-embossed btn-primary view" role="button">Free Download</a></p>
</div>
</div>
</div>
</div-->
<!-- Contact -->
<div id="contact" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>Contact</h2>
<!--p class="lead" style="margin-top:0">A special thanks to Death.</p-->
</div>
<!--form role="form" action="" method="post" >
<div class="col-md-6">
<div class="form-group">
<label for="InputName">Your Name</label>
<div class="input-group">
<input type="text" class="form-control" name="InputName" id="InputName" placeholder="Enter Name" required>
<span class="input-group-addon"><i class="glyphicon glyphicon-ok form-control-feedback"></i></span>
</div>
</div>
<div class="form-group">
<label for="InputEmail">Your Email</label>
<div class="input-group">
<input type="email" class="form-control" id="InputEmail" name="InputEmail" placeholder="Enter Email" required >
<span class="input-group-addon"><i class="glyphicon glyphicon-ok form-control-feedback"></i></span>
</div>
</div>
<div class="form-group">
<label for="InputMessage">Message</label>
<div class="input-group">
<textarea name="InputMessage" id="InputMessage" class="form-control" rows="5" required></textarea>
<span class="input-group-addon"><i class="glyphicon glyphicon-ok form-control-feedback"></i></span>
</div>
</div>
<input type="submit" name="submit" id="submit" value="Submit" class="btn wow tada btn-embossed btn-primary pull-right">
</div>
</form-->
<hr class="featurette-divider hidden-lg">
<div class="col-md-5 col-md-push-1 address">
<h3>Office Location</h3>
<address>
<p class="lead">
Dpto. Sistemas Informáticos y Computación (DSIC) building 1F
<a href="http://www.upv.es/plano/plano-2d-es.html?entidad=DSIC">
<span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span></a>
<br>
Universitat Politècnica de València - Campus de Vera
<br>
Camino de Vera, s/n
<br>
Valencia 46022, Spain
<br>
Phone: (+34) 96 387 70 00 Ext. 83526
<br>
Fax: (+34) 96 387 73 59
<br>
<img class="img-responsive" src="img/meil.png" alt="meil image">
</p>
</address>
<h3>Social</h3>
<li class="social">
<a href="https://www.facebook.com/enflosae"><i class="fa fa-facebook-square fa-size"> </i></a>
<a href="https://plus.google.com/102598561952142640506/posts"><i class="fa fa-google-plus-square fa-size"> </i></a>
<a href="https://www.linkedin.com/in/enrique-flores-saez-b6389520?trk=nav_responsive_tab_profile"><i class="fa fa-linkedin-square fa-size"></i></a>
<a href="https://www.instagram.com/enflosae/"><i class="fa fa-instagram fa-size"></i></a>
</li>
</div>
</div>
</div>
</div>
<!--footer>
<div class="container">
<div class="row">
<div class="col-md-7">
<h3 class="footer-title">Follow Me!</h3>
<p>Vuoi ricevere news su altri template?<br/>
Visita Andrea Galanti.it e vedrai tutte le news riguardanti nuovi Theme!<br/>
Go to: <a href="http://andreagalanti.it" target="_blank">andreagalanti.it</a>
</p>
<a rel="cc:attributionURL" href="http://www.andreagalanti.it/flatfy"
property="dc:title">Flatfy Theme </a> by
<a rel="dc:creator" href="http://www.andreagalanti.it"
property="cc:attributionName">Andrea Galanti</a>
is licensed to the public under
<BR>the <a rel="license"
href="http://creativecommons.org/licenses/by-nc/3.0/it/deed.it">Creative
Commons Attribution 3.0 License - NOT COMMERCIAL</a>.
</div>
<div class="col-md-5">
<div class="footer-banner">
<h3 class="footer-title">Flatfy Theme</h3>
<ul>
<li>12 Column Grid Bootstrap</li>
<li>Form Contact</li>
<li>Drag Gallery</li>
<li>Full Responsive</li>
<li>Lorem Ipsum</li>
</ul>
Go to: <a href="http://andreagalanti.it/flatfy" target="_blank">andreagalanti.it/flatfy</a>
</div>
</div>
</div>
</div>
</footer-->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/script.js"></script>
<!-- StikyMenu -->
<script src="js/stickUp.min.js"></script>
<script type="text/javascript">
jQuery(function($) {
$(document).ready( function() {
$('.navbar-default').stickUp();
});
});
</script>
<!-- Smoothscroll -->
<script type="text/javascript" src="js/jquery.corner.js"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script src="js/classie.js"></script>
<script src="js/uiMorphingButton_inflow.js"></script>
<!-- Magnific Popup core JS file -->
<script src="js/jquery.magnific-popup.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32348301-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>