diff --git a/assets/css/main.css b/assets/css/main.css index 442f25d..3bba75a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1686,368 +1686,6 @@ section { opacity: 1; } -/* Call-to-action Section - Home Page -------------------------------*/ -.call-to-action { - --default-color: #ffffff; - --background-color: #000000; - --background-color-rgb: 0, 0, 0; - padding: 80px 0; - position: relative; - -webkit-clip-path: inset(0); - clip-path: inset(0); -} - -.call-to-action img { - position: fixed; - top: 0; - left: 0; - display: block; - width: 100%; - height: 100%; - -o-object-fit: cover; - object-fit: cover; - z-index: 1; -} - -.call-to-action:before { - content: ""; - background: rgba(var(--background-color-rgb), 0.5); - position: absolute; - inset: 0; - z-index: 2; -} - -.call-to-action .container { - position: relative; - z-index: 3; -} - -.call-to-action h3 { - font-size: 28px; - font-weight: 700; - color: var(--default-color); -} - -.call-to-action p { - color: var(--default-color); -} - -.call-to-action .cta-btn { - font-family: var(--heading-font); - font-weight: 500; - font-size: 16px; - letter-spacing: 1px; - display: inline-block; - padding: 12px 40px; - border-radius: 5px; - transition: 0.5s; - margin: 10px; - border: 2px solid var(--contrast-color); - color: var(--contrast-color); -} - -.call-to-action .cta-btn:hover { - background: var(--primary-color); - border: 2px solid var(--primary-color); -} - -/* Testimonials Section - Home Page -------------------------------*/ -.testimonials { - --background-color: #f4f4f4; -} - -.testimonials .info h3 { - font-weight: 700; - font-size: 32px; -} - -.testimonials .swiper { - box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05); - background-color: #fff; -} - -.testimonials .testimonials-carousel, -.testimonials .testimonials-slider { - overflow: hidden; -} - -.testimonials .testimonial-item { - box-sizing: content-box; - min-height: 200px; - position: relative; - margin: 30px; -} - -.testimonials .testimonial-item .testimonial-img { - width: 90px; - height: 90px; - border-radius: 50px; - border: 6px solid var(--background-color); - margin-right: 10px; -} - -.testimonials .testimonial-item h3 { - font-size: 18px; - font-weight: bold; - margin: 10px 0 5px 0; -} - -.testimonials .testimonial-item h4 { - color: rgba(var(--default-color-rgb), 0.5); - font-size: 14px; - margin: 0; -} - -.testimonials .testimonial-item .stars { - margin: 10px 0; -} - -.testimonials .testimonial-item .stars i { - color: #ffc107; - margin: 0 1px; -} - -.testimonials .testimonial-item .quote-icon-left, -.testimonials .testimonial-item .quote-icon-right { - color: rgba(var(--primary-color-rgb), 0.4); - font-size: 26px; - line-height: 0; -} - -.testimonials .testimonial-item .quote-icon-left { - display: inline-block; - left: -5px; - position: relative; -} - -.testimonials .testimonial-item .quote-icon-right { - display: inline-block; - right: -5px; - position: relative; - top: 10px; - transform: scale(-1, -1); -} - -.testimonials .testimonial-item p { - font-style: italic; - margin: 15px auto 15px auto; -} - -.testimonials .swiper-wrapper { - height: auto; -} - -.testimonials .swiper-pagination { - margin-top: 20px; - margin-bottom: 20px; - position: relative; -} - -.testimonials .swiper-pagination .swiper-pagination-bullet { - width: 10px; - height: 10px; - background-color: rgba(var(--default-color-rgb), 0.15); - opacity: 1; - border: none; -} - -.testimonials .swiper-pagination .swiper-pagination-bullet-active { - background-color: var(--primary-color); -} - -@media (max-width: 767px) { - - .testimonials .testimonials-carousel, - .testimonials .testimonials-slider { - overflow: hidden; - } - - .testimonials .testimonial-item { - margin: 15px; - } -} - -/* Recent-posts Section - Home Page -------------------------------*/ -.recent-posts article { - box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1); - padding: 30px; - height: 100%; - border-radius: 10px; - overflow: hidden; -} - -.recent-posts .post-img { - max-height: 240px; - margin: -30px -30px 15px -30px; - overflow: hidden; -} - -.recent-posts .post-category { - font-size: 16px; - color: rgba(var(--default-color-rgb), 0.5); - margin-bottom: 10px; -} - -.recent-posts .title { - font-size: 20px; - font-weight: 600; - padding: 0; - margin: 0 0 20px 0; -} - -.recent-posts .title a { - color: var(--secondary-color); - transition: 0.3s; -} - -.recent-posts .title a:hover { - color: var(--primary-color); -} - -.recent-posts .post-author-img { - width: 50px; - border-radius: 50%; - margin-right: 15px; -} - -.recent-posts .post-author { - font-weight: 600; - margin-bottom: 5px; -} - -.recent-posts .post-date { - font-size: 14px; - color: rgba(var(--default-color-rgb), 0.5); - margin-bottom: 0; -} - -/* Contact Section - Home Page -------------------------------*/ -.contact .info-item { - background: rgba(var(--default-color-rgb), 0.03); - padding: 30px; -} - -.contact .info-item i { - font-size: 38px; - line-height: 0; - color: var(--primary-color); -} - -.contact .info-item h3 { - font-size: 20px; - font-weight: 700; - margin: 20px 0 10px 0; -} - -.contact .info-item p { - padding: 0; - line-height: 24px; - font-size: 14px; - margin-bottom: 0; -} - -.contact .php-email-form { - background: rgba(var(--default-color-rgb), 0.03); - padding: 30px; - height: 100%; -} - -.contact .php-email-form .error-message { - display: none; - background: hsl(152, 90%, 62%); - color: #ffffff; - text-align: left; - padding: 15px; - margin-bottom: 24px; - font-weight: 600; -} - -.contact .php-email-form .sent-message { - display: none; - color: #ffffff; - background: hsl(152, 90%, 62%); - text-align: center; - padding: 15px; - margin-bottom: 24px; - font-weight: 600; -} - -.contact .php-email-form .loading { - display: none; - background: var(--background-color); - text-align: center; - padding: 15px; - margin-bottom: 24px; -} - -.contact .php-email-form .loading:before { - content: ""; - display: inline-block; - border-radius: 50%; - width: 24px; - height: 24px; - margin: 0 10px -6px 0; - border: 3px solid var(--primary-color); - border-top-color: var(--background-color); - animation: animate-loading 1s linear infinite; -} - -.contact .php-email-form input[type=text], -.contact .php-email-form input[type=email], -.contact .php-email-form textarea { - font-size: 14px; - padding: 10px 15px; - box-shadow: none; - border-radius: 0; - color: var(--default-color); - background-color: rgba(var(--background-color-rgb), 0.5); - border-color: rgba(var(--default-color-rgb), 0.2); -} - -.contact .php-email-form input[type=text]:focus, -.contact .php-email-form input[type=email]:focus, -.contact .php-email-form textarea:focus { - border-color: var(--primary-color); -} - -.contact .php-email-form input[type=text]::-moz-placeholder, -.contact .php-email-form input[type=email]::-moz-placeholder, -.contact .php-email-form textarea::-moz-placeholder { - color: rgba(var(--default-color-rgb), 0.3); -} - -.contact .php-email-form input[type=text]::placeholder, -.contact .php-email-form input[type=email]::placeholder, -.contact .php-email-form textarea::placeholder { - color: rgba(var(--default-color-rgb), 0.3); -} - -.contact .php-email-form button[type=submit] { - background: var(--primary-color); - color: var(--contrast-color); - border: 0; - padding: 10px 30px; - transition: 0.4s; - border-radius: 4px; -} - -.contact .php-email-form button[type=submit]:hover { - background: rgba(var(--primary-color-rgb), 0.8); -} - -@keyframes animate-loading { - 0% { - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - } -} /*-------------------------------------------------------------- # Services Details Page @@ -2180,135 +1818,3 @@ section { color: var(--primary-color); } - -/* Animation 1 */ -#ghaidems-animation { - width: 100px; - height: 100px; - background-color: red; - position: relative; - animation-name: example; - animation-duration: 4s; - animation-iteration-count: infinite; - animation-direction: alternate-reverse; -} - -@keyframes example { - 0% {background-color:red; left:0px; top:0px;} - 25% {background-color:yellow; left:200px; top:0px;} - 50% {background-color:black; left:200px; top:200px;} - 75% {background-color:#008B8B; left:0px; top:200px;} - 100% {background-color:red; left:0px; top:0px;} -} - -/* End Animation 1 */ - - -/* Begin Animation 2 */ -#second-animation { - /* animation properties */ - animation-name: my-animation; - animation-duration: 2s; - animation-direction: alternate; - animation-iteration-count: infinite; - animation-timing-function: linear; - - /* other properties */ - width: 300px; - height: 100px; - border-radius: 10px; - position: absolute; - left: 0; - right: 0; - margin-left: auto; - margin-right: auto; - -} - -@keyframes my-animation { - from { - background-color: #ff7a59; - width: 300px; - top: 10px; - } - to { - background-color: #52335b; - width: 50px; - top: 100px; - } -} - -/* End Animation 2 */ - - -/* Begin Animation 3 */ -/* *{ - margin: 0; - padding: 0; -} */ - -/* .loading-screen{ - width: 100%; - height: 50px; - - position: absolute; - display: flex; - align-items: center; - justify-content: center; -} - -.loading{ - width: 80px; - display: flex; - flex-wrap: wrap; - animation: rotate 3s linear infinite; -} - -@keyframes rotate{ - to{ - transform: rotate(360deg); - } -} - -.loading span{ - width: 32px; - height: 32px; - background-color: red; - margin: 3px; - animation: scale 1.5s linear infinite; -} - -@keyframes scale{ - 50%{ - transform: scale(1.2); - } -} - -.loading span:nth-child(1){ - border-radius: 50% 50% 0 50%; - background-color: #ffbe0b; - transform-origin: bottom right; -} - -.loading span:nth-child(2){ - border-radius: 50% 50% 50% 0; - background-color: #ff006e; - transform-origin: bottom left; - animation-delay: .5s; -} - -.loading span:nth-child(3){ - border-radius: 50% 0 50% 50%; - background-color: #fb5607; - transform-origin: top right; - animation-delay: 1.5s; -} - -.loading span:nth-child(4){ - border-radius: 0 50% 50% 50%; - background-color: #8338ec; - transform-origin: top left; - animation-delay: 1s; -} */ - -/* End Animation 3 */ \ No newline at end of file diff --git a/index.html b/index.html index 165f7ef..1437786 100644 --- a/index.html +++ b/index.html @@ -212,6 +212,7 @@

Mathematical Sciences

+ diff --git a/news.html b/news.html index b48e849..403ba47 100644 --- a/news.html +++ b/news.html @@ -1,8 +1,7 @@ - - + GHAIDEMS @@ -24,513 +23,544 @@ + + + - -
- -
- - -
-
-
-
- - -
- -
- -

Careers in Mathematics and How Playing Plays a Role

- -
- - Panel Discusion Flyer - -
- -

- GHAIDEMS and AMI Ghana present the third of a three-day webinar series to celebrate the International Day of Mathematics (IDM 2024). -

+
+
+
+ +
+ +
+ + +
+ +
+
+
+
-

- 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! -

+ +
+
+
+ + +
+ +

Careers in Mathematics and How Playing Plays a Role

+ +
+ +
+ +
+ Panel Discusion Flyer + +
+ +

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). +

