-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
581 lines (519 loc) · 24 KB
/
index.html
File metadata and controls
581 lines (519 loc) · 24 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Ahmed Abdelmotteleb Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="https://kit.fontawesome.com/5cd8a6f51f.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1.8.6/css/academicons.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
.custom-icon {
width: 1.2em;
height: 1.2em;
fill: gray;
margin-right: 10px;
}
.corner-image {
float: right;
width: 280px;
height: 370px;
margin-left: 10px;
margin-bottom: 10px;
border: 2px solid black;
}
.corner-image2 {
float: right;
width: 270px;
height: 270px;
margin-left: 10px;
margin-bottom: 10px;
}
.corner-image3 {
display: block;
margin: auto;
width: 600px;
height: 350px;
border: 2px solid black;
}
.carousel {
position: relative;
width: 100%;
max-width: 600px;
margin: auto;
overflow: hidden;
}
.carousel-images {
display: flex;
justify-content: center;
transition: transform 0.5s ease;
}
.carousel-images img {
height: 500px;
width: auto;
object-fit: cover;
display: none;
}
.carousel-images img.active {
display: block;
}
.carousel-controls {
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
transform: translateY(-50%);
}
.carousel-controls button {
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: 2px solid grey;
padding: 10px;
cursor: pointer;
}
.news-section object {
height: 130px;
width: 100%;
}
#home .icon {
font-size: 2em;
}
.big-icon {
font-size: 2em;
}
#skills .custom-icon, #skills .fab, #skills .fas {
font-size: 1.5em;
}
.presentation {
margin-bottom: 20px;
}
.presentation-title {
font-size: 20px;
}
.presentation-location {
font-size: 18px;
color: #666;
}
.presentation-date {
font-size: 16px;
color: #999;
}
.presentation-links {
display: flex;
gap: 10px;
}
.presentation-link {
display: inline-block;
padding: 10px;
background-color: #f0f0f0;
border: 1px solid #ccc;
text-decoration: none;
color: #333;
}
details > summary {
list-style: none;
}
details > summary::-webkit-details-marker {
display: none;
}
details > summary::before {
content: "▶";
display: inline-block;
margin-right: 6px;
transform: rotate(90deg);
transition: transform 0.3s ease-in-out;
}
details[open] > summary::before {
transform: rotate(0deg);
}
</style>
</head>
<body class="is-preload">
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="#" class="icon solid fa-home"><span>Home</span></a>
<a href="#about" class="icon solid fa-user"><span>About me</span></a>
<a href="#interests" class="icon solid fa-heart"><span>Interests</span></a>
<a href="#skills" class="icon solid fa-tools"><span>Skills</span></a>
<a href="#postdoc" class="icon solid fa-university"><span>Postdoc</span></a>
<a href="#phd" class="icon solid fa-graduation-cap"><span>PhD</span></a>
<a href="#presentations" class="icon solid fa-video"><span>Presentations</span></a>
<a href="#projects" class="icon solid fa-project-diagram"><span>Projects</span></a>
</nav>
<!-- Main -->
<div id="main">
<!-- Me -->
<article id="home" class="panel intro">
<header>
<h1>Ahmed Abdelmotteleb</h1>
<p>Particle Physics Postdoctoral Fellow</p>
<p><a href="https://warwick.ac.uk/fac/sci/physics/research/epp/people/ahmed_abdelmotteleb/" target="_blank">University of Warwick</a></p>
<p> LHCb Experiment (CERN)</p>
<a href="mailto:ahmed.abdelmotteleb@cern.ch" class="icon solid fa-envelope"></a>
<a href="https://www.linkedin.com/in/ahmed-abdel/" target="_blank" class="icon brands fa-linkedin"></a>
<a href="https://inspirehep.net/authors/1888576" target="_blank" class="ai ai-inspire big-icon"></a>
<a href="https://orcid.org/0000-0001-7905-0542" target="_blank" class="ai ai-orcid big-icon"></a>
<a href="https://github.com/AhmedAbdelmotteleb" target="_blank" class="icon brands fa-github"></a>
<a href="https://www.facebook.com/ahmed.s.wagih/" target="_blank" class="icon brands fa-facebook-f"></a>
<a href="https://www.instagram.com/ahmedsamehwagih/" target="_blank" class="icon brands fa-instagram"></a>
</header>
<a href="#about" class="jumplink pic">
<span class="arrow icon solid fa-chevron-right"><span>See my work</span></span>
<img src="images/suit3.png" alt="" />
</a>
</article>
<!-- About -->
<article id="about" class="panel">
<header>
<h2>About me</h2>
<img class="corner-image" src="images/LHCb_Interview.PNG" alt="LHCb Interview Image">
</header>
<ul>
<div style="display: flex; justify-content: space-between;">
<div class="card" style="width: 14.5rem;">
<div class="card-body">
<h5 class="card-title">Brief CV</h5>
<p class="card-text">As of 28/07/2024</p>
<a href="https://drive.google.com/file/d/1j6sVkGdHmsitTxtdSEVohCAAzyjyV7WW/view?usp=sharing" class="btn btn-primary" download target="_blank">View</a>
</div>
</div>
<div class="card" style="width: 14.5rem;">
<div class="card-body">
<h5 class="card-title">Longer CV</h5>
<p class="card-text">As of 28/07/2024</p>
<a href="https://drive.google.com/file/d/1c_0jcYw2AmHS5gM89MFyzR8F4VnCYinI/view?usp=sharing" class="btn btn-primary" download target="_blank">View</a>
</div>
</div>
</div>
<div class="card" style="width: 20rem;">
<div class="card-body">
<h5 class="card-title">Instagram Interview</h5>
<p class="card-text">My interview on the official LHCb Instagram page</p>
<a href="https://www.instagram.com/p/CdxT89uFVLk/" class="btn btn-primary" target="_blank">View</a>
</div>
</div>
<li>Hailing from Cairo, Egypt.</li>
<li>Particle Physics Research Fellow at the University of Warwick (LHCb Experiment - CERN) (Nov 2024 - Present).</li>
<li>Particle Physics PhD at the University of Warwick (LHCb Experiment - CERN) (Oct 2020 - Oct 2024). First determination of the W boson mass in 2 steps at a hadron collider - using the measured `d\sigma`/`dp_T^\mu` distribution for W production.</li>
<li>MPhys Physics from the University of Manchester (ATLAS Experiment - CERN) (2016-2020). Tried to prove Majorana Neutrinos exist using Left-Right Symmetric Models (SM Extension/BSM) and simulations.</li>
<li>Previous Member of STAR group at Brookhaven National Lab (New York). Did QA work for 6 months (search for Quark-Gluon Plasma using heavy ions).</li>
<li>Former Secretary, International Representative, Particle Physics Group representative and Athena Swan representative of the Postgraduate Student-Staff Liaison Committee of the University of Warwick Physics Department (PGSSLC).</li>
<li>Former Secretary of the University of Manchester Nuclear & Particle Physics Society (UoM NPPS).</li>
<li>Short-distance sprinter (100m and 200m) and former national champion.</li>
<li>Manchester United FC fan.</li>
</ul>
</article>
<!-- Interests -->
<article id="interests" class="panel">
<header>
<h2>Interests</h2>
<div class="carousel">
<div class="carousel-images">
<img src="images/lhcb_controlroom.jpg" alt="LHCb Interview Image" class="active">
<img src="images/hackathon1.jpeg" alt="Hackathon">
<img src="images/sprint1.png" alt="Sprint">
<img src="images/old_trafford.jpg" alt="Old Trafford">
</div>
<div class="carousel-controls">
<button class="prev">◀</button>
<button class="next">▶</button>
</div>
</div>
</header>
<p>
<ul>
<li>Particle Physics (especially Electroweak and BSM studies).</li>
<li>Machine Learning (Python, TensorFlow, Keras).</li>
<li>Quantum Computing (Qiskit, IBM Quantum Experience).</li>
<li>Web Development (HTML, CSS, JavaScript).</li>
<li>Football (Manchester United FC).</li>
<li>Sprinting (100m and 200m).</li>
<li>Reading (especially fantasy and science fiction).</li>
<li>Music (playing the drums).</li>
<li>Traveling (visited 21 countries so far).</li>
</ul>
</p>
</article>
<!-- Skills -->
<article id="skills" class="panel">
<header>
<h2>Skills</h2>
</header>
<div>
<h3>Computing <span style="font-size: 0.5em;">(click arrow to expand)</span></h3>
<!-- Python -->
<div>
<details>
<summary>Python <i class="fab fa-python"></i></summary>
<p>Data analysis projects with Pandas, NumPy, Matplotlib, Seaborn, Scikit-learn, TensorFlow, Keras.</p>
</details>
</div>
<!-- C++ -->
<div>
<details>
<summary>C++ <img class="custom-icon" src="assets/svg_icons/cplusplus.svg" alt="C++ Icon"></summary>
<p>Experience with OOP, Boost, BoostPython binding, metaprogramming, Lazy evaluation, Parallel executing, and STL.</p>
</details>
</div>
<!-- ROOT -->
<div>
<details>
<summary>ROOT <img class="custom-icon" src="assets/svg_icons/root.svg" alt="ROOT Icon"></summary>
<p>Data analysis in the context of High Energy Physics</p>
</details>
</div>
<!-- CUDA -->
<div>
<details>
<summary>CUDA <img class="custom-icon" src="assets/svg_icons/cuda.svg" alt="CUDA Icon"></summary>
<p>Parallel computing on NVIDIA graphics processing units (GPUs).</p>
</details>
</div>
<!-- Bash -->
<div>
<details>
<summary>Bash <i class="fas fa-terminal"></i></summary>
<p>Shell scripting and system administration.</p>
</details>
</div>
<!-- Linux -->
<div>
<details>
<summary>Linux (Ubuntu, CentOS, RHEL) <i class="fab fa-linux"></i> <i class="fab fa-ubuntu"></i> <i class="fab fa-centos"></i> <i class="fab fa-redhat"></i></summary>
<p>Experience with various Linux distributions and system administration.</p>
</details>
</div>
<!-- SQL -->
<div>
<details>
<summary>SQL <i class="fas fa-database"></i></summary>
<p>Experience with relational databases and SQL queries.</p>
</details>
</div>
<!-- LaTeX -->
<div>
<details>
<summary>LaTeX (for writing scientific papers) <img class="custom-icon" src="assets/svg_icons/latex.svg" alt="LaTeX Icon"></summary>
<p>Experience with writing scientific papers and creating presentations using LaTeX.</p>
</details>
</div>
<!-- HTML, CSS, JavaScript, PHP -->
<div>
<details>
<summary>HTML, CSS, JavaScript <i class="fab fa-html5"></i> <i class="fab fa-css3"></i> <i class="fab fa-js-square"></i></summary>
<p>Web development and creating interactive websites.</p>
</details>
</div>
<!-- Julia, R, MATLAB, Mathematica -->
<div>
<details>
<summary>Julia, R, MATLAB, Mathematica <img class="custom-icon" src="assets/svg_icons/julia.svg" alt="Julia Icon"><i class="fab fa-r-project"></i> <img class="custom-icon" src="assets/svg_icons/matlab.svg" alt="MATLAB Icon"><img class="custom-icon" src="assets/svg_icons/wolfram.svg" alt="Wolfram Icon"> </summary>
<p>Data analysis and statistical computing.</p>
</details>
</div>
<!-- Rust -->
<div>
<details>
<summary>Rust <img class="custom-icon" src="assets/svg_icons/rust.svg" alt="Rust Icon"></summary>
<p>Systems programming, memory-safe concurrency, replacing C/C++.</p>
</details>
</div>
<!-- Qiskit, Pennylane and Cirq -->
<div>
<details>
<summary>Qiskit, Pennylane and Cirq <img class="custom-icon" src="assets/svg_icons/quantum.svg" alt="Quantum Icon"></summary>
<p>Quantum Computing and Quantum Machine Learning.</p>
</details>
</div>
<!-- Git -->
<div>
<details>
<summary>Git, Github, Gitlab <i class="fab fa-git"></i> <i class="fab fa-github"> <img class="custom-icon" src="assets/svg_icons/gitlab.svg" alt="Gitlab Icon"></i></summary>
<p>Version control and collaboration on software projects.</p>
</details>
</div>
<!-- Docker -->
<div>
<details>
<summary>Docker <i class="fab fa-docker"></i></summary>
<p>Containerization and deployment of applications.</p>
</details>
</div>
<!-- Microsoft -->
<div>
<details>
<summary>Microsoft <i class="fab fa-microsoft"></i></summary>
<p>Experience with Microsoft tools and technologies (Azure DevOps, PowerBI, WSL, Word, Excel, PowerPoint, Teams).</p>
</details>
</div>
<!-- Google -->
<div>
<details>
<summary>Google <i class="fab fa-google"></i></summary>
<p>Experience with Google tools and technologies (Google Cloud, Kubernetes, Colab, Drive).</p>
</details>
</div>
<!-- Repeat for other skills -->
</div>
<!-- Repeat for other categories -->
</article>
<!--Postdoc-->
<article id="postdoc" class="panel">
<header>
<h2>Postdoctoral Research Activities</h2>
</header>
<p>
My current postdoctoral research activities are multifaceted, encompassing several key areas within particle physics.
In particular, my work includes:
</p>
<ul class="square">
<li>
Advancing the precision measurement of the W boson mass using data from the LHCb experiment at CERN, based on the full Run 2 dataset at `\sqrt{s} =`13 TeV .
</li>
<li>
Leading the TORCH detector test-beam analysis group. Also, responsible for the development of reconstruction and simulation software.
</li>
<li>
Performing a search for the `B_c^+ \to B_s^{\ast}\pi^+` decay using LHCb data and partial reconstruction techniques.
</li>
<li>
Leading and coordinating LHCb DPA WP4 (Innovative Analysis Techniques), where we explore and implement cutting-edge analysis methods to improve the sensitivity and precision of measurements, with regular monthly meetings.
</li>
<li>
Exploring the application of quantum computing techniques to enhance data analysis and simulation in high-energy physics. I organised the
<a href="https://indico.cern.ch/event/1519367/overview" target="_blank">first LHCb Quantum Computing Workshop</a> in July 2025.
</li>
</ul>
</article>
<!-- PhD -->
<article id="phd" class="panel">
<header>
<h2>PhD Project </h2>
<img class="corner-image2" src="images/W_boson.png" alt="W Boosn Particle Zoo Image">
</header>
<p>
<a href="https://gitlab.cern.ch/LHCb-QEE/ew-analyses/-/wikis/W-studies-with-5-TeV-data" target="_blank">Wiki and Presentations (need CERN account)</a>
<br>
Work done with Dr Mika Vesterinen and Dr Miguel Ramos Pernas as part of the team trying to perform precision measurements of the W boson differential cross-section and mass using data from the renowned LHCb experiment at CERN.
<br><br>
In my PhD research project, we examined the charged lepton transverse momentum spectrum in `W\rightarrow\mu\nu` decays. We investigated the feasibility of background subtraction as a method for determining the `W` boson mass through measuring the differential cross-section in `p_T` and `\eta`. The ultimate aim of the project was to make the first measurement of the unfolded muon 𝑝𝑇 with sufficient precision. This would then allow for the precise measurement of the `W` boson mass, which has never been measured with this 2-step method before. We leverage the dataset obtained at a center-of-mass energy of `\sqrt(s)=5` TeV from 2017 as a proof-of-principle measurement to demonstrate the effectiveness of the background subtraction technique. Our goal is to expand this measurement to encompass the entirety of the LHCb Run 2 dataset, which operates at a higher energy of `\sqrt(s)=13` TeV, thereby showcasing the full potential of our approach.
The proof of principle on the `W` boson mass measurement at LHCb paper can be accessed <a href="https://arxiv.org/abs/2109.01113?fbclid=IwAR36oYSe3Rng0r1KNc88eEZe5OKJQzCTZ56v-1qocFKkHFME5aox3xkUjV4" target="_blank">here.</a>
My thesis can be accessed <a href="https://wrap.warwick.ac.uk/id/eprint/191423/" target="_blank">here.</a>
<br><br>
<h4> FAQ </h4>
<details>
<summary><b>1. Why do we care about mW?</b></summary>
<ul class="square">
<li>W boson is one of the key probes for new physics effects slightly deviating from the Standard Model.</li>
<li>The “Global electroweak fit” is sensitive to BSM physics, and the precision of the W boson mass is the bottleneck.</li>
<li> It allows us to probe further into the precision of mass measurements of the Higgs boson and the top quark.</li>
<li>At the precision that we are measuring mW, we are probing quantum loop corrections, including, possibly, loops from BSM.</li>
</ul>
</details>
<details>
<summary><b>2. What is unique about this study?</b></summary>
<ul class="square">
<li>We aim to contribute to a highly precise measurement of mW.</li>
<li>We are experimenting with background subtraction as a new method for determining mW.</li>
<li>We are aiming for the first unfolded measurement of the muon 𝑝𝑇.</li>
<li>We are using the LHCb detector as a General Purpose Detector.</li>
<li>Our measurement can be a significant contribution towards an LHC-wide average.</li>
</ul>
</details>
<details>
<summary><b>3. How would your results compare to previous experiments?</b></summary>
<ul class="square">
<li>We would measure the cross section as a function of [pT ,η] rather than just η.</li>
<li>By utilising the `\sqrt(s)=5` TeV dataset at LHCb obtained in 2017, our objective is to establish a proof-of-principle measurement that showcases the potential of the background subtraction method and unfolding techniques. This initial demonstration will pave the way for a seamless transition to utilizing the comprehensive Run-II dataset at `\sqrt(s)=13` TeV, enabling us to achieve significantly enhanced precision and reduced uncertainties</li>
<li> Our unfolded measurement (first of its kind) will allow theorists to use their models and try to fit mW without worrying about constraints from detector uncertainties.</li>
</ul>
</details>
</p>
</article>
<!-- Presentations -->
<article id="presentations" class="panel">
<header>
<h2>Public Presentations and Lectures</h2>
<img class="corner-image3" src="images/presentation.PNG" alt="Presentation">
</header>
<div class="presentation">
<h2 class="presentation-title">Inverted CERN School of Computing (iCSC) Lecture 1 on Quantum Computing</h2>
<h3 class="presentation-location">CERN, Switzerland</h3>
<h4 class="presentation-date">8 March 2023</h4>
<div class="presentation-links">
<a href="https://indico.cern.ch/event/1208723/contributions/5230070/" target="_blank" class="presentation-link">Slides</a>
<a href="https://cds.cern.ch/record/2852078?ln=en" target="_blank" class="presentation-link">Recording</a>
</div>
</div>
<div class="presentation">
<h2 class="presentation-title">Inverted CERN School of Computing (iCSC) Lecture 2 on Quantum Computing</h2>
<h3 class="presentation-location">CERN, Switzerland</h3>
<h4 class="presentation-date">9 March 2023</h4>
<div class="presentation-links">
<a href="https://indico.cern.ch/event/1208723/contributions/5230987/" target="_blank" class="presentation-link">Slides</a>
<a href="https://cds.cern.ch/record/2852080?ln=en" target="_blank" class="presentation-link">Recording</a>
</div>
</div>
<div class="presentation">
<h2 class="presentation-title">Inverted CERN School of Computing (iCSC) Quantum Computing Exercise session</h2>
<h3 class="presentation-location">CERN, Switzerland</h3>
<h4 class="presentation-date">9 March 2023</h4>
<div class="presentation-links">
<a href="https://indico.cern.ch/event/1208723/contributions/5230075/" target="_blank" class="presentation-link">Exercises + Solutions</a>
</div>
</div>
<div class="presentation">
<h2 class="presentation-title">LHCb Starterkit 2021 Beginner's Python</h2>
<h3 class="presentation-location">Online(Zoom)</h3>
<h4 class="presentation-date">22 November 2021</h4>
<div class="presentation-links">
<a href="https://videos.cern.ch/record/2791242" target="_blank" class="presentation-link">Recording</a>
</div>
</div>
</article>
<!-- Projects -->
<article id="projects" class="panel">
<header>
<h2>Projects</h2>
</header>
<div class="span-1-5">
<ul>
<li>
<a href="https://github.com/AhmedAbdelmotteleb/v_smart_projects" target="_blank">
<span class="project-title" style="font-size: 20px;">GitHub</span>
</a>
<p> A collection of fun projects I have worked on during free time. </p>
<li>
<a href="https://gitlab.cern.ch/ahabdelm" target="_blank">
<span class="project-title" style="font-size: 20px;">Gitlab</span>
</a>
<p> My Gitlab CERN profile (requires CERN account) </p>
</li>
</ul>
</div>
</article>
<!-- Footer -->
<footer id="footer">
<p>Last edited 28/07/2024</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/carousel.js"></script>
<script src="assets/js/fetch_news.js"></script>
</body>
</html>