-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
712 lines (620 loc) · 53.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0G83LTMXZD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0G83LTMXZD');
</script>
<title>Gian Luca Scoccia</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<!-- <link rel="shortcut icon" href="favicon.ico"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/devresume.css">
</head>
<body>
<div class="main-wrapper">
<div class="container px-3 px-lg-5">
<article class="resume-wrapper mx-auto theme-bg-light p-5 mb-5 my-5 shadow-lg">
<div class="resume-header">
<div class="row align-items-center">
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
<h2 class="resume-name mb-0 text-uppercase">Gian Luca Scoccia</h2>
<!-- menu -->
<div class="resume-tagline mb-3 mb-md-0"><a href="#education">Education</a> | <a href="#publications">Publications</a> | <a href="#awards">Awards</a> | <a href="#service">Service</a> | <a href="#teaching">Teaching</a> </div>
</div><!--//resume-title-->
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
<ul class="list-unstyled mb-0">
<!-- e-mail -->
<li class="mb-2"><i class="fas fa-envelope-square fa-fw fa-lg mr-2"></i><a class="resume-link" href="mailto:[email protected]">[email protected]</a></li>
<!-- scholar -->
<li class="mb-2"><i class="fab fa-github-square fa-fw fa-lg mr-2"></i><a class="resume-link" href="https://github.com/gianlucascoccia">github.com/gianlucascoccia</a></li>
<!-- linkedin -->
<li class="mb-2"><i class="fab fa-linkedin fa-fw fa-lg mr-2"></i><a class="resume-link" href="https://www.linkedin.com/in/gianlucascoccia/">linkedin.com/in/gianlucascoccia</a></li>
</ul>
</div><!-- //resume-contact -->
</div><!--//row-->
</div><!--//resume-header-->
<hr>
<div class="resume-intro py-3">
<div class="media flex-column flex-md-row align-items-center">
<img class="resume-profile-image mb-3 mb-md-0 mr-md-5 ml-md-0 rounded rounded-circle mx-auto" src="assets/images/resume-profile.png" alt="image">
<div class="media-body text-left">
<!-- Career + Research interests -->
<p class="mb-0">Dr. Gian Luca Scoccia is an assistant professor at the Computer Science division of the Gran Sasso Science Institute (GSSI). Previously, I hold a position as post-doctoral researcher at the Department of Information Engineering, Computer Science and Mathematics of the University of L'Aquila, with professors Paola Inverardi and Prof. Marco Autili. In 2019, he received the Ph.D. Degree from the Gran Sasso Science Institute, advised by Prof. Paola Inverardi, Prof. Ivano Malavolta and Prof. Marco Autili. He received (magna cum laude) the Master's Degree in Computer Science from the University of L'Aquila (Italy) in 2014. His research interests include mobile applications, privacy-enhancing technologies and empirical software engineering.
</p>
</div><!--//media-body-->
</div>
</div><!--//resume-intro-->
<hr>
<div class="resume-body">
<div class="row">
<div class="resume-main col-12 col-lg-12 col-xl-12 pr-0 pr-lg-5">
<section class="work-section py-3">
<h3 id="education" class="text-uppercase resume-section-heading mb-4">Education</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Assistant Professor</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">April 2023 - Ongoing</div>
</div>
<div class="item-content">
<p>Gran Sasso Science Institute</p>
</div>
</div><!--//item-->
<br>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Post-Doctoral Researcher</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">August 2019 - April 2023</div>
</div>
<div class="item-content">
<p>Università degli Studi dell'Aquila</p>
</div>
</div><!--//item-->
<br>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Visiting PhD Student</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">April 2017 - July 2017</div>
</div>
<div class="item-content">
<p>Vrije Universiteit Amsterdam</p>
</div>
</div><!--//item-->
<br>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">PhD Student</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">January 2015 - July 2019</div>
</div>
<div class="item-content">
<p>Gran Sasso Science Institute<br>
PhD thesis: "Enhancing Trustability of Android Applications via Flexible Permissions" <br>
Supervisor: Prof. Paola Inverardi. <br>
Co-supervisors: Prof. Ivano Malavolta, Prof. Marco Autili.
</p>
</div>
</div><!--//item-->
<br>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Master of Science (BS) - Computer Science</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">2010 - 2014</div>
</div>
<div class="item-content">
<p>Università degli Studi dell'Aquila<br>
Graduation thesis: "Analisi e sviluppo di un framework per la UI design di applicazioni per dispositivi mobili".<br>
Thesis supervisor: Prof. Henry Muccini.
</p>
</div>
</div><!--//item-->
<br>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Bachelor of Science (BS) - Computer Science</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">2006 - 2010</div>
</div>
<div class="item-content">
<p>Università degli Studi dell'Aquila<br>
Graduation thesis: "Social Discoverer: progettazione e sviluppo un'applicazione java per l'interfacciamento con una wereable sensor network".<br>
Thesis supervisor: Prof. Henry Muccini.
Co-supervisor: Prof. Luigi Pomante.
</p>
</div>
</div><!--//item-->
</section><!--//education-->
<section class="project-section py-3">
<!-- pubs by year -->
<h3 class="text-uppercase resume-section-heading mb-4" id="publications">Publications</h3>
<!-- 2024 -->
<div class="text-uppercase resume-section-heading mb-4">2024</div>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Social, Legal, Ethical, Empathetic, and Cultural Rules: Compilation and Reasoning</h4>
</div>
<div class="item-content">
<div class="item-meta">Nicolas Troquard, Martina De Sanctis, Paola Inverardi, Patrizio Pelliccione, Gian Luca Scoccia<br>
Proceedings of the AAAI Conference on Artificial Intelligence <br>
<a class="mr-2" href="https://arxiv.org/pdf/2312.09699"><i class="far fa-file mr-1"></i>Preprint</a>
</div>
</div>
</div><!--//item-->
<br>
<!-- 2023 -->
<div class="text-uppercase resume-section-heading mb-4">2023</div>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">JavaScript Dead Code Identification, Elimination, and Empirical Assessment</h4>
</div>
<div class="item-content">
<div class="item-meta">Ivano Malavolta, Kishan Nirghin, Gian Luca Scoccia, Simone Romano, Salvatore Lombardi, Giuseppe Scanniello, Patricia Lago<br>
IEEE Transactions on Software Engineering <br>
<a class="mr-2" href="https://www.ivanomalavolta.com/files/papers/TSE_2023.pdf"><i class="far fa-file mr-1"></i>Preprint </a>
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Studying users’ perception of IoT mobile companion apps</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Romina Eramo, Marco Autili<br>
Pervasive and Mobile Computing <br>
<a class="mr-2" href="https://www.sciencedirect.com/science/article/pii/S1574119223000445"><i class="far fa-file mr-1"></i>Link</a>
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Evolution of Kotlin Apps in terms of Energy Consumption: An Exploratory Study</h4>
</div>
<div class="item-content">
<div class="item-meta">Hesham Ahmed, Alina Boshchenko, Niaz Ali Khan, Dmitriy Knyajev, Dinara Garifollina, Gian Luca Scoccia, Matias Martinez, Ivano Malavolta<br>
2023 International Conference on ICT for Sustainability (ICT4S) <br>
<a class="mr-2" href="http://www.ivanomalavolta.com/files/papers/ICT4S_2023.pdf"><i class="far fa-file mr-1"></i>Preprint</a>
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Don’t You Agree with My Ethics? Let’s Negotiate!</h4>
</div>
<div class="item-content">
<div class="item-meta">Mashal Afzal Memon, Gian Luca Scoccia, Paola Inverardi, Marco Autili<br>
HHAI 2023: Augmenting Human Intellect <br>
<a class="mr-2" href="https://ebooks.iospress.nl/doi/10.3233/FAIA230105"><i class="far fa-file mr-1"></i>Link</a>
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Exploring Early Adopters' Perceptions of ChatGPT as a Code Generation Tool/h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia<br>
5th International Workshop on Automated and verifiable Software sYstem DEvelopment (ASYDE) <br>
<a class="mr-2" href="https://ieeexplore.ieee.org/abstract/document/10298678/"><i class="far fa-file mr-1"></i>Link</a>
</div>
</div>
</div><!--//item-->
<br>
<!-- 2022 -->
<div class="text-uppercase resume-section-heading mb-4">2022</div>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">The state of the art in measurement-based experiments on the mobile web</h4>
</div>
<div class="item-content">
<div class="item-meta">Omar de Munk, Gian Luca Scoccia, Ivano Malavolta<br>
Information and Software Technology, 149.<br>
<a class="mr-2" href="https://www.sciencedirect.com/science/article/pii/S095058492200091X"><i class="far fa-file mr-1"></i>Link</a>
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">An empirical study of privacy labels on the Apple iOS mobile app store</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Marco Autili, Giovanni Stilo, Paola Inverardi<br>
Proceedings of the 2022 IEEE/ACM 9th International Conference on Mobile Software Engineering and Systems (MobileSoft)<br>
<a class="mr-2" href="assets/pdf/MobileSoft22.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a>
<a class="mr-2" href="https://bit.ly/3i1OEtN"><i class="far fa-file mr-1"></i>Replication package</a>
</div>
</div>
</div><!--//item-->
<br>
<!-- 2021 -->
<div class="text-uppercase resume-section-heading mb-4">2021</div>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">How does Migrating to Kotlin Impact the Run-time Efficiency of Android Apps?</h4>
</div>
<div class="item-content">
<div class="item-meta">Michael Peters, Gian Luca Scoccia, Ivano Malavolta<br>
Proceedings of the 2021 IEEE 21st International Working Conference on Source Code Analysis and Manipulation (SCAM)<br>
<a class="mr-2" href="assets/pdf/SCAM_2021.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a>
<a class="mr-2" href="https://zenodo.org/record/5166703"><i class="far fa-file mr-1"></i>Replication package</a>
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Software Engineering Techniques for Statically Analyzing Mobile Apps: Research Trends, Characteristics, and Potential for Industrial Adoption</h4>
</div>
<div class="item-content">
<div class="item-meta">Marco Autili, Ivano Malavolta, Alexander Perucci, Gian Luca Scoccia, Roberto Verdecchi<br>
Journal of Internet Services and Applications (JISA)<br>
<a class="mr-2" href="https://www.researchgate.net/profile/Ivano-Malavolta/publication/352824254_Software_Engineering_Techniques_for_Statically_Analyzing_Mobile_Apps_Research_Trends_Characteristics_and_Potential_for_Industrial_Adoption/links/60db3888458515d6fbea8b8a/Software-Engineering-Techniques-for-Statically-Analyzing-Mobile-Apps-Research-Trends-Characteristics-and-Potential-for-Industrial-Adoption.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a>
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Challenges in Developing Desktop Web Apps: a Study of Stack Overflow and GitHub</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Patrizio Migliarini, Marco Autili<br>
Proceedings of the 2021 IEEE/ACM 18th International Conference on Mining Software Repositories (MSR)<br>
<a class="mr-2" href="assets/pdf/MSR2021.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a>
<a class="mr-2" href="https://github.com/gianlucascoccia/MSR2021Replication"><i class="far fa-file mr-1"></i>Replication package</a>
<a class="mr-2" href="assets/media/MSR2021ShortTalk.mp4"><i class="fas fa-video mr-1"></i>Short video presentation</a>
</div>
</div>
</div><!--//item-->
<br>
<!-- 2020 -->
<div class="text-uppercase resume-section-heading mb-4">2020</div>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Web Frameworks for Desktop Apps: an Exploratory Study</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Marco Autili<br>
Proceedings of the 14th ACM/IEEE International Symposium on Empirical Software Engineering and Measurement (ESEM)<br>
<a class="mr-2" href="assets/pdf/ESEM2020.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a>
<a class="mr-2" href="https://www.youtube.com/watch?v=tEPEvd2gSB8"><i class="fas fa-video mr-1"></i>Video presentation</a></div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">A self-configuring and adaptive privacy-aware permission system for Android apps</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Marco Autili, Paola Inverardi<br>
Proceedings of the 1st IEEE International Conference on Autonomic Computing and Self-Organizing Systems (ACSOS)<br>
<a href="assets/pdf/ACSOS2020.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a></div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Leave my Apps Alone! A Study on how Android Developers Access Installed Apps on User’s Device</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Ibrahim Kanj, Ivano Malavolta, Kaveh Razavi<br>
Proceedings of the 7th IEEE/ACM International Conference on Mobile Software Engineering and Systems (MOBILESoft)<br>
Featured on: <a href="https://www.wired.com/story/thousands-of-android-apps-are-silently-accessing-your-data">Wired</a>, <a href="https://arstechnica.com/information-technology/2020/03/4000-android-apps-silently-access-your-installed-software/">Arstechnica</a>, <a href="https://www.zdnet.com/article/android-lets-advertisers-get-a-list-of-all-your-apps-and-this-api-feature-is-broadly-used/">ZDNet</a>, <a href="https://news.ycombinator.com/item?id=22678471">Hacker News</a>. <br>
<a class="mr-2" href="assets/pdf/MOBILESoft_iam_2020.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a>
<a class="mr-2" href="https://github.com/S2-group/mobilesoft-2020-iam-replication-package"><i class="far fa-file mr-1"></i>Replication package</a>
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">On the Elicitation of Privacy and Ethics Preferences of Mobile Users Visions</h4>
</div>
<div class="item-content">
<div class="item-meta">Patrizio Migliarini, Gian Luca Scoccia, Marco Autili, Paola Inverardi<br>
Proceedings of the 7th IEEE/ACM International Conference on Mobile Software Engineering and Systems (MOBILESoft)<br>
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Hey, my data are mine! Active data to empower the user</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Matteo Maria Fiore, Patrizio Pelliccione, Marco Autili, Paola Inverardi, Alejandro Russo<br>
Proceedings of the 42nd International Conference on Software Engineering (ICSE)<br>
</div>
</div>
</div><!--//item-->
<br>
<!-- 2019 -->
<div class="text-uppercase resume-section-heading mb-4">2019</div>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Automated feature identification for Android apps</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia<br>
Proceedings of the 1st International Workshop on Automated and verifiable Software sYstem DEvelopment (ASYDE)
</div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Permission issues in open-source android apps: An exploratory study</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Anthony Peruma, Virginia Pujols, Ivano Malavolta, Daniel E. Krutz<br>
Proceedings of the 19th International Working Conference on Source Code Analysis and Manipulation (SCAM)
<br>
<a href="assets/pdf/SCAM_2019.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a></div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Enhancing Trustability of Android Applications via User-Centric Flexible Permissions</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Ivano Malavolta, Marco Autili, Amleto Di Salle, Paola Inverardi<br>
IEEE Transactions on Software Engineering<br>
<a href="assets/pdf/TSE_2020.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a></div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">An empirical history of permission requests and mistakes in open source Android apps</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Anthony Peruma, Virginia Pujols, Ben Christians, Daniel E. Krutz<br>
Proceedings of the 16th International Conference on Mining Software Repositories (MSR)
<br>
</div>
</div>
</div><!--//item-->
<br>
<!-- 2018 -->
<div class="text-uppercase resume-section-heading mb-4">2018</div>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">An Extensible Approach for Taming the Challenges of JavaScript Dead Code Elimination</h4>
</div>
<div class="item-content">
<div class="item-meta">Niels Groot Obbink, Ivano Malavolta, Gian Luca Scoccia, Patricia Lago<br>
Proceedings of the 25th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER)
<br>
<a href="assets/pdf/SANER_2018.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a></div>
</div>
</div><!--//item-->
<br>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">An Investigation into Android Run-time Permissions from the End Users' Perspective</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Ivano Malavolta, Marco Autili, Amleto Di Salle, Paola Inverardi<br>
Proceedings of the 5th IEEE/ACM International Conference on Mobile Software Engineering and Systems (MOBILESoft)<br>
<a href="assets/pdf/mobilesoft_2018_permissions.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a></div>
</div>
</div><!--//item-->
<br>
<!-- 2017 -->
<div class="text-uppercase resume-section-heading mb-4">2017</div>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">User-centric android flexible permissions</h4>
</div>
<div class="item-content">
<div class="item-meta">Gian Luca Scoccia, Ivano Malavolta, Marco Autili, Amleto Di Salle, Paola Inverardi<br>
Proceedings of the 39th International Conference on Software Engineering (ICSE) Companion <br>
<a href="assets/pdf/ICSE_2017_poster1.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a></div>
</div>
</div><!--//item-->
<br>
<!-- 2015 -->
<div class="text-uppercase resume-section-heading mb-4">2015</div>
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 mb-2 mb-md-0">Perspectives on static analysis of mobile apps (invited talk)</h4>
</div>
<div class="item-content">
<div class="item-meta">Marco Autili, Ivano Malavolta, Alexander Perucci, Gian Luca Scoccia<br>
Proceedings of the 3rd International Workshop on Software Development Lifecycle for Mobile (DeMobile)<br>
<a href="assets/pdf/Demobile_2015.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a>
</div>
</div>
</div><!--//item-->
</section><!--//project-section-->
<section id="awards" class="awards-section py-3">
<!-- pubs by year -->
<h3 class="text-uppercase resume-section-heading mb-4">Awards</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-12 col-lg-12 mb-2 mb-md-0">Best paper award at MOBILESoft 2020</h4>
</div>
<div class="item-content">
<div class="item-meta">
For the paper titled “Leave my Apps Alone! A Study on how Android Developers Access Installed Apps on User’s Device”.<br>
<a href="assets/pdf/MOBILESoft_iam_2020.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a>
</div>
</div>
</div><!--//item-->
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-12 col-lg-12 mb-2 mb-md-0">Distinguished paper award at SCAM 2021</h4>
</div>
<div class="item-content">
<div class="item-meta">
For the paper titled “How does Migrating to Kotlin Impact the Run-time Efficiency of Android Apps?”.<br>
<a href="assets/pdf/SCAM_2021.pdf"><i class="far fa-file-pdf mr-1"></i>Preprint</a>
</div>
</div>
</div><!--//item-->
</section><!--//project-section-->
<section>
<h3 class="text-uppercase resume-section-heading mb-4" id="service">Service</h3>
<p>
I'm one of the organizers of:
<ul>
<li>The <a href="https://asyde-series.github.io/asyde2023/">5th International Workshop on Automated and verifiable Software sYstem DEvelopment (ASYDE 2023)</a>, co-located with the <a href="https://conf.researchr.org/home/ase-2023">38th IEEE/ACM International Conference on Automated Software Engineering (ASE 2023)</a></li>.
<li>The <a href="https://asyde-series.github.io/asyde2024/">6th International Workshop on Automated and verifiable Software sYstem DEvelopment (ASYDE 2024)</a>, co-located with the <a href="https://conf.researchr.org/home/ase-2024">39th IEEE/ACM International Conference on Automated Software Engineering (ASE 2024)</a></li>.
</ul>
</p>
<p>
I have served on the program committee for the research track of the following conferences:
<ul>
<li><a href="https://www.aamas2024-conference.auckland.ac.nz/">23rd International Conference on Autonomous Agents and Multi-Agent Systems (AAMAS 2024)</a></li>.
<li><a href="https://conf.researchr.org/track/ase-2024/ase-2024-research">39th IEEE/ACM International Conference on Automated Software Engineering (ASE 2024)</a></li>.
</ul>
I have served on the program committee of the artifact evaluation track for the following conferences:
<ul>
<li><a href="https://conf.researchr.org/track/icse-2023/icse-2023-artifact-evaluation">45th edition of the International Conference on Software Engineering (ICSE 2023)</a></li>.
<li><a href="https://2023.esec-fse.org/track/fse-2023-artifacts">31st ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE 2023)</a></li>.
<li><a href="https://2024.esec-fse.org/track/fse-2024-artifacts">32nd ACM International Conference on the Foundations of Software Engineering (FSE 2024) </a></li>.
</ul>
</p>
<p>
I have acted as reviewer for the following conferences:
<ul>
<li>International Conference on Software Engineering</li>
<li>ACM CHI conference on Human Factors in Computing Systems</li>
<li>International Conference on Software Architecture</li>
<li>International Conference on Mobile Software Engineering and Systems</li>
<li>International Conference on the Quality of Information and Communications Technology</li>
</ul>
I have acted as reviewer for the following journals:
<ul>
<li><a href="https://link.springer.com/journal/10664">Empirical Software Engineering</a></li>
<li><a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=32">IEEE Transactions on Software Engineering</a></li>
<li><a href="https://dl.acm.org/journal/tosem">ACM Transactions on Software Engineering and Methodologies</a></li>
<li><a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=52">IEEE Software</a></li>
<li><a href="https://www.sciencedirect.com/journal/journal-of-systems-and-software">Journal of Systems & Software</a></li>
<li><a href="https://dl.acm.org/journal/tiot">ACM Transactions on Internet of Things</a></li>
<li><a href="https://www.sciencedirect.com/journal/information-and-software-technology">Information and Software Technology</a></li>
<li><a href="https://www.sciencedirect.com/journal/international-journal-of-human-computer-studies">International Journal of Human - Computer Studies</a></li>
<li><a href="https://onlinelibrary.wiley.com/journal/1097024x">Software: Practice and Experience</a></li>
<li><a href="https://jserd.springeropen.com/">Journal of Software Engineering Research and Development</a></li>
<li><a href="https://onlinelibrary.wiley.com/journal/15320634">Concurrency and Computation: Practice and Experience</a></li>
<li><a href="https://www.sciencedirect.com/journal/journal-of-information-security-and-applications">Journal of Information Security and Applications</a></li>
<li><a href="https://www.sciencedirect.com/journal/computers-and-security">Computers and Security</a></li>
<li><a href="https://www.sciencedirect.com/journal/journal-of-computer-languages">Journal of computer languages</a></li>
</ul>
</p>
</section><!--//service-section-->
<section>
<h3 class="text-uppercase resume-section-heading mb-4" id="teaching">Teaching</h3>
<p> For the academic year 2023/2024 I taught the graduate level course "Mining Software Repositories" at the Gran Sasso Science Institute. </p>
<p> For the academic year 2023/2024, as part of the Software Engineering group at the Gran Sasso Science Institute, I held lectures in the graduate level course "Engineering Human-centric and Smart Systems". </p>
<p> For the academic year 2023/2024, as part of the Software Engineering group at the Gran Sasso Science Institute, I held lectures in the graduate level course "Introduction to Software Engineering". </p>
<p>For the academic year 2022/2023 I taught the course <a href="https://univaq.coursecatalogue.cineca.it/insegnamenti/2024/33149/2015/9999/10006?coorte=2022&schemaid=10744">"Applicazioni per dispositivi mobili"</a> (Mobile application development) at the University of L'Aquila. The course is composed of 48 hours (6 CFU), divided in theoretical lessons and practical exercise sessions. </p>
</section><!--//service-section-->
</div><!--//resume-main-->
<!-- <aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Skills</h3>
<div class="item">
<h4 class="item-title">Technical</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">JavaScript/Angular/React/Vue</li>
<li class="mb-2">Python/Ruby/PHP<li>
<li class="mb-2">Node.js/ASP.NET</li>
<li class="mb-2">PostgreSQL/MySQL</li>
<li class="mb-2">Object-oriented design</li>
<li class="mb-2">Design and implement database structures</li>
<li>Lead and deliver complex software systems</li>
</ul>
</div><!--/item-->
<!-- <div class="item"> -->
<!-- <h4 class="item-title">Professional</h4> -->
<!-- <ul class="list-unstyled resume-skills-list"> -->
<!-- <li class="mb-2">Effective communication</li> -->
<!-- <li class="mb-2">Team player<li> -->
<!-- <li class="mb-2">Strong problem solver</li> -->
<!-- <li>Good time management</li> -->
<!-- </ul> -->
<!-- </div>//item -->
<!-- </section>//skills-section -->
<!-- <section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Education</h3>
<ul class="list-unstyled resume-education-list">
<li class="mb-3"> -->
<!-- <div class="resume-degree font-weight-bold">MSc in Computer Science</div>
<div class="resume-degree-org text-muted">University College London</div>
<div class="resume-degree-time text-muted">2010 - 2011</div>
</li>
<li>
<div class="resume-degree font-weight-bold">BSc Maths and Physics</div> -->
<!-- <div class="resume-degree-org text-muted">Imperial College London</div>
<div class="resume-degree-time text-muted">2007 - 2010</div>
</li>
</ul>
</section><!--/education-section-->
<!-- <section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Awards</h3>
<ul class="list-unstyled resume-awards-list">
<li class="mb-3">
<div class="font-weight-bold">Award Lorem Ipsum</div>
<div class="text-muted">Microsoft lorem ipsum (2019)</div>
</li>
<li>
<div class="font-weight-bold">Award Donec Sodales</div>
<div class="text-muted">Oracle Aenean (2017)</div>
</li>
</ul> -->
<!-- </section>//education-section -->
<!-- <section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Languages</h3>
<ul class="list-unstyled resume-lang-list">
<li class="mb-2">English <span class="text-muted">(Native)</span></li>
<li>Spanish <span class="text-muted">(Professional)</span></li>
</ul> -->
<!-- </section>//certificates-section -->
<!-- <section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Interests</h3>
<ul class="list-unstyled resume-interests-list mb-0">
<li class="mb-2">Climbing</li>
<li class="mb-2">Snowboarding</li>
<li class="mb-2">Photography</li>
<li>Travelling</li>
</ul>
</section>//certificates-section -->
<!-- </aside>//resume-aside -->
</div>
</div><!--//resume-body-->
<hr>
<div class="resume-footer text-center">
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">
<!-- email -->
<li class="list-inline-item mb-lg-0 mr-3"><a class="resume-link" href="mailto:[email protected]"><i class="fas fa-envelope-square fa-2x mr-2" data-fa-transform="down-4"></i><span class="d-none d-lg-inline-block text-muted">[email protected]</span></a></li>
<!-- scholar -->
<li class="list-inline-item mb-lg-0 mr-3"><a class="resume-link" href="https://github.com/gianlucascoccia"><i class="fab fa-github fa-2x mr-2" data-fa-transform="down-4"></i><span class="d-none d-lg-inline-block text-muted">github.com/gianlucascoccia</span></a></li>
<!-- linkedin -->
<li class="list-inline-item mb-lg-0 mr-3"><a class="resume-link" href="https://www.linkedin.com/in/gianlucascoccia/"><i class="fab fa-linkedin fa-2x mr-2" data-fa-transform="down-4"></i><span class="d-none d-lg-inline-block text-muted">linkedin.com/in/gianlucascoccia</span></a></li>
</ul>
</div><!--//resume-footer-->
</article>
</div><!--//container-->
<footer class="footer text-center py-4">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright text-muted">Template by <a class="theme-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a></small>
</footer>
</div><!--//main-wrapper-->
</body>
</html>