% phd_armlab.m
%
% author: Chin Pei Tang
% date: 09/09/05
% adapted from www.phdcomics.com archieve 09/09/05
load THESIS_TOPIC
while (funding == true)
data = run_simulation(THESIS_TOPIC);
GOOD_ENOUGH = query(Dr_Krovi);
if (data > GOOD_ENOUGH)
graduate();
break
else
THESIS_TOPIC = new();
years_in_gradschool += 1;
end
end