CS 314, Computer Organization
Fall 2005, Office and Consulting Hours
Office Hours
include "sched.php";
initdays();
startsched();
schedule("Lecture", "Phillips 101", "Tuesday", "1:30pm", "2:45pm", "#ffffff");
schedule("Lecture", "Phillips 101", "Thursday", "1:30pm", "2:45pm", "#ffffff");
schedule("Prof. Sirer", "egs at cs.cornell.edu (Upson 4119A)", "Tuesday", "2:45pm", "3:30pm", "red");
schedule("Prof. Sirer", "egs at cs.cornell.edu (Upson 4119A)", "Thursday", "2:45pm", "3:30pm", "red");
schedule("Ryan Peterson", "ryanp at cs.cornell.edu (Upson 4121)", "Monday", "3:00pm", "4:00pm", "yellow");
schedule("Ryan Peterson", "ryanp at cs.cornell.edu (Upson 4121)", "Thursday", "3:30pm", "4:00pm", "yellow");
schedule("Jaesung Lee", "jl569 at cornell.edu (Phillips 301A)", "Monday", "12:20pm", "1:20pm", "lightblue");
schedule("Jaesung Lee", "jl569 at cornell.edu (Phillips 301A)", "Wednesday", "12:20pm", "1:20pm", "lightblue");
schedule("Basit Sheikh", "brs39 at cornell.edu (Phillips 329) 512-422-3583", "Monday", "11:10am", "12:10pm", "lightgreen");
schedule("Basit Sheikh", "brs39 at cornell.edu (Phillips 329) 512-422-3583", "Wednesday", "11:10am", "12:10pm", "lightgreen");
endsched();
generategraphicalschedule("10:00am", "5:00pm");
unset($colors);
unset($names);
unset($span);
unset($id);
?>
Consulting Hours
initdays();
startsched();
schedule("Lecture", "Phillips 101", "Tuesday", "1:30pm", "2:45pm", "#ffffff");
schedule("Lecture", "Phillips 101", "Thursday", "1:30pm", "2:45pm", "#ffffff");
schedule("Yangching Cheng", "yc292 at cornell.edu", "Sunday", "4:00pm", "6:00pm", "#ccffdd");
schedule("Yangching Cheng", "yc292 at cornell.edu", "Monday", "7:00pm", "9:00pm", "#ccffdd");
schedule("Yangching Cheng", "yc292 at cornell.edu", "Tuesday", "7:00pm", "9:00pm", "#ccffdd");
schedule("Sophia Cui", "sxc2 at cornell.edu", "Thursday", "4:00pm", "9:00pm", "#ff8888");
schedule("Rodney Eng", "rpe7 at cornell.edu", "Monday", "3:00pm", "7:00pm", "#88ff88");
schedule("James Ioannidis", "jti4 at cornell.edu", "Sunday", "2:00pm", "4:00pm", "#8888ff");
schedule("James Ioannidis", "jti4 at cornell.edu", "Tuesday", "5:00pm", "7:00pm", "#8888ff");
schedule("Albert Jang", "aj68 at cornell.edu", "Wednesday", "1:00pm", "3:00pm", "#dddd66");
schedule("Albert Jang", "aj68 at cornell.edu", "Saturday", "1:00pm", "3:00pm", "#dddd66");
schedule("John Lee", "jhl33 at cornell.edu", "Friday", "1:00pm", "6:00pm", "#dd66dd");
schedule("Patrick Li", "yl365 at cornell.edu", "Monday", "1:00pm", "3:00pm", "#dd6666");
schedule("Patrick Li", "yl365 at cornell.edu", "Tuesday", "4:00pm", "5:00pm", "#dd6666");
schedule("Patrick Li", "yl365 at cornell.edu", "Wednesday", "3:00pm", "4:00pm", "#dd6666");
schedule("William Roberts", "wpr2 at cornell.edu", "Sunday", "6:00pm", "10:00pm", "#cc5577");
schedule("William Roberts", "wpr2 at cornell.edu", "Wednesday", "7:00pm", "9:00pm", "#cc5577");
schedule("Kim Truong", "ktt6 at cornell.edu", "Monday", "11:00am", "12:00pm", "#358953");
schedule("Kim Truong", "ktt6 at cornell.edu", "Tuesday", "10:00am", "11:40am", "#358953");
schedule("Kim Truong", "ktt6 at cornell.edu", "Thursday", "10:00am", "11:40am", "#358953");
endsched();
generategraphicalschedule("10:00am", "11:00pm");
?>
All consulting hours will be held in the Phillips Labs 318 and 329. A sign will be posted in room 318 to indicate which consultant is on duty. Please make an effort to locate the consultant, as they frequently have to travel between labs to help you.