#!/usr/local/bin/python # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # C Y B E R C H A I R V E R S I O N 4 # # # # Copyright (c) University of Twente, The Netherlands # # http://www.utwente.nl # # Author: Richard van de Stadt (cyberchair@borbala.com) # # Department of Computer Science # # TRESE Group (http://trese.cs.utwente.nl) # # and # # Borbala Online Conference Services # # http://www.borbala.com # # # # A demo system has been installed at http://www.cyberchair.org # # # # This program is free software. It is part of CyberChair, a system to # # manage online submissions and reviews. You can redistribute it and/or # # modify it under the terms of the GNU General Public License as published # # by the Free Software Foundation; either version 2 of the License, or (at # # your option) any later version. This copyright text must stay in this file. # # Please send modifications you make to cyberchair@cs.utwente.nl, so that # # others may profit from them. # # # # If you use CyberChair, it would be nice if you mention its use on your # # conference or workshop website and in the proceedings. Please send a copy # # of the proceedings to: # # # # University of Twente # # Department of Computer Science # # Richard R. van de Stadt # # P.O. Box 217 or Drienerlolaan 5 # # 7500 AE Enschede 7522 NB Enschede # # The Netherlands # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # This version of CyberChair was created on Mon May 19 17:59:50 2003 # by request of Adam Stephens (unixadmin@ilrt.org) from # Organization: University of Bristol # Conference of workshop: The 2003 UK Workshop on Computational Intelligence # (UKCI2003) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @(#) June, 2003 # Script modified to expand reviewer's HTML form. # # @(#) Feb 16, 1999 # this file contains symbolic names for the fieldnumbers of the review form # a review is a list of fields as shown in the review form. c_version_number = 0 c_reviewer_number = 1 c_paper_number = 2 c_classification = 3 c_expertise = 4 #c_fittheme = #c_mainfield = #the rest must now move 1 up #c_contributiontype = 5 c_relevance = 5 c_significance = 6 c_soundness = 7 c_presentation = 8 c_readability = 9 c_summary = 10 c_commentpc = 11 #c_commentauthor = #c_favour_against = #c_coreviewers = #c_emailfeedback = 11