def algorithmsII(filename): tripos = { '1' : ["2013-p3-q2", "2012-p3-q1", "2010-p3-q2", # a b "2009-p4-q1", "2009-p4-q2"], '2' : [ "2013-p3-q1", "2010-p3-q1", "2010-p3-q2", # c d "2008-p4-q2" # = Paper 11 Question 8 ], '3' : [ "2012-p3-q2", "2011-p3-q1", "2011-p3-q2", "2007-p4-q9" # = Paper 11 Question 10 ] } stajano.process(filename,"Algorithms II - Supervision %s","Algorithms II",tripos)
def algorithmsI(filename): tripos = {} stajano.process(filename,"Algorithms - Supervision %s","Algorithms",tripos)
def security2(filename): tripos = {} stajano.process(filename,"Security II - Supervision %s","Security II",tripos)