Connect with us

General

First Makerere Workshop on Social Systems & Computation

Published

on

Summary Top researchers from Northwestern University (Chicago), University of British Columbia (Vancouver) and Makerere (Kampala) are teaming up to offer a workshop on cutting-edge methods for computational modeling of social systems, algorithm design, and machine learning. The sessions will take place between December 3rd and 10th, and there is no cost for attendance; however, registration is mandatory.

Summary Top researchers from Northwestern University (Chicago), University of British Columbia (Vancouver) and Makerere (Kampala) are teaming up to offer a workshop on cutting-edge methods for computational modeling of social systems, algorithm design, and machine learning. The sessions will take place between December 3rd and 10th, and there is no cost for attendance; however, registration is mandatory.

Attendance is limited to academic staff working at a Ugandan university; students doing research in related areas may also be given special permission to attend if space permits. Participants will have the opportunity to publish papers in official, reviewed workshop proceedings at a later date. A certificate of completion will be provided to participants who attend at least two thirds of workshop sessions.

Overview Traditionally, computer science has viewed data as coming from either an adversarial source or from nature itself, giving rise to worst-case and average-case design and analysis of optimization algorithms. In recent years with the advent of modern technologies like the Internet, it has become increasingly apparent that neither of these assumptions reflects reality. Data is neither adversarial nor average, but rather inputs to algorithms are constructed by a diverse set of self-interested agents in an economy, all aiming to maximize their own happiness. Thus the raw data is often not available to an algorithm designer, but must be solicited from the agents–that is, the designer faces an economic constraint. The primary goal of this workshop is to explore the implications of this observation. We will study the performance of algorithms in the presence of utility-maximizing agents and ask whether alternate designs might create incentives for agents to act more optimally. Simultaneously, we will look at other more traditional optimization problems such as approximation and learning and techniques to solve them, pointing out that these may often be leveraged to solve issues in the economic setting.

Related Research Areas Computer Science Theory; Artificial Intelligence; Economics; Business

Format The workshop will consist of six 3-hour lectures, plus meal/breakout sessions for informal research discussion. Spaces are strictly limited, and attendees must pre-register. We will aim to select topics and session times that are best for our participants. To register, and to indicate your preferences for topics and dates, please complete the survey at http://www.surveymonkey.com/s/WWGMKZG.

List of Candidate Topics The workshop will consist of up to six of the following twelve topics.

Introduction to Game Theory
Game theory is the mathematical study of interaction among independent, self-interested agents. It has been applied to disciplines as diverse as economics, political science, biology, psychology, linguistics—and computer science. This tutorial will introduce what has become the dominant branch of game theory, called noncooperative game theory, and will specifically describe normal-form games, a canonical representation in this discipline. The tutorial will be motivated by the question: "In a strategic interaction, what joint outcomes make sense?"

Voting Theory
Voting (or "Social Choice") theory adopts a“designer perspective” to multiagent systems, asking what rules should be put in place by the authority (the “designer”) orchestrating a set of agents. Specifically, how should a central authority pool the preferences of different agents so as to best reflect the wishes of the population as a whole? (Contrast this with Game Theory, whichadopts what might be called the “agent perspective”: its focus is on making statements about how agents should or would act in a given situation.) This tutorial will describe famous voting rules, show problems with them, and explain Arrow's famous impossibility result.

Mechanism Design and Auctions
Social choice theory is nonstrategic: it takes the preferences of agents as given, and investigates ways in which they can be aggregated. But of course those preferences are usually not known. Instead, agents must be asked to declare them, which they may do dishonestly. Since as a designer you wish to find an optimal outcome with respect to the agents’ true preferences (e.g., electing a leader that truly reflects the agents’ preferences), optimizing with respect to the declared preferences will not in general achieve the objective. This tutorial will introduce Mechanism Design, the study of identifying socially desirable protocols for making decisions in such settings. It will describe the core principles behind this theory, and explain the famous "Vickrey-Clarke-Groves" mechanism, an ingenious technique for selecting globally-utility-maximizing outcomes even among selfish agents. It will also describe Auction Theory, the most famous application of mechanism design. Auctions are mechanisms that decide who should receive a scarce resource, and that impose payments upon some or all participants, based on agents' "bids".

