Registration Information

General Information

Registration to ECAI 2004 may be done in advance or onsite.

Payment must be received with the registration. Registration is only valid on receipt of full payment. Participants are requested to register on-line through this website. Please read the following instructions carefully. For registration, click the Registration Form button below.

Please register by:

Please send your registration copy together with your payment to:

ECAI 2004 Registration Office
Departament de Sistemes Informàtics i Computació
Universitat Politècnica de València
Camí de Vera s/n 46022 - València, Spain
Fax: + 34 96 387 97 28

Fees

ECAI Technical Conference fee includes: admission to the technical conference, proceedings, lunches for two days (Wednesday and Thursday), coffee breaks for the three days, exhibition guide and others elements as badge.

'; mysql_select_db("ECAI04",$conn) or die(mysql_error()); $ssql = "select description, date from ECAI_Fees_Time where code <> 'A' "; $rs = mysql_query($ssql,$conn) or die(mysql_error()); echo'   '; while($row = mysql_fetch_array($rs)) { echo'

'.$row[0]. '
'.$row[1].'

'; } mysql_free_result($rs); echo ' ECAI CONFERENCE       '; $ssql = "select type, ECAI_Fees_Type.description, member,ECAI_Fees_Member.description, time,ECAI_Fees_Time.description, ECAI_Fees_Time.date,price from ECAI_Fees, ECAI_Fees_Type, ECAI_Fees_Member, ECAI_Fees_Time where ECAI_Fees.type = 'CO' and ECAI_Fees.type = ECAI_Fees_Type.code and ECAI_Fees.member = ECAI_Fees_Member.code and ECAI_Fees.time = ECAI_Fees_Time.code order by type,member,time"; $rs = mysql_query($ssql,$conn) or die(mysql_error()); $memberAnt = ''; while($row = mysql_fetch_array($rs)) { $member = $row[2]; if($member != $memberAnt) { echo ''; echo ' '.$row[3].''; } echo' €'.$row[7].''; $memberAnt = $member; } mysql_free_result($rs); echo'         STAIRS CONFERENCE       '; $ssql = "select type, ECAI_Fees_Type.description, member,ECAI_Fees_Member.description, time,ECAI_Fees_Time.description, ECAI_Fees_Time.date,price from ECAI_Fees, ECAI_Fees_Type, ECAI_Fees_Member, ECAI_Fees_Time where ECAI_Fees.type = 'SC' and ECAI_Fees.type = ECAI_Fees_Type.code and ECAI_Fees.member = ECAI_Fees_Member.code and ECAI_Fees.time = ECAI_Fees_Time.code order by type,member,time"; $rs = mysql_query($ssql,$conn) or die(mysql_error()); $memberAnt = ''; while($row = mysql_fetch_array($rs)) { $membership = $row[2]; if($membership != $memberAnt) { echo ''; // El tipo de miembro echo ' '.$row[3].''; } // El precio echo' €'.$row[7].''; $memberAnt = $membership; } mysql_free_result($rs); echo'         TUTORIALS      '; $ssql = "select type, ECAI_Fees_Type.description, member,ECAI_Fees_Member.description, time,ECAI_Fees_Time.description, ECAI_Fees_Time.date,price from ECAI_Fees, ECAI_Fees_Type, ECAI_Fees_Member, ECAI_Fees_Time where ECAI_Fees.type = 'TU' and ECAI_Fees.type = ECAI_Fees_Type.code and ECAI_Fees.member = ECAI_Fees_Member.code and ECAI_Fees.time = ECAI_Fees_Time.code order by type,member,time"; $rs = mysql_query($ssql,$conn) or die(mysql_error()); $memberAnt = ''; while($row = mysql_fetch_array($rs)) { $member = $row[2]; if($member != $memberAnt) { echo ''; echo ' '.$row[3].''; } echo' €'.$row[7].''; $memberAnt = $member; } mysql_free_result($rs); echo'         WORKSHOPS      '; $ssql = "select type, ECAI_Fees_Type.description, price from ECAI_Fees, ECAI_Fees_Type where ECAI_Fees.type LIKE 'W%' and ECAI_Fees.type = ECAI_Fees_Type.code order by type"; $rs = mysql_query($ssql,$conn) or die(mysql_error()); while($row = mysql_fetch_array($rs)) { echo ''; echo ' '.$row[1].' €'.$row[2].' '; } mysql_free_result($rs); echo' '; } echo '


Workshop and Tutorial participants must register for the main ECAI Conference Programme.
Workshop/Tutorial fee are per Worshop/Tutorial and covers admission to the selected Worshop/Tutorial, lunch and coffee breaks for one day

'; ?>

Methods of Payment

Payment should be made in advance by one of the following means:

Payee  

VIAJES TRANSVIA TOURS,S.L.

Reason for Payment   ECAI 2004 Reg, YOUR NAME
Bank name   BBVA
Branch   506
Address   Plaza de España, 4
         46007 Valencia (Spain)
IBAN  

ES46 0182 0506 44 0010805926

SWIFT  

BBVAESMMXXX

Cancellations

Cancellation must be received in writing. For cancellations received until August 1st, 80% of the fee will be refunded. For cancellations received after August 1st no refund can be made.

We reserve the right to cancel a tutorial and/or a workshop due to insufficient participation (these fees will be refunded).

Important Addresses and Telephone Numbers 

All matters regarding registration, hotel booking, social events and general information are handled by:

VIAJES TRANSVIA TOURS,S.L.
Císcar, 9 - 46005 - València
Phone: + 34 96 374 7013
email: carlos@transviatours.com

Inquiries about the conference program will be handled by:

ECAI 2004 Registration Office
Departament de Sistemes Informàtics i Computació
Universitat Politècnica de València
Camí de Vera s/n 46022 - València
Fax: + 34 96 387 97 28