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
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
|
<!DOCTYPE HTML>
{% load static %}
<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 rel="stylesheet" href="{% static 'css/font-awesome.min.css'%}" />
<link href="{% static 'css/base.css' %}" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-offset="1" data-target="#navbar-main">
<!-- 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;" >Register</a></center>
<a href="{% url 'website:cfp' %}" class="button special" style="width : 220px;">Submit</a>
</header>
{% endblock %}
{% 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">Register</a></li>
<li> <a href="#coc" class="smoothScroll">COC</a></li>
<!-- <li> <a href="{% url 'website:cfp' %}">Submit</a></li>-->
<li> <a href="#schedule" class="smoothScroll">Schedule</a></li>
<li> <a href="#instructions" class="smoothScroll">Instructions</a></li>
<li> <a href="#venue" class="smoothScroll">Venue</a></li>
<li> <a href="#satellite" class="smoothScroll">Satellite Conference</a></li>
<li> <a href="{% url 'website:gallery' %}" target="_blank" class="smoothScroll">Gallery</a></li>
<!-- <li> <a href="#poster" class="smoothScroll">Poster</a></li>-->
<li> <a href="#contact" class="smoothScroll">Contact</a></li>
</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></header>
<table>
<colgroup>
<col width="40%" />
<col width= "20%"/>
<col width="40%" />
</colgroup>
<tr>
<td> <img class="img-responsive" src="{% static 'img/ajith.jpg' %}" height=90% width=80% alt="">
</td>
<td></td>
<td> <img class="img-responsive" src="{% static 'img/anand1.png' %}" height=90% width=80% alt="">
</td>
</tr>
<tr>
<td><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>
<a style = "color:#636363;" href="http://expeyes.in/" target="_blank"><i class="icon-info" style="font-size:30px;"></i></a></td><td></td>
<td><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>
<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>REGISTER</h2>
</header>
<table >
<colgroup>
<col width="20%" />
<col width="60%" />
</colgroup>
<tr>
<td bgcolor="#8CC9F0">
<h9 style="color:white;">On-Spot Registration</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹1800</h2>
<!-- <h9 style="color:white;">(Till 10 Nov 2016)</h9> -->
</td>
<td>
<b>This registration is subject to availability.</b> This ticket includes conference (tutorials + talks), lunch and snacks for 2 days and dinner for the first day. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.
</td>
</tr>
<tr>
<td bgcolor="#efa8b0">
<h9 style="color:white;">Early Bird</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹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 and dinner for the first day. 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; font-size: 25px;">₹600</h2>
<h9 style="color:white;">(Till 5 Dec 2016)</h9>
</td>
<td>
This Ticket allows you to ONLY attend the conference for 2 Days (snacks for two days will be served). Does not include any conference amenities (Accommodation, Lunch, Dinner & T-shirt).This is a non-refundable ticket.
</td>
</tr>
<tr>
<td bgcolor="#a89cc8">
<h9 style="color:white;">Regular</h9>
<h2 style="color:white; font-size: 25px;">₹1400</h2>
<h9 style="color:white;">(10 Nov - 5 Dec 2016)</h9>
</td>
<td>
This ticket includes conference (tutorials + talks), lunch and snacks for 2 days and dinner for the first day. 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; font-size: 25px;">₹500</h2>
<h9 style="color:white;"><a href="https://scipyindia2016.doattend.com/get_addons"> Add On </a></h9>
</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; font-size: 25px;">₹350</h2>
<h9 style="color:white;"><a href="https://scipyindia2016.doattend.com/get_addons"> Add On </a></h9>
</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" style ="width: 200px" src="{% static 'img/register.png'%}"></a>
</ul>
</footer>
</section>
<section id="coc" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>CODE OF CONDUCT</h2> </header>
<div id="coc" name="coc">
<p align="justify" >We appreciate your participation in SciPy 2016. We want you to have an enjoyable and enriching experience in the conference. For this all the attendees are required to conform to the following Code of Conduct. Organisers will ensure that it is enforced throughout the event.</p>
</div>
<div >
<div class="tab-content">
<div id="short" class="tab-pane fade">
<table class="table table-bordered">
<tbody><tr style="background-color:#f0f0f0">
<td>
<p>SciPy India 2016 is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, race, religion or employment. We don't tolerate harassment of attendees in any form.</p>
<p>All communication should be appropriate for a professional audience, including people from many different backgrounds.</p>
<p><b>Code for Speakers:</b></p>
<p>Sexual language or imagery is inappropriate for your talks or slides. Refrain from using sexist, racist or exclusionary language anywhere in your content.</p>
<p><b>Code for Participants:</b></p>
<p>Be kind and sensitive to the people around you and avoid any kind of offensive behavior. Sexist, racist or any other form of exclusionary or offensive jokes or excessive public swearing are not appropriate at any venue of SciPy India. Attendees violating these rules may be asked to leave the conference without a refund at the sole discretion of the conference organizers. Thank you for your consideration and help in making SciPy India a welcoming, friendly event for all of us.</p>
</td>
</tr>
</tbody></table>
<p></p>
</div>
<div id="long" class="tab-pane fade">
<p>
<table class="table table-bordered">
<tbody><tr style="background-color:#f0f0f0">
<td><p>SciPy India is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, race, religion or employment.</p>
<p>Harassment includes offensive verbal comments related to gender, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. We have zero tolerance on harassment of conference participants in any form, including, but not limited to the activities mentioned here.</p>
<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>
<p>All communication should be appropriate for a professional audience, including people from many different backgrounds. Sexual language or imagery is inappropriate for all aspects of the conference, including talks. Remember that sexist, racist or any other form of exclusionary or offensive jokes or excessive public swearing are not appropriate at any venue of SciPy India.</p>
<p>Do not insult or put down attendees or engage in any action that violates the open, welcoming and sharing spirit of the conference. Be kind and sensitive to the people around you when you are attending the conference, and avoid any kind of offensive or degrading behavior.</p>
<p><b>If a participant engages in behavior that violates this code of conduct, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund.</b></p>
<p>Thank you for helping to make SciPy India a welcoming, friendly event for all.</p>
<p><b>Contact Information:</b></p>
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff. Conference staff will be wearing "SciPy India: Organiser" badges.</p>
<p>Conference staff will be happy to help participants contact venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p>
<p><b>License:</b></p>
<p>This Code of Conduct was forked from PSF Code of Conduct by Python Software Foundation which is under a Creative Commons Attribution 3.0 Unported License.</p>
<p>SciPy India Conference Code of Conduct is licensed under a Creative Commons Attribution 3.0 Unported License.</p>
</td>
</tr>
</tbody></table>
<p></p>
</div>
</div>
<ul class="nav nav-tabs">
<li>
<a style="background: #efa8b0;" data-toggle="tab" href="http://scipy.in/2016#short">Short Version</a></li>
<li><a style="background: #c79cc8;" data-toggle="tab" href="http://scipy.in/2016#long">Long Version</a></li>
</ul>
</div>
</div>
</section>
<section id="schedule" class="main special">
<div class="spotlight">
<div class="content">
<header class="major"></header>
<h2>SCHEDULE</h2>
<div id="schedule" name="schedule">
<div >
<center>
<ul class="nav nav-tabs">
<li class="active">
<a style="background: #efa8b0;" data-toggle="tab" href="http://scipy.in/2016#day1">Day 1</a></li>
<li><a style="background: #c79cc8;" data-toggle="tab" href="http://scipy.in/2016#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>
--><br/><br/>
</ul>
<div class="tab-content">
<div id="day1" class="tab-pane fade in active">
<p>
</p><center><h4>10 Dec 2016 (Day 1 - Saturday)</h4></center>
<table width="100%" >
<thead>
<th width="25%"><b>Time</b></th>
<th width="40%" ><b>Basic Track</b> </th>
<th width="40%"> <b>Advanced Track</b></th>
</thead>
<tbody>
<tr > <td bgcolor = "#F6CCD1" >08:30 AM - 09:00 AM</td><td bgcolor = "#F6CCD1" colspan="3" style="text-align:center"><b>REGISTRATION / BREAKFAST </b></td> <td bgcolor = "#F6CCD1"> </td>
</tr>
<tr ><td>09:00 AM - 1:00 PM</td><td >Workshop: Introductory Scientific Computing with Python:
Ipython, Matplotlib, NumPy, SciPy - Prof. Prabhu Ramachandran</td>
<td>Workshop: Introduction to Automated Testing in Python</td>
</tr>
<tr ><td bgcolor = "#F6CCD1">01:00 PM - 02:00 PM</td><td colspan="3" style="text-align:center" bgcolor = "#F6CCD1"><b>LUNCH</b></td> <td bgcolor = "#F6CCD1"></td>
</tr>
<tr ><td >02:00 PM - 04:00 PM</td>
<td >Workshop: Python for Microcontrollers</td>
<td>Workshop: Algorithm to Application: Using Traits and ETS</td>
</tr>
<tr ><td bgcolor = "#F6CCD1">04:00 PM - 04:15 PM</td><td colspan="3" style="text-align:center" bgcolor = "#F6CCD1"><b>TEA</b></td> <td bgcolor = "#F6CCD1"></td>
</tr>
<tr ><td>04:15 PM - 06:00 PM</td>
<td >Workshop: Introduction to Git</td>
<td>Workshop: ExpEYES</td>
</tr>
</tbody>
</table>
</div>
<div id="day2" class="tab-pane fade">
<p></p><center><h4>11 Dec 2016 (Day 2 - Sunday)</h4></center>
<table class="table table-bordered">
<thead>
<th width="20%">Time</th>
<th width="80%" >Session </th>
</thead>
<tbody>
<tr > <td bgcolor = "#E3C8E4">08:30 AM - 09:00 AM</td><td bgcolor = "#E3C8E4"><b>BREAKFAST </b></td><td bgcolor = "#E3C8E4"></td>
</tr>
<tr ><td>09:00 AM - 10:00 AM</td>
<td><b>Keynote</b>: Algorithmic Data Exploration - Mr. S. Anand </td>
</tr>
<tr ><td>10:00 AM - 10:25 AM</td>
<td>Talk: Learn the Brain with Nilearn - Kamalaker Dadi </td>
</tr>
<tr ><td>10:25 AM - 10:50 AM</td>
<td>Talk: Scientific Python in Disaster Simulation and Visualization: Modeling and Simulation of Wildland Fire Spread
using CAN Model - Gugan Selvaraj </td>
</tr>
<tr ><td>10:50 AM - 11:15 AM</td>
<td>Talk: Package ensemble: A package to create ensemble Machine Learning models - Prajwal Kailas </td>
</tr>
<tr ><td bgcolor = "#E3C8E4">11:15 AM - 11:30 AM </td><td bgcolor = "#E3C8E4"><b>TEA</b></td> <td bgcolor = "#E3C8E4"></td>
<tr ><td>11:30 AM - 11:55 AM</td>
<td>Talk: Python & Caffe: Getting started with Deep Learning - Saurabh Kumar </td>
</tr>
<tr ><td>11:55 AM - 12:20 PM</td>
<td>Talk: Extracting structured data from Millions of Mobile SMS Messages - From Conception to Production - Vineesha Budhrani </td>
</tr>
<tr ><td>12:20 PM - 12:45 PM </td>
<td>Talk: Using Analytics to Unpack Your Financial Biography from CIBIL - Kedar Deore </td>
</tr>
<tr ><td>12:45 PM - 01:10 PM </td>
<td>Talk: Processing medium-sized data with Python, Pandas and Postgres - Chinmay Kanchi </td>
</tr>
</tr>
<tr ><td bgcolor = "#E3C8E4">01:10 PM - 02:10 PM</td><td bgcolor = "#E3C8E4"><b>LUNCH</b></td> <td bgcolor = "#E3C8E4"></td>
</tr>
<tr ><td>02:10 PM - 03:10 PM</td>
<td><b>Keynote</b>: Taking Python to Classrooms - Dr. Ajith Kumar </td>
</tr>
<tr ><td>03:10 PM - 03:35 PM</td>
<td>Talk: Developing Python Backends for Machine Learning Applications - Jaidev Deshpande </td>
</tr>
<tr ><td>03:35 PM - 04:00 PM </td>
<td>Talk: Good Enough Practices for Scientific Computing in Python - Pankaj Pandey </td>
</tr>
<tr ><td>04:00 PM - 04:15 PM </td>
<td>Talk: Compressive Sensing: A glimpse into the Magic Reconstruction using Python - Saurabh Kumar </td>
</tr>
<tr ><td>04:15 PM - 04:30 PM</td>
<td>Talk: Raspberry PI based Smart Greenhouse for environment monitoring and control - Saiprasad Barke and Shradda Barke </td>
</tr>
<tr ><td bgcolor = "#E3C8E4">04:30 PM - 04:45 PM</td><td bgcolor = "#E3C8E4"><b>TEA</b></td> <td bgcolor = "#E3C8E4"></td>
</tr>
<tr ><td>04:45 PM - 05:45 PM</td><td><b>Lightning Talks </b></td> <td></td>
</tr>
<tr ><td>05:45 PM - 06:00 PM</td><td><b>Closing </b></td> <td></td>
</tr>
</tbody>
</table>
<p></p>
</div>
</div> </div>
</div>
</section>
<section id="instructions" class = "main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Instructions</h2></header>
<p align="justify"></p>
<table class="table table-condensed" style="text-align: justify;">
<tbody>
<tr>
<td>General Instructions</td>
<td width="60%">These instructions will help you during the stay at IIT Bombay. </td>
<td><a href="http://scipy.in/2016/downloads/General_instruction.pdf" target="_blank">View here</a> </td>
</tr>
<tr>
<td>SciPy 2016: <br>Preferred Workshop Track</td>
<td>Please select the workshop in which you wish to participate (Satellite conference registrants need not submit this form).</td>
<td><a href="http://tinyurl.com/SciPy2016-Workshop" target="_blank">View here</a> </td>
<tr>
<tr >
<td>Workshop Instructions</td>
<td >These instructions are for all the registered participants. It has the details of the workshops which will be conducted in SciPy India 2016 conference. Please read it carefully and follow the steps to install various software packages.<br>
<b>Note:</b> You will not be able to participate in the workshops without installing the above packages. There will not be any separate setup session at the venue.</td>
<td><a href="http://scipy.in/2016/downloads/SciPy_instruction_workshop.pdf" target="_blank">View here</a> </td>
</tr>
<tr >
<td>Workshop Material </td>
<td >1)<b> Workshop</b>: Introductory Scientific Computing with Python: Ipython, Matplotlib, NumPy, SciPy - Prof. Prabhu Ramachandran<br></td>
<td><a href="http://scipy.in/2016/downloads/workshop/intro_scipy_circulate.zip" target="_blank">View here</a> </td>
</tr>
</tbody> </table>
</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>
<a href="http://scipy.in/2016/downloads/General_instruction.pdf" target="_blank">For more details: View Instruction sheet</a>
<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></div></div>
</section>
<section id="satellite" class = "main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Satellite Conference</h2></header>
<p align="justify">FOSSEE at IIT Bombay is excited to conduct Satellite SciPy India 2016 Conference at the following four institutes</p>
<table class="table table-condensed" style="text-align:justify">
<tbody>
<tr>
<td>1) B V Raju Institute of Technology, Narsapur, Telangana</td>
</tr>
<tr>
<td>2) BVRIT HYDERABAD College of Engineering for Women, Hyderabad, Telangana</td>
</tr>
<tr>
<td>3) Vishnu Institute of Technology, Bhimavaram, Andhra Pradesh</td>
</tr>
<tr>
<td>4) Shri Vishnu Engineering College for Women, Bhimavaram, Andhra Pradesh
</tr>
</tbody>
</table>
<p align="justify">Through this Satellite Conference, we shall have live remote sessions broadcasting certain talks and tutorials via the Internet.</p>
</div>
</div>
</section>
<section id="poster" class = "main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>POSTER</h2></header>
<a href="http://fossee.in/data/emails/images/Poster_thumbnail_2016.png" target="_blank"> <img height = 20%, width=20% src="{% static 'img/sd.png'%}" /></a>
<p align="justify">We request you to share the event details through this poster with faculty members, students and others who might be interested. You may print the poster (native size - A4) and display on the notice boards.</p>
</div>
</div>
</section>
<section id="sponsors" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>SPONSOR</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></div></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='#' class="form" role="form" method=POST onSubmit="alert('Your query has been submitted. We will email our response to you shortly!');" 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" disabled >Send Message</button><br>
<p style="color: red;" id= "error">
</div>
</form>
</section>
<section>
<h2>Contact Us</h2>
<dl class="alt">
<dt>Phone</dt>
<dd> (+91) 22 25764133</dd>
<dt>Email</dt>
<dd><a style="color:white;" href="#">scipy [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/scipyindia2016/" class="icon-facebook alt"><span class="label"></span></a></li>
<li><a style="color:white;" target="_blank" href="https://plus.google.com/103605487308376724082" class="icon-google-plus alt"><span class="label"></span></a></li>
</ul>
Visit SciPy.in/
<a style="color:white;" target="_blank" href="http://scipy.in/2009">2009</a>/
<a style="color:white;" target="_blank" href="http://scipy.in/scipyin/2010/">2010</a>/
<a style="color:white;" target="_blank" href="http://scipy.in/scipyin/2011/">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 class="container">
<center><img src="{% static 'img/fossee.png' %}" width=100 height=40>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"></a>
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></center>
<center>This work is licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<center>
<br/>
</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 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 + " = ");
var add = n1 + n2;
$("#b").on('change', function (){
if (this.value == add){
$('#myButton').removeAttr('disabled');
document.getElementById("error").innerHTML = "";
}
else{
$('#myButton').attr('disabled', true);
document.getElementById("error").innerHTML = "Incorrect!";
}
});
}</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-26098261-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|