Academic Staff and Advanced Fellows
";
doTable ($academics, 0);
echo "Research Staff
";
doTable ($research, 0);
echo "Computing, Engineering and Technical Staff
";
doTable ($technical, 0);
echo "Administrative Staff
";
doTable ($administrative, 0);
echo "PhD Students
";
doTable ($postgrads, 0);
echo "Advanced MSc Students
";
doTable ($project, 0);
echo "Visitors and Emeriti
";
doTable ($visitors_emeriti, 0);
?>