include("class.php");
include("header.php");
?>
Instructor: Neil Rhodes
(nrhodes@cs.ucsd.edu)
Office hours: Tuesday 2:30-3:30, Thursday: 3:30-4:30 in EBU3B 2208. Tues/Thurs 8-9:30 PM in EBU3B B-230 (in the basement of the CSE building).
TAs: Evan Ettinger
(eettinger@cs.ucsd.edu)
Office hours: Mon. EBU3B B225 (in basement) 12:30-2:30pm
TAs: Brian McFee
(bmcfee@cs.ucsd.edu)
Office hours: Wednesday 10-12 EBU3B B225.
Announcements
Latest information concerning possible changes
in office hours, reading assignments, etc.
foreach ($announcements as $day=>$announcement) {
echo "
";
echo "";
echo date("M. j", strtotime($day));
echo "";
echo "";
EmitArrayOrSingleString($announcement, "- ", "
");
echo "
";
}
?>