-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPublications.html
670 lines (504 loc) · 36.7 KB
/
Publications.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- saved from url=(0030)http://se.rit.edu/~mehdi/ -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" class="js" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Mehdi Tarrit Mirakhorli, Cybersecurity, Secure by Design, ICSE, Software Design, Pattern" />
<link type="text/css" rel="stylesheet" media="all" href="./files/css.css">
<link rel="stylesheet" href="./files/print.css" type="text/css">
<!--[if lte IE 7]>
<link rel="stylesheet" href="/sites/all/themes/townsendnew/ie.css" type="text/css" />
<![endif]-->
<script type="text/javascript" async="" src="./files/ga.js"></script>
<script type="text/javascript" src="./files/js_431ac76be41278840ce0d3d96113d501.js"></script>
<script src="./files/jquery.min.js" type="text/javascript"></script>
<script src="./files/jquery.min(1).js" type="text/javascript">
</script>
<!-- This is for opening a Dialog Box for Archie -->
<script>
$(document).ready(function () {
$("#closebtn").click(function () {
$("#dlg").hide('800', "swing", function () { $("#bkg").fadeOut("500"); });
});
$("#opn").click(function () {
if (document.getElementById('bkg').style.visibility == 'hidden') {
document.getElementById('bkg').style.visibility = '';
$("#bkg").hide();
}
if (document.getElementById('dlg').style.visibility == 'hidden') {
document.getElementById('dlg').style.visibility = '';
$("#dlg").hide();
}
$("#bkg").fadeIn(500, "linear", function () { $("#dlg").show(800, "swing"); });
});
});
</script>
<!-- END This is for opening a Dialog Box for Archie -->
<!-- This is for opening a Dialog Box for Archie -->
<script>
$(document).ready(function () {
$("#closebtn1").click(function () {
$("#dlg1").hide('800', "swing", function () { $("#bkg1").fadeOut("500"); });
});
$("#opn1").click(function () {
if (document.getElementById('bkg1').style.visibility == 'hidden') {
document.getElementById('bkg1').style.visibility = '';
$("#bkg1").hide();
}
if (document.getElementById('dlg1').style.visibility == 'hidden') {
document.getElementById('dlg1').style.visibility = '';
$("#dlg1").hide();
}
$("#bkg1").fadeIn(500, "linear", function () { $("#dlg1").show(800, "swing"); });
});
});
</script>
<!-- END This is for opening a Dialog Box for Archie -->
<script>
(function($) {
$(document).ready(function() {
var tileCount = $(".tile").length;
var columnWeight = 12 / tileCount;
var selectedColumnWeight = columnWeight * 1.5
var unselectedColumnWeight = (12 - selectedColumnWeight) / (tileCount - 1) ;
$(".tile").click(function() {
var tile = $(this);
var otherTiles = tile.siblings();
var currentSelectedTile = otherTiles.filter(".selected");
var unselectedOtherTiles = otherTiles.not(".selected");
var otherTileWeight, tileWeight;
if (currentSelectedTile.length) {
otherTileWeight = unselectedColumnWeight;
tileWeight = unselectedColumnWeight;
}
else {
otherTileWeight = columnWeight;
tileWeight = columnWeight;
}
tile.toggleClass("selected col" + tileWeight + " col" + selectedColumnWeight, 600);
currentSelectedTile.toggleClass("selected col" + unselectedColumnWeight + " col" + selectedColumnWeight, 600);
unselectedOtherTiles.toggleClass("col" + otherTileWeight + " col" + unselectedColumnWeight, 600);
});
});
})(jQuery);
</script>
<script>
$(document).ready(function () {
$("#closebtn").click(function () {
$("#dlg").hide('800', "swing", function () { $("#bkg").fadeOut("500"); });
});
$("#opn").click(function () {
if (document.getElementById('bkg').style.visibility == 'hidden') {
document.getElementById('bkg').style.visibility = '';
$("#bkg").hide();
}
if (document.getElementById('dlg').style.visibility == 'hidden') {
document.getElementById('dlg').style.visibility = '';
$("#dlg").hide();
}
$("#bkg").fadeIn(500, "linear", function () { $("#dlg").show(800, "swing"); });
});
});
</script>
<script type="text/javascript"> </script>
<style type="text/css">
.style1 {
color: #932D09;
}
.style4 {
font-size: large;
}
.style5 {
font-size: xx-large;
}
.style6 {
font-size: x-large;
}
.style7 {
font-size: medium;
}
.style9 {
margin-left: 104px;
}
.style10 {
margin-bottom: 0px;
color: #932D09;
}
.blockbkg {
background-color: black;
opacity: 90%;
filter:alpha(opacity=90);
background-color: rgba(0,0,0,0.90);
width: 100%;
min-height: 100%;
overflow: hidden;
float: absolute;
position: fixed;
top: 0;
left: 0;
color: white;
}
.cont {
background-color: #A8A9A3;
color: black;
font-size: 16px;
border: 1px solid gray;
padding: 20px;
display:block;
position: absolute;
top: 10%;
left: 10%;
right:10%;
height: 600px;
overflow-y: scroll;
}
.closebtn {
width: 20px;
height: 20px;
padding: 5px;
margin: 2px;
float: right;
top: 0;
background-image: url(Mehdi%20Mirakhorli_files/x.png);
background-repeat: no-repeat;
background-position:center;
background-color: lightgray;
display: block;
}
.closebtn:hover {
cursor: pointer;
}
.style11 {
color: #D3D4D1;
}
</style>
</head>
<body class="not-front sidebar-right lightbox-processed">
<div id="page" class="clear-block">
<div class="clear-block" id="above-header">
<div class="clear-block" id="above-header-inner">
<span style="float: right">
|
<a href="mailto:[email protected]?Subject=Hello" target="_top"><span class="style11">Contact Me</span></a>
</span>
<a href="">Personal Web page of Mehdi Tarrit Mirakhorli</a>
</div>
</div>
<div id="header" class="clear-block">
<div id="header-inner">
<div id="logo-title">
<h1 class="not-home">
</h1> <!-- /.not-home -->
</div> <!-- /#logo-title -->
<div id="header-region">
<div id="block-views-projects-block_2" class="block block block-views region-odd even region-count-1 count-2 clear-block"><div class="block-inner">
<h2 class="title">Mehdi Tarrit Mirakhorli</h2>
<div class="content">
<div class="view view-projects view-id-projects view-display-id-block_2 view-dom-id-3">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first">
<div class="views-field-title">
<span class="field-content">
<br>Associate Professor | <a href="./index.html">Director of Indo-Pacific Cybersecurity & Software Assurance Laboratory</a><br>
University of Hawaii at Manoa | <a href="./index.html">Information and Computer Sciences (ICS)</a>
<br>
<a href="">
1680 East-West Road</br>
</a>
<a href="">
Honolulu, HI 96822 USA</a></span></div>
<div class="views-field-body">
<div class="field-content"><p>Email: mehdi23 -at- hawaii.edu</p></div>
</div>
</div>
<div class="views-row views-row-2 views-row-even views-row-last">
<div class="views-field-body">
</div>
</div>
</div>
</div> </div>
</div></div> <!-- /block-inner, /block -->
</div> <!-- /#header-region -->
<div class="header-info " style="width: 296px">
<div class="slogan">
<img alt="Mehdi" src="./files/image.jpg" width="211" height="233"></div>
<!--div class="go-to-link"><a href="#">First time? Watch Video</a></div-->
</div> <!-- /.header-info -->
</div> <!-- /#header-inner -->
</div> <!-- /#header -->
<div id="nav" class="clear-block">
<div id="nav-inner">
<ul class="links" style="center: 5%; top: -8px; height: 53px; width: 90%">
<li class="first menu-650 active-trail" style="height: 51px">
<a href="./index.html" title="Mehdi" class="menu-650 active-trail active">
<span style="width: 30px">Home</span></a></li>
<li><a href="./CurriculumVitae.pdf" class="menu-5104"><span>Curriculum Vitae</span></a></li>
<li class="menu-5104" "=""><a href="./Publications.html"><span style="width: 71px">Publications</span></a></li>
<li class="menu-4922"><a href="https://github.com/SoftwareDesignLab"><span>Research Projects</span></a></li>
<li class="menu-4922"><a href="./Teaching.html"><span>Teaching</span></a></li>
<li><a href="./Personal.html" class="menu-4922"><span>Personal</span></a></li>
</ul>
</div> <!-- /#nav-inner -->
</div> <!-- /#nav -->
<div id="main" class="clear-block">
<table style="width: 100%">
<tbody><tr>
<td style="width: 100%">
<div class="views-field-title">
<span class="field-content">
</br>
</span></div>
<div class="panel-main-area-wrap" style="right: -88px; top: 0px; width: 97%; margin-left: 0px;">
<div class="panel-top clear-block">
<div class="panel-pane pane-views-panes pane-lab-blog-panel-pane-1">
<div class="pane-content">
<div class="view view-lab-blog view-id-lab_blog view-display-id-panel_pane_1 view-dom-id-1">
<div class="view-content">
<br>
<a name="Pub"></a>
<h2 class="pane-title"><strong>Publications</strong></h2>
</div>
</div>
</div>
</div>
</span></div>
<div class="views-field-body">
<span class="field-content">
<p>
Hamid Bagheri, Mehdi Mirakhorli, Mohamad Fazelnia, Ibrahim Mujhid, and Md Rashedul Hasan. 2024.
<a href="https://dl.acm.org/doi/abs/10.1145/3664646.3664776">
Neuro-Symbolic Approach to Certified Scientific Software Synthesis</a>. In Proceedings of the 1st ACM International Conference on AI-Powered Software (AIware 2024). Association for Computing Machinery, New York, NY, USA, 147–150. https://doi.org/10.1145/3664646.3664776
</p>
<p>
Joanna C. S. Santos, Mehdi Mirakhorli, and Ali Shokri,
<a href="https://doi.org/10.1145/3649851">
Seneca: Taint-Based Call Graph Construction for Java Object Deserialization</a>,
Proc. ACM Program. Lang. 8, OOPSLA1, Article 134 (April 2024), 29 pages.
</p>
<p>
Ahmet Okutan, Peter Mell, Mehdi Mirakhorli, Igor Khokhlov, Joanna CS Santos, Danielle Gonzalez, Steven Simmons,
<a href="https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=932075">Empirical Validation of Automated Vulnerability Curation and Characterization</a>,
in IEEE Transactions on Software Engineering, vol. 49, no. 5, pp. 3241-3260,
1 May 2023, doi: 10.1109/TSE.2023.3250479.
</p>
<p>
Mohamad Fazelnia, Viktoria Koscinski, Spencer Herzog, Mehdi Mirakhorl,
<a href="https://arxiv.org/abs/2405.05135">
Lessons from the Use of Natural Language Inference (NLI) in Requirements Engineering Tasks</a>, 32nd IEEE International Requirements Engineering 2024 conference
</p>
<p>
Mohamad Fazelnia, Ahmet Okutan, Mehdi Mirakhorli, <a href="https://ieeexplore.ieee.org/abstract/document/9994631">
Supporting Artificial Intelligence/Machine Learning Security Workers Through an Adversarial Techniques, Tools, and Common Knowledge Framework</a>,
in IEEE Security & Privacy, vol. 21, no. 1, pp. 37-48, Jan.-Feb. 2023, doi: 10.1109/MSEC.2022.3221058.
</p>
<p>
Sara Moshtari, Ahmet Okutan, Mehdi Mirakhorli,<a href="https://arxiv.org/abs/2112.01635"> A Grounded Theory Based Approach to Characterize Software Attack Surfaces</a>, IEEE International Conference on Software Engineering (ICSE 2022).
</p>
<p>
Joanna CS Santos, Xueling Zhang, Mehdi Mirakhorli <a href="https://melvidoni.rbind.io/publication/2022-msr4ps-fp.pdf#page=26">
Counterfeit object-oriented programming vulnerabilities: an empirical study in Java</a> Proceedings of the 1st International Workshop on Mining Software Repositories Applications for Privacy and Security
</p>
<p>
Igor Khokhlov, Ahmet Okutan, Ryan Bryla, Steven Simmons, Mehdi Mirakhorli <a href="https://melvidoni.rbind.io/publication/2022-msr4ps-fp.pdf#page=26">
Automated Extraction of Software Names from Vulnerability Reports using LSTM and Expert System</a> 2022 IEEE 29th Annual Software Technology Conference (STC), Gaithersburg, MD, USA, 2022, pp. 125-134, doi: 10.1109/STC55697.2022.00024.
</p>
<p>Davide Taibi, Yuanfang Cai, Ingo Weber, Mehdi Mirakhorli, Michael W. Godfrey, John T. Stough & Patrizio Pelliccione ,
<a href="https://link.springer.com/chapter/10.1007/978-3-031-36847-9_4">
Continuous Alignment Between Software Architecture Design and Development in CI/CD Pipelines
</a>
</p
<p>Ahmet Okutan, Ali Shokri, Viktoria Koscinski, Mohamad Fazelinia, Mehdi Mirakhorli,
<a href="https://arxiv.org/abs/2307.05605">
A Novel Approach to Identify Security Controls in Source Code
</a>
</p
<p>
Ahmet Okutan, Mehdi Mirakhorli <a href="https://www.researchgate.net/profile/Mehdi-Mirakhorli/publication/361944945_Predicting_the_Severity_and_Exploitability_of_Vulnerability_Reports_using_Convolutional_Neural_Nets/links/62cded5a6151ad090b978adb/Predicting-the-Severity-and-Exploitability-of-Vulnerability-Reports-using-Convolutional-Neural-Nets.pdf">
Predicting the severity and exploitability of vulnerability reports using convolutional neural nets
</a>, Proceedings of the 3rd International Workshop on Engineering and Cybersecurity of Critical Systems, 2022.
</p>
<p>
Joanna C. S. Santos, Selma Suloglu, Néstor Cataño & Mehdi Mirakhorli <a href="https://joannacss.github.io/preprints/demessa22-preprint.pdf">
A Methodological Approach to Verify Architecture Resiliency</a> European Conference on Software Architecture
, 2022.
</p>
<p>Danielle Gonzalez, Paola Peralta Perez, and Mehdi Mirakhorli,
<a href="https://dl.acm.org/doi/10.1145/3475716.3475786">Barriers to Shift-Left Security: The Unique Pain Points of Writing Automated Tests Involving Security Controls</a>.
In Proceedings of the 15th ACM / IEEE International Symposium on Empirical Software Engineering and Measurement (ESEM) (ESEM '21).
Association for Computing Machinery, New York, NY, USA, Article 11, 1–12.
</p>
<p>Ali Shokri, Joanna Cecilia da Silva Santos and Mehdi Mirakhorli,<a href="https://www.researchgate.net/publication/351503365_ArCode_Facilitating_the_Use_of_Application_Frameworks_to_Implement_Tactics_and_Patterns">
ArCode: Facilitating the Use of ApplicationFrameworks to Implement Tactics and Patterns</a>, IEEE International Conference on Software Architecture (ICSA 2021).
</p>
<p> Joshua Garcia, Mehdi Mirakhorli, Lu Xiao, Yutong Zhao, Ibrahim Mujhid, Khoi Pham, Ahmet Okutan, Sam Malek, Rick Kazman, Yuanfang Cai and Nenad Medvidovic, Constructing a Shared Infrastructure for Software Architecture Analysis and Maintenance, IEEE International Conference on Software Architecture (ICSA 2021).
</p>
<p>
A. Shokri and M. Mirakhorli, <a href="https://arxiv.org/pdf/2103.06735.pdf">
ArCode: A Tool for Supporting Comprehension and Implementation of Architectural Concerns</a>,
in 2021 2021 IEEE/ACM 29th International Conference on Program Comprehension (ICPC) (ICPC), 2021 pp. 485-489.
</p>
<p>
Joanna C. S. Santos, Reese A. Jones, Chinomso Ashiogwu, and Mehdi Mirakhorli, <a href="https://www.researchgate.net/publication/352554259_Serialization-aware_call_graph_construction">
Serialization-aware call graph construction</a>
In Proceedings of the 10th ACM SIGPLAN International Workshop on the State Of the Art in Program Analysis (SOAP 2021).
Association for Computing Machinery, New York, NY, USA, 37–42.
</p>
<p>
V. Koscinski, C. Gambardella, E. Gerstner, M. Zappavigna, J. Cassetti and M. Mirakhorli,
<a href="https://ieeexplore.ieee.org/abstract/document/9582360"> A Natural Language Processing Technique for Formalization of Systems Requirement Specifications</a>,
2021 IEEE 29th International Requirements Engineering Conference Workshops (REW), 2021, pp. 350-356.
</p>
<p> Devjeet Roy, Ziyi Zhang, Maggie Ma, Venera Arnaoudova, Annibale Panichella, Sebastiano Panichella,
Danielle Gonzalez, Mehdi Mirakhorli, <a href="http://veneraarnaoudova.com/wp-content/uploads/2020/09/2020-ASE-PREPRINT-DeepTC-Enhancer-Improving-the-Readability-of-Automatically-Generated-Tests.pdf">
DeepTC-Enhancer: Improving the Readability of Automatically Generated Tests</a>,
The 35th IEEE/ACM International Conference on Automated Software Engineering (ASE 2020).
</p>
<p>
Sare Moshtari, Joanna Cecilia da Silva Santos, Mehd Mirakhorli and Ahmet Okutan, <a href="https://www.researchgate.net/publication/345774628_Looking_for_Software_Defects_First_Find_the_Nonconformists">
Looking for Software Defects? First Find the Nonconformists</a>, 2020 IEEE 20th International Working Conference on Source Code Analysis and Manipulation (SCAM), 2020, pp. 75-86.
</p>
<p>Jan Keim, Angelika Kaplan, Anne Koziolek and Mehdi Mirakhorli,<a href="https://www.researchgate.net/publication/344275045_Does_BERT_Understand_Code_-_An_Exploratory_Study_on_the_Detection_of_Architectural_Tactics_in_Code">
Does BERT understand code? - An exploratory study on the detection of architectural tactics in code</a>, In 14th European Conference on Software Architecture (ECSA 2020), 2020. Springer International Publishing. 2020.</p>
<p>Joanna Santos, Selma Suloglu, Joanna Ye, Mehdi Mirakhorli,
<a href="https://www.researchgate.net/publication/347455399_Towards_an_Automated_Approach_for_Detecting_Architectural_Weaknesses_in_Critical_Systems">
Towards an Automated Approach for Detecting Architectural Weaknesses in Critical Systems</a>
, The 1st International Workshop on Engineering and Cybersecurity of Critical Systems (EnCyCriS), 2020.</p>
<p>
Mehdi Mirakhorli, Matthias Galster, and Laurie Williams,
<a href="https://dl.acm.org/doi/abs/10.1145/3385678.3385687"> Understanding Software Security from Design to Deployment</a> SIGSOFT Softw. Eng. Notes 45, 2 (April 2020), 25–26.
</p>
<p>Joanna Santos, Sara Moshtari and Mehdi Mirakhorli, <a href="https://www.researchgate.net/publication/341497182_An_Automated_Approach_to_Recover_the_Use-case_View_of_an_Architecture">An Automated Approach to Recover the Use-case View of an Architecture</a>, 2020 IEEE International Conference on Software Architecture Companion (ICSA-C), Salvador, Brazil, 2020, pp. 63-66, doi: 10.1109/ICSA-C50368.2020.00020.
</p>
<p>Joanna Cecilia da Silva Santos, Reese Jones and Mehdi Mirakhorli, Static Analysis of Serialization Features, Formal Techniques for Java-like Programs (FTfJP 2020)</p>
<p>Danielle Gonzalez, Michael Rath, Mehdi Mirakhorli, <a href="https://arxiv.org/abs/2006.14553"> Did You Remember To Test Your Tokens?</a> , The International Conference on Mining Software Repositories (MSR’20), 2020.</p>
<p>Joanna Cecilia Da Silva Santos; Adriana Sejfia; Taylor Corrello; Smruthi Gadenkanahalli; Mehdi Mirakhorli, <a href="https://github.com/SoftwareDesignLab/AchillesHeel/blob/master/fse19-preprint.pdf">Achilles’ Heel of Plug-and-Play Software Architectures: A Grounded Theory Based Approach</a>, The ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE 2019).</p>
<p>Danielle Gonzalez, Fawaz Alhenaki and Mehdi Mirakhorli, <a href="https://design.se.rit.edu/papers/ICS_Vulnerabilities.pdf">Architectural Security Weaknesses in Industrial Control Systems (ICS): An Empirical Study based on Disclosed Software Vulnerabilities</a>, IEEE International Conference on Software Architecture (ICSA) 2019.</p>
<p>JCS Santos, K Tarrit, A Sejfia, M Mirakhorli, M Galster, An empirical study of tactical vulnerabilities, Journal of Systems and Software 149, 263-284, 2019</p>
<p>
D. Gonzalez, H. Hastings and M. Mirakhorli,
<a href="https://arxiv.org/pdf/1909.13693.pdf"> Automated Characterization of Software Vulnerabilities</a>,
IEEE International Conference on Software Maintenance and Evolution (ICSME), 2019, pp. 135-139.
</p>
<p>Danielle Gonzalez, Suzanne Prentice, Mehdi Mirakhorli, A fine-grained approach for automated conversion of JUnit assertions to English, 4th ACM SIGSOFT International Workshop on NLP for Software Engineering, 2018
</p>
<p> Inayat Rehman, Mehdi Mirakhorli, Mei Nagappan, Azat Aralbay, Matthew Thornton, Roles and Impacts of Hands-on Software Architects in Five Industrial Case Studies, 40th International Conference on Software Engineering (ICSE), 2018.
</p>
<p>Matthias Galster, Danny Weyns, Antony Tang, Rick Kazman and Mehdi Mirakhorli, From Craft to Science: The Road Ahead for Empirical Software Engineering Research, International Conference on Software Engineering (ICSE), NIER track, 2018.
</p>
<p>Yuzhan Ma, Venera Arnaoudova, Mehdi Mirakhorli, Sarah Fakhoury, Mike Christensen and Waleed Zogaan, Automatic Classification of Software Artifacts in Open-Source Applications, The International Conference on Mining Software Repositories (MSR), 2018</p>
<p>Héctor Adrián Valdecantos, Katy Tarrit, Mehdi Mirakhorli and James O. Coplien An Empirical Study on Code Comprehension: Data Context Interaction compared to classical Object Oriented, 25th International Conference on Program Comprehension (ICPC), 2017.</p>
<p>Raghuram Gopalakrishnan, Palak Sharma, Mehdi Mirakhorli and Matthias Galster, "Can Latent Topics in Source Code Predict Missing Architectural Tactics?", 39th International Conference on Software Engineering (ICSE), 2017.
</p>
<p>Waleed Zogaan, Palak Sharma, Mehdi Mirakhorli and Venera Arnaoudova, Datasets from Fifteen Years of Automated Software Traceability Research (Current State, Characteristics and Quality),
The 25th IEEE International Requirements Engineering Conference (RE), 2017</p>
<p>Joanna Cecilia Da Silva Santos, Anthony Peruma, Mehdi Mirakhorli, Matthias Galster, Jairo Pavel Veloz Vidal and Adriana Sejfia,
"Understanding Software Vulnerabilities Related to Architectural Security Tactics: An Empirical Investigation of Chromium, PHP and Thunderbird",
IEEE International Conference on Software Architecture (ICSA) 2017.</p>
<p>Joanna C. S. Santos, Katy Tarrit, Mehdi Mirakhorli,
<a href="https://www.researchgate.net/publication/317929320_A_Catalog_of_Security_Architecture_Weaknesses">
A Catalog of Security Architecture Weaknesses</a>, In 2017 IEEE International Conference on Software Architecture (ICSA), 2017.</p>
<p>Danielle Gonzalez, Joanna Cecilia Da Silva Santos, Andrew Popovich, Mehdi Mirakhorli and Meiyappan Nagappan, A Large-Scale Study on the Usage of Testing Patterns That Address Maintainability Attributes (Patterns for Ease of Modification, Diagnoses, and Comprehension), The 14th International Conference on Mining Software Repositories (MSR 2017).</p>
<p>Waleed Zogaan, Joanna Santos, Ibrahim Mujhid, Danielle Gonzalez, Mehdi Mirakhorli, <a>"Automated Training-Set Creation for Software Architecture Traceability Problem"</a>, Empirical Software Engineering Journal, Preprint, 2016.</p>
<p>Ibrahim Mujhid; Joanna Santos; Raghuram Gopalakrishnan; Mehdi Mirakhorli, <a href="http://www.sciencedirect.com/science/article/pii/S0164121216302345">"A Search Engine for Finding and Reusing Architecturally Significant Code"</a>, Journal of Systems and Software (JSS), 2016.</p>
<p>Mehdi Mirakhorli, Jane Cleland Huang, <a href="http://ieeexplore.ieee.org/xpl/abstractAuthors.jsp?reload=true&arnumber=7270338" tarket="_blank">"Detecting, Tracing and Monitoring Architectural Tactics in Code"</a>, IEEE Transactions on Software Engineering, vol. 42, no. 3, pp. 205-220, March 1 2016.
doi: 10.1109/TSE.2015.2479217.</p>
<p>Joanna CS Santos, Mehdi Mirakhorli, Ibrahim Mujhid, Waleed Zogaan, <a href="http://ieeexplore.ieee.org/abstract/document/7516852/">"BUDGET: A Tool for Supporting Software Architecture Traceability Research"</a>, 13th Working IEEE/IFIP Conference on Software Architecture (WICSA), Tool Demo, 2016.</p>
<p>Mehran Mozaffari Kermani, Reza Azarderakhsh, Mehdi Mirakhorli, <a href="https://www.asee.org/public/conferences/64/papers/14429/view">"Multidisciplinary Approaches and Challenges in Integrating Emerging Medical Devices Security Research and Education"</a>, American Society for Engineering Education (ASEE) Annual Conference, 2016.</p>
<p>
Ehsan Kouroshfar, Mehdi Mirakhorli, Hamid Bagheri, Lu Xiao, Sam Malek, and Yuanfang Cai, <a href="http://dl.acm.org/citation.cfm?id=2820548" tarket="_blank">"A Study on the Role of Software Architecture in the Evolution and Quality of Software"</a>, The 12th Working Conference on Mining Software Repositories (MSR), 2015.</p>
<p>Daniel E. Krutz, Mehdi Mirakhorli, Samuel A. Malachowsky, Andres Ruiz, Jacob Peterson, and Andrew Filipski, <a href="http://dl.acm.org/citation.cfm?id=2820603" tarket="_blank">"A Dataset of Open Source Android Applications"</a>, The 12th Working Conference on Mining Software Repositories (MSR), 2015.</p>
<p>Mehdi Mirakhorli, Jane Cleland-Huang, <a href="http://dl.acm.org/citation.cfm?id=2820566" tarket="_blank">"Modifications, Tweaks, and Bug Fixes in Architectural Tactics"</a>, The 12th Working Conference on Mining Software Repositories (MSR), 2015.</p>
<p>Saeed Namdar, Mehdi Mirakhorli, <a href="http://dl.acm.org/citation.cfm?id=2821453" tarket="_blank">"Toward Actionable Software Architecture Traceability"</a>, The 8th International Symposium on Software and Systems Traceability (SST 2015).</p>
<p>Mehdi Mirakhorli, Hongmei Chen and Rick Kazman. "Mining Big Data for Detecting, Extracting and Recommending Architectural Design Concepts", <a href="https://sse.uni-due.de/bigdse15/">1st International Workshop on
BIG Data Software Engineering</a>, 2015. </p>
<p>Mehdi Mirakhorli, <a href="http://www.slideshare.net/metimir/software-architecture-reconstruction-why-what-and-how" tarket="_blank">"Software Architecture Reconstruction: Why? What? How?"</a>, 2015 IEEE 22nd International Conference on Software Analysis, Evolution, and Reengineering (SANER), 2015</p>
<p>
Catherine Ramirez, Meiyappan Nagappan, and Mehdi Mirakhorli, "Studying the Impact of Evolution in R Libraries on Software Engineering Research", 1st International Workshop on Software Analytics, 2015 IEEE 22nd International Conference on Software Analysis, Evolution, and Reengineering (SANER), 2015.
</p>
<p>Robert S. Hanmer , Mehdi Mirakhorli, “Mining New Patterns by Learning from the Trenches”, Pattern Languages of Programs (PLoP), 2014.<p>
<p>Mona Rahimi, Mehdi Mirakhorli, Jane Cleland-Huang, <a href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?reload=true&arnumber=6912267"target="_blank"> "Automated extraction and visualization of quality concerns from requirements specifications"</a> 2014 IEEE 22nd International Requirements Engineering Conference (RE), pp. 253-262, 2014 IEEE 22nd International Requirements Engineering Conference (RE), 2014 </p>
<p>Mehdi Mirakhorli, Ahmed Fakhry, Artem Grechko, Mateusz Wieloch, Jane Cleland-Huang “Archie: A Tool for Detecting, Monitoring, and Preserving Architecturally Significant Code”, 22nd ACM SIGSOFT International Symposium on the Foundations of Software Engineering (FSE 2014).<p>
<p>Jane Cleland Huang, Muhammad Ali Babar, Mehdi Mirakhorli, <a href="http://re.cs.depaul.edu/pedagogy/ASP/" target="_blank">"An Inverted Classroom Experience: Engaging Students in Architectural Thinking for Agile Projects"</a>, <i>Software Engineering Education and Training (SEET) Track,
IEEE International Conference on Software Engineering (ICSE'14)</i>.</p>
<p>Jane Cleland Huang, Adam Czauderna, Mehdi Mirakhorli, <a href="http://www.amazon.com/Agile-Software-Architecture-Processes-Architectures/dp/0124077722" target="_blank"> "Driving Architectural Design and Preservation from a Persona Perspective in Agile Projects"</a>, <i>Agile Software Architecture</i>,
edited by Muhammad Ali Babar, Ivan Mistrik, and Alan Brown, 2014.</p>
<p>Matthias Galster, Mehdi Mirakhorli, Jane Cleland-Huang, Xavier Franch, Janet E. Burge, Roshanak Roshandel, and Paris Avgeriou. <a href="http://doi.acm.org/10.1145/2659118.2659139" target="_blank">"Towards bridging the twin peaks of requirements and architecture.</a> SIGSOFT Softw. Eng. Notes 39, 5 (September 2014)</p>
<p>Mehdi Mirakhorli, <a href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6693152" target="_blank"> "Preventing Erosion of Architectural Tactics through Their Strategic Implementation, Preservation, and Visualization"</a>, <i>28th IEEE/ACM International Conference on Automated Software Engineering
(ASE)</i>, 2013.</p>
<p>Negar Hariri, Carlos Castro-Herrera, Mehdi Mirakhorli, Jane Cleland-Huang, Bamshad Mobasher, <a href="http://www.computer.org/csdl/trans/ts/preprint/06582404-abs.html" target="_blank">
"Supporting Domain Analysis through Mining and Recommending Features from Online Product Listings"</a>, <i>IEEE Transactions on Software Engineering.</i></p>
<p><i>Mehdi Mirakhorli, Jane Cleland-Huang, <a href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6470590" target="_blank">"Traversing the Twin Peaks"</a>, IEEE Software,vol.30, no.2, March-April 2013.</i></p>
<p><i>Jane Cleland-Huang, Mehdi Mirakhorli, Adam Czauderna, Mateusz Wieloch, <a href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6620147" target="_blank">
"Decision-Centric Traceabil-ity of Architectural Concerns"</a>, The 7th International Workshop on Traceability in Emerging Forms of Software Engineering (TEFSE 2013), Co-located with IEEE International Conference on Software Engineering (ICSE) 2013.</i></p>
<p>Matthias Galster, Mehdi Mirakhorli, Jane Cleland-Huang, Janet E. Burge, Xavier Franch, Roshanak Roshandel, and Paris Avgeriou. 2013. <a href="http://doi.acm.org/10.1145/2507288.2507323" target="_blank"> "Views on software engineering from the twin peaks of requirements and architecture".</a> SIGSOFT Softw. Eng. Notes 38, 5 (August 2013)</p>
<p><i>Mehdi Mirakhorli, Yonghee Shin, Jane Cleland-Huang and Murat Cinar, <a href="http://dl.acm.org/citation.cfm?id=2337298" target="_blank">"A Tactic-Centric Approach for Automating Traceability of Quality Concerns"</a>, IEEE International Conference on Software Engineering (ICSE) 2012.</i></p>
<p><i>Mehdi Mirakhorli, Patrick Maeder, Jane Cleland-Huang, <a href="http://dl.acm.org/citation.cfm?id=2393657" target="_blank">"Variability Points and Design Pattern Usage in architectural Tactics"</a>, 20th ACM SIGSOFT Symposium on the Foundations of Software Engineering (FSE-20), SIGSOFT/FSE'12, Cary, NC, USA - November 11 - 16, 2012.</i></p>
<p><i>Jane Cleland-Huang, Patrick Maeder, Mehdi Mirakhorli, Sorawit Amornborvornwong, <a href="http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=6345809" target="_blank">"Breaking the Big-Bang Practice of Traceability: Pushing Timely Trace Recommendations to Project Stakeholders"</a>, 20th IEEE International Requirements Engineering Conference(RE'12), Chicago, IL, USA, September 24-28, 2012.</i></p>
<p><i> Mehdi Mirakhorli and Jane
Cleland-Huang. <a href="http://link.springer.com/content/pdf/10.1007/978-1-4471-2239-5_14.pdf" target="_blank"> "Tracing Non-Functional Requirements"</a>, In: Andrea
Zisman, Jane Cleland-Huang and Olly Gotel. Software and Systems
Traceability., Springer-Verlag., 2011.</i></p>
<p><i>Mehdi Mirakhorli, Cleland-Huang, <a href="http://www.hillside.net/plop/2011/papers/A-35-Mirakhorli.pdf" target="_blank">"A Pattern System for Tracing Architectural Concerns"</a>, 18th Conference on Pattern Languages of Programs (PLOP'11)</i>, Portland, OR, USA. 2011.</p>
<p>Mehdi
Mirakhorli, Cleland-Huang, <a href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6080779" target="_blank">"Using Tactic Traceability Information
Models to Reduce the Risk of Architectural Degradation during System
Maintenance"</a>, <i>Proceedings of the 27th International Conference on Software Maintenance (ICSM) 2011</i>.</p>
<p>Mehdi Mirakhorli, Jane Cleland-Huang, <a href="http://dl.acm.org/citation.cfm?id=1985942" target="_blank">"Tracing Architectural Concerns in High Assurance Systems (NIER Track)"</a>,<i> 33th International Conference on Software Engineering, New Ideas and Emerging Results Track</i>, ICSE 2011, Honolulu, Hawaii, USA, May 2011.</p>
<p>Mehdi
Mirakhorli, Jane Cleland-Huang , <a href="http://dl.acm.org/citation.cfm?id=1988685" target="_blank">"Transforming trace information in
architectural documents into re-usable and effective traceability
links"</a>, <i>in Proceedings of the Sixth Workshop on SHAring and Reusing architectural Knowledge</i>, ICSE 2011,Honolulu, Hawaii, USA, May 2011.</p>
<p>Mehdi Mirakhorli, <a href="http://dl.acm.org/citation.cfm?id=1986014" target="_blank">"Tracing Architecturally Significant Requirements: A Decision-Centric Approach"</a>, Doctoral Symposium, <i>33th International Conference on Software Engineering (ICSE)</i>, Honolulu, Hawaii, USA, May 2011.</p>
<p>Horatiu
Dumitru, Marek Gibiec, Negar Hariri, Jane Cleland-Huang, Bamshad
Mobasher, Carlos Castro-Herrera, Mehdi Mirakhorli, <a href="http://dl.acm.org/citation.cfm?id=1985819" target="_blank">"On-demand Feature
Recommendations derived from Mining Public Product Descriptions"</a>, <i>IEEE International Conference on Software Engineering (ICSE)</i>, Honolulu, Hawaii, USA, May 2011.</b></p>
<p>Mehdi
Mirakhorli, Jane Cleland-Huang, "A Decision-Centric Approach for
Tracing Reliability Concerns in Embedded Software Systems",<i> Embedded Software Reliability (ESR)</i>, held at ISSRE’10, San Jose, Nov, 2010.</p>
<p>Amir Sharifloo, Mehdi Mirakhorli, Fereidoon Shams, <a href="http://libra.msra.cn/Publication/6694015/agility-in-iran-position-motivation-and-adaption" target="_blank">"Agility in Iran: Position, Motivation, and Adaption"</a>, <i>20th Australian Conference on Software Engineering (ASWEC)</i>, 2009.</p>
<p>Mehdi
Mirakhorli, A. Rahman Khanipoor, Fereidoon Shams, Maryam Pazoki, Abbas
Mirakhorli, <a href="http://dl.acm.org/citation.cfm?id=1370149" target="_blank">"RDP Technique: A Practice to Customize XP"</a>, <i>Scrutinizing Agile Practices or Shoot out at Process Corral(APSO 2008)</i>, 30th International Conference on Software Engineering (ICSE 2008), Leipzig, Germany, May 2008.</p>
<p>Mehdi Mirakhorli, Amir sharifloo, Fereidoon Shams, <a href="http://dl.acm.org/citation.cfm?id=1370713" target="_blank">"Architectural Challenges of Ultra Large Scale Systems"</a>, <i>Second International Workshop on Ultra-Large-Scale Software- Intensive Systems(ULSSIS 2008)</i>, 30th International Conference on Software Engineering (ICSE), Leipzig, Germany, May 2008.</p>
<p>Amir sharifloo, Mehdi Mirakhorli, Fereidoon Shams, <a href="http://dl.acm.org/citation.cfm?id=1370712" target="_blank">"How Could ULS Systems Achieve Architecture Benefits?"</a>, <i>Second International Workshop on Ultra-Large-Scale Software- Intensive Systems(ULSSIS 2008)</i>, 30th International Conference on Software Engineering (ICSE), Leipzig, Germany, May 2008.</p>
<p>Fereidoon
Shams, Mehdi Mirakhorli, Amir sharifloo, <a href="http://dl.acm.org/citation.cfm?id=1370711" target="_blank">"A Service Driven
Development Process (SDDP) Model for Ultra Large Scale Systems"</a>, <i>Second International Workshop on Ultra-Large-Scale Software- Intensive Systems(ULSSIS 2008)</i>, 30th International Conference on Software Engineering (ICSE 2008), Leipzig, Germany, May 2008.</p>
<p>Mehdi
Mirakhorli, A.R. Khanipoor, Fereidoon Shams, Abbas Mirakhorli, Maryam
Pazoki, <a href="http://www.computer.org/csdl/proceedings/aswec/2008/3100/00/3100a656-abs.html" target="_blank">"RDP Technique: Take a Different Look at XP for Adoption"</a>, <i>19th IEEE Australian Conference on Software Engineering (ASWEC)</i>, pp. 656-662, 2008.</p>
<p>Mehdi Mirakhorli, Amir sharifloo, Maghsoud Abbaspour, <a href="http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=04385123" target="_blank">"A Novel Method for Leader Election Algorithm"</a>, <i>7th IEEE International Conference on Computer and Information Technology(CIT07)</i>, Fukushima Japan, October 2007.</p>
<p>Amir Sharifloo, Mehdi Mirakhorli, Mostafa Esmaeili, Abolfazl T. Haghighat, <a href="http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4579138" target="_blank">"A Leader Election Algorithm for Clustered Group"</a>, <i>IEEE International Conference on Industrial and Information System (ICIIS2007)</i>, Peradeniya, Sri Lanka, August 2007.</p>
<td style="width:1000%">
</td>
</tr>
</tbody></table>
</div>
<!-- /#main -->
<div id="footer" class="clear-block">
<div id="footer-inner">
<div id="foot-links">
<a href="">Last Updated February 1st, 2018</a> |
<a href="">2018 © copyright</a> </div>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=9623175;
var sc_invisible=1;
var sc_security="9028568b";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script><script type="text/javascript" src="./files/counter.js"></script>
<noscript><div class="statcounter"><a title="free web stats"
href="http://statcounter.com/free-web-stats/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/9623175/0/9028568b/1/"
alt="free web stats"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</div> <!-- /#footer-inner -->
</div> <!-- /#footer -->
</div>
<!-- /#page -->
</body></html>