-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
401 lines (345 loc) · 21.7 KB
/
Copy pathindex.html
File metadata and controls
401 lines (345 loc) · 21.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Haruna Adoga - Researcher | Systems Engineer</title>
<meta name="description" content="Haruna Adoga - HPC Systems Engineer, IT Consultant, and Researcher specializing in Network Programmability, Edge Computing, and Cloud Computing.">
<meta name="keywords" content="Haruna Adoga, HPC Systems Engineer, IT Consultant, Researcher, Network Programmability, Edge Computing, Cloud Computing">
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap" rel="stylesheet">
</head>
<body class="light-theme">
<!-- Theme Toggle Button -->
<button id="theme-toggle" class="btn btn-secondary theme-toggle">
<i class="fas fa-moon"></i> <!-- Default to light theme -->
</button>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#home">Haruna Adoga</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#skills">Expertise</a></li>
<li class="nav-item"><a class="nav-link" href="#projects">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#blog">Publications</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero-section bg-light text-center py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<h1 class="display-4">Haruna Adoga</h1>
<p class="lead"><strong> Research | Systems Engineering</strong></p>
<img src="images/haruna.jpg" alt="Haruna Adoga" class="img-fluid rounded-circle my-4" width="200" height="200">
<!-- Social Icons -->
<div class="social-icons">
<a href="https://www.youtube.com/c/HarunaUmarAdoga/" target="_blank" class="btn-youtube">
<i class="fab fa-youtube"></i>
</a>
<a href="https://scholar.google.com/citations?user=CMYVj5UAAAAJ&hl=en" target="_blank" class="btn-scholar">
<i class="fas fa-graduation-cap"></i>
</a>
<a href="https://www.github.com/harunaadoga/" target="_blank" class="btn-github">
<i class="fab fa-github"></i>
</a>
</div>
<a href="#about" class="btn btn-secondary btn-lg mt-4">About Haruna</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about-section py-5">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="card shadow-sm">
<div class="card-body">
<p class="lead text-dark">Hello! I am Haruna Adoga, my professional interests revolve around Network Programmability, Edge Computing, Aritificial Intelligence, Infrastructure Automation, HPC infrastructure for handling diverse workloads including AI and distributed applications and Cloud Computing.</p>
<p class="lead text-dark">With a PhD in Computing Science from the University of Glasgow, UK, I have a strong academic background that complements my practical experience. My research has been published in reputable journals and conferences, and I am passionate about contributing to the advancement of technology through both my professional work and academic pursuits.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills-section py-5 bg-light">
<div class="container">
<h2 class="text-center mb-5">Technical Expertise & Research Areas</h2>
<div class="row">
<!-- Technical Skills -->
<div class="col-lg-6 mb-5">
<h3 class="text-center mb-4"><i class="fas fa-laptop-code me-2"></i>Technical Skills</h3>
<div class="row">
<!-- Column 1 -->
<div class="col-md-6">
<div class="skill-item mb-4">
<h5><i class="fas fa-network-wired text-primary me-2"></i>Networking</h5>
<ul class="list-unstyled">
<li><i class="fas fa-check-circle text-success me-2"></i>Software-Defined Networks</li>
<li><i class="fas fa-check-circle text-success me-2"></i>200Gbps Ethernet</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Data Center Networking</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Network Automation</li>
</ul>
</div>
<div class="skill-item mb-4">
<h5><i class="fas fa-cloud text-primary me-2"></i>Cloud & Virtualization</h5>
<ul class="list-unstyled">
<li><i class="fas fa-check-circle text-success me-2"></i>OpenStack</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Kubernetes</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Docker</li>
<li><i class="fas fa-check-circle text-success me-2"></i>AWS/GCP</li>
<li><i class="fas fa-check-circle text-success me-2"></i>KVM</li>
</ul>
</div>
</div>
<!-- Column 2 -->
<div class="col-md-6">
<div class="skill-item mb-4">
<h5><i class="fas fa-server text-primary me-2"></i>HPC & Systems</h5>
<ul class="list-unstyled">
<li><i class="fas fa-check-circle text-success me-2"></i>Lustre Storage</li>
<li><i class="fas fa-check-circle text-success me-2"></i>CEPH Storage</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Slurm Workload Manager</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Linux Systems</li>
</ul>
</div>
<div class="skill-item mb-4">
<h5><i class="fas fa-code text-primary me-2"></i>Automation & DevOps</h5>
<ul class="list-unstyled">
<li><i class="fas fa-check-circle text-success me-2"></i>Terraform</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Ansible Automation</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Python</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Bash Scripting</li>
<li><i class="fas fa-check-circle text-success me-2"></i>Git Version Control</li>
<li><i class="fas fa-check-circle text-success me-2"></i>CI/CD</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Research Areas -->
<div class="col-lg-6 mb-5">
<h3 class="text-center mb-4"><i class="fas fa-flask text-danger me-2"></i>Research Focus</h3>
<div class="row">
<!-- Column 1 -->
<div class="col-md-6">
<div class="research-item mb-4">
<h5><i class="fas fa-project-diagram text-danger me-2"></i>Network Programmability</h5>
<p class="text-muted">SDN, NFV, Service Function Chaining, and programmable data planes.</p>
</div>
<div class="research-item mb-4">
<h5><i class="fas fa-microchip text-danger me-2"></i>Edge Computing</h5>
<p class="text-muted">Distributed computing architectures and latency optimization.</p>
</div>
</div>
<!-- Column 2 -->
<div class="col-md-6">
<div class="research-item mb-4">
<h5><i class="fas fa-network-wired text-danger me-2"></i>Network Function Virtualization</h5>
<p class="text-muted">Performance evaluation of heterogeneous NFV frameworks.</p>
</div>
<div class="research-item mb-4">
<h5><i class="fas fa-cloud text-danger me-2"></i>Cloud Computing</h5>
<p class="text-muted">Hybrid cloud architectures and resource optimization.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Certifications -->
<div class="row mt-4">
<div class="col-12">
<h3 class="text-center mb-4"><i class="fas fa-certificate text-warning me-2"></i>Industry Certifications & Professional Memberships</h3>
<div class="d-flex flex-wrap justify-content-center">
<!-- Industry Certifications (blue) -->
<span class="badge bg-info text-dark me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> CCNP Routing & Switching</span>
<span class="badge bg-info text-dark me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> CCNA Routing & Switching</span>
<span class="badge bg-info text-dark me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> AWS Certified Solutions Practitioner</span>
<span class="badge bg-info text-dark me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> Red Hat Certified System Administrator (RHCSA)</span>
<span class="badge bg-info text-dark me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> ITILv3</span>
<!-- Professional Memberships (purple) -->
<span class="badge bg-primary me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> British Computer Society (BCS) UK</span>
<span class="badge bg-primary me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> Institution of Engineering & Technology (IET) UK</span>
<span class="badge bg-primary me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> Institute of Electrical & Electronics Engineers (IEEE)</span>
<span class="badge bg-primary me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> Nigeria Society of Engineers (NSE)</span>
<span class="badge bg-primary me-2 mb-2 p-2"><i class="fas fa-award me-1"></i> Nigeria Computer Society (NCS)</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects-section py-5">
<div class="container">
<h2 class="text-center mb-5">Selected Projects</h2>
<div class="row">
<!-- Project 1 -->
<div class="col-lg-4 mb-4">
<div class="card shadow-sm h-100">
<div class="card-body">
<div class="text-center mb-3">
<i class="fas fa-chart-line fa-3x text-primary"></i>
</div>
<h4 class="card-title text-center">Performance Evaluation of Heterogeneous NFV Frameworks</h4>
<p class="card-text">Evaluated the performance benefits of SDN-aware data-plane implementations compared to diverse acceleration and process-based NFV frameworks.</p>
<div class="text-center mt-auto">
<a href="https://eprints.gla.ac.uk/270458/" target="_blank" class="btn btn-secondary">View Project</a>
</div>
</div>
</div>
</div>
<!-- End Project 1 -->
<!-- Project 2 -->
<div class="col-lg-4 mb-4">
<div class="card shadow-sm h-100">
<div class="card-body">
<div class="text-center mb-3">
<i class="fas fa-home fa-3x text-primary"></i>
</div>
<h4 class="card-title text-center">Home Automation API</h4>
<p class="card-text">A Java Application Programming Interface (API) for smart home appliances automation.</p>
<div class="text-center mt-auto">
<a href="https://github.com/harunaadoga/Smarthome-API" target="_blank" class="btn btn-secondary">View Project</a>
</div>
</div>
</div>
</div>
<!-- End Project 2 -->
<!-- Project 3 -->
<div class="col-lg-4 mb-4">
<div class="card shadow-sm h-100">
<div class="card-body">
<div class="text-center mb-3">
<i class="fas fa-shield-alt fa-3x text-primary"></i>
</div>
<h4 class="card-title text-center">Network and OS Penetration Testing</h4>
<p class="card-text">Conducted penetration testing on networks and operating systems to identify vulnerabilities.</p>
<div class="text-center mt-auto">
<a href="#" target="_blank" class="btn btn-secondary">View Project</a>
</div>
</div>
</div>
</div>
<!-- End Project 3 -->
</div>
</div>
</section>
<!-- Publications Section -->
<section id="blog" class="blog-section py-5 bg-light">
<div class="container">
<h2 class="text-center mb-5">Selected Publications</h2>
<div class="row">
<div class="col-lg-8 mx-auto">
<!-- Publication 1 -->
<div class="card mb-4 shadow-sm">
<div class="card-body">
<div class="d-flex">
<div class="flex-shrink-0 me-3">
<i class="fas fa-book fa-2x text-primary"></i>
</div>
<div>
<h4 class="card-title">Leveraging NFV Heterogeneity at the Network Edge</h4>
<p class="card-text">PhD Computing Science Thesis - Dr Haruna Umar Adoga, University of Glasgow, UK, May 2024.</p>
<a href="https://theses.gla.ac.uk/84344/" target="_blank" class="btn btn-sm btn-outline-secondary">Read Thesis</a>
</div>
</div>
</div>
</div>
<!-- End Publication 1 -->
<!-- Publication 2 -->
<div class="card mb-4 shadow-sm">
<div class="card-body">
<div class="d-flex">
<div class="flex-shrink-0 me-3">
<i class="fas fa-book-open fa-2x text-primary"></i>
</div>
<div>
<h4 class="card-title">Network Function Virtualization and Service Function Chaining Frameworks: A Comprehensive Review</h4>
<p class="card-text">MDPI Future Internet, Switzerland, 2022.</p>
<a href="https://www.mdpi.com/1999-5903/14/2/59" target="_blank" class="btn btn-sm btn-outline-secondary">Read Publication</a>
</div>
</div>
</div>
</div>
<!-- End Publication 2 -->
</div>
</div>
<div class="text-center mt-4">
<a href="https://scholar.google.com/citations?user=CMYVj5UAAAAJ&hl=en" target="_blank" class="btn btn-secondary">
<i class="fas fa-graduation-cap me-2"></i>View All Publications on Google Scholar
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section py-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="card shadow-sm">
<div class="card-body">
<h4 class="card-title mb-4">Get In Touch</h4>
<p class="card-text mb-4">
I'm open to discussing new projects, research collaborations, or opportunities to help you grow your organization.<br>
Feel free to reach out through any of these platforms or directly - <strong class="text-dark">haruna.umar.adoga@gmail.com</strong>:
</p>
<div class="social-icons mt-4">
<a href="https://www.youtube.com/c/HarunaUmarAdoga/" target="_blank" class="btn-youtube">
<i class="fab fa-youtube"></i>
</a>
<a href="https://scholar.google.com/citations?user=CMYVj5UAAAAJ&hl=en" target="_blank" class="btn-scholar">
<i class="fas fa-graduation-cap"></i>
</a>
<a href="https://www.github.com/harunaadoga/" target="_blank" class="btn-github">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-dark text-white text-center py-4">
<div class="container">
<p class="mb-0">© 2026 Haruna Adoga. All rights reserved.</p>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- Theme Toggle Script -->
<script>
const themeToggle = document.getElementById('theme-toggle');
const body = document.body;
themeToggle.addEventListener('click', () => {
body.classList.toggle('dark-theme');
body.classList.toggle('light-theme');
const isDarkTheme = body.classList.contains('dark-theme');
themeToggle.innerHTML = isDarkTheme ? '<i class="fas fa-sun"></i>' : '<i class="fas fa-moon"></i>';
});
</script>
</body>
</html>