skip to content
 

SP12 Lecture List 2014-15

var fullMichTerm = new Date("October 7, 2014"); //Insert date of Full Michaelmas Term Here
var fullLentTerm = new Date("January 13, 2015"); //Insert date of Full Lent Term Here
var one_day=1000*60*60*24; //One day in milliseconds!!
function nextLecture() {
if ((thisLecture.getTime() - lastLecture.getTime()) / one_day == 1) {
thisLecture = new Date(thisLecture.getFullYear(), thisLecture.getMonth(), thisLecture.getDate() + 6);
lastLecture = new Date(lastLecture.getFullYear(), lastLecture.getMonth(), lastLecture.getDate() + 1); }
else {
thisLecture = new Date(thisLecture.getFullYear(), thisLecture.getMonth(), thisLecture.getDate() + 1);
lastLecture = new Date(lastLecture.getFullYear(), lastLecture.getMonth(), lastLecture.getDate() + 6); }
document.write(thisLecture.getDate() + "-" + (thisLecture.getMonth() + 1 + " "));
}
document.write=function(s){
var scripts = document.getElementsByTagName('script');
var lastScript = scripts[scripts.length-1];
lastScript.insertAdjacentHTML("beforebegin", s);
}

SP12 Lecture Course document.write(fullMichTerm.getFullYear() + "-" + fullLentTerm.getFullYear());

Lectures take place on *Thursdays 11am* and *Wednesdays 2pm*.

The full lecture list is now available from: http://www.timetable.cam.ac.uk/#tripos/mml/II/spanish

As well as viewing the timetable there, with individual lectures and topics, you can download it directly to Outlook, Google Calendar, iCal, etc.