Constraint Satisfaction Problem Solving
This hands-on tutorial will teach participants about solving Constraint Satisfaction Problems using search and constraint propagation techniques. This is a representation language from artificial intelligence, used to describe problems in scheduling, circuit verification, DNA structure prediction, vehicle routing, and many other practical problems. The tutorial will consider the problem of solving Sudoku puzzles as a running example. By the end of the session, participants will have written software (in Python) capable of solving any Sudoku puzzle in less than a second.

Bayesian methods and Probabilisitic Inference
Bayesian methods are commonly used for recognising patterns and making predictions in the fields of medicine, economics, finance and engineering, powering all manner of applications from fingerprint recognition to spam filters to robotic self-driving cars. This session will show how principles of probability can be used when making inferences from large datasets, covering issues such as prior knowledge and hyperpriors, the construction of "belief networks", and nonparametric methods such as Gaussian processes. Several applications will be demonstrated.

Computer Vision

It is useful to be able to automatically answer questions about an image, such as "is this the face of person X?", "how many cars are there on this street?" or "is there anything unusual about this x-ray?". This session will look at some of the current state of the art in computer vision techniques, including methods for representing the information in an image (feature extraction), and to recognise objects in an image given such a representation. We will particularly spend some time looking at approaches which have been found to work well empirically on object recognition, such as generalised Hough transforms, boosted cascades of Haar wavelet classifiers, and visual bag-of-words methods. Locally relevant applications in crop disease diagnosis, parasite detection in blood samples and traffic monitoring will be demonstrated as illustrating examples.

Learning Causal Structure from Data
Until a few decades ago, it was thought to be impossible to learn causes and effects from purely observational data without doing experiments. Sometimes, however, it is impossible to do experiments (e.g. in some branches of genetics), or experiments may be costly or unethical (e.g. situations in climate change or medicine), so the emergence of computational methods for distinguishing causes, effects and confounding variables is likely to have wide implications. Some principles are now understood for learning the causal structure between different variables, and this session will explain the most successful current approaches, their possibilities and their limitations.

Internet Search and Monetization
The internet is one of the most fundamental and important applications of computer science. Central to its existence are search engines which enable us to find content on the web. This module focuses on the algorithms like PageRank that these search engines use to help us find webpages. It also studies how these engines make money through advertising.

Social Networks
Social networks describe the structure of interpersonal relationships and have many alarmingly predictable properties. While most people have just a few friends, most social networks have at least a few very popular people. Furthermore, most people are closely linked to every other person so that a message (or an idea or a disease) can spread rapidly throughout the network. Finally, social networks tend to be fairly clustered — i.e., if two people share a common friend it is quite likely that they are also friends. This module will discuss the typical structures of social networks, models that explain these structures, and the impact of these structures on activities in the social network such as message routing or the adoption of new technologies.

Two-Sided Matching Markets
Many markets involve two “sides'' that wish to be matched to one another. For example, a marriage market matches women to men; a job market matches workers to employers. In such settings, people on each side have strict preferences over the options on the other side of the market. Hence, a woman Julie may like David best, John second best, and Christopher third. David on the other hand may prefer Mary to Julie. In such settings, what matches might we expect to form? Can these matches be computed by a centralized algorithm, a match-maker for example, and what are the corresponding incentives of the participants? These questions are of fundamental importance as such centralized algorithms are in use in many important markets. In many countries, medical students are matched to hospitals using such algorithms, or school children to schools.

Approximation Algorithms
In the field of algorithms, many tasks turn out to be computationally difficult. That is, the time to complete the task is fundamentally large compared to the size of the problem. For example, consider the problem of finding the optimal way to visit 10 cities, visiting each exactly once. To minimize travel time, one could test all possible travel schedules, but for 10 cities there are already 3.5M of them! Unfortunately, there is not a significantly quicker way to find the optimal solution. However, one can find an approximately optimal solution quickly. That is, with just a few things to check, one can design a schedule that takes at most 50% more time than the optimal one. In this module we showcase a few general techniques for computing approximate solutions to hard problems, including the use of randomization and linear programming.

