Directory

Richard Janko | U-M LSA Department of Classical Studies

Richard Janko

Gerald F. Else Distinguished University Professor of Classical Studies

rjanko@umich.edu

Office Information:

Rm 2123 Angell Hall, 435 S State St
Ann Arbor, MI 48109-1003
phone: 734.764.1197

IPAH; Classics; Classical Studies

Education/Degree:

B.A. '76, M.A., Ph.D., '80, Trinity College, Cambridge
"; var failureMsg = "
"+ "×"+ "Failed: "; //
$(function(){ var flashMsg = window.location.hash.split(","); var wr = $('.person-profile-wrap'); if( flashMsg[0] === "#success" ) { wr.prepend(succesMsg) } else if(flashMsg[0] === "#failed" ){ if(typeof flashMsg[1] != "undefined" && typeof flashMsg[2] != "undefined"){ failureMsg += flashMsg[1]+" attempted to edit the page belonging to "+ flashMsg[2]+". This incident has been logged.
"; } else{ failureMsg +=" This incident has been logged.
" } wr.prepend(failureMsg); } $('.alert').bind('closed.bs.alert', function () { window.location.hash = ""; }) }); var audioObj; function playNameCoachAudio(element) { if(audioObj) { if (audioObj.currentTime > 0 && !audioObj.paused) { return; } else { audioObj.play(); } } else { audioObj = new Audio(element.getAttribute('data-url')); audioObj.play(); } }