<?php
include ("head.php");
$inputNumber = 5;
include ("menu.php");
?>
  <div class="colmask rightmenu">
      <div class="colleft">
	<div class="col1">
	  <!-- Column 1 start -->
	  <h1>Registration</h1>
	  <p>
	  <table id="register">
	    <tr id="rheadline">
	      <td style="font-weight:bold">Registration Fees</td>
	      <td style="font-weight:bold">Early registration<br>(by July 4, 2012)</td>
	      <td style="font-weight:bold">Late registration<br>(by August 30, 2012)</td>
	      <td valign="top" style="font-weight:bold">On-site registration</td>
	  </tr>
	    
	    <tr>
              <td style="font-weight:bold">Full registration</td>
              <td>EUR 350</td>
              <td>EUR 450</td>
	      <td>EUR 550</td>
       </tr>

        <tr>
          <td style="font-weight:bold">Student registration</td>
          <td>EUR 200</td>
          <td>EUR 250</td>
	  <td>EUR 350</td>
   </tr>

    <tr>
        <td style="font-weight:bold">Additional gala dinner ticket (*)</td>
        <td>EUR 75</td>
        <td>EUR 75</td>
	<td>EUR 75</td>
    </tr>
    <tr>
	<td style="font-weight:bold">Extra copy of proceedings (*)</td>
	<td> EUR 100</td>
	<td> EUR 100</td>
	<td> EUR 100</td>
   </tr>

</table></p>
<p>(*) For participants, the gala dinner and a copy of the proceedings are covered by the registration fee.</p>
<br>

<p>At least one of the authors of each accepted paper is required to attend the
  conference and to present the paper. The paper will be included in the
  proceedings only if at least one of the authors is registered by July 4, 2012.</p>

<!-- <p style="font-weight:bold">Both Full registration and Student registration include admission to all sessions, a hard copy of the proceedings, lunches, coffee breaks, welcome reception, and gala dinner.</p>

<p style="font-weight:bold">Students are required to provide a proof of their
  status (Bachelor, Master or Ph.D. Student) by uploading a PDF document or by
  sending it via e-mail. Student registrations are subject to verification by
  the organizing committee.</p> -->

<h2><a href="http://vienna.nethotels.com/mice/english/comma_2012">Register here</a></h2>
<p>After registering, you will be forwarded to
  the <a href="http://vienna.nethotels.com">Nethotels</a> website, in case you
  want to book a hotel right away.

<p>The following hotels are very close (less than 5 minutes walk)
  to the conference venue:</p>
<ul>
<li><a href="http://www.hotel-johann-strauss.at/files/html/willk_e.html">Hotel Johann Strauss</a></li>
<li><a href="http://www.schick-hotels.com/index-hotel-erzherzog-rainer-vienna.en.htm">Hotel Erzherzog Rainer</a></li>
<li><a href="http://www.hotel-pension-shermin.at">Hotel-Pension Shermin</a></li>
</ul>
<p>If you are on a tight budget, you might want to consider staying at the
  recently opened city
  hostel <a href="http://www.wombats-hostels.com/vienna/the-naschmarkt/">Wombats</a>. They
  offer single rooms for about &euro;30, and shared rooms are even cheaper. Make sure to select "THE NASCHMARKT", the other hostels are
  located farther away.</p>
<p>For billing inquiries (e.g., if you need a receipt), please <a href="mailto:office@vienna.nethotels.com">contact
  Nethotels</a>.</p>

<?php
include ("grants.php");
?>

	  <!-- Column 1 end -->
	</div>
       <div class="col2">
         <!-- Column 2 start -->
	 <?php
	 include ("rightcolumn.php");
	 ?>
         <!-- Column 2 end -->
       </div>
   </div>
</div>
<?php
include ("footer.php"); 
?>
