-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
456 lines (416 loc) · 22.4 KB
/
index.html
File metadata and controls
456 lines (416 loc) · 22.4 KB
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
<!doctype html>
<html lang="en-US">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<!-- <link rel="stylesheet" href="./assets/bootstrap.min.css" > -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<!-- Custom Css -->
<!-- <link rel="stylesheet" href="./assets/style.css" type="text/css" /> -->
<link rel="stylesheet" href="./assets/style.css" type="text/css" />
<!-- Ionic icons -->
<!-- <link href="assets/ionicons.min.css" rel="stylesheet"> -->
<link href="https://unpkg.com/ionicons@4.2.0/dist/css/ionicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Fonts -->
<!-- <link href="./assets/fonts.css" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<!-- External JavaScripts -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- <script src="./assets/jquery-3.3.1.slim.min.js"></script> -->
<!-- <script src="./assets/popper.min.js"></script> -->
<!-- <script src="./assets/bootstrap.min.js"></script> -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<link rel="icon" href="./images/logo_icon.png" type="image/x-icon">
<title>JBEval</title>
</head>
<body>
<!-- N A V B A R -->
<nav class="navbar navbar-default navbar-expand-lg fixed-top custom-navbar">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon ion-md-menu"></span>
</button>
<img src="images/logo.png" class="img-fluid nav-logo-mobile" alt="Company Logo" width="25%">
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<div class="container">
<img src="images/logo.png" class="img-fluid nav-logo-desktop" alt="Company Logo" width="15%">
<ul class="navbar-nav ml-auto nav-right" data-easing="easeInOutExpo" data-speed="1250" data-offset="65">
<li class="nav-item nav-custom-link">
<a class="nav-link" href="index.html">Home <i class="icon ion-ios-arrow-forward icon-mobile"></i></a>
</li>
<li class="nav-item nav-custom-link">
<a class="nav-link" href="#features">Features <i class="icon ion-ios-arrow-forward icon-mobile"></i></a>
</li>
<li class="nav-item nav-custom-link">
<a class="nav-link" href="#contacts">Contact us<i class="icon ion-ios-arrow-forward icon-mobile"></i></a>
</li>
<!-- <li class="nav-item nav-custom-link">
<a class="nav-link" href="#pricing">Pricing <i class="icon ion-ios-arrow-forward icon-mobile"></i></a>
</li> -->
<li class="nav-item nav-custom-link btn btn-demo-small">
<a class="nav-link" href="#call-to-action">Get Started<i class="icon ion-ios-arrow-forward icon-mobile"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- E N D N A V B A R -->
<!-- H E R O -->
<section id="hero">
<div id="flogo"><a href="https://www.qmul.ac.uk/queenmaryacademy/educators/innovation-and-scholarship/the-president-and-principals-fund-for-educational-excellence/" target="_blank">
<img src="images/FundedbyPPFEE_QMUL.png" class="img-fluid" alt="fundedby" width="13%">
</a>
</div>
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-5">
<!-- <div id="flogo">
<img src="images/FundedbyPPFEE_QMUL.png" class="img-fluid" alt="logo" width="25%">
</div> -->
<center>
<img src="images/JBEval_Viz.png" class="img-fluid" alt="Demo image" width="75%">
</center>
</div>
<div class="col-md-7 content-box hero-content">
<center>
<img src="images/logo.png" class="img-fluid" alt="logo" width="55%">
</center>
<br>
<!-- <span>...</span> -->
<h1>A Similarity Detection Tool for <b>Jupyter Notebooks</b></h1>
<p>A Tool for Detecting Similarities in Jupyter Notebooks Used as Assessment Reports [Plagiarism Detection]</p>
<a href="https://ieeexplore.ieee.org/abstract/document/11016521" class="btn btn-regular" target="_blank">Learn more [Paper]</a>
<!-- <br>
<br>
<hr>
<i><p><a href="https://www.qmul.ac.uk/queenmaryacademy/educators/innovation-and-scholarship/the-president-and-principals-fund-for-educational-excellence/">
<font size=3> Funded by: The President and Principal’s Fund for Educational Excellence</font></a></p></i> -->
</div>
</div>
<br>
</div>
</section>
<!-- E N D H E R O -->
<!-- E N D M A R K E T I N G -->
<section id="score">
<div class="container">
<div class="row">
<div class="col-md-5 content-box">
<!-- <div class=""> -->
<h2>Similarity Score</h2>
<span>...</span>
<p>Overall similarity score स<sub>𝐴←𝐵</sub> indicates fraction of contents in <b>A</b> similar to <b>B</b>.</p>
<font size=4>
<ul>
<li> • स ∈ [𝟎, 𝟏]</li>
<li> • Asymmetric: स<sub>𝐴←𝐵</sub> ≠ स<sub>𝐵←𝐴</sub></li>
</ul>
</font>
<a href="#" class="btn btn-regular">See Details ...</a>
<!-- </div> -->
</div>
<div class="col-md-7">
<img src="images/Similarity_score_eq.png" class="img-fluid" alt="Overall Score" style="padding-top: 80px;">
</div>
</div>
</div>
</section>
<!-- E N D M A R K E T I N G -->
<!-- E N D M A R K E T I N G -->
<section id="testimonials">
<div class="container">
<div class="row">
<div class="col-md-6 content-box hero-content">
<p style="font-size:1.5rem;">Adjusting the aggressiveness of similarity detection algorithms by tuning:</p>
<ul style="font-size:1.5rem;">
<li> • <b>Threshold 𝑇</b></li>
<li> • minimum block length 𝐿<sub>𝑚</sub></li>
</ul>
<p style="font-size:1rem;">By adujsting <b>𝑇</b> and 𝐿<sub>𝑚</sub>, JBEval can be adopted to diverse context, which allows us to use JBEval for assessments in different courses.</p>
</div>
<div class="col-md-6">
<div class="content-box">
<h2>Adjusting & Adopting</h2>
<span>...</span>
<p>Overall similarity score स<sub>𝐴←𝐵</sub> indicates fraction of contents in <b>A</b> similar to <b>B</b>.</p>
<a href="#" class="btn btn-regular">See Details ...</a>
</div>
</div>
</div>
<center>
<img src="images/Similarity_Sjw_line_matching.png" class="img-fluid" alt="line-matching" width="55%">
<img src="images/Block_matching_1.png" class="img-fluid" alt="line-matching" width="40%">
</center>
</div>
</section>
<!-- E N D M A R K E T I N G -->
<!-- T E S T I M O N I A L S -->
<!-- <section id="testimonials">
<div class="container">
<div class="title-block">
<h2>The Best Digital Agencies Recommend Our Software</h2>
<p>Industry experts mention their experience using our software and the excellent results they have achieved</p>
</div>
<div class="row">
<div class="col-md-6">
<div class="testimonial-box">
<div class="row personal-info">
<div class="col-md-2 col-xs-2">
<div class="profile-picture review-one"></div>
</div>
<div class="col-md-10 col-xs-10">
<h6>Joshua M. Salas <span class="rating">5 <i class="icon ion-md-star"></i></span></h6>
<small>Marketing Intelligence | Author & Content Creator</small>
</div>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur scelerisque, tortor nec mattis feugiat, velit purus euismod odio, quis vulputate velit urna sit amet enim. Maecenas vulputate auctor ligula sed sollicitudin.</p>
</div>
</div>
<div class="col-md-6">
<div class="testimonial-box">
<div class="row personal-info">
<div class="col-md-2 col-xs-2">
<div class="profile-picture review-one"></div>
</div>
<div class="col-md-10 col-xs-10">
<h6>Michael Edwards <span class="rating">5 <i class="icon ion-md-star"></i></span></h6>
<small>Seo Consultant | Author & Content Creator</small>
</div>
</div>
<p>In euismod, metus ac elementum tincidunt, dui eros ullamcorper lorem, at euismod augue augue quis leo. Fusce non dui augue. In hac habitasse platea dictumst. Mauris quis lacinia mauris. Proin ut pretium quam. Nam at ex finibus.</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- E N D T E S T I M O N I A L S -->
<!-- P R I C I N G -->
<section id="features">
<div class="container">
<div class="title-block">
<h2>Features</h2>
<p><b>JBEval</b> comes with following features: </p>
</div>
<div class="row">
<div class="col-md-6">
<div class="pricing-box">
<h3 class="demo">Supports</h3>
<h6>Code/Text</h6>
<small></small>
<p>JBEval detect similarity not only in code but also in text written in Jupyter Notebooks as part of report. </p>
<small>Currently it supports two programing languages and text contents written in Raw and Markdown cells</small>
<div class="divider-light"></div>
<ul>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Code:Python</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Code:R</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Text:plain-text (Raw)</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Text:HTML (Markdown)</li>
<!-- <li><i class="icon ion-md-checkmark-circle-outline demo"></i>Five projects - <span class="demo">¡New!</span></li> -->
</ul>
<!-- <div class="text-center">
<a href="#" class="btn btn-demo">Demo version</a>
</div> -->
</div>
</div>
<div class="col-md-6">
<div class="pricing-box">
<h3>Control aggressiveness</h3>
<h6>Control & Adopt</h6>
<p>JBEval can be adopted to divers sets of context, by adjusting two main parameters.</p>
<small>Adjusting Threshold <b>T</b> and minimum block length L<sub>min</sub></small>
<div class="divider-light"></div>
<ul>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Programming heavy reports (Computer Science)</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Programing + Text (Physics/Chemistry)</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Light Programing + Text (Humanities)</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Project reports / Assignments</li>
<!-- <li><i class="icon ion-md-checkmark-circle-outline"></i>Competitive analysis</li> -->
<!-- <li><i class="icon ion-md-checkmark-circle-outline"></i>Unlimited projects - <span>¡New!</span></li> -->
</ul>
<!-- <div class="text-center">
<a href="#" class="btn btn-buy">Buy now</a>
</div> -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="pricing-box">
<h3>Validation with visualisation</h3>
<h6>Visualisations</h6>
<p>JBEval produces amazing diagrams and pictures to visualise the similarity between two reports, which helps to validate the plagiarims.</p>
<small>Validating the similarity cases</small>
<div class="divider-light"></div>
<ul>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Similarity Maps</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Visualising entire cohorts report</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>helps to validate the plagiarism cases</li>
<!-- <li><i class="icon ion-md-checkmark-circle-outline"></i>Identifying groups of similar reports</li> -->
<!-- <li><i class="icon ion-md-checkmark-circle-outline"></i>Unlimited projects - <span>¡New!</span></li> -->
</ul>
<center>
<img src="images/examples_viz_1.png" class="img-fluid" alt="line-matching" width="90%">
<!-- <img src="images/Block_matching_1.png" class="img-fluid" alt="line-matching" width="40%"> -->
</center>
<!-- <div class="text-center"><a href="#" class="btn btn-buy">Buy now</a></div> -->
</div>
</div>
<div class="col-md-6">
<div class="pricing-box">
<h3>Processing</h3>
<h6>Batch Processings</h6>
<p>JBEval can be used to process batches of Jupyter-Notebooks, allowing to detect plagiarism with different cohorts</p>
<small>Processing in bulk</small>
<div class="divider-light"></div>
<ul>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Fast batch processing</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Comparing with previous cohorts</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Detects plagiarism and collusions</li>
<li><i class="icon ion-md-checkmark-circle-outline"></i>Identifying groups of similar reports</li>
<!-- <li><i class="icon ion-md-checkmark-circle-outline"></i>Unlimited projects - <span>¡New!</span></li> -->
</ul>
<center>
<img src="images/Score_30x80.png" class="img-fluid" alt="line-matching" width="90%">
<!-- <img src="images/Block_matching_1.png" class="img-fluid" alt="line-matching" width="40%"> -->
</center>
<!-- <div class="text-center"><a href="#" class="btn btn-buy">Buy now</a></div> -->
</div>
</div>
</div>
</div>
</section>
<!-- E N D P R I C I N G -->
<!-- C A L L T O A C T I O N -->
<section id="call-to-action">
<div class="container text-center">
<h2>Comming soon ...</h2>
<div class="title-block">
We are developing the online services of this tool for public use, which will be released with full details soon. For now, please refer to our publication.
<p>...</p>
<a href="#" class="btn btn-regular">Get Started</a>
<a href="https://ieeexplore.ieee.org/abstract/document/11016521" class="btn btn-regular" target="_blank">Full Paper</a>
</div>
</div>
</section>
<!-- E N D C A L L T O A C T I O N -->
<!-- F O O T E R -->
<footer>
<div class="container" id="contacts">
<h5>Team</h5>
<hr color="gray">
<!-- <p style="color:wheat;">We are happy to hear from you ..</p> -->
<div class="row">
<div class="col-md-2" id="contacts">
<div style="text-align: center;">
<a href="https://nikeshbajaj.in"><img src="images/nikbajaj.png" class="img-fluid" alt="line-matching" width="90%" style="border-radius: 50%;">
<font color="white">Nikesh Bajaj</font>
</a>
</div>
</div>
<div class="col-md-2">
<div style="text-align: center;">
<a href="https://www.qmul.ac.uk/spcs/staff/academics/profiles/dchiotis.html"><img src="images/DimitrisChiotis.jpg" class="img-fluid" alt="line-matching" width="90%" style="border-radius: 50%;">
<font color="white">Dimitris Chiotis</font>
</a>
</div>
</div>
<div class="col-md-2">
<div style="text-align: center;">
<a href="https://www.linkedin.com/in/kaushal-yadav-analyst/"><img src="images/KaushalYadav.jpg" class="img-fluid" alt="line-matching" width="90%" style="border-radius: 50%;">
<font color="white">Kaushal Yadav</font>
</a>
</div>
</div>
<div class="col-md-2">
<div style="text-align: center;">
<a href="mailto:o.goodluck@qmul.ac.uk"><img src="images/MelanieGoodluck.png" class="img-fluid" alt="line-matching" width="90%" style="border-radius: 50%;">
<font color="white">Omotolani (Melanie) Goodluck</font>
</a>
</div>
</div>
<div class="col-md-2">
<div style="text-align: center;">
<a href="https://uk.linkedin.com/in/jesus-requena-carrion"><img src="images/JRcarrion.jpg" class="img-fluid" alt="line-matching" width="90%" style="border-radius: 50%;">
<font color="white">Jesús Requena Carrións</font>
</a>
</div>
</div>
</div>
<!-- <hr color="white"> -->
<!-- <div class="divider"></div> -->
<!-- <div class="row">
<div class="col-md-6 col-xs-12">
<a href="#"><i class="icon ion-logo-facebook"></i></a>
<a href="#"><i class="icon ion-logo-instagram"></i></a>
<a href="#"><i class="icon ion-logo-twitter"></i></a>
<a href="#"><i class="icon ion-logo-youtube"></i></a>
</div>
<div class="col-md-6 col-xs-12">
<small>2018 © All rights reserved. Made by <a href="http://templune.com/" target="blank" class="external-links">Templune</a></small>
</div>
</div> -->
<!-- <small>this webpage is made by using template from <a href="https://www.behance.net/gallery/67279127/The-Seo-Company-Free-PSD-Template" target="blank"> templune</a></small> -->
<!-- <small>2018 © All rights reserved. Made by <a href="http://templune.com/" target="blank" class="external-links">Templune</a></small> -->
</div>
<!-- <small>this webpage is made by using template from <a href="https://www.behance.net/gallery/67279127/The-Seo-Company-Free-PSD-Template" target="blank"> templune</a></small> -->
</footer>
<footerloop>
<div class="container">
<br>
<!-- <br> -->
<h5>Links</h5>
<hr>
<div class="row">
<div class="col-md-3" id="contacts2">
<h5>Contact us</h5>
<p>We are happy to hear from you ..</p>
<ul>
<li><a href="mailto:nikesh.bajaj@qmul.ac.uk" class="external-links"><i class="fa fa-envelope"></i>Nikesh Bajaj</a></li>
<li><a href="mailto:d.chiotis@qmul.ac.uk" class="external-links"><i class="fa fa-envelope"></i>Dimitirs Chiotis</a></li>
<li><a href="mailto:j.requena@qmul.ac.uk" class="external-links"><i class="fa fa-envelope"></i>Jesús Requena Carrión</a></li>
<li>G.O.Jones Building, Queen Mary School Hainan, Queen Mary University of London, London, UK</li>
</div>
<div class="col-md-3">
<ul>
<li><a href="https://ieeexplore.ieee.org/abstract/document/11016521" target="_blank" class="external-links">Full Paper</a></li>
</ul>
</div>
<div class="col-md-3">
<!-- -->
<a href="https:/JBEval.github.io" target="_blank">
<img src="images/logo_icon.png" class="img-fluid" alt="logo" width="50%">
</a>
<br>
<hr>
<div style="width:80%;">
<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=2d78ad&w=a&t=tt&d=3QcvNwTRTDmToLQgcjpLdgcavjjRk1Ov6veDzYhnNXk&co=ffffff&ct=000000'></script>
</div>
<hr>
</div>
<div class="col-md-3">
<a href="https://www.qmul.ac.uk/queenmaryacademy/educators/innovation-and-scholarship/the-president-and-principals-fund-for-educational-excellence/" target="_blank">
<img src="images/FundedbyPPFEE_QMUL.png" class="img-fluid" alt="fundedby" width="70%">
</a>
</div>
</div>
<div class="divider"></div>
<small>this webpage is made by using template from <a href="https://www.behance.net/gallery/67279127/The-Seo-Company-Free-PSD-Template" target="blank"> templune</a></small>
<!-- <small>2018 © All rights reserved. Made by <a href="http://templune.com/" target="blank" class="external-links">Templune</a></small> -->
</div>
</footerloop>
<div style="width:3px;">
<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=a&t=n&d=3QcvNwTRTDmToLQgcjpLdgcavjjRk1Ov6veDzYhnNXk'></script>
</div>
<!-- <small>this webpage is made by using template from <a href="https://www.behance.net/gallery/67279127/The-Seo-Company-Free-PSD-Template" target="blank"> templune</a></small> -->
<!-- External JavaScripts -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> -->
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script> -->
</body>
</html>