The CCIS Faculty Listing Project

Design and implement a web site that enables the search and update of faculty members in the College of Computer & Information Science, Northeastern University.

Important notice! On every page your program may generate, you should include the following note: "This page is generated by a class project and may contain inaccurate information."


The data

There are six types of faculty: For each faculty member, you should maintain the following default information: Besides, a regular faculty member should have: The data can be acquired from the college web site by clicking the "People" link. In particular, you can get the list of regular faculty members in the format of TAB-delimited lastname, firstname, middleinitial, and login by: For your convenience here is the generated files regular.txt.

Four functionalities