summaryrefslogtreecommitdiff
path: root/project/templates/about/fees.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/about/fees.html')
-rw-r--r--project/templates/about/fees.html153
1 files changed, 153 insertions, 0 deletions
diff --git a/project/templates/about/fees.html b/project/templates/about/fees.html
new file mode 100644
index 0000000..155f7aa
--- /dev/null
+++ b/project/templates/about/fees.html
@@ -0,0 +1,153 @@
+{% extends "base.html" %}
+{% block content %}
+
+<h2 id="sec-1">Fees </h2>
+
+<h3 id="sec-1_1">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. 400</td></tr>
+<tr><td>Teachers</td><td>Rs. 500</td><td>Rs. 400</td></tr>
+</tbody>
+</table>
+
+<h3 id="sec-1_2">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>
+
+<h3 id="sec-1_3">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 + Tutorials</th></tr>
+</thead>
+<tbody>
+<tr><td>Corporates</td><td>Rs. 750</td></tr>
+<tr><td>Others</td><td>Rs. 750</td></tr>
+</tbody>
+</table>
+
+<h3 id="sec-1_4">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. 1000</td><td>Included in conference fee</td></tr>
+</tbody>
+</table>
+
+<h2 id="sec-2">Note: </h2>
+
+<h3 id="sec-2_1">Accommodation </h3>
+
+<ul>
+<li>
+Accommodation will be provided at a subsidized rate of Rs.100 per day for outstation teachers and students alone.
+</li>
+<li>
+If you are sending us a DD, it should reach us on or before 20th of November, 2011.
+</li>
+<li>
+Accommodation will be confirmed at the venue only for participants with valid identity cards from their respective institutions.
+</li>
+</ul>
+
+<h3 id="sec-2_2">Registration Fees </h3>
+
+<h4 id="sec-2_2_1">Online Transfer</h4>
+<ul>
+ <li>The prefered way of paying is through DoAttend. If you face any problems with online transfer please contact <a href="support@doattend.com">DoAttend Support</a></li>
+</ul>
+
+<h4 id="sec-2_2_2">Demand Draft </h4>
+
+<ul>
+<li>
+An email should be sent to <i>info@scipy.in</i> with the name of the
+participant, 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>FOSSEE</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>
+
+<h4 id="sec-2_2_3">Electronic transfer (NEFT) </h4>
+
+<ul>
+<li>
+An email should be sent to <i>info@scipy.in</i> with the name of the
+participant, institution, and the
+transaction details(reference no. and account no., account holder
+name from which the transfer was made.)
+</li>
+<li>
+Registered participants whose talks have been accepted will be
+exempt from the registration fees.
+</li>
+<li>
+The total amount for fees and accommodation (if applicable) may be
+transfered to,
+<pre class="example">
+Account Number - 2724101100988
+Account Name - FOSSEE
+IFSC code - CNRB0002724
+Bank - Canara Bank
+Branch - IIT Powai, Mumbai - 400076
+</pre>
+
+</li>
+<li>
+While transferring the amount, ensure that the remark of transaction
+contain the Full name with email
+address registered with us.
+
+</li>
+</ul>
+{% endblock content %}