project/templates/about/fees.html
author Anoop Jacob Thomas<anoop@fossee.in>
Fri, 29 Oct 2010 19:47:15 +0530
changeset 183 bbf606e38919
parent 180 5787f3cb8c01
child 241 159880292f66
permissions -rw-r--r--
Fixed the fees page.

{% extends "base.html" %}
{% block content %}

<h2>Fees </h2>

<h3>Registration fees for outstation students and teachers. </h3>

<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption></caption>
<colgroup><col align="left" /><col align="left" /><col align="left" />
</colgroup>
<thead>
<tr><th scope="col">Category</th><th scope="col">Conference</th><th scope="col">Accommodation</th></tr>
<tr><th scope="col"></th><th scope="col">+ Tutorials</th><th scope="col">(all 6 days)</th></tr>

</thead>
<tbody>
<tr><td>Students</td><td>Rs. 500</td><td>Rs. 300</td></tr>
<tr><td>Teachers</td><td>Rs. 500</td><td>Rs. 300</td></tr>
</tbody>
</table>

<p>Registration fees along with the accommodation charges can be paid either by electronic transfer (account no. - ) or by sending a Demand Draft for the amount of Rs.800 (for all 6 days). </p>

<h3>Registration fees for in-station students and teachers. </h3>


<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption></caption>
<colgroup><col align="left" /><col align="left" />
</colgroup>
<thead>
<tr><th scope="col">Category</th><th scope="col">Conference</th></tr>
<tr><th scope="col"></th><th scope="col">+ Tutorials</th></tr>
</thead>
<tbody>
<tr><td>Students</td><td>Rs. 500</td></tr>
<tr><td>Teachers</td><td>Rs. 500</td></tr>

</tbody>
</table>



<p>Registration fees can be paid either by electronic transfer (account no. - ) or by sending a Demand Draft for the amount of Rs.500 (for all 6 days). </p>

<h3>Registration fees for corporates and others. </h3>

<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption></caption>
<colgroup><col align="left" /><col align="left" /><col align="left" />
</colgroup>
<thead>
<tr><th scope="col">Category</th><th scope="col">Conference</th><th scope="col">Tutorials + sprints</th></tr>

</thead>
<tbody>
<tr><td>Corporates</td><td>Rs. 2000</td><td>Rs. 1000 per day</td></tr>
<tr><td>Others</td><td>Rs. 2000</td><td>Rs. 1000 per day</td></tr>
</tbody>
</table>

<p>Registration fees corresponding to the conference +( number of tutorial days * 1000) can be paid either by electronic transfer (account no. - ) or by sending a Demand Draft. </p>

<ul>
<li>For example, if attending the conference and 2 of the tutorial days, the fees payable would be Rs. 2000 + (2 * Rs. 1000) = Rs. 4000. <br/>
</li>
</ul>

<h3>Spot registration / late payment(on-spot) </h3>

<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption></caption>
<colgroup><col align="left" /><col align="left" /><col align="left" />
</colgroup>
<thead>
<tr><th scope="col">Category</th><th scope="col">Conference</th><th scope="col">Tutorials + sprints</th></tr>
</thead>
<tbody>
<tr><td>Students</td><td>Rs. 750</td><td>Included in conference fee</td></tr>

<tr><td>Teachers</td><td>Rs. 750</td><td>Included in conference fee</td></tr>
<tr><td>Corporates</td><td>Rs. 2500</td><td>Rs. 1250 per day</td></tr>
</tbody>
</table>

<h2>Note: </h2>

<h3>Accommodation </h3>


<ul>
<li>
Accommodation will be provided at a subsidized rate of Rs.50 for day for outstation teachers and students alone. 

</li>
<li>
Accommodation will be confirmed only upon receipt of the fee.
</li>
<li>
Accommodation will be confirmed at the venue only for participants with valid identity cards from their respective institutions.
</li>
</ul>

<h3>Registration </h3>

<ul>
<li>
An email should be sent to info@scipy.in with the name of the participant, user id on the website, institution, and the transaction details(reference no. and account no.)
</li>
<li>
Registered participants whose talks have been accepted will be exempt from the registration fees.
</li>
<li>
The demand draft may be obtained in favour of <b>Prof. Prabhu Ramachandran</b> payable at <b>Mumbai</b>.
</li>
<li>
The Demand Drafts may be sent to

<pre class="example">
Prof. Prabhu Ramachandran,
Department of Aerospace Engineering,
IIT Bombay,Powai,
Mumbai, Maharastra,
India 400 076
</pre>

</li>
</ul>

{% endblock content %}