project/templates/about/fees.html
author Parth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 18:52:30 +0530
branch2011
changeset 418 eac3723864c1
parent 243 483641c2a98a
permissions -rw-r--r--
changes the fees page
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
     1
{% extends "base.html" %}
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
     2
{% block content %}
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
     3
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
     4
<h2 id="sec-1">Fees </h2>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
     5
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
     6
<h3 id="sec-1_1">Registration fees for outstation students and teachers. </h3>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
     7
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
     8
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
     9
<caption></caption>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    10
<colgroup><col align="left" /><col align="left" /><col align="left" />
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    11
</colgroup>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    12
<thead>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    13
<tr><th scope="col">Category</th><th scope="col">Conference</th><th scope="col">Accommodation</th></tr>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    14
<tr><th scope="col"></th><th scope="col">+ Tutorials</th><th scope="col">(all 6 days)</th></tr>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    15
</thead>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    16
<tbody>
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    17
<tr><td>Students</td><td>Rs. 500</td><td>Rs. 400</td></tr>
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    18
<tr><td>Teachers</td><td>Rs. 500</td><td>Rs. 400</td></tr>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    19
</tbody>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    20
</table>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    21
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
    22
<h3 id="sec-1_2">Registration fees for in-station students and teachers. </h3>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    23
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    24
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    25
<caption></caption>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    26
<colgroup><col align="left" /><col align="left" />
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    27
</colgroup>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    28
<thead>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    29
<tr><th scope="col">Category</th><th scope="col">Conference</th></tr>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    30
<tr><th scope="col"></th><th scope="col">+ Tutorials</th></tr>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    31
</thead>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    32
<tbody>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    33
<tr><td>Students</td><td>Rs. 500</td></tr>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    34
<tr><td>Teachers</td><td>Rs. 500</td></tr>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    35
</tbody>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    36
</table>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    37
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
    38
<h3 id="sec-1_3">Registration fees for corporates and others. </h3>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    39
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    40
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    41
<caption></caption>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    42
<colgroup><col align="left" /><col align="left" /><col align="left" />
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    43
</colgroup>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    44
<thead>
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    45
<tr><th scope="col">Category</th><th scope="col">Conference + Tutorials</th></tr>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    46
</thead>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    47
<tbody>
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    48
<tr><td>Corporates</td><td>Rs. 750</td></tr>
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    49
<tr><td>Others</td><td>Rs. 750</td></tr>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    50
</tbody>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    51
</table>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    52
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
    53
<h3 id="sec-1_4">Spot registration / late payment(on-spot) </h3>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    54
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    55
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    56
<caption></caption>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    57
<colgroup><col align="left" /><col align="left" /><col align="left" />
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    58
</colgroup>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    59
<thead>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    60
<tr><th scope="col">Category</th><th scope="col">Conference</th><th scope="col">Tutorials + sprints</th></tr>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    61
</thead>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    62
<tbody>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    63
<tr><td>Students</td><td>Rs. 750</td><td>Included in conference fee</td></tr>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    64
<tr><td>Teachers</td><td>Rs. 750</td><td>Included in conference fee</td></tr>
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    65
<tr><td>Corporates</td><td>Rs. 1000</td><td>Included in conference fee</td></tr>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    66
</tbody>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    67
</table>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    68
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
    69
<h2 id="sec-2">Note: </h2>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    70
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
    71
<h3 id="sec-2_1">Accommodation </h3>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    72
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    73
<ul>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    74
<li>
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    75
Accommodation will be provided at a subsidized rate of Rs.100 per day for outstation teachers and students alone. 
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    76
</li>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    77
<li>
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    78
If you are sending us a DD, it should reach us on or before 20th of November, 2011.
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    79
</li>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    80
<li>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    81
Accommodation will be confirmed at the venue only for participants with valid identity cards from their respective institutions.
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    82
</li>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    83
</ul>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    84
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
    85
<h3 id="sec-2_2">Registration Fees </h3>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
    86
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    87
<h4 id="sec-2_2_1">Online Transfer</h4>
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    88
<ul>
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    89
	<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>
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    90
</ul>
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    91
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    92
<h4 id="sec-2_2_2">Demand Draft </h4>
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    93
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    94
<ul>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    95
<li>
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
    96
An email should be sent to <i>info@scipy.in</i> with the name of the
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
    97
participant, institution, and the
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
    98
transaction details(reference no. and account no.)
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
    99
</li>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   100
<li>
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   101
Registered participants whose talks have been accepted will be
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   102
exempt from the registration fees.
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   103
</li>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   104
<li>
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   105
The demand draft may be obtained in favour of <b>FOSSEE</b> payable at
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   106
<b>Mumbai</b>.
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   107
</li>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   108
<li>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   109
The Demand Drafts may be sent to
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   110
<pre class="example">
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   111
Prof. Prabhu Ramachandran,
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   112
Department of Aerospace Engineering,
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   113
IIT Bombay,Powai,
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   114
Mumbai, Maharastra,
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   115
India 400 076
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   116
</pre>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   117
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   118
</li>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   119
</ul>
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents:
diff changeset
   120
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
   121
<h4 id="sec-2_2_3">Electronic transfer (NEFT) </h4>
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   122
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   123
<ul>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   124
<li>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   125
An email should be sent to <i>info@scipy.in</i> with the name of the
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
   126
participant, institution, and the
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   127
transaction details(reference no. and account no., account holder
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   128
name from which the transfer was made.)
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   129
</li>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   130
<li>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   131
Registered participants whose talks have been accepted will be
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   132
exempt from the registration fees.
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   133
</li>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   134
<li>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   135
The total amount for fees and accommodation (if applicable) may be
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   136
transfered to,
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   137
<pre class="example">
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   138
Account Number - 2724101100988
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   139
Account Name - FOSSEE
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   140
IFSC code - CNRB0002724
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   141
Bank - Canara Bank
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   142
Branch - IIT Powai, Mumbai - 400076
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   143
</pre>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   144
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   145
</li>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   146
<li>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   147
While transferring the amount, ensure that the remark of transaction
418
eac3723864c1 changes the fees page
Parth buch <parth.buch.115@gmail.com>
parents: 243
diff changeset
   148
contain the Full name with email
241
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   149
address registered with us.
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   150
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   151
</li>
159880292f66 Added wire transfer details to fees page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 183
diff changeset
   152
</ul>
243
483641c2a98a fixed an error in fee page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 241
diff changeset
   153
{% endblock content %}