summaryrefslogtreecommitdiff
path: root/website/templates/base.html
blob: 3e46e81b430d7bb4bb4aa2c7f2bb923023c84147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
{% load static %}

<!DOCTYPE HTML>
<html>
	<head>
		 <link rel="icon" href="{% static 'img/favicon.ico'%}" type="icon"> 
    	<title>SciPy India 2016</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<link rel="stylesheet" href="{% static 'css/main.css'%}" />
		<link href="{% static 'css/base.css' %}" rel="stylesheet">
	</head>	
	<body>

		<!-- Wrapper -->
			<div id="wrapper">
{% block header %}

<header id="header" class="alt">
						<span class="logo"><img src="{% static 'img/logo.png' %}" alt="" /></span>
						<h1 >SciPy India 2016</h1>
						<p style="color:#484848; font-weight:700; font-size:28px;" >DECEMBER 10 & 11</p><br><br>
            			
            	 <a href="#attend" class="button special" style="width : 220px;" >Attend</a></center>
            	 <a href="#" class="button special" id="cfp" style="width : 220px;">Call for Proposal</a></center>
					</header>
{% endblock %}



<body data-spy="scroll" data-offset="1" data-target="#navbar-main">

{% block nav %}
<div id="navbar-main"> 
  <!-- Fixed navbar -->
  <div class="navbar navbar-inverse navbar-fixed-top">
      <div class="navbar-collapse collapse">
        <ul class="nav navbar-nav">
          <li> <a href="#header" class="smoothScroll">Home</a></li>
          <li> <a href="#about" class="smoothScroll">About</a></li>
          <li> <a href="#speakers" class="smoothScroll">Speakers</a></li>
          <li> <a href="#attend" class="smoothScroll">Attend</a></li>
          <li> <a href="#" id = "cfp1" >Call for Proposal</a></li>
	 	  <li> <a href="#schedule" class="smoothScroll">Schedule</a></li>
          <li> <a href="#venue" class="smoothScroll">Venue</a></li>
          <li> <a href="#sponsors" class="smoothScroll">Sponsors</a></li>
          <li> <a href="#contact" class="smoothScroll">Contact</a></li>
            {% if user and not user.is_anonymous %}
               <li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.get_full_name|default:user.username }}</a>
               <ul class="dropdown-menu">
                   <li><a href="{% url 'auth:logout' %}">Logout</a></li>
                   <li><a href="{% url 'website:cfp' %}">Main Menu</a></li>
               </ul>   
               {% else %}       
                <li><a href="{% url 'website:cfp' %}" >Login</a></li>
           {% endif %}
        </ul>
      </div>
      <!--/.nav-collapse --> 
  </div>
</div>
{% endblock %}

				<!-- Main -->
			{% block content %}
					<div id="main">

						<!-- Introduction -->
							<section id="about" class="main special">
								<div class="spotlight">
									<div class="content">
										<header class="major">
											<h2>ABOUT</h2>
										</header>
										<p align="justify" style= "font-size: 20px;">SciPy India is a conference providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India. It provides a unique opportunity to interact with the "Who's who" of the Python for Scientific Computing fraternity and learn, understand, participate, and contribute to Scientific Computing using Python. One of the goals of the conference is to combine education, engineering, and science with computing through the medium of Python.</p>
										
									</div>
									</div>
								
							</section>



					<section id="speakers" class="main special">
								<div class="spotlight">
									<div class="content">
										<header class="major">
											<h2>SPEAKERS</h2>
						

		<table class = "table">
			<colgroup>
        <col width="40%" />
        <col width="20%" />
        <col width="40%" />
    </colgroup>
<tr>
<td> <img class="img-responsive" src="{% static 'img/ajith.jpg' %}" height="300" width="300" alt="">
					<p>Dr. Ajith Kumar</p>
									<a style = "color:#636363;" href="https://github.com/expeyes" target="_blank"><i class="icon-github" style="font-size:30px;"></i></a>
									&nbsp;&nbsp;&nbsp;&nbsp;
        							<a style = "color:#636363;" href="http://expeyes.in/" target="_blank"><i class="icon-info" style="font-size:30px;"></i></a></td>

        							<td></td>
