<?php
##########################################################################
# Info for registration etc for 2012 conference
##########################################################################

$YearPrev="2013";                # 2014 previous year
$Year="2014";                    # 2014
$Year_parity="even";             # 2014
#$Year_parity="odd";             # 2013
$Year_dir="copper2014";          # 2014 directory in /srv/www/cgi-bin where stuff resides
$Dates="6 April - 11 April, 2014"; # 2014
$Date_start = "6 April";         # 2014
$Date_end = "11 April";          # 2014
$Topic="Iterative Methods";	 # 2014 even="Iterative", odd="Multigrid"
#$Topic="Multigrid Methods";	 # 2013 even="Iterative", odd="Multigrid"
$Acronym="CMCIM2014";		 # 2014 even="CMCIM", odd="CMCCM"
$AcronymYear="CMCIM 2014";	 # 2014 even="CMCIM", odd="CMCCM"
$OrderNum = "13th";              # 2014 Iterative
$OrderTxt = "THIRTEENTH";        # 2014 Iterative
#$OrderNum = "16th";              # 2013 Multigrid
#$OrderTxt = "SIXTEENTH";         # 2013 Multigrid
$TheMan="Ray Tuminaro";	         # 2012 even="Manteuffel", odd="McCormick"
#$TheMan="Van Emden Henson";	 # 2013 even="Manteuffel", odd="McCormick"
$TalkLengthInclQA = "25";        # 2012 minutes for a talk incl 5 min Q&A


$DeadlineAbstr="January 17";      # 2014 previously: "January 1";
#$DeadlineEarlyReg="January 15";  # 2013 previously
$DeadlineEarlyReg="March 31";     # 2014 updated
$DeadlineRefund="March 15, 2014"; # 2014 XXX now used
$RefundFee="100";                 # 2013 refund fee before deadline

#$BanquetDay = "Wednesday";       # 2013 odd  years
$BanquetDay = "Thursday";         # 2014 even years
$GroupCode = "146";       #"3GK40O";                    # 2014 ?
$DeadlineStudentPaper="January 10";                      # 2014
$DeadlineGuaranteedLodging="March 4, 2014";              # 2014
$DeadlineSpecIssue="April 12-June 30, 2014";                      # 2014
$DeadlineTravelSupport="February 17, 2014";                  # 2013
$DeadlineReimburse="March 15";                                # 2014 unused
$ConferenceCoordinator="Annette Anthony, Conference Coordinator"; # 2013
$ConferenceAddress1="Front Range Scientific Computations";        # 2013
$ConferenceAddress2="8865 E. Calle Buena Vista";                  # 2013
$ConferenceAddress3="Scottsdale, AZ 85255";                       # 2013
$ConferenceAddress4="USA";                                        # 2013


$eaddress="marian.brezina\@colorado.edu";	 # testing only
#$eaddress="mbrezina\@grandmaster.colorado.edu"; # for the real thing
$sendmail="/bin/mailx";

##########################################################################
#$DefaultBodyBgCol1 = "#efddbb";
#$DefaultBodyBgCol1 = "#efdfb0";
#$DefaultBodyBgCol1 = "#efd0b0";
# $DefaultBodyBgCol1 = "#efd0a0";
#$DefaultBodyBgCol1 = "#efe0d0";
$DefaultBodyBgCol1 = "#ffc090";
$DefaultBodyBgCol2 = "#ccccbf"; # with light-gray
$DefaultTabBgCol1 = "#ffbf7f";  # in tables
$DefaultTabBgCol3 = "#efddbb";  # in tables
#$DefaultBodyBgImage="../image/bg_canvas-04.jpg";
#$DefaultBodyBgImage="../image/bg_striped.png";
$DefaultBodyBgImage="../image/bg_striped2.png";
$DefaultLinkCol = "#000000";    # "333333" - not used yet
$DefaultALinkCol = "#001000";   # "fdf87f" - not used yet
$DefaultVLinkCol = "#001000";   # "#333333" - not used yet
##########################################################################

$FEE = array(	"siam" => 405,         #2012,2013
		"nonsiam" => 450,      #2012,2013
		"student" => 175,      #2012,2013
		"siam_late" => 450,    #2012,2013
		"nonsiam_late" => 490, #2012,2013
		"student_late" => 175  #2012,2013
		);

$TYPE = array(	"siam" => "SIAM or AWM Member (early)",
		"nonsiam" => "Non-SIAM and non-AWM Member (early)",
		"student" => "Student",		# same fee as "late"
		"siam_late" => "SIAM or AWM Member",
		"nonsiam_late" => "Non-SIAM and non-AWM Member",
		"student_late" => "Student"
		);

$PayMethod = array( "check" => "by check",
		    "verisign" => "credit / VeriSign",
		    "cardother" => "credit, via phone or mail"
		);

?>

