-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
763 lines (678 loc) · 37.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Camilo Escobar-Velásquez</title>
<meta name="viewport" content="width=device-width">
<meta name="description"
content="Assistant Profesor at Universidad de los Andes, Colombia. Software Engineer - Test Automator - Amateur Chef">
<meta name="keywords" content="" />
<meta name="author" content="Escobar-Velásquez Camilo">
<link rel="canonical" href="http://localhost:4000/">
<link rel="alternate" type="application/rss+xml" title="RSS" href="feed.xml">
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link rel="stylesheet" href=" style.css">
<!-- Google verification -->
<!-- Bing Verification -->
<!-- Custom Fonts -->
<link rel="stylesheet" href=" css/font-awesome/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top navbar-shrink">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" 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>
<a class="navbar-brand" href="#page-top">Camilo Escobar-Velásquez</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 class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<!-- <li class="page-scroll">
<a href="#projects">Projects</a>
</li> -->
<li class="page-scroll">
<a href="#awards">Awards</a>
</li>
<li class="page-scroll">
<a href="#service">Service</a>
</li>
<li class="page-scroll">
<a href="#publications">Publications</a>
</li>
<li class="page-scroll">
<a href="#teaching">Teaching</a>
</li>
<li class="page-scroll">
<a href="#students">Students</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<!-- <header>
<div class="container">
<div class="row">
<div class="col-sm-12 profile-img text-center">
<img class="img-fluid" src="img/coursera.jpeg" alt="profile-pic" />
</div>
<div class="col-sm-12 col-lg-12">
<div class="intro-text">
<span> <div class="name">Camilo Escobar-Velásquez</div></span>
<span class="skills">Software Engineer - Test Automator - Professor - Amateur Chef</span>
</div>
</div>
</div>
</div>
</header> -->
<!-- About Section -->
<section id="about" style="padding-top: 130px; background-color: #E2E8E1;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-push-4" style="color: #000000;">
<h2 style="color: #0A626A;">Camilo Escobar-Velásquez</h2><br>
<p class="about_text text-justify">I am an <strong>Assistant Professor</strong> at <a
href="http://sistemas.uniandes.edu.co"><strong>Systems and Computing Engineering Department</strong></a>
of <a href="http://uniandes.edu.co"><strong>Universidad de los Andes, Colombia</strong></a>.
<p class="about_text text-justify">I received my Ph.D. in Engineering from Universidad de los Andes, Colombia
in October 2023.</p>
<p class="about_text text-justify">My research interest include <strong>Software Engineering</strong>,
evolution and maintenance, repository mining, <strong>Software Testing</strong>, automated/automatic testing
of Android Apps, automated testing of Web Apps, <strong>Visual Analytics</strong>, software
understandability, <strong>Mobile Health</strong></p>
</div>
<div class="col-md-4 col-md-pull-8 profile-img">
<img class="img-responsive" src="img/coursera.jpeg" alt="profile-pic" />
</div>
</div>
</div>
</section>
<section id="awards">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Awards</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<p class="award_text text-justify">⚑ <span style="color: #dd0016;">Swiss Government Excellence
Scholarships for Foreign Scholars</span> 2020-2021 - Research Fellowship - State Secretariat for
Education, Research and Innovation of the Swiss Confederation (SERI) and COLFUTURO</p>
<p class="award_text text-justify">⚑ <span style="color: #4285F4;">G</span><span
style="color: #DB4437;">o</span><span style="color: #F4B400;">o</span><span
style="color: #4285F4;">g</span><span style="color: #0F9D58;">l</span><span
style="color: #DB4437;">e</span> Latin American Research Award 2020 - Enabling Automated Software
Engineering Tasks for Closed-Source Mobile Apps (Extension)</p>
<p class="award_text text-justify">⚑ <span style="color: #4285F4;">G</span><span
style="color: #DB4437;">o</span><span style="color: #F4B400;">o</span><span
style="color: #4285F4;">g</span><span style="color: #0F9D58;">l</span><span
style="color: #DB4437;">e</span> Latin American Research Award 2019 - Enabling Automated Software
Engineering Tasks for Closed-Source Mobile Apps (Extension)</p>
<p class="award_text text-justify">⚑ <span style="color: #15B0E0;">ACM</span> SIGAI Travel Support
Scholarship - The 34th IEEE/ACM International Conference on Automated Software Engineering - ASE'19</p>
<p class="award_text text-justify">⚑ <span style="color: #4285F4;">G</span><span
style="color: #DB4437;">o</span><span style="color: #F4B400;">o</span><span
style="color: #4285F4;">g</span><span style="color: #0F9D58;">l</span><span
style="color: #DB4437;">e</span> Latin American Research Award 2018
- Enabling Automated Software Engineering Tasks for Closed-Source Mobile Apps</p>
</div>
</div>
</div>
</section>
<section id="service">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Service</h2>
<hr class="star-primary">
<hr>
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h3>Reviewer for Internation Journals</h3>
<hr>
<p><i class="fa-solid fa-paper-plane"></i> Elsevier Journal of Systems and Software - JSS
(2024 - Today)</p>
<p><i class="fa-solid fa-paper-plane"></i> ACM Transactions on Software Engineering and Methodology - TOSEM
(2024 - Today)</p>
<p><i class="fa-solid fa-paper-plane"></i> ACM Computing Surveys - CSUR (2024 - Today)</p>
<p><i class="fa-solid fa-paper-plane"></i> IEEE Transactions on Software Engineering - TSE (2023 - Today)</p>
<br>
<h3>Organizing Committee</h3>
<hr>
<p><i class="fa-solid fa-paper-plane"></i> The 22nd International Conference on Mining Software Repositories
- MSR'25, April 28-29, 2025, Ottawa, Ontario, Canada - Data and Tool Showcase Track Chair</p>
<p><i class="fa-solid fa-paper-plane"></i> The 32nd IEEE/ACM International Conference on Program Comprehension
- ICPC'24, April 14-20, 2024, Lisbon, Portugal - Web Chair</p>
<p><i class="fa-solid fa-paper-plane"></i> The 39th International Conference on Software Maintenance and
Evolution - ICSME'23, October 1-6, 2023, Bogotá, Colombia - Publicity, Web and Student Volunteer Chair</p>
<p><i class="fa-solid fa-paper-plane"></i> The 1st Languages and Tools for Next Generation Testing Workshop -
LANGETI'20, Nov 9, 2020, Sacramento, CA, USA - Web Chair</p>
<br>
<h3>Program Committee</h3>
<hr>
<p><i class="fa-solid fa-book-open-reader"></i> The 40th IEEE International Conference on Software Maintenance
and Evolution - ICSME'2024, October 6-11, 2024, Flagstaff, AZ, USA - Tool Demo Track</p>
<p><i class="fa-solid fa-book-open-reader"></i> The 32nd IEEE/ACM International Conference on Program
Comprehension - ICPC'2024, April 14-20, 2024, Lisbon, Portugal - Research Track</p>
<p><i class="fa-solid fa-book-open-reader"></i> The 30th ACM Joint European Software Engineering Conference
and Symposium on the Foundations of Software Engineering - ESEC/FSE'21 - Artifacts Track</p>
<p><i class="fa-solid fa-book-open-reader"></i> The 30th IEEE/ACM International Conference on Program
Comprehension - ICPC'2022, May 16-17, 2022, Pittsburgh, PA, USA - Tool Demonstrations</p>
<p><i class="fa-solid fa-book-open-reader"></i> The 9th IEEE/ACM International Conference on Mobile Software
Engineering and Systems - MOBILESoft'22, May 22-23, 2022, Pittsburgh, PA, USA - Tool Demo and Mobile Apps
Track</p>
<p><i class="fa-solid fa-book-open-reader"></i> The 29th ACM Joint European Software Engineering Conference
and Symposium on the Foundations of Software Engineering - ESEC/FSE'21 - Artifacts Track</p>
<p><i class="fa-solid fa-book-open-reader"></i> The 18th International Conference on Mining Software
Repositories - MSR'21, May 23-24, 2021, Madrid, Spain. (Virtually) - Shadow PC</p>
</div>
</div>
</div>
</section>
<section id="publications">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Publications</h2>
<hr class="star-primary">
<hr>
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h3>Journals</h2>
<ol class="bibliography">
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Studying eventual connectivity issues in Android apps.</strong> <br>
<em><strong>Escobar-Velásquez, Camilo</strong> and Mazuera-Rozo, Alejandro and Bedoya, Claudia and
Osorio-Riaño, Michael and Linares-Vásquez, Mario and Bavota, Gabriele</em>. <br>In Empirical Software
Engineering 2022
[<a href="https://doi.org/10.1007/s10664-021-10020-6"> DOI </a>] [ <a
href="https://thesoftwaredesignlab.github.io/android-eventual-connectivity/"> Online Appendix </a> ]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Taxonomy of security weaknesses in Java and Kotlin Android apps.</strong> <br>
<em>Mazuera-Rozo, Alejandro and <strong>Escobar-Velásquez, Camilo</strong> and Espitia-Acero, Juan and
Vega-Guzmán, David and Trubiani, Catia and Linares-Vásquez, Mario and Bavota, Gabriele</em>. <br>In
Journal of Systems and Software 2022
[<a href="https://doi.org/https://doi.org/10.1016/j.jss.2022.111233"> DOI </a>] [ <a
href="https://github.com/amazuerar/sec-weak-android-apps/"> Online Appendix </a> ]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Kraken: A framework for enabling multi-device interaction-based testing of
Android apps.</strong> <br> <em>Ravelo-Méndez, William and <strong>Escobar-Velásquez, Camilo</strong>
and Linares-Vásquez, Mario</em>. <br>In Science of Computer Programming 2021
[<a href="https://doi.org/https://doi.org/10.1016/j.scico.2021.102627"> DOI </a>]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Enabling Mutant Generation for Open- and Closed-Source Android Apps.</strong>
<br> <em><strong>Escobar-Velásquez, Camilo</strong> and Linares-Vásquez, Mario and Bavota, G and Tufano,
M and Moran, K and Di Penta, M and Vendome, C and Bernal-Cárdenas, C and Poshyvanyk, D</em>. <br>In
IEEE Transactions on Software Engineering 2020
[<a href="https://doi.org/10.1109/TSE.2020.2982638"> DOI </a>] [ <a
href="https://thesoftwaredesignlab.github.io/android-mutation/"> Online Appendix </a> ]
</li>
</ol>
<h3>Conferences</h3>
<ol class="bibliography">
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">CONAN: Statically Detecting Connectivity Issues in Android
Applications.</strong> <br> <em>Mazuera-Rozo, Alejandro and <strong>Escobar-Velásquez, Camilo</strong>
and Espitia-Acero, Juan and Linares-Vásquez, Mario and Bavota, Gabriele</em>. <br> In Proceedings of
the 32nd ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software
Engineering 2023 (ESEC/FSE'23) - Demonstrations Track
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Detecting Connectivity Issues in Android Apps.</strong> <br> <em>Mazuera-Rozo,
Alejandro and <strong>Escobar-Velásquez, Camilo</strong> and Espitia-Acero, Juan and Linares-Vásquez,
Mario and Bavota, Gabriele</em>. <br> In Proceedings of the 29th IEEE International Conference on
Software Analysis, Evolution and Reengineering 2022 (SANER’22) - Research Track
[<a href="https://doi.org/10.1109/SANER53432.2022.00087"> DOI </a>]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Creme de la creme. Investigating Metadata and Survivability of Top Android
Apps.</strong> <br> <em>Mojica-Hanke, Anamaria and Bello-Jiménez, Laura and <strong>Escobar-Velásquez,
Camilo</strong> and Linares-Vásquez, Mario</em>. <br> In Proceedings of the 29th IEEE International
Conference on Software Analysis, Evolution and Reengineering 2022 (SANER’22) - Reproducibility Studies
and Negative Results Track
[<a href="https://doi.org/10.1109/SANER53432.2022.00064"> DOI </a>]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Kraken 2.0: A platform-agnostic and cross-device interaction testing
tool.</strong> <br> <em>Ravelo-Méndez, William and <strong>Escobar-Velásquez, Camilo</strong> and
Linares-Vásquez, Mario</em>. <br> In Proceedings of the 29th IEEE International Conference on Software
Analysis, Evolution and Reengineering 2022 (SANER’22) - Tool Demo Track
[<a href="https://doi.org/10.1109/SANER53432.2022.00102"> DOI </a>][ <a
href="https://thesoftwaredesignlab.github.io/Kraken/"> Online Appendix </a> ]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">A Preliminary Study on Accessibility of Augmented Reality Features in Mobile
Apps .</strong> <br> <em>Naranjo-Puentes, Sergio and <strong>Escobar-Velásquez, Camilo</strong> and
Vendome, Christopher and Linares-Vásquez, Mario</em>. <br> In Proceedings of the 29th IEEE
International Conference on Software Analysis, Evolution and Reengineering 2022 (SANER’22) - Early
Research Achievements Track
[<a href="https://doi.org/10.1109/SANER53432.2022.00061"> DOI </a>]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">ITDroid: A Tool for Automated Detection of i18n Issues on Android
Apps.</strong> <br> <em><strong>Escobar-Velásquez, Camilo</strong> and Donoso-Diaz, Andrés and
Linares-Vásquez, Mario</em>. <br> In 2021 IEEE/ACM 8th International Conference on Mobile Software
Engineering and Systems (MobileSoft) 2021 () - Track
[<a href="https://doi.org/10.1109/MobileSoft52590.2021.00012"> DOI </a>]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Hall-of-Apps: The Top Android Apps Metadata Archive.</strong> <br>
<em>Bello-Jiménez, Laura and <strong>Escobar-Velásquez, Camilo</strong> and Mojica-Hanke, Anamaria and
Cortés-Fernández, Santiago and Linares-Vásquez, Mario</em>. <br> In Proceedings of the 17th
International Conference on Mining Software Repositories 2020 (MSR’20) - Data Showcase Track
[<a href="https://caev03.github.io/assets/pdfs/bello2020hallOfApps.pdf"> Pre-Print </a>][ <a
href="https://thesoftwaredesignlab.github.io/hall-of-apps-tools"> Online Appendix </a> ]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Source-Codeless Testing for Android Apps.</strong> <br>
<em><strong>Escobar-Velásquez, Camilo</strong></em>. <br> In Proceedings of the 13th IEEE International
Conference on Software Testing, Validation and Verification 2020 (ICST’20) - Doctoral Symposium Track
[<a href="https://caev03.github.io/assets/pdfs/escobar2020codeless.pdf"> Pre-Print </a>]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">An Empirical Study of i18n Collateral Changes and Bugs in GUIs of Android
apps.</strong> <br> <em><strong>Escobar-Velásquez, Camilo</strong> and Osorio-Riaño, Michael and
Dominguez-Osorio, Juan and Arevalo, Maria and Linares-Vásquez, Mario</em>. <br> In 2020 IEEE
International Conference on Software Maintenance and Evolution (ICSME) 2020 (ICSME’20) - Research Track
[<a
href="https://thesoftwaredesignlab.github.io/ITDroid/assets/pdfs/escobar2020internationalization.pdf">
Pre-Print </a>][ <a href="https://thesoftwaredesignlab.github.io/ITDroid"> Online Appendix </a> ]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">MutAPK 2.0: A Tool for Reducing Mutation Testing Effort of Android
Apps.</strong> <br> <em><strong>Escobar-Velásquez, Camilo</strong> and Riveros, Diego and
Linares-Vásquez, Mario</em>. <br> In 2020 ACM Joint European Software Engineering Conference and
Symposium on the Foundations of Software Engineering (ESEC/FSE) 2020 (ESEC\FSE’20) - Tool Demo Track
[<a href="https://thesoftwaredesignlab.github.io/MutAPK/assets/pdfs/escobar2020mutapk.pdf"> Pre-Print
</a>][ <a href="https://thesoftwaredesignlab.github.io/MutAPK"> Online Appendix </a> ]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">MutAPK: Source-Codeless Mutant Generation for Android Apps.</strong> <br>
<em><strong>Escobar-Velásquez, Camilo</strong> and Osorio-Riaño, Michael and Linares-Vásquez,
Mario</em>. <br> In Proceedings of the 34th International Conference on Automated Software Engineering
2019 (ASE’19) - Tool Demo Track
[<a href="https://doi.org/10.1109/ASE.2019.00109"> DOI </a>][<a
href="https://thesoftwaredesignlab.github.io/MutAPK/assets/pdfs/escobar2019mutapk.pdf"> Pre-Print
</a>][ <a href="https://thesoftwaredesignlab.github.io/MutAPK/"> Online Appendix </a> ]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Kraken-Mobile: Cross-Device Interaction-based Testing of Android Apps.</strong>
<br> <em>Ravelo-Méndez, William and <strong>Escobar-Velásquez, Camilo</strong> and Linares-Vásquez,
Mario</em>. <br> In Proceedings of the 35th International Conference on Software Maintenance and
Evolution 2019 (ICMSE’19) - Tool Demo Track
[<a href="https://doi.org/10.1109/ICSME.2019.00071"> DOI </a>][<a
href="https://thesoftwaredesignlab.github.io/KrakenMobile/assets/pdfs/ravelo2019kraken.pdf"> Pre-Print
</a>][ <a href="https://thesoftwaredesignlab.github.io/KrakenMobile/"> Online Appendix </a> ]
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">An Empirical Study on Android-related Vulnerabilities.</strong> <br>
<em>Linares-Vásquez, Mario and Bavota, Gabriele and <strong>Escobar-Velásquez, Camilo</strong></em>.
<br> In Proceedings of the 14th International Conference on Mining Software Repositories 2017 (MSR ’17)
- Research Paper Track
[<a href="https://doi.org/10.1109/MSR.2017.60"> DOI </a>][<a
href="https://arxiv.org/pdf/1704.03356.pdf"> Pre-Print </a>][ <a
href="http://ml-papers.gitlab.io/android.vulnerabilities-2017/appendix/MSR2017/paper.html"> Online
Appendix </a> ]
</li>
</ol>
<h3>Tutorials</h3>
<ol class="bibliography">
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">A Developer’s Guide to Building and Testing Accesible Mobile Apps.</strong>
<br> <em>Sandoval-Alcocer, Juan Pablo and Merino, Leonel and Fernandez-Blanco, Alison and Ravelo-Mendez,
WIlliam and <strong>Escobar-Velásquez, Camilo</strong> and Linares-Vásquez, Mario </em>. In the 33nd
ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software
Engineering 2024 (ESEC/FSE'24) - Tutorials Track
</li>
</ol>
<h3>Workshops</h2>
<ol class="bibliography">
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">The Rise and Fall(?) of Software Engineering</strong> <br> <em>Mastropaolo,
Andtonio and <strong>Escobar-Velásquez,
Camilo</strong> and Linares-Vásquez, Mario</em>. <br> In Proceedings of the 2030 Software
Engineering Workshop - colocated with the 33rd ACM International Conference on the Foundations of
Software Engineering (FSE'24)
</li>
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Does Neuron Coverage Matter for Deep Reinforcement Learning? A Preliminary
Study.</strong> <br> <em>Trujillo, Miller and Linares-Vásquez, Mario and <strong>Escobar-Velásquez,
Camilo</strong> and Dusparic, Ivana and Cardozo, Nicolás</em>. <br> In Proceedings of the 2nd
Workshop on Testing for Deep Learning and Deep Learning for Testing 2020 (DeepTest’20) - Research
Track Track
</li>
</ol>
<h3>Posters</h3>
<ol class="bibliography">
<li>
<style>
li {
font-size: 19px;
}
</style>
<strong class="pubtitle">Efficient ortholog identification and interactive web-based whole genome
alignment.</strong> <br> Tello, Daniel and Garcia, Rogelio and Escobar-Velásquez, Camilo and
Linares-Vásquez, Mario and Duitama, Jorge. In ISMB/ECCB 2019 [<a
href="https://doi.org/10.7490/f1000research.1117219.1"> DOI </a>]
</li>
</ol>
</div>
</div>
</div>
</section>
<section id="teaching">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Teaching</h2>
<hr class="star-primary">
<hr>
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h3>Masters on Software Engineering - Virtual Program in Coursera</h3>
<p>✎ <strong>MISW4103 - Automated Software Testing</strong> - Spring 2023 - Now</p>
<p>✎ <strong>MISW4203 - Software Engineering for Mobile apps</strong> - Spring 2023 - Now</p><br>
<h3>Systems and Computing Engineering - Undergraduate Program</h3>
<p>✎ <strong>ISIS3510 - Mobile App Development</strong> - Spring 2023 - Now</p>
<p>✎ <strong>ISIS3710 - Web Development</strong> - Spring 2023 - Now</p><br>
<h3>Biomedical Engineering - Undergraduate Program</h3>
<p>✎ <strong>IBIO3914 - M-Health</strong> - Spring 2024</p><br>
</div>
</div>
</div>
</section>
<section id="students">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Students</h2>
<hr class="star-primary">
<hr>
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h3>Active Students</h3><br>
<p><i class="fa-solid fa-person-rays"></i> <strong>William Ravelo-Mendez.</strong> <em>Reliable Software
Development</em> - PhD. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Juan Camilo Acosta.</strong> <em>Automated Software Architecture Analysis</em> - MSc. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Juan Yepes-Parra.</strong> <em>Accessible Automated Test Generation</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Daniel Rappy-Duarte.</strong> <em>Web Accessibility: Goverment Webpage Analysis</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>German Moreno-Cainaba.</strong> <em>Smart Campus: Data Analysis</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Santiago Ayala-Ciendua.</strong> <em>Smart Campus: Data Analysis</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Carlos Garcia-Gomez.</strong> <em>Smart Campus: Data Analysis</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Sebastian Casanova-Ospina.</strong> <em>ML Visual Analytics: Financial Roadmap</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Julio Peña-Tovar.</strong> <em>ML Visual Analytics: Financial Roadmap</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Juan Jaramillo-Penagos.</strong> <em>Startup: IoT and WebDev</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Maria Castro-Iregui.</strong> <em>Senecare: Health History</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Diony Cardenas-Salazar.</strong> <em>Senecare: Health History</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Andres Romero-Brand.</strong> <em>Senecare: Health History</em> - BEng. Student</p>
<p><i class="fa-solid fa-person-rays"></i> <strong>Paola Campiño-Rincon.</strong> <em>Senecare: Health History</em> - BEng. Student</p>
<br>
<h3>Alumni</h3><br>
<h4>Undergraduate - Advised</h4>
<h5>2024-10</h5>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Santiago Bobadilla-Suarez.</strong> <em>Mutation Testing
for RL Algorithms</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Juan Montealegre-Sandoval.</strong> <em>Repository
Mining:
Software Engineering Teaching</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Juan Colmenares-Ortiz.</strong> <em>Repository Mining:
Software Engineering Teaching</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>David Gonzalez-Pereira.</strong> <em>Repository Mining:
Software Engineering Teaching</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Jairo Gomez-Mendoza.</strong> <em>Startup: Event
Orchestration System</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Esteban Gonzalez-Ruales.</strong> <em>AIA Orchestration
System</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Santiago Hernandez-FacioLince.</strong> <em>Repository
Mining: Benchmark</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Daniel Reyes-Ramirez.</strong> <em>Benchmark CMSs</em>
</p>
<br>
<h5><i class="fa-solid fa-calendar"></i> 2023-20</h5>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Felipe Duque-Martinez.</strong> <em>Improving Uniandes'
Student's Data Analysis using Visual Analytics.</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Esteban Martinez-Hernandez.</strong> <em>Design and
Development of Orchestration System for the execution of Master classes assignments.</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Juan Bogotá-Alfonso.</strong> <em>Design and Development
of Housing System for pets: Startup</em></p><br>
<h5>Undergraduate - Coadvised</h5>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Daniel Valbuena-Bautista.</strong> Fall 2022.
<em>Automatic GUI testing for Android using reinforcement learning</em>
</p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Camila Pantoja-Gómez.</strong> Fall 2022. <em>Automatic
Multi-platform Interaction Testing for Android Using Reinforcement Learning</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Edgar Díaz-Suárez.</strong> Fall 2022. <em>Automatic
Multi-platform Interaction Testing for Android Using Reinforcement Learning</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Camilo Rozo-Benitez.</strong> Fall 2022. <em>Towards
automated repairment of internationalization issues for android apps</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Mario Andrade-Vargas.</strong> Spring 2022.
<em>Automatic GUI testing for Android using reinforcement learning</em>
</p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Andrés Donoso-Díaz.</strong> Fall 2021. <em>Improving
Automated i18n Testing of Android Apps</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Michael Osorio-Riaño.</strong> Spring 2020.
<em>Comparison and analysis between automatic exploration tools for Android applications</em>
</p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Juan Domínguez-Osorio.</strong> Fall 2019. <em>Automated
GUI ripping for web applications</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>Andrés López-Fabara.</strong> Fall 2019. <em>Automated
GUI ripping for web applications</em></p>
<p><i class="fa-solid fa-graduation-cap"></i> <strong>William Ravelo-Méndez.</strong> Spring 2019.
<em>Automated cross-app testing</em>
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Contact</h3>
<p><a href="mailto:[email protected]"
style="color: white;">[email protected]</a><br>Tel: (57) 601 3394949 Ext. 3345 </p>
</div>
<div class="footer-col col-md-4">
<h3>Around the Web</h3>
<ul class="list-inline">
<li>
<a href="https://scholar.google.com/citations?user=cOGjd9kAAAAJ&hl=es" class="btn-social btn-outline"><i
class="fa-brands fa-fw fa-google"></i></a>
</li>
<li>
<a href="http://twitter.com/caev03" class="btn-social btn-outline"><i
class="fa-brands fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="https://github.com/caev03" class="btn-social btn-outline"><i
class="fa-brands fa-fw fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/caev03/?locale=en_US" class="btn-social btn-outline"><i
class="fa-brands fa-fw fa-linkedin"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>
Cra 1 Nº 18A - 12 - Of. ML739 <br>
Bogotá, Colombia - 111711 <br>
</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © Dr. Henry Jekyll 2023
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visible-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery Version 1.11.0 -->
<script src=" js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src=" js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src=" js/jquery.easing.min.js"></script>
<script src=" js/classie.js"></script>
<script src=" js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src=" js/jqBootstrapValidation.js"></script>
<script src=" js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src=" js/freelancer.js"></script>
</body>
</html>