<td> <img class="img-responsive" src="{% static 'img/anand.jpg' %}" height="300" width="300" alt="">
					<p>Mr. S. Anand</p>
									<a style = "color:#636363;" href="https://github.com/sanand0" target="_blank"><i class="icon-github" style="font-size:30px;"></i></a>
									&nbsp;&nbsp;&nbsp;&nbsp;
        							<a style = "color:#636363;" href="http://www.s-anand.net/" target="_blank"><i class="icon-info" style="font-size:30px;"></i></a> </td>

</tr>
<tr>
<td> Dr. B. P. Ajith Kumar, a scientist working with the <a target="_blank" href = "http://www.iuac.res.in/">IUAC</a>. His main area of work is development of instrumentation for particle accelerators and associated experiments, including radio-frequency accelerating structures, control and data acquisition systems, digital and radio frequency electronics modules. He initiated the Phoenix / expEYES project. ExpEYES is currently the cheapest educational system to teach science. </td>
<td></td>
<td> Anand is the Chief Executive Officer at Gramener. He leads a team of data enthusiasts with skills in analysis, design, programming and statistics. He studied at IIT Madras, IIM Bangalore and LBS, and worked at IBM, Infosys, Lehman Brothers and BCG. He and his team explore insights from data and communicate these as visual stories. These visual analyses and dashboards are built on the Gramener Visualisation Server -- Gramener's flagship product. </td>
</tr>
		</table>
				
				</div>
			
			</div>
					</section>



	<section id="attend" class="main special">
								<header class="major">
									<h2>ATTEND</h2>
 								</header>

								<table >
									 <colgroup>
        							 <col width="20%" />
        							 <col width="60%" />

									    </colgroup>
									<tr>
								<td bgcolor="#efa8b0">
										<h9 style="color:white;">Early Bird</h9>
										<h2 style="color:white;" style ="font-size: 25px;">&#8377;1200</h2>
										<h9 style="color:white;">(Till 10 Nov 2016)</h9>
								</td>
								<td>
									This ticket includes conference (tutorials + talks), lunch and snacks for 2 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.

									</td>
								</tr>
								<tr>
								<td bgcolor = "#c79cc8">
										
										<h9 style="color:white;">Light</h9>
										<h2  style="color:white;"style ="font-size: 25px;">&#8377;600</h2>
										<h9 style="color:white;">(Till 30 Nov 2016)</h9>
								</td>
								<td>
									This Ticket allows you to ONLY attend the conference for 2 Days (snacks shall be served). Does not include any conference amenities (Accommodation, Kit, Lunch & T-shirt). This is a non-refundable ticket.
									</td>
								</tr>
								<tr>
								<td bgcolor="#a89cc8">
										<h9 style="color:white;">Regular</h9>
										<h2 style="color:white;" style ="font-size: 25px;">&#8377;1400</h2>
										<h9 style="color:white;">(10 Nov - 30 Nov 2016)</h9>
								</td>
								<td>
									This ticket includes conference (tutorials + talks), lunch and snacks for 2 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.</td>
								</tr> 
								<tr>
								<td bgcolor ="#9bb2e1">
										<h9 style="color:white;">Accomodation</h9>
										<h2 style="color:white;" style ="font-size: 25px;">&#8377;500</h2>
								</td>
								<td>
									 Accommodation is provided on a shared basis (twin sharing) inside IIT-B campus (Boys/Girls hostel). Accommodation will be provided for 2 days, i.e, 10-11 and 11-12 December. Accommodation does not include other amenities like dinner, etc. Extension of period of stay is not available. This is a non-refundable ticket.
									</td>
								<tr>
								<td bgcolor= "#8cc9f0">
										<h9 style="color:white;">T-Shirt</h9>
										<h2 style="color:white;" style ="font-size: 25px;">&#8377;350</h2>
								</td>
								<td>
									Change of size, exchange at the venue is not available. This is a non-refundable ticket.
									</td>
								</tr>
							</tr>
							
							</table>
								
								<p id="demo"></p>
								<footer class="major">
									<ul class="actions">
										<a target="_blank" href="http://scipyindia2016.doattend.com/"><input type= "image"  src="{% static 'img/register.png'%}"></a>
									</ul>
								</footer>
							</section>

		
		<section id="schedule" class="main special">
								<div class="spotlight">
									<div class="content">
										<header class="major">
											<h2>SCHEDULE</h2>	
											<div id="schedule" name="schedule">
												 <h3>To be announced<h3>

  
    <!--   <div >
       <center>
           <ul class="nav nav-tabs">
        <li class="active">
        <a style="background: #efa8b0;" data-toggle="tab" href="http://scipy.in/2015#day1">Day 1</a></li>
        <li><a style="background: #c79cc8;" data-toggle="tab" href="http://scipy.in/2015#day2">Day 2</a></li>
        <li><a style="background: #a89cc8;" data-toggle="tab" href="http://scipy.in/2015#day3">Day 3</a></li>
		<li><a style="background: #9bb2e1;"data-toggle="tab" href="http://scipy.in/2015#paper">Workshop Resources</a></li>
		<li><a style="background: #8cc9f0;" data-toggle="tab" href="http://scipy.in/2015#workshop">Workshop Instructions</a></li>

    
