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
|
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>SciPy India 2015</title>
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet">
<link href="{% static 'css/bootstrap-social.css' %}" rel="stylesheet">
<!-- Custom CSS -->
<link href="{% static 'css/main.css' %}" rel="stylesheet">
<link href="{% static 'css/font-awesome.min.css' %}" rel="stylesheet">
<link href="{% static 'css/animate-custom.css' %}" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<!-- Custom Fonts -->
<link href="{% static 'font-awesome/css/font-awesome.min.css' %}" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- JS -->
<script src="{% static 'js/jquery.min.js' %}"></script>
<script src="{% static 'js/modernizr.custom.js' %}"></script>
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main">
{% block navbar %}
<div id="navbar-main">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand smoothScroll" href="#home"><b>SciPy India 2015</b> </a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li> <a href="#home" 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="{% url 'website:cfp' %}">Call for Papers</a></li>
<li> <a href="#schedule" class="smoothScroll">Schedule</a></li>
<li> <a href="#venue" class="smoothScroll">Venue</a></li>
<li> <a href="#poster" class="smoothScroll"> Poster</a></li>
<li> <a href="#sponsors" class="smoothScroll">Sponsors</a></li>
<li> <a href="#contact" class="smoothScroll">Contact</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
{% endblock %}
<!-- ==== HEADERWRAP ==== -->
{% block content %}
<div id="headerwrap" name="home">
{% if mailsent %}
<div class="alert alert-success" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<p>Thank You for contacting us. We will get back to you soon !</p>
</div>
{% endif %}
{% if mailfailed %}
<div class="alert alert-danger" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<p>Sorry ! There seems to be some problem with our mail server, we could not send your query. While we solve it, you may write to us at scipy[at]fossee[dot]in.</p>
</div>
{% endif %}
<header class="clearfix"> <center> <img class="img-responsive" height=300 width=300 src="{% static 'img/scipy.png' %}" alt=""></center>
<h1>SciPy India 2015</h1>
<hr>
<h3 >DECEMBER 14, 15 & 16</h3></br>
<h4>CFP for the conference is now open ! <a href="{% url 'website:cfp' %}" class="btn btn btn-primary">Click Me</a> for more details.</h4>
<h4>Registrations are now open ! <a href="#attend" class="smoothScroll btn btn btn-primary">Grab a Ticket</a> </h4>
<h4>The last date for Early Bird Registration and Lite Registration is <b style="color:red"> 14 Nov 2015</b>.</h4>
</header>
</div>
<!-- /headerwrap -->
<!-- ==== ABOUT ==== -->
<div id="about" name="about">
<div class="container">
<div class="row white">
<h2 class="centered">About</h2>
<hr>
<div class="col-md-6">
<h3>Python for Scientific Computing</h3>
<br>
<p align="justify">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 class="col-md-6">
<h3>SciPy India Conferences down the lane</h3>
<table>
<tr>
<td><a href="http://scipy.in/2014" target="_blank"><u>SciPy India 2014</u></a>
</tr>
<tr>
<td><a href="http://scipy.in/2013" target="_blank"><u>SciPy India 2013</u></a>
</tr>
<tr>
<td><a href="http://scipy.in/2012" target="_blank"><u>SciPy India 2012</u></a>
</tr>
</table>
<hr>
<u><h5>Few snaps from SciPy India 2014</h5></u>
<div class="col-md-4">
<a href="https://www.flickr.com/photos/111275739@N03/15973038815/in/album-72157647327666464/" target="_blank">
<img src="{% static 'img/s1.jpg'%}" />
</a>
</div>
<div class="col-md-4">
<a href="https://www.flickr.com/photos/111275739@N03/15971073121/in/album-72157647327666464/" target="_blank">
<img src="{% static 'img/s2.jpg'%}" />
</a>
</div>
<div class="col-md-4">
<a href="https://www.flickr.com/photos/111275739@N03/15947289216/in/album-72157647327666464/" target="_blank">
<img src="{% static 'img/s3.jpg'%}" />
</a>
</div>
<p align="right"><a href="https://www.flickr.com/gp/111275739@N03/KiDiz4/" target="_blank">More >>></a></p>
</div>
</div>
<!-- row -->
</div>
</div>
<!-- container -->
<div id="speakers" name="speakers">
<div class="container">
<div class="row centered">
<h2 class="centered">Speakers</h2>
<hr>
<div class="col-lg-3 centered" style="margin-left:15%">
<img src="{% static 'img/andreas-circle.png' %}" class="img img-circle" alt=""></img>
<h4><a href="http://mathema.tician.de/" target="_blank"><strong>Andreas Klöckner</strong></a></h4>
<p></p>
<a href="https://github.com/inducer" target="_blank"><img width=30 height=30 src="{% static 'img/github.png' %}"></img></a>
<a href="http://mathema.tician.de/" target="_blank"><img width=30 height=30 src="{% static 'img/internet.png' %}"></img></a>
</div>
<div class="col-lg-3 centered">
<img src="{% static 'img/j.png' %}" class="img img-circle" alt=""></img>
<h4><a href="http://www.jarrodmillman.com/" target="_blank"><strong>Jarrod Millman</strong></a></h4>
<p></p>
<a href="https://github.com/jarrodmillman" target="_blank"><img width=30 height=30 src="{% static 'img/github.png' %}"></img></a>
<a href="http://www.jarrodmillman.com/" target="_blank"><img width=30 height=30 src="{% static 'img/internet.png' %}"></img></a>
</div>
<div class="col-lg-3 centered"> <img src="{% static 'img/ajith-circle.png' %}" class="img img-circle" alt=""></img>
<h4><a href="http://expeyes.in/" target="_blank"><strong>Dr. Ajith Kumar</strong></a></h4>
<p></p>
<a href="https://github.com/expeyes" target="_blank"><img width=30 height=30 src="{% static 'img/github.png' %}"></img></a>
<a href="http://expeyes.in/" target="_blank"><img width=30 height=30 src="{% static 'img/internet.png' %}"></img></a>
</div>
</div>
</div>
<!-- row -->
</div>
<div id="attend" name="attend">
<div class="container">
<div class="row">
<h2 class="centered">Attend</h2>
<hr>
<center><u><h4>Registration Details</h4></u></center>
<div style="width:80%;margin-left:10% ">
<div class="col-md-12" >
<p align="justify"><b>Early Bird Registration<b style="color:red">(till 14 Nov 2015)</b> - Rs 1000:</b> This ticket includes conference (tutorials + talks), lunch and snacks for 3 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.</p>
</div>
<center><div class="col-md-12">
<p align="justify"><b>Lite Registration<b style="color:red"> (till 14 Nov 2015)</b> - Rs 300:</b> This Ticket allows you to ONLY attend the conference for 3 Days. Does not include any conference amenities (Accommodation, Kit, Food & T-shirt). This is a non-refundable ticket. </p>
</div></center>
<div class="col-md-12" >
<p align="justify"><b>Regular Registration<b style="color:red"> (15 Nov 2015 - 10 Dec 2015)</b> - Rs 1200:</b> This ticket includes conference (tutorials + talks), lunch and snacks for 3 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.</p>
</div>
<div class="col-md-12">
<p align="justify"><b>On Spot Registration - Rs 2000:</b> This ticket includes conference (tutorials + talks), lunch and snacks for 3 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket. </p>
</div>
<center><u><h4>Add On Details</h4></u></center>
<div style="width:100%; ">
<div class="col-md-12" >
<p align="justify"><b>Accommodation - Rs 750:</b> Accommodation is provided on a shared basis (twin sharing) inside IIT-B campus (Boys/Girls hostel).
Accommodation will be provided for 3 days, i.e, 13-14, 14-15 and 15-16 December.
Accommodation does not include other amenities like dinner, etc.
Extension of period of stay is not available.
This is a non-refundable ticket. </p>
</div>
<center><div class="col-md-12">
<p align="justify"><b>T- Shirts - Rs 250: </b>Change of size, exchange at the venue is not available.
This is a non-refundable ticket. </p>
</div>
</center>
<p>NOTE: Add-ons can be purchased during the time of registration. However, if you have already booked your tickets and want to buy an add-on, please <a href="https://scipyindia2015.doattend.com/get_addons" class="btn btn-info" role="button" target="_blank">Click here</a> </p>
<center><a href="http://scipyindia2015.doattend.com/" target="_blank" class="btn btn-info" role="button">Buy Tickets</a></center>
</div>
</div>
</div>
</div>
<div id="schedule" name="schedule">
<div class="container">
<div class="row">
<h2 class="centered">Schedule</h2>
<hr>
<div class="col-lg-8 col-lg-offset-2 centered">
<center><h3>Will be updated soon..</h3></center>
</div>
</div>
</div>
</div>
<!-- container -->
<div id="venue" name="venue">
<div class="container">
<div class="row">
<h2 class="centered">Venue</h2>
<hr>
<div class="col-lg-8 col-lg-offset-2 centered">
<center><h3>Lecture Hall Complex, IIT Bombay</h3></center>
<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="750" height="400" frameborder="0" style="border:0"></iframe>
</div>
</div>
</div>
</div>
<!--div id="organiser" name="organiser">
<div class="container">
<div class="row">
<h2 class="centered">Organiser</h2>
<hr>
<div class="col-lg-4 col-lg-offset-2 centered">
</div>
<div class="col-lg-8 col-lg-offset-2 centered">
<p></p>
</div>
</div>
</div>
</div-->
<div id="poster" name="poster">
<div class="container">
<div class="row">
<h2 class="centered">Poster</h2>
<hr>
<div class="col-lg-8 col-lg-offset-2 centered">
<a href="http://fossee.in/data/emails/images/scipy_poster_2015.pdf" target="_blank"> <img src="http://fossee.in/data/emails/images/Poster_thumbnail.png" /></a>
<p>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>
<a href="http://fossee.in/data/emails/images/scipy_poster_2015.pdf" class="btn btn-info" role="button" target="_blank">View Poster</a>
</div>
</div>
</div>
</div>
<div id="sponsors" name="sponsors">
<div class="container">
<div class="row">
<h2 class="centered">Sponsors</h2>
<hr>
<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>
</div>
<hr>
<center><u><h4>Organiser</h4></u></center>
<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>
<hr>
<center><h4>We are open for sponsorships.You can view the sponshorship details <a href="http://fossee.in/data/SciPy2015-Sponsorship.pdf" target="_blank">here </h4></a></center>
</div>
</div>
</div>
<!--div id="cfp" name="cfp">
<div class="container">
<div class="row">
<h2 class="centered">CALL FOR PAPERS</h2>
<hr>
<div class="col-lg-8 col-lg-offset-2">
<p class="large">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div>
<div class="col-lg-4 callout"> <i class="fa fa-desktop fa-3x"></i>
<h3>Responsive Design</h3>
<p>Erat imperdiet dissentias ea usu, alia aliquid corrumpit ea qui. Eu vim oratio conclusionemque, vel at errem nominavi delicatissimi.</p>
</div>
<div class="col-lg-4 callout"> <i class="fa fa-gears fa-3x"></i>
<h3>Web Development</h3>
<p>Erat imperdiet dissentias ea usu, alia aliquid corrumpit ea qui. Eu vim oratio conclusionemque, vel at errem nominavi delicatissimi.</p>
</div>
<div class="col-lg-4 callout"> <i class="fa fa-dot-circle-o fa-3x"></i>
<h3>Social Marketing</h3>
<p>Erat imperdiet dissentias ea usu, alia aliquid corrumpit ea qui. Eu vim oratio conclusionemque, vel at errem nominavi delicatissimi.</p>
</div>
</div>
</div>
</div-->
<!-- ==== CONTACT ==== -->
<div id="contact" name="contact">
<div class="container">
<div class="row">
<h2 class="centered">Contact Us</h2>
<hr>
<div class="col-md-4 centered">
<p></p>
</div>
<div class="col-md-4"> <i class="fa fa-envelope-o fa-2x"></i>
<p>scipy[at]fossee[dot]in</p>
</div>
<div class="col-md-4">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
<p>Feel free to send us an email if you have any questions.</p>
<form id="contact" action="" class="form" role="form" method=POST enctype="multipart/form-data">
<div class="row">
<div class="col-xs-6 col-md-6 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required />
</div>
<div class="col-xs-6 col-md-6 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email" required />
</div>
</div>
<textarea class="form-control" id="message" name="message" placeholder="Message" rows="5"></textarea>
<div class="row">
<div class="col-xs-12 col-md-12">
<button class="btn btn btn-lg" type="submit">Send Message</button>
<ul class="list-inline social-buttons">
<li><a href="https://twitter.com/scipyindia"><i class="fa fa-twitter"></i></a> </li>
<li><a href="https://www.facebook.com/scipydotin"><i class="fa fa-facebook"></i></a> </li>
<li><a href="https://plus.google.com/+ScipyIndia/posts"><i class="fa fa-google-plus"></i></a> </li>
</ul>
</div>
</div>
{% csrf_token %}
</form>
<!-- form -->
</div>
</div>
<!-- row -->
</div>
</div>
<!-- container -->
{% endblock %}
<div id="footerwrap">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="{% static 'img/fossee.png' %}" width=100 height=40>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a><br />
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</div>
</div>
</div>
</div>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44697375-7', 'auto');
ga('send', 'pageview');
</script>
<!-- jQuery -->
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/retina.js' %}"></script>
<script src="{% static 'js/jquery.easing.1.3.js' %}"></script>
<script src="{% static 'js/smoothscroll.js' %}"></script>
<script src="{% static 'js/jquery-func.js' %}"></script>
</body>
</html>
|