author | primal primal007@gmail.com |
Sat, 03 Dec 2011 18:04:16 +0530 | |
branch | 2011 |
changeset 484 | de1331cbbbf3 |
parent 418 | eac3723864c1 |
permissions | -rw-r--r-- |
180 | 1 |
{% extends "base.html" %} |
2 |
{% block content %} |
|
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 | 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 | 7 |
|
8 |
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> |
|
9 |
<caption></caption> |
|
10 |
<colgroup><col align="left" /><col align="left" /><col align="left" /> |
|
11 |
</colgroup> |
|
12 |
<thead> |
|
13 |
<tr><th scope="col">Category</th><th scope="col">Conference</th><th scope="col">Accommodation</th></tr> |
|
14 |
<tr><th scope="col"></th><th scope="col">+ Tutorials</th><th scope="col">(all 6 days)</th></tr> |
|
15 |
</thead> |
|
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 | 19 |
</tbody> |
20 |
</table> |
|
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 | 23 |
|
24 |
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> |
|
25 |
<caption></caption> |
|
26 |
<colgroup><col align="left" /><col align="left" /> |
|
27 |
</colgroup> |
|
28 |
<thead> |
|
29 |
<tr><th scope="col">Category</th><th scope="col">Conference</th></tr> |
|
30 |
<tr><th scope="col"></th><th scope="col">+ Tutorials</th></tr> |
|
31 |
</thead> |
|
32 |
<tbody> |
|
33 |
<tr><td>Students</td><td>Rs. 500</td></tr> |
|
34 |
<tr><td>Teachers</td><td>Rs. 500</td></tr> |
|
35 |
</tbody> |
|
36 |
</table> |
|
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 | 39 |
|
40 |
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> |
|
41 |
<caption></caption> |
|
42 |
<colgroup><col align="left" /><col align="left" /><col align="left" /> |
|
43 |
</colgroup> |
|
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 | 46 |
</thead> |
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 | 50 |
</tbody> |
51 |
</table> |
|
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 | 54 |
|
55 |
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> |
|
56 |
<caption></caption> |
|
57 |
<colgroup><col align="left" /><col align="left" /><col align="left" /> |
|
58 |
</colgroup> |
|
59 |
<thead> |
|
60 |
<tr><th scope="col">Category</th><th scope="col">Conference</th><th scope="col">Tutorials + sprints</th></tr> |
|
61 |
</thead> |
|
62 |
<tbody> |
|
63 |
<tr><td>Students</td><td>Rs. 750</td><td>Included in conference fee</td></tr> |
|
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 | 66 |
</tbody> |
67 |
</table> |
|
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 | 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 | 72 |
|
73 |
<ul> |
|
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 | 76 |
</li> |
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 | 79 |
</li> |
80 |
<li> |
|
81 |
Accommodation will be confirmed at the venue only for participants with valid identity cards from their respective institutions. |
|
82 |
</li> |
|
83 |
</ul> |
|
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 | 93 |
|
94 |
<ul> |
|
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 | 99 |
</li> |
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 | 103 |
</li> |
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 | 107 |
</li> |
108 |
<li> |
|
109 |
The Demand Drafts may be sent to |
|
110 |
<pre class="example"> |
|
111 |
Prof. Prabhu Ramachandran, |
|
112 |
Department of Aerospace Engineering, |
|
113 |
IIT Bombay,Powai, |
|
114 |
Mumbai, Maharastra, |
|
115 |
India 400 076 |
|
116 |
</pre> |
|
117 |
||
118 |
</li> |
|
119 |
</ul> |
|
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 %} |