</ul>
    <div class="tab-content">
        <br>	<br>
        <div id="day1" class="tab-pane fade in active">
            <p>
        </p><center><h4>14 Dec 2015: Day 1</h4></center>
              <table class="table table-bordered">
                                <tbody><tr style="background-color:#f0f0f0"><td>08:30 AM - 09:00 AM</td><td>Registration and Breakfast</td><td></td>
                                </tr>
                                <tr><td>09:00 AM - 10:00 AM</td><td>Inauguration and Setup</td>
                                </tr>
                                <tr><td width="25%"> 10:00 AM - 12:00 PM</td><td width="45%"><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work1"> Workshop: IPython, NumPy, SciPy, MPL Introduction</a></td>
<td width="30%"> by Jarrod Millman &amp; Prof. Prabhu Ramachandran</td>
                                </tr>
                                <tr><td>12:00 PM - 01:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work2">Workshop: Introduction to BioPython</a></td>
				<td> by Sourav Singh</td>
                                </tr>
                                <tr style="background-color:#f0f0f0"><td>01:00 PM - 02:00 PM</td><td>Lunch</td>  <td></td>

                                </tr>
                                <tr><td>02:00 PM - 04:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work3">Workshop: Symbolic computation with Python, SymPy</a> </td>
				<td> by Sumith</td>
                                </tr>
                                <tr><td> 04:00 PM - 06:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work4">Workshop: Introduction to Data Analysis using Pandas</a></td>
				<td>by Bargava Subramanian</td>
                                </tr>
              </tbody></table>
         
            <p></p>
        </div>
        <div id="day2" class="tab-pane fade">
            <p>
              </p><center><h4>15 Dec 2015: Day 2</h4></center>
               <table class="table table-bordered">
                                <tbody><tr style="background-color:#f0f0f0"><td>08:30 AM - 09:00 AM</td><td>Breakfast</td>  <td></td>

                                </tr>
                                <tr><td width="25%">09:00 AM - 11:00 AM</td><td width="45%"><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work5">Workshop: Complex Network analysis using NetworkX</a></td>
<td width="40%">by Mridul Seth &amp; Himanshu Mishra</td>
                                </tr>
                                <tr><td>11:00 AM - 01:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work6">Workshop: Domain-specific languages and high performance:<br>
                                                Generating high-performance code in Python</a></td>
				<td>by Dr. Andreas Kloeckner</td>
                                </tr>
                                <tr style="background-color:#f0f0f0">
                                <td>01:00 PM - 02:00 PM</td><td>Lunch</td><td></td>

                                </tr><tr><td>02:00 PM - 03:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work8">Workshop: Application of Pandas for some allocation problems</a> </td>
				<td>by Prof. Madhu Belur, Saurabh Kumar &amp; Shana Moothedath</td>
                                </tr>
                                <tr><td>03:00 PM - 04:00 PM</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work7">Workshop: Modeling and solving mathematical optimization problems with Pyomo</a> </td>
