Registration
In order to participate in <%=strConference%> activities, registration must be made to the conference. At least one author of each paper must register for the conference. Each registration can cover up to two papers for inclusion in the Conference Program and Proceedings. The page limit for each paper is 6 pages, the extra page levy is <%=strCurrency%> <%=intExtraPageLevy%><%if strForeignPartner <> "" then%> or <%=strForeignCurrency%> <%=intExtraPageLevyF%><%end if%> per page.
Author registration payment must be made by <%=fIntDat(intDateEarlyBird)%>; otherwise your paper(s) would not be included in the Conference Proceedings.
Early Bird Registration & IEEE Member
Author would benefit an Early Bird Registration rate for each payment received by
IEEE members would receive a discount on the <%=strConference%> registrations fees. Members are required to indicate their IEEE membership number on the registration form, and must bring along their current IEEE membership card during registration at the conference.
<% if blnStudentRate = 1 then %>Student Rate
Participants are eligible for student rate if he/she is a full-time undergraduate or postgraduate students. Students must fax in their 'student identification card' for verification. Students are also required to bring along their 'student identification card' to the conference. Only one paper per-registration is allowed under this rate.
<% end if %><%=strConference%> Registration Fees
<% if strForeignPartner = "" then %>All payments are to be made in American Dollars (USD).
<% else %>All payments are to be made in Singapore Dollars (SGD), however, delegates from China will pay in Chinese Renminbi (RMB).
<% end if %>| IEEE-Member | Non IEEE-Member | |
| Early Bird Registration | <%=strCurrency%> <%=intConferenceFee1%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intConferenceFee1F%>)<%end if%> | <%=strCurrency%> <%=intConferenceFee2%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intConferenceFee2F%>)<%end if%> |
| Standard Registration | <%=strCurrency%> <%=intConferenceFee3%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intConferenceFee3F%>)<%end if%> | <%=strCurrency%> <%=intConferenceFee4%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intConferenceFee4F%>)<%end if%> |
| Student Early Bird Registration | <%=strCurrency%> <%=intConferenceFee5%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intConferenceFee5F%>)<%end if%> | <%=strCurrency%> <%=intConferenceFee6%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intConferenceFee6F%>)<%end if%> |
| Student Standard Registration | <%=strCurrency%> <%=intConferenceFee7%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intConferenceFee7F%>)<%end if%> | <%=strCurrency%> <%=intConferenceFee8%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intConferenceFee8F%>)<%end if%> |
| Additional Paper | <%=strCurrency%> <%=intAdditionalPaperFee%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intAdditionalPaperFeeF%>)<%end if%> | |
| Extra Page Levy | <%=strCurrency%> <%=intExtraPageLevy%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intExtraPageLevyF%>)<%end if%> | |
| Additional Welcome Reception | <%=strCurrency%> <%=intReceptionFee%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intReceptionFeeF%>)<%end if%> | |
| Additional Conference Banquet | <%=strCurrency%> <%=intBanquetFee%><%if strForeignPartner<>"" then%> (<%=strForeignCurrency%> <%=intBanquetFeeF%>)<%end if%> | |
Payment by Telegraphic Transfer
For Chinese Nationals residing in China, you may pay directly to a local bank account in Shanghai, China. Details are available at http://iciea2007.cipsterdesign.com/registration.
<% if blnStudentRate = 0 then %>
There will be NO special registration rate for students.
<% end if %>Items Included in the Registration Fees
Conference registration fee includes admission to all technical sessions, coffee/tea breaks, lunches, conference banquet. It also include a copy of the Conference Proceedings (CD-ROM) and all taxes.
Cancellation/Transfer Policy
Request for Cancellation is subjected to the following condition:
- Request on or before 15 April 2007 - refund 50% of Conference Registration Fee.
- Payment for refund will be settled ONLY after the conference.
- No refund after 15 April 2007, however Transfer of Registration is allowed.
Online Registration
<% if blnOnlineRegistration = 0 then %>On-line registration is now closed. Delegates who are still keen to participate in ICIEA 2007 can
proceed to register and pay on-site at the conference venue in Harbin. Additional banquet tickets will also be
available for sale at USD50.00 on-site.
See you at the Shangri-La Hotel, Harbin!
Authors can register ONLINE now. After registration, you can proceed to :
<% if blnOnlinePayment = 1 then %>
Please note that after payment, the on-line registration system does not allow you to make any changes or new additions.
<% blnConfirm = Request.QueryString("Confirm") blnTCread = Request.Form("TCread") AuthorID = Session("User") if blnConfirm = 1 then if blnTCread = 1 then if AuthorID = "" then 'response.write "blnConfirm = 1 AND blnTCread = 1 AND AuthorID = ''" 'response.end response.Redirect("login.asp?TCread=1") else if Request.QueryString("Amend") = 1 then response.write "Request.QueryString(Amend) ="&Request.QueryString("Amend") response.end response.Redirect("author/amendment.asp?AuthorID="&AuthorID) else 'response.Redirect("author/registration.asp?AuthorID=3042") response.Redirect("author/registration.asp?AuthorID="&AuthorID) end if end if else %>Please CONFIRM that you had read the Terms and Conditions!