/* — Reset scoped to this block only───────– */ .aims-council * { box-sizing: border-box; margin: 0; padding: 0; } /* — CSS Variables─────────────────────────– */ .aims-council { font-family: ‘DM Sans’, sans-serif; color: #1a1010; background: #faf8f5; } /* — Top colour stripe─────────────────────– */ .aims-council .stripe { height: 6px; background: linear-gradient(90deg, #800000 0 40%, #E82624 40% 70%, #2E6AB2 70% 100%); margin-bottom: 0; } /* — Hero header───────────────────────────– */ .aims-council .hero { background: #800000; padding: 52px 56px 44px; position: relative; overflow: hidden; } .aims-council .hero::after { content: ”; position: absolute; inset: 0; background: repeating-linear-gradient( 45deg, transparent, transparent 28px, rgba(255,255,255,0.025) 28px, rgba(255,255,255,0.025) 29px ); pointer-events: none; } .aims-council .hero-inner { position: relative; z-index: 2; max-width: 820px; } .aims-council .hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; background: #E82624; padding: 4px 14px 4px 10px; border-radius: 3px; margin-bottom: 20px; } .aims-council .hero-eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: #fff; flex-shrink: 0; } .aims-council .hero-eyebrow span { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; } .aims-council .hero-title { font-family: ‘Cormorant Garamond’, serif; font-size: clamp(38px, 6vw, 68px); font-weight: 700; color: #fff; line-height: 1.0; margin-bottom: 6px; } .aims-council .hero-title em { color: #E82624; font-style: italic; } .aims-council .hero-sub { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.55); letter-spacing: 0.24em; text-transform: uppercase; margin-top: 14px; } /* — Intro strip───────────────────────────– */ .aims-council .intro-strip { background: #2E6AB2; padding: 18px 56px; display: flex; align-items: center; gap: 22px; } .aims-council .intro-strip-label { font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.55); white-space: nowrap; flex-shrink: 0; } .aims-council .intro-strip-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.22); flex-shrink: 0; } .aims-council .intro-strip-text { font-family: ‘Cormorant Garamond’, serif; font-size: 15px; font-style: italic; color: #fff; line-height: 1.5; } /* — Stats bar─────────────────────────────– */ .aims-council .stats-bar { display: flex; border-top: 3px solid #E82624; border-bottom: 1px solid rgba(128,0,0,0.13); background: #ffffff; } .aims-council .stat-item { flex: 1; padding: 20px 16px; text-align: center; border-right: 1px solid rgba(128,0,0,0.13); } .aims-council .stat-item:last-child { border-right: none; } .aims-council .stat-num { display: block; font-family: ‘Cormorant Garamond’, serif; font-size: 36px; font-weight: 700; color: #800000; line-height: 1; } .aims-council .stat-unit { font-size: 16px; color: #E82624; font-weight: 600; } .aims-council .stat-desc { font-size: 10px; color: #6b5a5a; margin-top: 4px; letter-spacing: 0.04em; line-height: 1.4; } /* — Section body──────────────────────────– */ .aims-council .body { padding: 40px 48px 56px; max-width: 100%; } /* — Section header────────────────────────– */ .aims-council .section-label { font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #800000; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; } .aims-council .section-label::after { content: ”; flex: 1; height: 1px; background: #800000; opacity: 0.15; } /* — Bio card──────────────────────────────– */ .aims-council .bio-card { display: flex; gap: 0; background: #ffffff; border-radius: 5px; box-shadow: 0 2px 16px rgba(0,0,0,0.07); border-top: 4px solid #800000; overflow: hidden; margin-bottom: 20px; transition: box-shadow 0.2s ease, transform 0.2s ease; } .aims-council .bio-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.12); transform: translateY(-2px); } .aims-council .bio-card.accent-blue { border-top-color: #2E6AB2; } .aims-council .bio-card.accent-red { border-top-color: #E82624; } .aims-council .bio-card.accent-maroon{ border-top-color: #800000; } /* Photo column */ .aims-council .bio-photo-col { width: 140px; min-width: 140px; position: relative; background: #f7eded; border-right: 1px solid rgba(0,0,0,0.07); display: flex; flex-direction: column; align-items: center; padding: 20px 12px 16px; gap: 10px; } .aims-council .bio-card.accent-blue .bio-photo-col { background: #eaf2fb; } .aims-council .bio-card.accent-red .bio-photo-col { background: #fdf0f0; } .aims-council .bio-photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 3px solid #800000; display: block; } .aims-council .bio-card.accent-blue .bio-photo { border-color: #2E6AB2; } .aims-council .bio-card.accent-red .bio-photo { border-color: #E82624; } /* Placeholder when no photo */ .aims-council .bio-photo-placeholder { width: 96px; height: 96px; border-radius: 50%; background: #fff; border: 3px dashed rgba(128,0,0,0.25); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; } .aims-council .bio-card.accent-blue .bio-photo-placeholder { border-color: rgba(46,106,178,0.3); } .aims-council .bio-card.accent-red .bio-photo-placeholder { border-color: rgba(232,38,36,0.25); } .aims-council .placeholder-initials { font-family: ‘Cormorant Garamond’, serif; font-size: 26px; font-weight: 700; color: #800000; line-height: 1; } .aims-council .bio-card.accent-blue .placeholder-initials { color: #2E6AB2; } .aims-council .bio-card.accent-red .placeholder-initials { color: #E82624; } .aims-council .photo-name-label { font-size: 11px; font-weight: 600; color: #800000; text-align: center; line-height: 1.25; } .aims-council .bio-card.accent-blue .photo-name-label { color: #2E6AB2; } .aims-council .bio-card.accent-red .photo-name-label { color: #E82624; } /* Content column */ .aims-council .bio-content { flex: 1; padding: 20px 24px 18px; min-width: 0; } .aims-council .bio-num { font-family: ‘DM Mono’, monospace; font-size: 9px; font-weight: 500; letter-spacing: 0.14em; color: #E82624; margin-bottom: 4px; } .aims-council .bio-name { font-family: ‘Cormorant Garamond’, serif; font-size: 22px; font-weight: 700; color: #800000; line-height: 1.1; margin-bottom: 3px; } .aims-council .bio-card.accent-blue .bio-name { color: #2E6AB2; } .aims-council .bio-card.accent-red .bio-name { color: #800000; } .aims-council .bio-title { font-size: 12px; font-weight: 400; color: #2E6AB2; font-style: italic; line-height: 1.45; margin-bottom: 10px; } .aims-council .bio-divider { width: 28px; height: 2px; background: #E82624; margin-bottom: 10px; } .aims-council .bio-bullets { list-style: none; margin-bottom: 12px; } .aims-council .bio-bullets li { font-size: 12.5px; font-weight: 300; color: #3a2e2e; line-height: 1.65; padding: 2px 0 2px 14px; position: relative; } .aims-council .bio-bullets li::before { content: ‘●’; position: absolute; left: 0; color: #800000; font-size: 7px; top: 6px; } .aims-council .bio-card.accent-blue .bio-bullets li::before { color: #2E6AB2; } .aims-council .bio-card.accent-red .bio-bullets li::before { color: #E82624; } .aims-council .bio-bullets li strong { font-weight: 600; color: #1a1010; } .aims-council .bio-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 4px; } .aims-council .bio-tag { font-size: 9.5px; font-weight: 600; letter-spacing: 0.07em; padding: 3px 9px; border-radius: 2px; } .aims-council .tag-maroon { background: #f7eded; color: #800000; } .aims-council .tag-blue { background: #eaf2fb; color: #2E6AB2; } .aims-council .tag-red { background: #fdf0f0; color: #E82624; } /* — Footer────────────────────────────────– */ .aims-council .footer { padding: 16px 56px; background: #800000; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; } .aims-council .footer-logo { font-family: ‘Cormorant Garamond’, serif; font-size: 15px; font-weight: 600; color: #fff; } .aims-council .footer-logo span { color: #E82624; } .aims-council .footer-web { font-size: 11px; color: rgba(255,255,255,0.5); letter-spacing: 0.06em; } .aims-council .bottombar { height: 5px; background: linear-gradient(90deg, #2E6AB2 0 35%, #800000 35% 65%, #E82624 65% 100%); } /* — Responsive────────────────────────────– */ @media (max-width: 640px) { .aims-council .hero { padding: 36px 24px 32px; } .aims-council .intro-strip { padding: 14px 24px; flex-direction: column; gap: 8px; } .aims-council .intro-strip-divider { display: none; } .aims-council .body { padding: 28px 20px 40px; } .aims-council .bio-photo-col { width: 110px; min-width: 110px; } .aims-council .bio-name { font-size: 18px; } .aims-council .stats-bar { flex-wrap: wrap; } .aims-council .stat-item { min-width: 50%; } .aims-council .footer { padding: 14px 24px; flex-direction: column; text-align: center; } } @media (max-width: 480px) { .aims-council .bio-card { flex-direction: column; } .aims-council .bio-photo-col { width: 100%; flex-direction: row; padding: 14px 20px; gap: 16px; border-right: none; border-bottom: 1px solid rgba(0,0,0,0.07); } .aims-council .bio-photo, .aims-council .bio-photo-placeholder { width: 64px; height: 64px; } .aims-council .photo-name-label { text-align: left; } }
African Institute for Mathematical Sciences — Cameroon
Academic
Advisory Council
Members & Profiles · 2025/2026 Academic Year
Our Council
An international assembly of distinguished mathematicians, physicists, computer scientists, and climate scientists committed to advancing science and education across Africa.
573
Graduates
since 2013
16
Academic Advisory
Council Members · 2026
17
Countries in the
teaching body
100%
Full scholarships to
selected students
AB
Andreas
MEMBER 01
Prof. Dr. Andreas Buchleitner
Full Professor of Theoretical Physics · Albert-Ludwigs-Universität Freiburg, Germany
  • Diploma in experimental physics/quantum optics, LMU München (1989).
  • Docteur en physique (theoretical/atomic physics), École Normale Supérieure / Université Pierre et Marie Curie, Paris 6 (1993).
  • PostDoc, Max-Planck-Institut für Quantenoptik, Garching (1994–1998); EU Marie Curie Fellow, Queen’s University of Belfast (1997–1998).
  • Dr. rer. nat. habil., LMU München (1999). Minerva Research Fellow, Weizmann Institute of Science, Rehovot (1999/2000).
  • Research Group Leader, Max-Planck-Institut für Physik komplexer Systeme, Dresden (1999–2007).
  • Since 2007, Full Professor for Theoretical Physics, Albert-Ludwigs-Universität Freiburg.
Theoretical Physics Quantum Optics Atomic Physics
AW
Assefa
MEMBER 02
Assoc. Prof. Woldegebriel Assefa Woldegerima
Associate Professor of Mathematics & Statistics · York University, Canada | Founding Director, DIMMS Lab
  • Emerging scholar in AI-integrated mathematical modeling, mathematical biology, and physics-informed neural networks for epidemiology.
  • Founding Director of the DIMMS Lab (Disease-Informed Modelling, Methods & Systems Lab) and Associate Director of LIAM at York University.
  • Research integrates differential equations with machine learning to model infectious disease dynamics, contributing to the theory of PINNs for epidemiological modelling.
  • Previously a postdoctoral fellow at the University of Pretoria.
  • PhD in Applied Mathematics, University of Buea (in collaboration with Lehigh University & AIMS Cameroon).
  • Proud AIMS Cameroon alumnus — master’s thesis on viscosity solutions for Hamilton-Jacobi PDEs.
Mathematical Biology AI / ML Epidemiology PINNs AIMS Alumni
DK
Dorothee
MEMBER 03
Prof. Dr. Dorothee Knees
Professor of Analysis · University of Kassel, Germany
  • PhD in Mathematics, University of Stuttgart, Germany (2005).
  • Research Fellow and Leader of a Junior Research Group at the Weierstrass Institute, Berlin (2005–2014).
  • Since 2014, Professor for Analysis, University of Kassel.
  • Research focuses on analysis of partial differential equations and calculus of variations for problems from materials science and continuum mechanics.
PDEs Calculus of Variations Materials Science Continuum Mechanics
PM
Pascal
MEMBER 04
Dr. Pascal Igri Moudi
Climate Scientist & Early Warning Systems Expert · CAPC-AC / ECCAS
  • PhD in Atmospheric and Environmental Sciences.
  • Expert in Early Warning Systems and Anticipatory Action at the Central African Climate Application and Prediction Centre (CAPC-AC), ECCAS.
  • Key contributor to the ECCAS Multi-Hazard Situation Room, regional coordination, and impact-based early warning systems aligned with UNDRR, WMO, and the African Union (AMHEWAS).
  • Expertise in numerical weather prediction (WRF), climate modeling, multi-hazard risk analysis, and geospatial/Earth observation data integration.
  • Collaborates with ECMWF, WMO, UNDRR, and the African Development Bank.
  • Currently pursuing an Executive MBA in Strategic Management.
Climate Science Early Warning Systems Disaster Risk NWP / WRF
PY
Paulin
MEMBER 05
Assoc. Prof. Paulin Melatagia Yonta
Associate Professor in Computer Science · University of Yaoundé I | Head, IDASCO Research Team
  • PhD, Associate Professor in Computer Science at the University of Yaoundé I.
  • Teaching and research expertise in machine learning, NLP, and data mining, particularly for African languages.
  • Head of the IDASCO (Artificial Intelligence and Data Sciences) research team; Scientific Secretary of the CRI; Director of the Central and East Africa centre of UMMISCO/IRD.
  • Member of executive committees of the African Society in Digital Sciences (ASDS) and the Cameroon Artificial Intelligence Society (CAIS).
  • AI and digital transformation consultant.
Machine Learning NLP · African Languages Data Science AI Research
IB
Isidore
MEMBER 06
Assoc. Prof. Isidore Bikoko
Associate Professor · Strategic Organizational Development & Innovation Ecosystems | Founder, Intellium Global Perspective Group
  • Work at the intersection of academic research, technological innovation, and strategic organizational development, advancing deeptech ecosystems in Francophone Africa.
  • Cameroon Ambassador to AfriLabs (520+ pan-African innovation hubs) since 2024; collaborates with ICESCO and COMSTECH.
  • Founder of Intellium Global Perspective Group.
  • Expert in the World Bank-funded Adaptive Social Safety Nets Project in Cameroon.
  • Experience with World Bank, UNDP, UNEP, IFAD, AUF, and African Business Heroes.
Innovation Ecosystems Deeptech Strategic Development AfriLabs Ambassador
AD
Alain Moïse
MEMBER 07
Prof. Alain Moïse Dikande
Professor & Head of Department of Physics · University of Buea, Cameroon
  • “Doctorat 3ième cycle” in Theoretical Physics, University of Yaoundé I (1993).
  • PhD in Computational Condensed Matter Physics, University of Sherbrooke, Québec, Canada (2004).
  • Alexander von Humboldt Stiftung alumni.
  • Professor and Head of the Department of Physics, University of Buea, Cameroon.
  • Member of the American Physical Society and the Optical Society of America (OPTICA).
Condensed Matter Physics Theoretical Physics Computational Physics Von Humboldt Fellow
BR
Bruno
MEMBER 08
Prof. Bruno Rubino
Full Professor of Applied Mathematics · University of L’Aquila, Italy | Vice-Rector for International Affairs
  • Full Professor at the University of L’Aquila since 2001.
  • Early research in non-strictly hyperbolic conservation laws applied to petroleum fluid dynamics; later expanded to hydrodynamic and drift-diffusion models for semiconductor charge transport.
  • Most recent research in computational seismology — analysis of 3D seismic wave propagation through the integration of High-Performance Computing (HPC) and Artificial Intelligence (AI) techniques.
  • Coordinator of Erasmus Mundus Joint Master programmes (MathMods & InterMaths), establishing multiple international double degrees.
  • Vice-Rector for International Affairs, University of L’Aquila since 2019.
Applied Mathematics Computational Seismology HPC & AI International Education
MM
Marco
MEMBER 09
Prof. Marco Merkli
University Research Professor of Mathematics · Memorial University of Newfoundland, Canada
  • Diploma in theoretical physics, EPFL, Switzerland.
  • PhD in Mathematics, University of Toronto.
  • Postdoctoral fellowships at ETH Zurich, Centre de Recherches Mathématiques, McGill University, and the Fields Institute.
  • University Research Professor of Mathematics, Memorial University of Newfoundland.
  • Research in quantum theory: open quantum systems, effective evolution equations, Markovian and non-Markovian approximations, decoherence, and entanglement.
  • Has taught mathematical tools for quantum theory at AIMS Cameroon multiple times.
Quantum Theory Open Quantum Systems Decoherence AIMS Cameroon Lecturer
GN
Gideon
MEMBER 10
Prof. Gideon Akumah Ngwa
Professor of Applied Mathematical Modelling & Dean, Postgraduate School · University of Buea | Extraordinary Professor, University of Pretoria
  • BSc Pure & Applied Mathematics, University of Swansea (1989).
  • MSc and DPhil in Mathematical Biology, University of Oxford (1990, 1993).
  • Extraordinary Professor, University of Pretoria (2023).
  • Professor of Applied Mathematical Modelling and Dean of the Postgraduate School, University of Buea, since 2013.
  • Research in mathematical modelling of malaria, mosquito population dynamics, and indirectly transmitted diseases.
  • 15+ publications in Journal of Theoretical Biology, Bulletin of Mathematical Biology, Mathematical Biosciences.
  • Expert reviewer for Cameroon’s Joint Recruitment & Promotions Board.
Mathematical Biology Malaria Modelling Epidemiology Oxford DPhil
MS
Mouhamadou
MEMBER 11
Dr. Mouhamadou Bamba Sylla
AIMS Network Research Chair in Climate Change Science · AIMS-RIC, Kigali, Rwanda
  • AIMS Network Research Chair in Climate Change Science at AIMS-RIC, Kigali.
  • Previously: Director of Research and Senior Scientist in Climate Modeling at WASCAL, Ouagadougou; postdoctoral fellowship at ICTP, Trieste; researcher and lecturer at Loyola Marymount University, Los Angeles.
  • 15+ years post-PhD; author of 100+ publications. Member of the WMO Scientific Advisory Panel and co-chair of WMO Regional Association 1’s Research & Capacity Building committee.
  • Co-leads WMO’s State of Climate in Africa reports. IPCC AR6 contributor; Lead Author for IPCC AR7 (due 2028/29).
Climate Modeling IPCC Lead Author WMO SAP AI for Climate
TC
Timoteo
MEMBER 12
Prof. Timoteo Carletti
Full Professor of Applied Mathematics · University of Namur, Belgium | Director, Department of Mathematics
  • Masters in Physics, University of Florence (1995); doctoral thesis in mathematics, IMCCE, Paris (2000).
  • Postdoctoral stays at Paris XI, IMPA (Rio de Janeiro), Scuola Normale Superiore Pisa, University of Padova.
  • Full Professor, University of Namur since 2011; Director, Department of Mathematics (2021–present).
  • Among the creators of the Namur Center for Complex Systems (2010).
  • President, FNRS Doctoral School on Non-linear Phenomena & Complex Systems (2011–2017).
  • Author of 150+ publications spanning complex networks, dynamical systems, Turing patterns, and synchronization.
Complex Systems Dynamical Systems Complex Networks Turing Patterns
ZT
Ziad
MEMBER 13
Prof. Ziad Taib
Professor of Biostatistics · Chalmers University of Technology, Sweden
  • Research in stochastic models in biology and medicine: branching processes, population dynamics, epidemic modelling, and statistical methods for drug development.
  • Professor of Biostatistics, Chalmers University of Technology; Visiting Professor at UC Santa Barbara and University of Melbourne.
  • Worked part-time at AstraZeneca; founder of Atlasbiostat (biotech/pharma consultancy).
  • Chartered Statistician, Royal Statistical Society.
  • Former President, IBC-NBR and Swedish Society of Medical Statistics (FMS).
Biostatistics Stochastic Models Drug Development Epidemiology
DM
Diletta
MEMBER 14
Dr. Diletta Martinelli
Assistant Professor of Algebraic Geometry · University of Amsterdam, Netherlands
  • Algebraic geometer specialising in birational geometry and the minimal model program, focusing on connections to Bridgeland stability conditions.
  • PhD, Imperial College London (2016); postdoctoral positions at University of Edinburgh, Glasgow, and MSRI, Berkeley (2019).
  • Assistant Professor, University of Amsterdam since 2019.
  • Leading figure in research capacity building for the Global South: Vice Chair, Committee for Developing Countries, EMS; board member, LMS MARM programme; CIMPA Scientific Officer; coordinator, Italian Mathematical Union working group; Faculty of Science coordinator for Global South collaborations at UvA.
Algebraic Geometry Birational Geometry Minimal Model Program EMS · LMS · CIMPA Global South Research
MF
Prof. Mama
MEMBER 15
Prof. Dr. Mama Foupouagnigni
Centre President, AIMS Cameroon · Chief Academic Officer, AIMS Global Network · Full Professor, University of Yaoundé I
  • Master in Mathematical Physics and PhD in Mathematical Physics, Institut de Mathématiques et de Sciences Physiques, Porto-Novo, Bénin (1995, 1998).
  • Habilitation, University of Kassel, Germany (2006).
  • Full Professor, Advanced Teachers’ Training College, University of Yaoundé I since 2013.
  • Centre President, AIMS Cameroon, since 2016; Chief Academic Officer, AIMS Global Network, since 2020.
  • Research in orthogonal polynomials on non-uniform lattices and special functions.
  • Africa Representative, IMU Commission for Developing Countries (2015–2022). Alexander von Humboldt Ambassador Scientist for Cameroon (2008–2014). President, Cameroon Mathematical Union (2019–2024).
  • Supervised 8 PhDs and ~30 Master degrees. Led construction of AIMS Cameroon’s permanent Limbe facilities (5,490 m², completed December 2025).
Orthogonal Polynomials Mathematical Physics Special Functions Von Humboldt Fellow AIMS Centre President AIMS CAO
DT
Daniel
MEMBER 16
Dr. Daniel Duviol Tcheutia
Academic Director, AIMS Cameroon · Senior Lecturer, University of Yaoundé I
  • Bachelor in Mathematics, University of Dschang (2004). Master with thesis (DEA), University of Yaoundé I (2008).
  • PhD in Mathematics, University of Kassel, Germany (2014) — thesis on connection, linearization, and duplication coefficients of classical orthogonal polynomials; supervised by Prof. Wolfram Koepf and Prof. Mama Foupouagnigni.
  • Habilitation, University of Kassel (2019). Postdoctoral researcher, Institute of Mathematics, University of Kassel (2016–2019).
  • Senior Lecturer, University of Yaoundé I since 2020.
  • Academic Director, AIMS Cameroon, since June 2023.
  • Research in orthogonal polynomials, special functions, and computational mathematics.
  • Author of 18 publications in leading journals including the Ramanujan Journal, Journal of Symbolic Computation, and Applied Numerical Mathematics.
Orthogonal Polynomials Special Functions Computational Mathematics Computer Algebra AIMS Academic Director
<!– HOW TO ADD PHOTOS: Replace:
XX
With: Name Recommended: 200x200px square crop, JPG or WebP. –>