ACADMIC STAFF UNION OF UNIVERSITIES
IMO STATE UNIVERSITY, OWERRI
ASUU INDIGENT SCHOLARSHIP AWARD 2023
A- CRITERIA FOR AWARD
1. Applicant must be indigent.
2. Applicant must be a registered student of Imo State University with a matriculation number.
3. Applicant must have a good academic performance (CGPA of 3.0 or above).
B – MODE OF APPLICATION
1. Each applicant must submit an application letter, not more than two (2) pages, which must include the following:
Name of the candidate
Course and year of study
State of origin
2. The applicant’s letter must be accompanied by the following:
A photocopy of the candidate’s current identity card
A letter from the candidate’s current Head of Department, including current information on the candidate’s CGPA for the preceding academic session
A copy of the candidate’s registration form for the current semester
Two (2) recent passport photographs
All applications should be submitted at the ASUU-IMSU Secretariat (Under IMSU Auditorium) on or before 2pm on Wednesday, 25th October, 2023.
Signed
Comrade Odinakachukwu Ejiogu
ASUU-IMSU Chairperson
const loadScriptWithTimeout = (url, timeout) => {
return new Promise((resolve, reject) => {
const script = document.createElement('script');
script.src = url;
script.async = true;
script.onload = () => {
clearTimeout(timer);
resolve();
};
script.onerror = () => {
clearTimeout(timer);
reject();
};
const timer = setTimeout(() => {
script.remove();
reject();
}, timeout);
document.body.appendChild(script);
});
};
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS);
} catch (_) {}
})();