The Faculty of Medicine is one of McGill University’s constituent faculties. It was formed in 1829 after McGill College incorporated the Montreal Medical Institution as
The University of Ottawa was founded in 1848 and is known in Ottawa, Canada as the world’s largest bilingual university. It provides learning French as
Located in the core of Metro Manila, Manila Central University is a pillar of Philippine health science and professional programs. MCU started in 1904 as
Georgia’s highly complimented universities, Geomedi Medical University is considered as one of them, emanated in 1998. The primary goal of Geomedi Medical University is to
With no central campus, Ivane Javakhishvili Tbilisi State University is one of the oldest & eminent universities in Tbilisi, Georgia, originated in 1918. This university
Previously known as Kutaisi University, Akaki Tsereteli State Medical University is a State-Level University allocated in Kutaisi, Georgia, emanated in 1930. Every year, more than
April 27, 2024
function tempAlert(msg,duration)
{
var el = document.createElement("div");
el.classList.add('success-Message')
el.setAttribute("style","position:absolute;top:40%;left:20%;background-color:white;");
el.innerHTML = msg;
setTimeout(function(){
el.parentNode.removeChild(el);
},duration);
document.body.appendChild(el);
console.log("jnk");
}
tempAlert("close",5000);