<td>by Prof. Ashutosh Mahajan, Prof. Jayendran Venkateswaran &amp; Mr. Atul Kumar</td>
                                </tr>
                                <tr><td>04:00 PM - 06:00 PM</td><td>Python in Schools Track: Details TBA</td>
                                </tr>
               </tbody></table>
            <p></p>
        </div>
        <div id="day3" class="tab-pane fade">
            <p>
              </p><center><h4>16 Dec 2015: Day 3</h4></center>
 <table class="table table-bordered">
                                <tbody><tr style="background-color:#f0f0f0"><td>08:30 AM - 09:00 AM</td><td>Breakfast</td>
                                </tr>
                                <tr><td width="25%">09:00 AM - 09:15 AM</td><td width="45%">Conference inauguration</td>

                                </tr>
                                <tr><td>09:15 AM - 10:15 AM</td><td>Keynote Address - Prof. Andreas Klöckner</td>
                                
                                </tr>
<tr><td>10:15 AM - 11:00 AM</td><td>Python for Statisticians - Jarrod Millman</td>
                                
                                </tr>
                                <tr style="background-color:#f0f0f0">
                                <td>11:00 AM - 11:15 AM</td><td>Tea</td>


                                </tr><tr><td>11:15 AM - 11:45 PM</td><td>Concept of a Python based Laboratory - Dr. Ajith Kumar</td>
                                
                                </tr>
                                <tr><td>11:45 AM - 12:10 PM</td><td>SymPy, SymEngine and the interface! - Sumith</td>

                                </tr>
                                <tr><td>12:10 PM - 12:35 PM</td><td>Sandhi - Visual Programming Editor - Ambikeshwar Srivastava</td>
                                </tr>
  <tr><td>12:35 PM - 12:50PM</td><td>Time Series Satellite Data Visualizer - Umang Gupta</td>
                                </tr>
  <tr style="background-color:#f0f0f0"><td>12:50 PM - 02:00 PM</td><td>	Lunch</td>
                                </tr>
  <tr><td>2:00PM - 2:20 PM</td><td>Python based implementation of Aqua Monitoring System using Raspberry Pi - Mohan Allam</td>
                                </tr>
  <tr><td>2:20PM - 2:40 PM</td><td>3D Scanner System Using Python - Neha Shinde</td>
                                </tr>
  <tr><td>02:40 PM - 03:10 PM</td><td>Talk - Prof. Ted Ralphs</td>
                                </tr>
<tr><td>03:10 PM - 03:40 PM</td><td>CFD simulations using OpenFOAM and PyFOAM - Prof. Shivasubramanian Gopalakrishnan</td>
                                </tr>
<tr style="background-color:#f0f0f0"><td>3:40 PM - 4:00 PM</td><td>	Tea</td>
                                </tr>
<tr><td>4:00 PM - 4:25 PM</td><td>Osdag: A python-based open source steel design and graphics software - Deepa</td>
                                </tr>
<tr><td>4:25 PM - 5:00 PM</td><td>Python for Microcontrollers - Srikant Patnaik</td>
                                </tr>
<tr><td>5:00 PM - 5:30 PM</td><td>	Lightning Talks</td>
                                </tr>
