-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnews.html
761 lines (607 loc) · 34.3 KB
/
news.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
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>GHAIDEMS</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/Trefoil.png" rel="icon">
<link href="assets/img/Trefoil.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<style>
/* Base styles */
body, html {
width: 100%;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
/* Responsive images */
.responsive-image {
width: 100%;
max-width: 600px;
height: auto;
}
@media (max-width: 768px) {
.responsive-image {
max-width: 100%;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.responsive-image {
max-width: 50%;
}
}
@media (min-width: 1025px) {
.responsive-image {
max-width: 600px;
}
}
/* Panelist images */
.panelist-image {
width: 170px;
height: 170px;
border-radius: 50%;
object-fit: cover;
margin-right: 15px;
margin-bottom: 15px;
}
@media (max-width: 768px) {
.panelist-image {
width: 160px;
height: 160px;
margin: 0 auto 15px;
float: none;
display: block;
}
}
/* For very large screens such as TV */
@media (min-width: 1920px) {
.panelist-image {
width: 170px;
height: 170px;
}
}
/* Search bar styles */
.search-container {
margin-bottom: 20px;
}
#newsSearch {
width: 100%;
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 25px;
outline: none;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#newsSearch:focus {
border-color: #007bff;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
#newsSearch::placeholder {
color: #999;
}
/* Adjustments for the content and sidebar on larger screens */
@media (min-width: 1920px) {
.content-wrapper, .sidebar-sticky {
padding-right: 15px;
padding-left: 15px;
}
.sidebar-sticky {
position: fixed;
top: 0;
right: 0;
width: 250px;
height: 100%;
}
}
.slider {
width: 100%;
overflow: hidden;
}
.slides {
display: flex;
transition: transform 0.5s ease;
}
.slides img {
width: 100%;
height: auto;
}
</style>
</head>
<body class="index-page" data-bs-spy="scroll" data-bs-target="#navmenu">
<br />
<div class="container-fluid">
<div class="row">
<!-- Page Content -->
<div class="col-12 col-md-10">
<!-- Page content here -->
<div class="content-wrapper">
<!-- Header -->
<header id="header" class="header fixed-top d-flex align-items-center">
<div class="container-fluid d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center me-auto me-xl-0">
<img src="assets/img/GHAIDEMS Logo.png" alt="" data-aos="fade-in">
</a>
<!-- Nav Menu -->
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html" style="font-weight: bold; font-size: larger;">Home</a></li>
<li><a href="About.html" style="font-weight: bold; font-size: larger;">About Us</a></li>
<li><a href="Team.html" style="font-weight: bold; font-size: larger;">Team</a></li>
<li><a href="Work.html" style="font-weight: bold; font-size: larger;">How We Work</a></li>
<li><a href="Our_works.html" style="font-weight: bold; font-size: larger;">Our Works</a></li>
<li><a href="news.html" style="font-weight: bold; font-size: larger; color: #000;" class="active">News</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav><!-- End Nav Menu -->
</div>
</header><!-- End Header -->
</div>
<main id="main">
<br />
<br />
<br />
<section id="services" class="services">
<div class="container section-title" data-aos="fade-up">
<div class="row gy-4">
<!-- begin news item -->
<div class="col-md-12 col-sm-12 col-lg-12" id="news-item-4" data-aos="fade-up" data-aos-delay="200">
<br />
<h2> 3-Day Training on Data Science </h2>
<p class="author-date">July 17, 2024</p>
<br/>
<!-- <img src="assets/img/day1.jpeg" alt="Introduction to Data" class="responsive-image"> -->
<div class="slider" id="imageSlider">
<div class="slides">
<img src="assets/img/day1.jpeg" alt="Introduction to Data">
<img src="assets/img/day2.jpeg" alt="Day 2 of Data Science Training">
<img src="assets/img/day3.jpeg" alt="Day 3 of Data Science Training">
</div>
</div>
<br/>
<p style="text-align: justify";>
GHAIDEMS in collaboration with the Association of Computer Science, Mathematics & Statistics Students of the Kwame Nkrumah University of
Science and and Technology, KNUST, organized a 3-day training on data science.
</p>
<br/>
<p style="text-align: justify";>
In the span of three days, participants were taken through the following topics:
</p>
<p style="text-align: justify";>
1. Introduction to Data with R and R-Instat: This session was taken by Prof. Roger Stern and Dr. Francis Torgbor. Participants were introduced to sources of data, data acquiscition,
data wrangling and visualization using the R programming language, and the R-Instat software.
</p>
<br/>
<p style="text-align: justify";>
2. Introduction to Data Science: This session was taken by Dr. Lily Clements and Mr. Nicholas Opoku. Participants were introduced to the science of data.
Particularly, this was on how to make sense of data, understanding variablility in data, and building meaningful and useful models.
</p>
<br/>
<p style="text-align: justify";>
3. Introduction to Python for Data Science: This session was taken by Dr. George Simmons and Mr. John Bagiliko. Participants were introduced to the basics of the Python
programming language, and how it is used for data science.
</p>
<br/>
<p style="text-align: justify";>
These sessions were very interactive and hands-on. Did you miss it? You can still get access to the resources and recordings of the sessions.
The materials are all available <a href="https://drive.google.com/drive/folders/10dlSi_Y_wExEX7V1UO4ABXkbDCYOoSr1?usp=sharing" target="_blank">here</a>.
</p>
<br/>
<p style="text-align: justify";>
For more information, please contact us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<!-- end news item -->
<!-- begin news item -->
<div class="col-md-12 col-sm-12 col-lg-12" id="news-item-3" data-aos="fade-up" data-aos-delay="200">
<h2> Careers in Mathematics and How Playing Plays a Role </h2>
<p class="author-date">March 13, 2024</p>
</div>
<br/>
<div class="col-md-12 col-sm-12">
<img src="assets/img/panel_flyer.jpg" alt="Panel Discusion Flyer" class="responsive-image">
<br />
<p style="text-align: justify";> data-aos="fade-up" data-aos-delay="200"
GHAIDEMS and AMI Ghana present the third of a three-day webinar series to celebrate the International Day of Mathematics (IDM 2024).
</p>
<br/>
<p style="text-align: justify";>
Join us for insightful discussions, engaging presentations, and a celebration of the beauty and significance of mathematics.
Whether you're a student, educator, parent or simply curious about math, this series is for you!
</p>
<br/>
<h4> About the Panelists </h4>
<br />
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-12">
<img src="assets/img/franca_.jpeg" alt="Panel Discussion Flyer" class="panelist-image">
</div>
<div class="col-md-10 col-sm-12">
<p style="text-align: left"> <strong> Moderator</strong> - Prof. Franca Hoffmann </p>
<p style="text-align: justify";>
Franca obtained her master’s in mathematics from Imperial College London (UK) and holds
a PhD from the Cambridge Centre for Analysis at University of Cambridge (UK). She held
the position of von Kármán instructor at Caltech from 2017 to 2020, then joined University of
Bonn (Germany) as Junior Professor and Quantum Leap Africa in Kigali, Rwanda (African
Institute for Mathematical Sciences) as AIMS-Carnegie Research Chair in Data Science,
before arriving at the California Institute of Technology as Assistant Professor in 2022. She
currently serves as AIMS International Scientific Advisor.
Franca has co-organized numerous math and science outreach activities across the African
continent for over a decade, from primary school activities to advanced research trainings.
She serves as Director of the charity Supporting African Mathematics Initiatives (SAMI).
</p>
</div>
</div>
<br />
<div class="row">
<div class="col-md-2 col-sm-12">
<img src="assets/img/Habiboulaye2.jpg" alt="Panel Discussion Flyer" class="panelist-image">
</div>
<div class="col-md-10 col-sm-12">
<p style="text-align: left"> <strong> Industry Panelist Representative</strong> - Dr. Habiboulaye Amadou Boubacar </p>
<p style="text-align: justify";>
Dr. Habiboulaye is an experienced and accomplished professional in the field of Artificial Intelligence. He is the head
of the R&D Data Intelligence team at Air Liquide with the qualification of International Senior Expert (ISE). He has a PhD
in Machine Learning & Data Mining and over 16 years of experience in hands-on leading roles in AI. He has been managing the
implementation of various cutting-edge AI solutions through industrial and healthcare projects. He frequently maintains strong
collaborations with academic researchers and industrial experts to explore the next frontiers of AI. Alongside his contributions
in industry, he is also a lecturer for l’Université de Technologie de Troyes (UTT, France), Institut de Sciences Mathématiques et
Physiques (IMSP, Benin) and African Institute of Mathematical Sciences (AIMS). He is also the founder of the non-profit
organization AI4Africa.org.
</p>
</div>
</div>
<br />
<div class="row">
<div class="col-md-2 col-sm-12">
<img src="assets/img/photo_Herine-profile photo.jpg" alt="Panel Discussion Flyer" class="panelist-image">
</div>
<div class="col-md-10 col-sm-12">
<p style="text-align: left"> <strong> Teacher Panelist Representative</strong> - Dr. Herine Otieno </p>
<p style="text-align: justify";>
Herine is a Pan African educationist, researcher and budding Edu-entrepreneur.
Her work straddles STEM Education, education technology & higher education teaching, learning & research. A mathematics major at
undergraduate, Herine first masters was in statistics.
Her second Masters is in Social Sciences & her PhD is in mathematics education.
</p>
</div>
</div>
<br />
<div class="row">
<div class="col-md-2 col-sm-12">
<img src="assets/img/peter.jpg" alt="Panel Discussion Flyer" class="panelist-image">
</div>
<div class="col-md-10 col-sm-12">
<p style="text-align: left"> <strong> Parent Panelist Representative</strong> - Dr. Peter Akayuure </p>
<p style="text-align: justify";>
Peter Akayuure is a devoted parent who is deeply passionate about fostering children's mathematical reasoning, creativity,
and problem-solving skills. Beyond providing academic support, Peter is committed to making his daughters participate in
workshops and events focused on applying mathematical concepts to real-life situations. His daughter was among few children
who participated in the Allotey Maths camp in 2022. Believing in the importance of aligning mathematics learning with cultural
experiences, he advocates for using games, puzzles, stories and real-life scenarios to nurture critical minds of children.
He is also an Associate Professor of Mathematics education at the University of Education Winneba. His research interests include
Geometry and spatial reasoning, assessment literacy, digital technologies, use of indigenous games to teach Mathematics and promote
STEM skills. As a parent and math educator, Peter loves to share his experience on how parents can support in nurturing their wards
to excel in mathematics beyond grades.
</p>
</div>
</div>
<br />
<div class="row">
<div class="col-md-2 col-sm-12">
<img src="assets/img/Adwoa.JPG" alt="Panel Discussion Flyer" class="panelist-image">
</div>
<div class="col-md-10 col-sm-12">
<p style="text-align: left"> <strong> Student Panelist Representative</strong> - Ms. Adwoa Konadu Appiah </p>
<p style="text-align: justify";>
Adwoa was a 2016 Allotey Maths Camp participant and a former student of African Science Academy, where
she studied A-level physics, Mathematics and Further Mathematics. She went on to pursue her Barchelor's
degree in AI and Software Engineering at the University of Edinburgh and is currently pursuing a Software
Engineering career with TSB Bank in Scotland.
</p>
</div>
</div>
<br />
<div class="row">
<div class="col-md-2 col-sm-12">
<img src="assets/img/Francis.jpeg" alt="Panel Discussion Flyer" class="panelist-image">
</div>
<div class="col-md-10 col-sm-12">
<p style="text-align: left"> <strong> Education Initiatives Panelist Representative</strong> - Dr. Francis Feehi Torgbor </p>
<p style="text-align: justify";>
Francis is a climate data analyst with expertise in supporting the communication of climate information to farmers through
the Participatory Integrated Climate Services for Agriculture (PICSA) approach in Africa. He collaborates closely with meteorological
services in Africa to ensure the generation of quality data and climate analyses relevant for PICSA. Additionally, he is a
founding director of GHAIDEMS Ltd and the African Maths Initiative (AMI Ghana), an NGO. He is generally committed to promoting
mathematics education and research for nationwide development, fostering a positive mathematical culture in Africa.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<br/>
<p style="text-align: justify";>
Secure your spot by registering below <strong>if you have not already registered for the first webinar</strong>:
<br />
<a href="https://forms.gle/sQDCKpkhB7Mg1wvg8" target="_blank">https://forms.gle/sQDCKpkhB7Mg1wvg8</a>
</p>
<br />
<p style="text-align: justify";>
For more information, contact us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<!-- end news item -->
<!-- begin news item -->
<div class="col-md-12 col-sm-12 col-lg-12" id="news-item-2" data-aos="fade-up" data-aos-delay="200">
<br />
<br />
<br />
<h2> Role of Mathematics in Technology and Innovation </h2>
<p class="author-date">March 12, 2024</p>
<br/>
<img src="assets/img/webinar2.jpeg" alt="webinar flyer" class="responsive-image">
<br/>
<p style="text-align: justify";>
GHAIDEMS and AMI Ghana present the second of a three-day webinar series to celebrate the International Day of Mathematics (IDM 2024).
</p>
<br/>
<p style="text-align: justify";>
Join us for insightful discussions, engaging presentations, and a celebration of the beauty and significance of mathematics. Whether
you're a student, educator, parent or simply curious about math, this series is for you!
</p>
<br/>
<h4> About the Speaker </h4>
<p style="text-align: justify";>
Mr. Divine Puplampu is a Technology Entrepreneur, Software Engineer, and Digital Marketing enthusiast with over 14 years of experience in
developing innovative digital solutions. He is currently a consulting General Manager at Stratcon Digital; a subsidiary of Stratcon
Energy & Trading a major Bulk Oil Distributor in Ghana.
</p>
<br/>
<p style="text-align: justify";>
He is also the co-founder and Tech Lead at Stimuluz Technologies, where he leads a team of 8-developers to develop digital solutions.
He also had a stint at the University of Ghana Computing Systems (UGCS) during his National Service. At UGCS, he was part of the 5-man team
that deployed the Sakai E-learning System at the University of Ghana; the e-learning tool that became indispensable during the height of the COVID-19
pandemic.
</p>
<br/>
<p style="text-align: justify";>
Passionate about empowering the youth, particularly the Christian community, Divine regularly conducts free training sessions on leveraging
social media for positive impact. He also dedicates his time and skills as an IT Associate volunteer for several non-governmental organizations,
including the Ghana Community Radio Network (GCRN), Nneka Youth Foundation, FactSpace West Africa and the Rocky Dawuni Foundation. Divine also
volunteers as a Digital Media Enabler at the Trinity Baptist Church, Ghana, where he applies his expertise to enhance the church's digital presence.
</p>
<br/>
<p style="text-align: justify";>
With a strong commitment to utilizing technology to solve everyday challenges, Divine has contributed to over 100 digital projects for
various brands and startups across Africa. His client portfolio includes prominent organizations such as the Africa Continental Free Trade
Area Secretariat (AfCFTA), Center for Democratic Development (CDD), Prudential Life Insurance, Africa World Airlines, Nyaho Medical Centre,
Noguchi Memorial Institute for Medical Research, University of Ghana Business School, Omni Media (CitiFM & CitiTV), Ghana Chamber of Bulk
Oil Distributors (CBoD), Ghana Standards Authority, Ghana Climate Innovation Center, Petroleum Commission of Ghana, Ghana Tourism Authority,
Stratcon Energy & Trading Limited, Ghana Enterprises Agency (Formerly NBSSI), UK- Ghana Chamber of Commerce, National Communications Authority
(NCA), The Jospong Group, Zoomlion Ghana Limited, Tesah Capital, iWatch Africa, FactSpace West Africa, appsNmobile Solutions (Fintech), EIB Network
(GhOne & StarrFM), OccupyGhana, Africa Women's Sports Summit, Yango Ghana, QualiTrace (AgriTech Startup), NewAge Agrimedia, GUBA Enterprise (UK & Ghana),
Ghana Football Association Normalisation Committee, Mission89 (Switzerland), SpruseClean (USA), Thirdway Capital (Canada) and Ecodyst (USA).
</p>
<br/>
<p style="text-align: justify";>
Secure your spot by registering below <strong>if you have not already registered for the first webinar</strong>:
<br />
<a href="https://forms.gle/sQDCKpkhB7Mg1wvg8" target="_blank">https://forms.gle/sQDCKpkhB7Mg1wvg8</a>
</p>
<br />
<p style="text-align: justify";>
For more information, contact us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<!-- end news item -->
<!-- begin news item -->
<div class="col-md-12 col-sm-12 col-lg-12" id="news-item-1" data-aos="fade-up" data-aos-delay="200">
<br />
<br />
<br />
<h2> The Art of Problem-Solving and Creativity in Mathematics </h2>
<p class="author-date">March 9, 2024</p>
<br/>
<img src="assets/img/webinar.jpeg" alt="webinar flyer" class="responsive-image">
<br/>
<p style="text-align: justify";>
GHAIDEMS and AMI Ghana present the first of a three-day webinar series to celebrate the International Day of Mathematics (IDM 2024).
</p>
<br/>
<p style="text-align: justify";>
GHAIDEMS and AMI Ghana are collaborating to bring you an unparalleled online event. This series is part of our commitment to highlighting the
importance of mathematics in our everyday lives and its critical role in our future.
</p>
<br/>
<p style="text-align: justify";>
This event is perfect for students eager to deepen their mathematical knowledge, educators looking for innovative teaching methods,
parents interested in supporting their children's education, and anyone curious about the role of mathematics in shaping our world.
</p>
<br/>
<p style="text-align: justify";>
Join us as we explore the vast world of mathematics through insightful discussions, engaging presentations, and interactive sessions.
Our series aims to unveil the beauty and significance of mathematics, demonstrating its pivotal role in innovation, technology, and solving global challenges.
</p>
<br />
<h4> About the Speaker </h4>
<p style="text-align: justify";>
Dr. Bernard Oduoku Bainson is a lecturer at the Kwame Nkrumah University of Science and Technology, Kumasi and AIMS
Ghana. He was also the academic manager of AIMS Ghana.
He is a well-trained algebraist who applies the skill of abstraction of core structures, design and
verifiable strategies to solving problems. Have had years of experience in teaching across the various
levels of education in multicultural environments. Some of which are;
Tutoring the School of Mathematical and Computer Sciences, Heriot Watt University where
he assisted students with disabilities to access the best quality education provided by the university.
He also Volunteered as a Mathematics teacher at Agonaman Senior High School and continues to
volunteer to support the Allotey Maths camp. He did his masters at AIMS Ghana and his
undergraduate degree at University of Cape Coast.
</p>
<br/>
<p style="text-align: justify";>
Secure your spot today by registering at <a href="https://forms.gle/sQDCKpkhB7Mg1wvg8" target="_blank">https://forms.gle/sQDCKpkhB7Mg1wvg8</a>.
Please note that space is limited, and early registration is encouraged.
</p>
<br/>
<p style="text-align: justify";>
For more information, please contact us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<!-- end news item -->
</div>
</div>
</section><!-- End news container -->
</main>
</div>
<!-- Sidebar -->
<div class="col-12 col-md-2">
<div class="sidebar-sticky">
<br />
<br />
<br />
<br />
<!-- Search Bar -->
<div class="search-container">
<input type="text" id="newsSearch" onkeyup="filterNews()" placeholder="Search news...">
</div>
<ul class="nav flex-column" id="newsLinks">
<li class="nav-item">
<a class="nav-link" href="#news-item-4">
3-Day Training on Data Science
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#news-item-3">
Careers in Mathematics and How Playing Plays a Role
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#news-item-2">
Role of Mathematics in Technology and Innovation
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#news-item-1">
The Art of Problem-Solving and Creativity in Mathematics
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-about">
<a href="index.html" class="logo d-flex align-items-center">
<span>GHAIDEMS</span>
</a>
<p >Ghana Innovations in Development, Education and the Mathematical Sciences </p>
<div class="social-links d-flex mt-4">
<a href="https://twitter.com/ghaidems"><i class="bi bi-twitter"></i></a>
<a href="https://web.facebook.com/ghaidems"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/ghaidems/"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/ghaidems-ltd/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="index.html#about">About us</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>GHAIDEMS Ltd Ghana</p>
<p>Hse No. C50/26</p>
<p>Okponglo, East Legon, Accra</p>
<p class="mt-4"><strong>Phone:</strong> <span>+233 24 330 8241</span></p>
<p><strong>Email:</strong> <span>[email protected]</span></p>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1">GHAIDEMS</strong> <span>All Rights Reserved</span></p>
<div class="credits">
</div>
</div>
</footer><!-- End Footer -->
<!-- Scroll Top Button -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
function filterNews() {
var input = document.getElementById("newsSearch");
var filter = input.value.toUpperCase();
var newsLinksContainer = document.getElementById("newsLinks");
var newsItems = newsLinksContainer.getElementsByTagName("li"); // Change from 'a' to 'li'
for (var i = 0; i < newsItems.length; i++) {
var a = newsItems[i].getElementsByTagName("a")[0]; // Get the 'a' tag within the 'li' item
var txtValue = a.textContent || a.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
newsItems[i].style.display = ""; // Show the 'li' item
} else {
newsItems[i].style.display = "none"; // Hide the 'li' item
}
}
}
</script>
<script>
let currentSlide = 0;
const slides = document.querySelectorAll('#imageSlider .slides img');
const totalSlides = slides.length;
function nextSlide() {
slides[currentSlide].style.display = 'none';
currentSlide = (currentSlide + 1) % totalSlides;
slides[currentSlide].style.display = 'block';
}
function prevSlide() {
slides[currentSlide].style.display = 'none';
currentSlide = (currentSlide - 1 + totalSlides) % totalSlides;
slides[currentSlide].style.display = 'block';
}
// Automatic slide change every 10 seconds
setInterval(nextSlide, 10000);
</script>
</body>
</html>