-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
590 lines (514 loc) · 20.2 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TQRG</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css"
integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
<link rel="stylesheet" href="./css/main.css">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150265234-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-150265234-1');
</script>
</head>
<body>
<div class="jumbotron" id="home">
<header class="container">
<nav class="navbar navbar-expand-lg">
<h2 class="navbar-brand">TQRG</h2>
<button class="navbar-toggler custom-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#members">Members</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#publications">Publications</a>
</li>
</nav>
</header>
<main>
<div class="out container-fluid">
<div class="in container-fluid">
<div class="row text-center justify-content-center">
<h1 class="title display-4">
<span class="acronym">T</span>he
<span class="acronym">Q</span>uasar
<span class="acronym">R</span>esearch
<span class="acronym">G</span>roup
</h1>
</div>
</div>
</div>
</main>
</div>
</div>
<div class="container">
<h2 id="members">Members</h2>
<br>
<div class="row">
<div class="col-md-3 element">
<img class="img-circle"
src="https://pbs.twimg.com/profile_images/729162561996783617/OGhVHVRI_400x400.jpg">
<p class="name">
<span class="badge badge-hashtag"><a href="https://ruimaranhao.com/">Rui Abreu</a></span>
<span class="badge badge-success">Group Leader</span>
</p>
</div>
<div class="col-md-3 element">
<img class="img-circle"
src="https://avatars3.githubusercontent.com/u/534958?s=400&u=a01b329037b3c4179699680736729665c0ff4356&v=4/">
<p class="name">
<span class="badge badge-hashtag"><a href="https://www.linkedin.com/in/alexandrecperez/">Alexandre
Perez</a></span>
</p>
</div>
<div class="col-md-3 element">
<img class="img-circle"
src="https://pbs.twimg.com/profile_images/1042051856439099393/f8KuJ0um_400x400.jpg">
<p class="name">
<span class="badge badge-hashtag"><a href="https://durieux.me/">Thomas Durieux</a></span>
</p>
</div>
<div class="col-md-3 element">
<img class="img-circle"
src="https://luiscruz.github.io/img/profile.png">
<p class="name">
<span class="badge badge-hashtag"><a href="https://luiscruz.github.io/">Luis Cruz</a><span>
</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3 element">
<img class="img-circle"
src="https://media.licdn.com/dms/image/C4D03AQH6CTGkdyXWaQ/profile-displayphoto-shrink_400_400/0/1662126498937?e=1720051200&v=beta&t=-Av6EnKzfD61twXILKMUWs9xnHYOLCwUY-Kgu1bb_Ps">
<p class="name">
<span class="badge badge-hashtag"> <a href="https://sofiaoreis.github.io/">Sofia Reis</a></span>
</p>
</div>
<div class="col-md-3 element">
<img class="img-circle"
src="https://pbs.twimg.com/profile_images/1173972649132875777/qWR0Y5nl_400x400.jpg">
<p class="name">
<span class="badge badge-hashtag"> <a href="https://brunosottomayor.com/">Bruno Sotto-Mayor</a>
</span>
</p>
</div>
<div class="col-md-3 element">
<img class="img-circle" src="img/joao_ferreira.png">
<p class="name">
<span class="badge badge-hashtag"><a href="http://joaoff.com/">João Ferreira</a><span>
</p>
</div>
<div class="col-md-3 element">
<img class="img-circle" src="img/ricardo_martins.jpg">
<p class="name">
<span class="badge badge-hashtag"><a
href="https://www.linkedin.com/in/ricardo-martins-566028117/">Ricardo Martins</a><span>
</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3 element">
<img class="img-circle" src="img/francisco.png">
<p class="name">
<span class="badge badge-hashtag"> <a
href="https://scholar.google.com/citations?user=zTLXgZgAAAAJ">Francisco Ribeiro</a></span>
</p>
</div>
<div class="col-md-3 element">
<img class="img-circle" src="img/nuno.jpg">
<p class="name">
<span class="badge badge-hashtag"> <a href="https://www.linkedin.com/in/nuno-sabino-4105a0123/">Nuno
Sabino</a> </span>
</p>
</div>
<div class="col-md-3 element">
<img class="img-circle"
src="https://media.licdn.com/dms/image/C4D03AQGM9deeVhh6gA/profile-displayphoto-shrink_400_400/0/1576884763689?e=1720051200&v=beta&t=9LArC6bghdOak7YIeAj2o92qO5DWZ58APOMeKK54XXY">
<p class="name">
<span class="badge badge-hashtag"> <a
href="https://www.linkedin.com/in/david-coimbra-2b290812a/">David Coimbra</a> </span>
</p>
</div>
<div class="col-md-3 element">
<img class="img-circle"
src="https://avatars.githubusercontent.com/u/30272775?v=4">
<p class="name">
<span class="badge badge-hashtag"> <a
href="https://github.com/epicosy/">Eduard Pinconschi</a> </span>
</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3 element">
<img class="img-circle" src="https://avatars.githubusercontent.com/u/33558234?v=4">
<p class="name">
<span class="badge badge-hashtag"> <a
href="https://github.com/claudiarmamede">Cláudia Mamede</a></span>
</p>
</div>
</div>
</div>
<div class="container">
<br />
<h2 id="projects">Projects</h2>
<br />
<div class="list-group">
<a href="http://www.gzoltar.com" target='_blank' class="list-group-item list-group-item-action">
GZoltar
<small>Automatic Testing & Debugging using Spectrum-based Fault Localization (SFL)</small>
</a>
<a href="https://github.com/Arshall26/gzoltar-plugin" target='_blank' class="list-group-item list-group-item-action">
GZoltar-plugin
<small>Gzoltar vscode plugin with all the commands saved</small>
</a>
<a href="https://tqrg.github.io/physalia/" target='_blank' class="list-group-item list-group-item-action">
Physalia
<small>Energy measurement framework for mobile apps</small>
</a>
<a href="https://tqrg.github.io/projects/leafactor.html" target='_blank'
class="list-group-item list-group-item-action">
Leafactor
<small>Automatic refactor for energy efficiency</small>
</a>
<a href="https://tqrg.github.io/energy-patterns/" target='_blank'
class="list-group-item list-group-item-action">
Energy Patterns
<small>Open database of energy-related design patterns for mobile apps (iOS and Android)</small>
</a>
<a href="https://luiscruz.github.io/android_test_inspector/" target='_blank'
class="list-group-item list-group-item-action">
Android Test Inspector
<small>Android App Hall of Fame</small>
</a>
<a href="https://tqrg.github.io/pangolin/" target='_blank' class="list-group-item list-group-item-action">
Pangolin
<small>A software visualization toolset for feature localization</small>
</a>
<a href="https://tqrg.github.io/secbench/" target='_blank' class="list-group-item list-group-item-action">
SecBench:
<small>A Database of Existing Security Vulnerabilities to Enable Evaluation of Techniques</small>
</a>
<a href="https://tqrg.github.io/secom/" target='_blank' class="list-group-item list-group-item-action">
SECOM:
<small>Convention for Security Commit Messages</small>
</a>
<a href="https://github.com/TQRG/VDET-for-Java" target='_blank'
class="list-group-item list-group-item-action">
VDET:
<small>Transfomer-based VScode extension for vulnerability detection for Java</small>
</a>
<a href="https://github.com/damorim/lithium-slicer" target='_blank'
class="list-group-item list-group-item-action">
Tandem-FL:
<small> Test Minimizer Based on Mozilla Lithium Tool</small>
</a>
</div>
</div>
<br />
<div class="container">
<h2 id="publications">Publications</h2>
<!-- <span class="badge badge-hashtag">2024</span>
<ul>
<li>
<p>
Gabriela K Michelon, Jabier Martinez, <strong>Bruno Sotto-Mayor</strong>, Aitor Arrieta, Wesley KG Assunção, <strong>Rui Abreu</strong>, Alexander Egyed. <a
href="https://doi.org/10.1016/j.jss.2022.111532">
Spectrum-based feature localization for families of systems</a>. Journal of Systems and Software (JSS).
</p>
</li>
</ul> -->
<span class="badge badge-hashtag">2023</span>
<ul>
<li>
<p>
Gabriela K Michelon, Jabier Martinez, <strong>Bruno Sotto-Mayor</strong>, Aitor Arrieta, Wesley KG Assunção, <strong>Rui Abreu</strong>, Alexander Egyed. <a
href="https://doi.org/10.1016/j.jss.2022.111532">
Spectrum-based feature localization for families of systems</a>. Journal of Systems and Software (JSS).
</p>
</li>
<li>
<p>
<strong>Francisco Ribeiro</strong>, José Nuno Castro de Macedo, Kanae Tsushima, <strong>Rui Abreu</strong>, João Saraiva. <a
href="https://doi.org/10.1145/3623476.3623522">
GPT-3-Powered Type Error Debugging: Investigating the Use of Large Language Models for Code Repair</a>. ACM SIGPLAN International Conference on Software Language Engineering (SLE'23).
</p>
</li>
</ul>
<span class="badge badge-hashtag">2022</span>
<ul>
<li>
<p>
<strong>Cláudia Raquel Mamede</strong>, <strong>Eduard Pinconschi</strong>, <strong>Rui Abreu</strong>. <a
href="https://conf.researchr.org/track/ase-2022/ase-2022-tool-demonstrations">
A transformer-based IDE plugin for vulnerability detection</a>. IEEE/ACM International
Conference on Automated Software Engineering (ASE'22) - Tool Demonstrations Track.
</p>
</li>
<li>
<p>
<strong>Sofia Reis</strong>, <strong>Rui Abreu</strong>, Marcelo d'Amorim, <strong>Daniel Fortunato</strong>. <a
href="https://conf.researchr.org/track/ase-2022/ase-2022-research-papers">
Leveraging Practitioners' Feedback to Improve a Security Linter</a>. IEEE/ACM International
Conference on Automated Software Engineering (ASE'22) - Research Papers Track.
</p>
</li>
<li>
<p>
<strong>Sofia Reis</strong>, <strong>Rui Abreu</strong>, Hakan Erdogmus, Corina S. Păsăreanu. <a
href="https://ieeexplore.ieee.org/document/9796324">SECOM:
Towards a convention for security commit messages</a>. International Conference on Mining
Software Repositories (MSR'22) - Industry Track; co-located with the
International Conference in Software Engineering (ICSE'22). 🏆 <strong>MSR 2022 Foss Impact Paper Award.</strong> 🎉
</p>
</li>
<li>
<p>
<strong>Eduard Pinconschi</strong>, Quang-Cuong Bui, <strong>Rui Abreu</strong>, <strong>Pedro Adão</strong>, Riccardo Scandariato. <a
href="https://dl.acm.org/doi/abs/10.1145/3533767.3543291">
Maestro: a platform for benchmarking automatic program repair tools on software vulnerabilities</a>.
International Symposium on Software Testing and Analysis (ISSTA'22) - Tool Demonstrations Track.
</p>
</li>
<li>
<p>
<strong>Francisco Ribeiro</strong>, <strong>Rui Abreu</strong>, João Saraiva. <a
href="https://doi.org/10.1145/3524459.3527347">
Framing program repair as code completion</a>. International Workshop on Automated Program Repair (APR'22); co-located with the International Conference in Software Engineering (ICSE'22).
</p>
</li>
</ul>
<span class="badge badge-hashtag">2021</span>
<br>
<ul>
<li>
<p>
David Coimbra, Sofia Reis, Rui Abreu, Hakan Erdogmus, Corina S. Păsăreanu. <a
href="https://arxiv.org/pdf/2106.01367.pdf">On using distributed representations of source code
for the
detection of C security vulnerabilities</a>. International Workshop on Principles of Diagnosis
(DX'21).
</p>
</li>
<li>
<p>
Sofia Reis, Rui Abreu, Luis Cruz. <a
href="https://link.springer.com/article/10.1007/s10664-021-10019-z">Fixing vulnerabilities
potentially hinders maintainability</a>. Empirical Software Engineering 26, 127.
</p>
</li>
<li>
<p>
Rui Abreu, Franjo Ivancic, Filip Niksic, Hadi Ravanbakhsh, Ramesh Viswanathan. <a
href="https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9678606">Reducing Time-To-Fix For
Fuzzer Bugs</a>. IEEE/ACM International Conference on Automated Software Engineering (ASE'21).
</p>
</li>
<li>
<p>
<strong>Francisco Ribeiro</strong>, <strong>Rui Abreu</strong>, João Saraiva. <a
href="https://doi.org/10.1109/QRS54544.2021.00112">On Understanding Contextual Changes of Failures</a>. IEEE International Conference on Software Quality, Reliability and Security (QRS'21).
</p>
</li>
</ul>
<br>
<span class="badge badge-hashtag">2020</span>
<ul>
<li>
<p>
Bruno Sotto-Mayor, Amir Mishali, Meir Kalech, Rui Abreu. <a
href="https://www.dx-2020.org/papers/DX-2020_paper_10.pdf">Exploring Designite for Smell-Based
Defect Prediction</a>. International Workshop on Principles of Diagnosis (DX'20).
</p>
</li>
<li>
<p>
Thomas Durieux, Claire Le Goues, Michael Hilton, Rui Abreu. <a
href="https://dl.acm.org/doi/abs/10.1145/3379597.3387460">Empirical Study of Restarted and Flaky
Builds on Travis CI</a>. International Conference on Mining Software Repositories (MSR'20).
</p>
</li>
<li>
<p>
Thomas Durieux, João F. Ferreira, Rui Abreu, Pedro Cruz. <a
href="https://dl.acm.org/doi/pdf/10.1145/3377811.3380364">Empirical Review of Automated Analysis
Tools on 47,587
Ethereum Smart Contracts</a>. IEEE/ACM International Conference on Software Engineering
(ICSE'20).
</p>
</li>
</ul>
<span class="badge badge-hashtag">2019</span>
<ul>
<li>
<p>
Luis Cruz, Rui Abreu. <a href="https://link.springer.com/article/10.1007/s10664-019-09682-0">Catalog
of energy patterns for mobile applications</a>. Empirical Software Engineering 24(4): 2209-2235
</p>
</li>
<li>
<p>
Luis Cruz, Rui Abreu, David Lo.
<a href="https://link.springer.com/article/10.1007/s10664-019-09701-0">To the attention of mobile
software developers: guess what, test your app!</a> Empirical Software Engineering 24(4):
2438-2468 (2019)
</p>
</li>
<li>
<p>
Luis Cruz, Rui Abreu.
<a href="https://dl.acm.org/citation.cfm?id=3339132.3339176">EMaaS: energy measurements as a service
for mobile applications.</a> ICSE (NIER) 2019: 101-104
</p>
</li>
<li>
<p>
Sofia Reis, Rui Abreu, Marcelo d'Amorim.
<a href="https://www.ijcai.org/proceedings/2019/661">Demystifying the Combination of Dynamic Slicing
and Spectrum-based Fault Localization.</a> IJCAI 2019: 4760-4766
</p>
</li>
<li>
<p>
Thomas Durieux, Fernanda Madeiral Delfim, Matias Martinez, Rui Abreu.
<a href="https://dl.acm.org/citation.cfm?id=3338911">Empirical review of Java program repair tools:
a large-scale experiment on 2, 141 bugs and 23, 551 repair attempts.</a> ESEC/SIGSOFT FSE 2019:
302-313
</p>
</li>
<li>
<p>
Daniel Correia, Rui Abreu, Pedro Santos, João Nadkarni.
<a href="https://dl.acm.org/citation.cfm?id=3341187">MOTSD: a multi-objective test selection tool
using test suite diagnosability.</a> ESEC/SIGSOFT FSE 2019: 1070-1074
</p>
</li>
<li>
<p>Thomas Durieux, Rui Abreu, Martin Monperrus, Tegawendé F. Bissyandé, Luis Cruz.
<a href="https://arxiv.org/abs/1904.09416">Interviewing the Most Successful Bot on GitHub: Dr Travis
CI on 35+ Million of its Jobs. </a> arXiv:1904.09416 (2019)
</p>
</li>
<li>
<p>Thomas Durieux, Rui Abreu.
<a href="https://arxiv.org/abs/1905.09375">Critical Review of BugSwarm for Fault Localization and
Program Repair.</a> arXiv:1905.09375 (2019)
</p>
</li>
<li>
<p>Luis Cruz, Rui Abreu, John C. Grundy, Li Li, Xin Xia.
<a href="https://xin-xia.github.io/publication/icsme191.pdf">Do Energy-oriented Changes Hinder
Maintainability?</a> ICSME (2019)
</p>
</li>
</ul>
<span class="badge badge-hashtag">2018</span>
<ul>
<li>
<p> Alexandre Perez, Rui Abreu:
A qualitative reasoning approach to spectrum-based fault localization. ICSE (Companion Volume) 2018:
372-373
</p>
</li>
<li>
<p>Luis Cruz, Rui Abreu: Measuring the energy footprint of mobile testing frameworks. ICSE (Companion
Volume) 2018: 400-401
</p>
</li>
<li>
<p> Alexandre Perez, Rui Abreu:
Leveraging Qualitative Reasoning to Improve SFL. IJCAI 2018: 1935-1941
</p>
</li>
</ul>
<span class="badge badge-hashtag">2017</span>
<ul>
<li>
<p> Sofia Reis, Rui Abreu:
A Database of Existing Vulnerabilities to Enable Controlled Testing Studies. IJSSE 8(3): 1-23 (2017)
</p>
</li>
<li>
<p> Sofia Reis, Rui Abreu:
SECBENCH: A Database of Real Security Vulnerabilities. SecSE@ESORICS 2017: 69-85
</p>
</li>
<li>
<p> Luis Cruz, Rui Abreu:
Performance-Based Guidelines for Energy Efficient Mobile Applications. MOBILESoft@ICSE 2017: 46-57
</p>
</li>
<li>
<p> Luis Cruz, Rui Abreu, Jean-Noel Rouvignac:
Leafactor: Improving Energy Efficiency of Android Apps via Automatic Refactoring. MOBILESoft@ICSE
2017: 205-206
</p>
</li>
<li>
<p> Alexandre Perez, Rui Abreu, Arie van Deursen:
A test-suite diagnosability metric for spectrum-based fault localization approaches. ICSE 2017:
654-664
</p>
</li>
<li>
<p> Alexandre Perez, Rui Abreu, Marcelo d'Amorim:
Prevalence of Single-Fault Fixes and Its Impact on Fault Localization. ICST 2017: 12-22
</p>
</li>
</ul>
</div>
<hr>
<footer class='container'>
<div class="row">
<div class="col-md-6 text-left panel-title">
<p>© 2023 TQRG</p>
</div>
<div class="col-md-6 text-right">
<p>Follow our updates on: <a href="https://medium.com/@tqrg"><i
class="fa fa-medium fa-lg"></i></a> <a href="https://github.com/TQRG"><i
class="fa fa-github fa-lg"></i></a> <a href="https://twitter.com/tqrg_"><i
class="fa fa-twitter fa-lg"></i></a></p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js"
integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4"
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>