<tr><td>5:30 PM - 5:45 PM</td><td>	Vote of thanks and closing</td>
                              
               </tr></tbody></table>	
           <p></p>
        </div>
 <div id="workshop" class="tab-pane fade">
            <p>
              </p><center><h4>Click on each title for more details</h4></center><br>
			<h5 align="right"><a href="http://fossee.in/data/emails/SciPy-India-2015-Installation-Instruction-for-Workshop.pdf">SciPy 2015: Installation Instructions for Workshop</a></h5>
               <table class="table table-bordered">
		 <colgroup>
                                <col width="220">
                                <col width="720">
                                </colgroup>

		 <tbody><tr><th>Speaker</th>
                <th>Title</th>
                </tr><tr><td>Jarrod Millman &amp; Prof. Prabhu Ramachandran</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work1">IPython, NumPy, SciPy, MPL Introduction</a></td></tr>
                <tr><td>Sourav Singh</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work2">Introduction to BioPython</a></td></tr> 
                <tr><td>Sumith</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work3">Symbolic computation with Python, SymPy</a></td></tr>
                <tr><td>Mr. Bargava Subramanian</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work4">Introduction to Data Analysis using Pandas</a></td></tr>
                <tr><td>Mridul Seth &amp; Himanshu Mishra</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work5">Complex Network analysis using NetworkX</a></td></tr>
                <tr><td>Dr. Andreas Kloeckner</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work6">Domain-specific languages to high performance: Code generation and transformation in Python</a></td></tr>
                <tr><td>Prof. Ashutosh Mahajan, Prof. Jayendran Venkateswaran
 &amp; Mr. Atul Kumar</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work7">Modeling and solving mathematical optimization problems with Pyomo</a></td></tr>
                <tr><td>Prof. Madhu Belur, Saurabh Kumar &amp; Shana Moothedath</td><td><a href="http://scipy.in/2015#" data-toggle="modal" data-target="#work8">Application of Pandas for some allocation problems</a></td>
               </tr></tbody></table>
            <p></p>-->
        </div> 
      </div>
			</section>
											

											<section id="venue" class="main special">
								<div class="spotlight">
									<div class="content">
										<header class="major">
											<h2>VENUE</h2>	
											<center><h4>Lecture Hall Complex, IIT Bombay</h4></center>
												<!-- <div class='myIframe' >  -->
                    <iframe  src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3769.472585331343!2d72.916895!3d19.130779999999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c7f4215f57bf%3A0xcf0c03ea45a113e1!2sLecture+Hall+Complex+(LHC)!5e0!3m2!1sen!2sin!4v1434726932900" width="650" height="450" frameborder="0" style="border:0"></iframe>
                <!-- </div> -->
                </section>



	
											<section id="sponsors" class="main special">
								<div class="spotlight">
									<div class="content">
										<header class="major">
											<h2>SPONSORS</h2></header>
											<div class="col-md-4">
        <a href="http://mhrd.gov.in/" target="_blank"><img width=200 height=70 src="{% static 'img/mhrd.png'%}" /></a>
      </div>
      <div class="col-md-8">
        <p align="justify">The <a href="http://fossee.in/" target="_blank">FOSSEE</a> project undertaken by IIT Bombay is funded by <a href="http://mhrd.gov.in/" target="_blank">Ministry of Human Resource Development</a> (Govt. of India) under National Mission on Education through ICT. The essence of Human Resource Development is education, which plays a significant and remedial role in balancing the socio-economic fabric of the Country. Since citizens of India are its most valuable resource, our billion-strong nation needs the nurture and care in the form of basic education to achieve a better quality of life.</p><br><br>
      </div>
     <header class="major">
		<h2>ORGANISER</h2></header>
      <div class="col-md-4">
        <a href="http://fossee.in/" target="_blank"><img width=200 height=70 src="{% static 'img/fossee.png'%}" /></a>
      </div>
      <div class="col-md-8">
        <p align="justify">The Annual SciPy India conference is organised by the team members of FOSSEE project which is part of the National Mission on Education through ICT with the thrust area being Adaptation and deployment of open source simulation packages equivalent to proprietary software, funded by MHRD, based at the Indian Institute of Technology Bombay (IITB).</p>
      </div>
										</section>
					</div>
					{% endblock %}
					{% block footer %}

	<footer id="footer">
						<section id="contact">
							<h2>Write to Us</h2>
							<p>Feel free to send us an email if you have any questions.</p>
							<form id="contact_us" action='{{ contact_form_url}}' class="form" role="form" method=POST enctype="multipart/form-data">{% csrf_token %}
            				<div class="col-md-6 form-group">
              				<input class="form-control" id="name" name="name" placeholder="Name" type="text" required />
            				</div>
            				<div class="col-md-6 form-group">
              				<input class="form-control" id="email" name="email" placeholder="Email" type="email" required />
            				</div>
				            <br><br>
          					<textarea class="form-control" id="message" name="message" placeholder="Message" rows="5"></textarea>
					        <br>
					        <div class = "col-md-3">
					        <input class="form-control" style="color:black;" readonly type="text" id="a" />
					        </div>
					        <div class = "col-md-3">
							<input placeholder = "Answer" class="form-control" type="text" id="b"/>
							</div>
							<div class = "col-md-3">
							<!-- <button class="button" href="" id = "c" type="submit">Send Message</button> -->
							<button id="myButton">Send Message</button>
							</div>
						</form>
						</section>


						<section>
							<h2>Contact Us</h2>
							<dl class="alt">
								<dt>Address</dt>
								<dd> CFD - Lab, Aero. Annex Building,<br> Below HSS Dept.,<br>  Opp.Metallurgical Dept.IIT Bombay,<br> Powai, Mumbai - 400076<br>India</dd>
								<dt>Phone</dt>
								<dd> (+91) 22 25764133</dd>
								<dt>Email</dt>
								<dd><a style="color:white;" href="#">info [at] fossee [dot] in
