echo $title; ?>
| Department: | echo $dep; ?> |
| Projects: | echo $projects; ?> |
| Personal Web-Page: | echo $perweb; ?> |
| E-mail: | echo $email;?> |
include($link); ?>
$person = $_GET['person']; switch($person){ case 1: $title = "Andrew Benjamin"; $link = 'benjamina.html'; $dep = 'IST'; $projects = ''; $perweb = ''; $email = 'alb301@psu.edu'; break; case 2: $title = "Adrian Bonski"; $link = 'bonskia.html'; $dep = 'Engineering'; $projects = 'The Robot"Ruby", Lisp, ACT-R, SegMan, and cognitive models'; $perweb = ''; $email = 'alb369@psu.edu'; break; case 3: $title = "Mark Cohen"; $link = 'cohenm.html'; $dep = 'Instructor in Computer Science at Lock Haven University'; $projects = 'HERBAL'; $perweb = 'http://www.lhup.edu/mcohen'; $email = 'mcohen@lhup.edu'; break; case 4: $title = "Doug Hogan"; $link = 'hogand.html'; $dep = 'CSE'; $projects = ''; $perweb = 'http://www.personal.psu.edu/djh300'; $email = 'djh300@psu.edu'; break; case 5: $title = "Ian Schenck"; $link = 'Ian.html'; $dep = 'Computer Science / Psychology'; $projects = 'dTank / ACT-R / JACK / COJACK / Behavioural Modifiers'; $perweb = 'http://www.personal.psu.edu/ins5000'; $email = 'ins5000@psu.edu'; break; case 6: $title = "Ben Jamina"; $link = 'benjamina.html'; $dep = 'IST'; $projects = ''; $perweb = ''; $email = 'alb301@psu.edu'; break; case 7: $title = "Jonathan H. Morgan"; $link = 'Jonathan.html'; $dep = ''; $projects = ''; $perweb = ''; $email = ''; break; case 8: $title = "Sue Kase"; $link = 'kases.html'; $dep = 'IST,CSE'; $projects = ''; $perweb = ''; $email = 'kase@cse.psu.edu'; break; case 9: $title = "Geoff Morgan"; $link = 'morgang.htm'; $dep = 'IST'; $projects = 'Articulate Soar, Eye-Tracker, jTank, Caffeine as a behavioral moderator (Cafenav)'; $perweb = 'http://casos.cs.cmu.edu/people/student.php?detail=Morgan,%20Geoffrey&ID=367'; $email = 'gmorgan@cs.cmu.edu'; break; case 10: $title = "Razvan"; $link = 'razvan.html'; $dep = 'IST'; $projects = ''; $perweb = ''; $email = ''; break; case 11: $title = "Andrew Reifers"; $link = 'reifersa.html'; $dep = 'IST'; $projects = 'Caffeine as a Behavioral Moderator'; $perweb = 'http://reef7.sytes.net'; $email = 'alr288@psu.edu'; break; case 12: $title = "Kevin Tor"; $link = 'tork.html'; $dep = 'CSE'; $projects = 'Articulate Soar, Optimization of Models with Genetic Algorithms, Soar FAQ, ACT-R FAQ'; $perweb = ''; $email = 'tor@cse.psu.edu'; break; case 13: $title = "Martin Yeh"; $link = 'yeh.html'; $dep = 'CSE'; $projects = ''; $perweb = ''; $email = ''; break; case 14: $title = "Dan Cassenti"; $link = 'cassentid.html'; $dep = 'Psychology'; $projects = 'ACT-R Model of Event Counting'; $perweb = 'www.personal.psu.edu/dnc112'; $email = 'dnc112@psu.edu'; break; case 15: $title = "Ryan Kaulakis"; $link = 'kaulakisr.html'; $dep = 'IST/CSE'; $projects = ''; $perweb = 'http://www.personal.psu.edu/~rmk216/'; $email = 'rmk216@ist.psu.edu'; break; case 16: $title = "Ryan Moser"; $link = 'ryanmoser.html'; $dep = 'IST'; $projects = 'Web Site, Herbal'; $perweb = 'http://www.axiodesigns.com'; $email = 'ram5391@psu.edu'; break; case 17: $title = "Joe Sanford"; $link = 'joesanford.html'; $dep = 'IST'; $projects = 'Web Site'; $perweb = 'http://www.ryanmoserdesigns.com'; $email = 'ram5391@psu.edu'; break; case 18: $title = "Changkun Zhao"; $link = 'zhao.html'; $perweb = 'http://www.personal.psu.edu/cuz111/blogs/BLOG-NAME/'; $dep = 'IST'; $projects = ''; $email = 'blayer30@gmail.com'; break; case 19: $title = "Ben Jamina"; $link = 'benjamina.html'; break; case 20: $title = "Ben Jamina"; $link = 'benjamina.html'; break; default: $title = "People of the Applied Cognitive Science Lab."; $link = 'main.html'; } ?>
College of Information Sciences and Technology
| Department: | echo $dep; ?> |
| Projects: | echo $projects; ?> |
| Personal Web-Page: | echo $perweb; ?> |
| E-mail: | echo $email;?> |
include($link); ?>