skip to content
 

SP5 Lecture List

var fullMichTerm = new Date("October 8, 2013"); //Insert date of Full Michaelmas Term Here
var fullLentTerm = new Date("January 14, 2014"); //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);
}

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

Lectures take place on *Tuesdays 3pm*, *Wednesdays 3pm*, so you must keep these times free in your timetable.

The Lecture List for LENT TERM 2014 is now correct.  

Michaelmas Term document.write(fullMichTerm.getFullYear());

var fullTerm = fullMichTerm;
var lastLecture = fullTerm;
var thisLecture = new Date(fullTerm.getFullYear(), fullTerm.getMonth(), fullTerm.getDate() + 1);
Week
Tuesdays 3pm (Venue tba) Wednesdays 3pm (Venue tba)

1

nextLecture(); Nation & Narration: Domingo Faustino Sarmiento, Facundo; Esteban Echeverría, El matadero (SB) nextLecture();  

2

nextLecture();
MC
(no lecture or rescheduled lecture) nextLecture();  

3

nextLecture();   nextLecture(); Penning the Dictator: Miguel Ángel Asturias, El señor presidente (ES)

4

nextLecture();
HT
Labyrinths of Fiction: Jorge Luis Borges, Ficciones (SB) nextLecture();
HT
 

5

nextLecture(); Charting Revolution: Mariano Azuela, Los de abajo (LP) nextLecture(); Nightmares of the Urban: Roberto Arlt, El juguete rabioso (RO)

6

nextLecture(); Charting Revolution: Juan Rulfo, El llano en llamas (RO) nextLecture();  

7

nextLecture(); (no lecture or rescheduled lecture) nextLecture(); (no lecture or rescheduled lecture)

8

nextLecture(); (no lecture or rescheduled lecture) nextLecture(); (no lecture or rescheduled lecture)

 

Lent Term document.write(fullLentTerm.getFullYear());

var fullTerm = fullLentTerm;
var lastLecture = fullTerm;
var thisLecture = new Date(fullTerm.getFullYear(), fullTerm.getMonth(), fullTerm.getDate() + 1);
Week
Tuesdays 3pm (LB4) Wednesdays 3pm (LB4)

1

nextLecture(); Nation & Narration: José Enrique Rodó, Ariel; Roberto Fernández Retamar, Calibán (RO) nextLecture(); The Racial ‘Other’: Alejo Carpentier, El reino de este mundo (RO)

2

nextLecture(); Nightmares of the Urban: Luis Buñuel, Los olvidados (ES) nextLecture(); Nightmares of the Urban: Luis Zapata, El vampiro de la colonia Roma (BE)

3

nextLecture(); Charting Revolution: Carlos Fuentes, Gringo viejo and Ángeles Mastretta, Arráncame la vida (SB) nextLecture(); Penning the Dictator: Luisa Valenzuela, Cambio de armas; Marta Traba, Conversación al sur (GK)

4

nextLecture(); Labyrinths of Fiction: Bioy Casares, La invención de Morel; Felisberto Hernández, Las hortensias (JP) nextLecture(); Labyrinths of Fiction: Julio Cortázar, El bestiario (SB)

5

nextLecture(); (no lecture or rescheduled lecture) nextLecture(); (no lecture or rescheduled lecture)

6

nextLecture(); (no lecture or rescheduled lecture) nextLecture(); (no lecture or rescheduled lecture)

7

nextLecture(); (no lecture or rescheduled lecture) nextLecture(); (no lecture or rescheduled lecture)

8

nextLecture(); (no lecture or rescheduled lecture) nextLecture(); (no lecture or rescheduled lecture)

 

ES = Erica Segre, EK = Ed King, BE = Brad Epps, SB = Steven Boldy, RO = Rory O’Bryen, GK = Geoffrey Kantaris, JP = Joanna Page