+ +
+ +

+ 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! +

+ +
+ +

About the Panelists

+
+
+ +
+ + + +
+
+
+ Panel Discussion Flyer +
+
+

Moderator - Prof. Franca Hoffmann

+

+ 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). +

+
+
+ +
+ +
+
+ Panel Discussion Flyer +
+
+

Industry Panelist Representative - Dr. Habiboulaye Amadou Boubacar

+

+ 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. +

+
+
+ +
+ +
+
+ Panel Discussion Flyer +
+
+

Teacher Panelist Representative - Dr. Herine Otieno

+

+ 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. +

+
+
+ +
+ +
+
+ Panel Discussion Flyer +
+
+

Parent Panelist Representative - Dr. Peter Akayuure

+

+ 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. +

+
+
+ +
+ +
+
+ Panel Discussion Flyer +
+
+

Student Panelist Representative - Ms. Adwoa Konadu Appiah

+

+ 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. + +

+
+
+ +
+ +
+
+ Panel Discussion Flyer +
+
+

Education Initiatives Panelist Representative - Dr. Francis Feehi Torgbor

+

+ 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. +

+
+
+ +
+
+ +
+ +

+ + Secure your spot by registering below if you have not already registered for the first webinar: + +
+ + https://forms.gle/sQDCKpkhB7Mg1wvg8 +