</a></dd>
							</dl>
							<ul class="icons">
								<li><a style="color:white;" target="_blank" href="https://twitter.com/scipyindia" class="icon-twitter alt"><span class="label"></span></a></li>
								<li><a style="color:white;" target="_blank" href="https://www.facebook.com/scipydotin" class="icon-facebook alt"><span class="label"></span></a></li>
								<li><a style="color:white;" target="_blank" href="https://plus.google.com/+ScipyIndia/posts" class="icon-google-plus alt"><span class="label"></span></a></li>

							</ul>
							Visit SciPy.in/ <a style="color:white;" href="">2009</a>/
							<a style="color:white;" target="_blank" href="">2010</a>/
							<a style="color:white;" target="_blank" href="">2011</a>/
							<a style="color:white;" target="_blank" href="http://scipy.in/2012">2012</a>/
							<a style="color:white;" target="_blank" href="http://scipy.in/2013"	>2013</a>/
							<a style="color:white;" target="_blank" href="http://scipy.in/2014">2014</a>/
							<a style="color:white;" target="_blank" href="http://scipy.in/2015">2015</a>
						</section>
					</footer>

    </div>
			</div>
			<!-- end wrapper -->
								{% endblock %}


		<!-- Scripts -->
			<script src="{% static 'js/jquery.min.js' %}"></script>
			<script src="{% static 'js/main.js' %}"></script>
			<script src="{% static 'js/util.js' %}"></script>
			<script src="{% static 'js/jquery.scrollex.min.js' %}"></script>
			<script src="{% static 'js/jquery.scrolly.min.js' %}"></script>
			<script src="{% static 'js/skel.min.js' %}"></script>
			<script src="{% static 'js/ie/respond.min.js' %}"></script>
			<script src="{% static 'js/bootstrap.min.js' %}"></script>
			<script src="{% static 'js/smoothscroll.js' %}"></script>


<!-- 
<script>
$(document).ready(function() {
    var n1 = Math.round(Math.random() * 10 + 1);
    var n2 = Math.round(Math.random() * 10 + 1);
    $("#a").val(n1 + " + " + n2 + " = ");
    $("#c").click(function() {
        if (eval($("#a").val()) == $("#b").val()) {
        } else {
            alert("Write the correct value ");
        }
    });
});
</script>
 -->

<script type="text/javascript">
window.onload = function () {
	var n1 = Math.round(Math.random() * 10 + 1);
    var n2 = Math.round(Math.random() * 10 + 1);
    $("#a").val(n1 + " + " + n2 + " = ");
    document.getElementById("myButton").onclick = function () {
         if (eval($("#a").val()) == $("#b").val()) {
         	return true;
         	alert("!")
        } else {
            alert("Write the correct value ");
            return false;
        }
    }
}</script>

<script type="text/javascript">

window.onload = function () {
    document.getElementById("cfp").onclick = function () {
         alert("To Be Announced !");
    }
     document.getElementById("cfp1").onclick = function () {
         alert("To Be Announced !");
     }
}</script>


	</body>
</html>