Script started on Tue Nov 06 23:57:35 2001 banyan:1 cs326> scheme Petite Chez Scheme Version 6.0a Copyright (c) 1998 Cadence Research Systems > (load "proj2.ss") > (menu) <******************************************> <** Please choose a search method **> <******************************************> <1>: Find awards for a specified year <2>: Find awards for a specified field <3>: Find awards for a specified person <4>: Exit the program Enter choice <1 - 4> --> 1 Enter in a four digit year. --> 2000 <*******************************************> <** Results of search **> <*******************************************> Justin Kreuger Psychology Richard Wassersug Biology Andre Geim Physics Donatella Marazziti Chemistry Chris Niswander Computer Science The British Royal Navy Peace Jonathan Wyatt Public Health <******************************************> <** Please choose a search method **> <******************************************> <1>: Find awards for a specified year <2>: Find awards for a specified field <3>: Find awards for a specified person <4>: Exit the program Enter choice <1 - 4> --> 2 Enter in a field enclosed within quotes. --> "Psychology" <*******************************************> <** Results of search **> <*******************************************> Justin Kreuger 2000 Shigeru Watanabe 1995 <******************************************> <** Please choose a search method **> <******************************************> <1>: Find awards for a specified year <2>: Find awards for a specified field <3>: Find awards for a specified person <4>: Exit the program Enter choice <1 - 4> --> 3 Enter in a LAST name enclosed within quotes. --> "Kreuger" <*******************************************> <** Results of search **> <*******************************************> Justin Kreuger, Psychology, How Difficulties in Recognizing One's Own Incompetence Lead to Inflated Self-Assessments <******************************************> <** Please choose a search method **> <******************************************> <1>: Find awards for a specified year <2>: Find awards for a specified field <3>: Find awards for a specified person <4>: Exit the program Enter choice <1 - 4> --> 1 Enter in a four digit year. --> 1234 <*******************************************> <** Results of search **> <*******************************************> No Matches found for the specified year <******************************************> <** Please choose a search method **> <******************************************> <1>: Find awards for a specified year <2>: Find awards for a specified field <3>: Find awards for a specified person <4>: Exit the program Enter choice <1 - 4> --> 6 <******************************************> <** Please choose a search method **> <******************************************> <1>: Find awards for a specified year <2>: Find awards for a specified field <3>: Find awards for a specified person <4>: Exit the program Enter choice <1 - 4> --> 2 Enter in a field enclosed within quotes. --> "no field" <*******************************************> <** Results of search **> <*******************************************> No Matches found for the specified field <******************************************> <** Please choose a search method **> <******************************************> <1>: Find awards for a specified year <2>: Find awards for a specified field <3>: Find awards for a specified person <4>: Exit the program Enter choice <1 - 4> --> 3 Enter in a LAST name enclosed within quotes. --> "Laitinen" <*******************************************> <** Results of search **> <*******************************************> No Matches found for the specified name <******************************************> <** Please choose a search method **> <******************************************> <1>: Find awards for a specified year <2>: Find awards for a specified field <3>: Find awards for a specified person <4>: Exit the program Enter choice <1 - 4> --> 4 > (exit) banyan:2 cs326> exit script done on Tue Nov 06 23:58:32 2001