+ +
+

+ For more information, contact us at info@ghaidems.org +

+ +
+ + + + +
+
+
+
+ +

Role of Mathematics in Technology and Innovation

+ +
+ + webinar flyer + +
+ +

+ GHAIDEMS and AMI Ghana present the second of a three-day webinar series to celebrate the International Day of Mathematics (IDM 2024). +

+ +
+ +

+ 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! +

+ +
+ +

About the Speaker

+ +

+ 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. +

+ +
+ +

+ 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. +

+ +
+ +

+ 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. +

+ +
+ +

+ 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). +

+ +
+ +

+ + Secure your spot by registering below if you have not already registered for the first webinar: + +
+ + https://forms.gle/sQDCKpkhB7Mg1wvg8 +

+ +
+

+ For more information, contact us at info@ghaidems.org +

+ +
+ -
+ +
+
+
+
-

About the Panelists

-
+

The Art of Problem-Solving and Creativity in Mathematics

+ +
-
-
-
- Panel Discussion Flyer -
-
-

Moderator - Prof. Franca Hoffmann

-

- 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). -

-
-
+ webinar flyer -
- -
-
- Panel Discussion Flyer +
+ +

+ GHAIDEMS and AMI Ghana present the first of a three-day webinar series to celebrate the International Day of Mathematics (IDM 2024). +

