include "../../common/header.php"; include "../section_head.php"; include "../../common/sidemenu-alumni.php"; ?>
Our past PhD graduates (MAs where noted) hold a diverse array of positions and careers today. Below is a sample of what and where a PhD in geography could lead to.
chair = grad committee chair
$query = "SELECT *,SUBSTR(degree_date,-4) AS year FROM people WHERE is_alum ORDER BY year DESC,last ASC"; $result = mysql_query($query); $current_year = ''; for($i = 0; $row = mysql_fetch_assoc($result); $i++){ if($row['year'] != $current_year){ $current_year = $row['year']; echo $i%2?"\n":''; $i = 0; echo "