1. Before configuring, just check your database for tables which clash with
   those in the schema which this software uses.  The following tables,
   if present should be deleted : 
    	 
	 NewMessage
   	 Message
   	 MailingList
   	 Admin
   	 Participation
   	 Program
   	 EventParticipation
   	 Bookings
   	 Hotel
   	 Event
    	 
	 AcceptedPaper
   	 Payment
   	 ChequePayment
   	 CreditCardPayment
   	 DemandDraftPayment
   	 AuthoredBy
   	 Author
	 Keywords
    	
   	 Review
   	 Clash
   	 FinalAssignments
   	 TentativeAssignments
   	 Bids
   	 Paper
   	 Reviewer
   	 Participant
   	 Person
   	 flag
   	 deadline
	 Weightage

    You can use the sql script drop.sql (in bin dir) to do so..

2. After configuring the system (i.e, after "making" the whole thing),
   just change your CLASSPATH to include the dir ./bin/class (the WHOLE
   path name is to be given instead of just ".")

3. The workflow for the admin will be as follows:
   * Enter info about hotels,events etc
   * Enter weightages for the review parameters
   * Add reviewers
   <Reviewers bid on the papers>
   * Assign Papers to reviewers
   * Mark that final assignment has been done (*IMPORTANT*)
   <Reviewers submit the reviews>
   * Select papers to be accepted and ask corresponding
     reviewer group to remove clashes if any