Graph Theory
A graph is a combinatorial object consisting of nodes and edges, and is a extremely valuable abstraction of many practical problems. For example, nodes might represent jobs and edges might connect pairs of jobs that can not be performed simultaneously. Alternatively, nodes might represent electronic components on a circuit board and edges the wiring that connects them. Many questions that arise in such domains can be cast as an optimization question in the corresponding graph. The number of workers required to complete all jobs in fixed time frame in the first example is at its heart a graph coloring problem. Asking whether one can lay out the circuit board so no two wires cross becomes the problem of determining which graphs have planar representations. This course defines graphs, shows how to solve a few fundamental graph problems, and applies them to practical settings.

Speaker Bios

Nicole Immorlica  is an assistant professor in the Economics Group of Northwestern University's EECS department in Chicago, IL, USA. She joined Northwestern in Fall 2008 after postdoctoral positions at Microsoft Research in Seattle, Washington, USA and Centruum voor Wiskunde en Informatica (CWI) in Amsterdam, The Netherlands. She received her Ph.D. from MIT in Boston, MA, USA, in 2005 under the joint supervision of Erik Demaine and David Karger. Her main research area is algorithmic game theory where she investigates economic and social implications of modern technologies including social networks, advertising auctions, and online auction design.

Kevin Leyton-Brown is an associate professor in computer science at the University of British Columbia, Vancouver, Canada. He received a B.Sc. from McMaster University (1998), and an M.Sc. and PhD from Stanford University (2001; 2003). Much of his work is at the intersection of computer science and microeconomics, addressing computational problems in economic contexts and incentive issues in multiagent systems. He also studies the application of machine learning to the automated design and analysis of algorithms for solving hard computational problems.

John Quinn is a Senior Lecturer in Computer Science at Makerere University. He received a BA in Computer Science from the University of Cambridge (2000) and a PhD from the University of Edinburgh (2007). He coordinates the Machine Learning Group at Makerere, and his research interests are in pattern recognition and computer vision particularly applied to developing world problems.

Denis Wamala

Continue Reading

General

First-Year Student’s Joining Instructions 2025/26

Published

on

Dear Students; Class of 2025/2026
I am very delighted to welcome you to Makerere University. You are joining a Premier University and I hope you all are excited to start your new academic journey. We would like to first congratulate all of you for successfully overcoming the many challenges you have all faced, from completing high school to choosing a university and a study program and the extensive delays in the admission process you experienced.

As you are about to begin one of the most exciting times in your life, you should acknowledge and appreciate your efforts and achievements so far. I am aware that as a fresher, you are filled with hope and ambition, and I encourage you to take a moment to reflect on the road that has brought you here. I know that you have worked hard and overcome many obstacles
to reach this point. So, take a moment to savor this achievement and be proud of yourselves.

Now, as you step into the next phase of your lives, I want to remind you that this is a time of growth and exploration. You will face new challenges, make new friends, and gain experiences that will shape you into the person you will become. This is the time to embrace new opportunities, learn from your mistakes, and never stop growing.

I also want to emphasise the importance of hard work, determination, and resilience. These are the qualities that will help you overcome any obstacle and succeed in your endeavors. Remember to keep your focus on your goals and work towards them with determination.
I encourage you to approach your studies with a growth mindset. This means that you believe that your abilities can be developed through hard work and perseverance. Remember that failure is not the end, but rather an opportunity to learn and grow.

Professor Buyinza Mukadasi (PhD)
Academic Registrar

Mak Editor

Continue Reading

General

Transform Ivory Tower into Impact Tower – First-ever CEOs’ Summit

Published

on

Rt. Hon. Rukia Nakadama Isanga (4th Right), Hon. Balaam Barugahara (4th Left), Prof. Barnabas Nawangwe (Rear: 3rd Left), and Mr. George Turyamureeba (3rd Right) with Members of Management and stakeholders at the First Ever Alumni CEOs Summit on 2nd September 2025. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.

