if (strlen($student_row['ResDiv'])>0) { ?>
Research Division : |
echo $research_divisions[$student_row['ResDiv']] ?> |
} ?>
$advisorsprinted=0;
$advisor_query_result=mysql_query('SELECT * FROM StudentAdvisors ' .
'WHERE Student=' . $id, $db);
if ($advisor_query_result) {
$advisorsfound=0;
while($advisor_row=mysql_fetch_array($advisor_query_result)) {
if (strlen($facultynames[$advisor_row['Advisor']])>0) {
$advisorid[$advisorsfound]=$advisor_row['Advisor'];
$advisorname[$advisorsfound++]=
$facultynames[$advisor_row['Advisor']];
}
}
if ($advisorsfound) {
?>
Advisor if ($advisorsfound>1) {echo('s');}?>
: |
for($j=0;$j<$advisorsfound;$j++) {
if ($j && $advisorsfound!=2) print(", ");
if ($j && $j==$advisorsfound-1) {
if ($advisorsfound==2) { print(" ");}
print("and ");
}
print("");
printf($advisorname[$j] . "");
}
$advisorsprinted=1;
?> |
}
}
?>
Contact : |
echo $Ad1 ?>
echo $Ad2 ?>
echo $Ad3 ?>
echo $tel ?>
if (strlen($email)>0){ ?>
echo $email ?>
} ?>
if (strlen($web)>0){ ?>
print $web ?>
} ?>
|
More info : |
if ($cvtype>0) { ?>
if ($cvtype==1) { echo('Biosketch'); } else { echo('CV'); }
?>
} ?>
PubMed
if (printPublicationLink( -$id, $db,
'size="2" face="Arial" color="#800000"')) {
echo(" ");
}?>
|