+ +
+ +

+ 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. +

+ +
+ +

+ 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. +

+ +
+ +

+ 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. +

+ +
+ +

About the Speaker

+

+ 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. +

+ +
+ +

+ + Secure your spot today by registering at https://forms.gle/sQDCKpkhB7Mg1wvg8. + Please note that space is limited, and early registration is encouraged. + +

+ +
+ +

+ For more information, please contact us at info@ghaidems.org +

+ +
+ + +
-
-

Industry Panelist Representative - Dr. Habiboulaye Amadou Boubacar

-

- 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. -

+
-
- + +
+
+
+ + +
+ - - -
- -

Role of Mathematics in Technology and Innovation

- -
- - webinar flyer - -
- -

- GHAIDEMS and AMI Ghana present the second of a three-day webinar series to celebrate the International Day of Mathematics (IDM 2024). -

- -
- -

- 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! -

- -
- -

About the Speaker

- -

- 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. -

- -
- -

- 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. -

- -
- -

- 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. -

- -
- -

- 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). -

- -
- -

- - Secure your spot by registering below if you have not already registered for the first webinar: - -
- - https://forms.gle/sQDCKpkhB7Mg1wvg8 -

- -
-

- For more information, contact us at info@ghaidems.org -

- - -
- - -
- -

The Art of Problem-Solving and Creativity in Mathematics

- -
- - webinar flyer - -
- -

- GHAIDEMS and AMI Ghana present the first of a three-day webinar series to celebrate the International Day of Mathematics (IDM 2024). -

- -
- -

- 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. -

- -
- -

- 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. -

- -
- -

- 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. -

- -
- -

About the Speaker

-

- 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. -

- -
- -

- - Secure your spot today by registering at https://forms.gle/sQDCKpkhB7Mg1wvg8. - Please note that space is limited, and early registration is encouraged. - -

- -
- -

- For more information, please contact us at info@ghaidems.org -

- -
+
-
- - - - -
- -