Makerere University, through the Makerere University Convocation (MUC), has hosted the first-ever CEOs/Investors’ Round Table Summit on Tuesday, 2nd September 2025. The historic event brought together alumni, Chief Executive Officers (CEOs), and stakeholders in a distinguished assembly aimed at re-imagining the university’s role in national and continental transformation.

The Convocation, which serves as a critical forum for foresight and life-transformational dialogue, unveiled five transformative points carefully crafted to transform Makerere from a symbolic “ivory tower” into an “impact tower” that influences the country and the world more than ever before.

Government Endorsement and Call to Action

The Chief Guest, Prime Minister Rt. Hon. Robinah Nabbanja, was represented at the event by the 3rd Deputy Prime Minister, Rt. Hon. Rukia Nakadama Isanga. She conveyed warm greetings from H.E. the President of Uganda, Gen. Yoweri Kaguta Museveni, and the Rt. Hon. Prime Minister.

She commended the Convocation for convening under the summit under a significant and timely theme: “Exploring the Opportunities for Entrepreneurship, Innovation and Value Creation for Accelerated Socio-Economic Integration and Development of Sub-Saharan Africa.”

Rt. Hon. Rukia Nakadama Isanga. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Rt. Hon. Rukia Nakadama Isanga.

She described the summit as not just a gathering but a journey and a call to action, urging academia, industry, and government to align efforts with Uganda’s and Africa’s transformation priorities.

Framing her remarks around the World Bank’s guiding principles—Trust, Humility, Inclusion, Collaboration, and Knowledge—she explained:

  • “Trust must be built between government, academia, and business… the gathering reflects the trust in CEOs and investors to walk this journey together.”
  • “Humility requires listening and learning, recognizing that no single institution has all the answers.”
  • “Inclusion reminds us that no youth, woman, or marginalized group should be left behind in transformation.”
  • “Collaboration is the currency of progress, necessary for solving complex challenges across sectors.”
  • “Knowledge remains our greatest asset, with Makerere University demonstrating its importance in moving from ivory towers to communities to transform lives.”
Current and Former Guild Leaders including Mr. Wilbrod Owor (CEO, Uganda Bankers Association) pose for a group photo with dignitaries. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Current and Former Guild Leaders including Mr. Wilbrod Owor (CEO, Uganda Bankers Association) pose for a group photo with dignitaries.

She then unveiled a “massive transformation purpose”, commissioning five working teams led by CEOs and investors. The teams, nominated lead persons, and their respective objectives included:

  1. From Ivory Tower to Impact Tower – Dr. Patricia Ojangole (UDB) with Patrick Ayota (NSSF), translating research into market-ready innovations.
  2. Diaspora Dividend vs Brain Drain – Jennifer Bamuturaki (Uganda Airlines) with Michael Mugabi (Housing Finance Bank), harnessing diaspora capital, skills, and mentorship.
  3. Intergenerational Knowledge Bridges – Fabian Kasi (Centenary Bank) with Ajay Kumar (Quality Chemicals), institutionalizing mentorship and reverse mentorship.
  4. Climate and Infrastructure Leadership – Proscovia Nabbanja (UNOC) with Silver Mugisha (NWSC), anchoring research in energy security, green transition, and infrastructure.
  5. Pan-African Digital and AI Advantage – Sylvia Mulinge (MTN Uganda) with Mumba Kalifungwa (Stanbic Bank), positioning Makerere as Africa’s digital and AI hub.

She pledged full government support, noting that the teams would convene in the Office of the President. “This summit is not ceremonial but a covenant,” she stressed.

The Minister’s Reflection

Hon. Balaam Barugahara, State Minister for Gender, Labour and Social Development in charge of Children and Youth Affairs, emphasized that the summit was not a party but a process of transformation.

Hon. Balaam Barugahara gestures. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Hon. Balaam Barugahara gestures.

Drawing from personal experience, he recalled joining Makerere in 2000 and completing his degree in seven years due to balancing work, hustling for fees, and studying. He praised the university’s role in shaping his success and highlighted recent developments such as the renovation of Mary Stuart Hall and revamping the Main and Western gates, as milestones that have enhanced Makerere’s image. He equally applauded the curbing of staff and student unrest.

He noted that the summit aimed to facilitate networking, mentorship, career opportunities, and university development, signalling collective commitment to Uganda’s transformation.

Council’s Vision: A Legacy Re-imagined

Representing Makerere University Council Chairperson Ms. Lorna Magara, Prof. Sarah Ssali described the summit as a “historic alumni CEO investor round table” and a reaffirmation of Makerere’s role in Africa’s development. She described the university as a “cradle of leadership, innovation and resilience”, noting that the gathering’s objectives included fostering partnerships, showcasing research, launching a fundraising drive, and strengthening alumni engagement. Prof. Ssali emphasized that alumni relations must go beyond occasional financial contributions during events, to continuous communication and genuine relationships. “This summit marks the start of a journey, not just an isolated event,” she reechoed.

Prof. Sarah Ssali. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Prof. Sarah Ssali.

Vice Chancellor on Unlocking Makerere’s Potential

Reflecting on the theme of his bid for the Office of Vice Chancellor, “Unlocking the Potential of Makerere University,” Prof. Barnabas Nawangwe noted that while many only celebrate the absence of strikes, behind the calmness is a vibrant transformation.

He highlighted Makerere’s alumni strength, with over 20,000 CEOs globally, and underscored their contributions to Uganda’s economy, governance, health, sports, and research. “What would Uganda do without Makerere?” he pondered. Prof. Nawangwe quickly added that the moment was ripe for Makerere to collaborate more with diaspora alumni so as to tap into fast-evolving niches such as blockchain.

Prof. Barnabas Nawangwe. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Prof. Barnabas Nawangwe.

Convocation’s Strategic Role

MUC Chairperson CPA George Mugabi Turyamureeba outlined the Convocation’s mission to support the university’s growth and well-being. He highlighted innovations such as the Convocation House, the annual luncheon for first-class graduates and their parents, mentorship programs, and the MUC SACCO as initiatives that his team had established and promoted during the term so far. The Chairperson nevertheless urged the CEOs present to enable the Convocation have greater impact collaborating on existing as well as envisaged projects such as the Convocation Innovation Centre.

CPA George Turyamureeba. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
CPA George Turyamureeba.

Adding her voice, Vice Chairperson Ms. Grace Cherotich Ruto urged participants—described as “movers and shakers” of Uganda’s economy—to ensure that their decisions today would be celebrated by future generations.

CPA George Turyamureeba (Right) and Ms. Grace Cherotich Ruto (2nd Right) and members of the Convocation Team. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
CPA George Turyamureeba (Right) and Ms. Grace Cherotich Ruto (2nd Right) and members of the Convocation Team.

Keynote Address: The Journey’s Just Began

In his keynote, Dr. Peter Kimbowa, Founder and Board Chair of the CEO Summit and Makerere alumnus, congratulated his alma mater on the initiative and reaffirmed the Convocation’s strategic role.

He emphasized that the Round Table Summit should not be seen as a one-time event but as an ongoing journey, echoing American Football Player Jalen Hurts’ mantra: “There’s no arrival. Only the journey.” Dr. Kimbowa defined the Convocation as a community of leaders, alumni, and faculty united by heritage and vision. He described it as a bridge connecting:

  • The past to the future,
  • Business and industry to academia, and
  • Learning to market needs.
Dr. Peter Kimbowa. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Dr. Peter Kimbowa.

He stressed that the Convocation’s ultimate goal was to transform Makerere into a self-sustaining engine of innovation, opportunity, and national transformation. Drawing on corporate insights, he challenged participants to always ask “what is the next opportunity?” and warned against complacency. He unpacked the massive transformation purpose structured around five working teams which MUC has developed, whereby corporate chief executives from Uganda are called upon to lead collaboration with the university. He highlighted the importance of mobilizing talent to connect with successful Ugandan alumni, underscoring the need for local CEOs to harness talent in the diaspora. He emphasized deliberate action, mobilization of global alumni talent, and collaboration between CEOs and the university to sustain transformation

Members of Management from Left to Right: Mr. Paul Agaba-Procurement and Disposal Unit, Mr. Simon Kizito-Deputy University Secretary, Prof. Robert Wamala-Director Research Innovations and Partnerships, and Prof. Ruth Nalumaga-University Librarian. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Members of Management from Left to Right: Mr. Paul Agaba-Procurement and Disposal Unit, Mr. Simon Kizito-Deputy University Secretary, Prof. Robert Wamala-Director Research Innovations and Partnerships, and Prof. Ruth Nalumaga-University Librarian.

Panel Discussions and Triple Helix Framework

The day’s panel discussion featured Mr. Samuel Mwogeza (Executive Director, Stanbic Bank), Mr. Peter Sibukule (Headmaster, Busoga College Mwiri), Mr. Clovice Bright Irumba (Petroleum Authority of Uganda), and Ms. Grace Cherotich.

Mr. Mwogeza stressed the need to commercialize university prototypes and ideas. He explained that banks like Stanbic use their networks to strengthen innovators’ business cases, preparing them for market entry. Mr. Sibukule on the other hand called for transformation of mindsets right from secondary school level so that students are well primed to communicate, collaborate, uphold integrity and good work attitudes over qualifications in the marketplace. Mr. Irumba highlighted efforts by the PAU to create more opportunities for Ugandan entities to get involved in the oil and gas sector thanks to gaps highlighted by a study undertaken by the Economic Policy Research Centre (EPRC). Ms. Cherotich on the other hand invited CEOs to take interest in research outputs of the Makerere University Research and Innovations Fund (Mak-RIF) and reassured the audience of the Convocation’s readiness to provide a trusted platform for engagement with industry.

Panelists from Left to Right: Ms. Grace Cherotich Ruto, Mr. Samuel Mwogeza, Mr. Peter Sibukule and Mr. Clovice Bright Irumba with Moderator-Dr. William Tayeebwa. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Panelists from Left to Right: Ms. Grace Cherotich Ruto, Mr. Samuel Mwogeza, Mr. Peter Sibukule and Mr. Clovice Bright Irumba with Moderator-Dr. William Tayeebwa.

Contributing to the day’s discussion, Prof. Eriabu Lugujjo, Executive Director of the Uganda Vice Chancellors’ Forum (UVF), reminded the audience of the “Triple Helix” model and it’s underlying policy frameworks that in the recent past guided collaboration between universities, government, and the private sector. He observed Uganda’s lack of a robust framework, and called for policies that tie tax incentives to university support by corporations and other business entities.

Prof. Eriabu Lugujjo. Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Prof. Eriabu Lugujjo.

Proceedings

The inaugural edition of the summit was moderated by Dr. Tayeebwa William from the Department of Journalism and Communication who doubles as Managing Editor Makerere University Press and Dr. Viola Karungi from the Department of Performing Arts and Film (PAF).

Dr. Viola Karungi (Left) and Dr. William Tayeebwa (Right). Makerere University Convocation (MUC) first-ever CEOs/Investors’ Round Table Summit, 2nd September 2025, Convocation House, Edge Road, Kampala Uganda, East Africa.
Dr. Viola Karungi (Left) and Dr. William Tayeebwa (Right).

The PAF team took charge of the leading the anthems and day’s entertainment, which included a poetic presentation of the Makerere University Anthem.

Eve Nakyanzi
Eve Nakyanzi

Continue Reading

General

Admission Lists -Disability and District Quota Schemes 2025/26

Published

on

The Office of Academic Registrar, Makerere University has released the admission list of candidates admitted under the Disability and District Quota Schemes with Government sponsorship 2025/26 Academic Year.

Kindly follow the links below to access the lists:-

Mak Editor

Continue Reading

Trending