-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
748 lines (662 loc) · 35.6 KB
/
index.html
File metadata and controls
748 lines (662 loc) · 35.6 KB
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
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!DOCTYPE html>
<html lang="en">
<!-- Header-->
<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="title" content="SciPy India - International conference on Python for education and computing">
<meta name="description" content="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.">
<meta name="keywords" content="SciPy, SciPyIndia 2021, Python,SciPy India 2021,SciPy India conference,Scientific Computing">
<link rel="icon" href="static/website/bootstrap-css/assets/images/backgrounds/SciPy_logo.png" type="icon">
<title>SciPy India 2021</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q238H11TSM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q238H11TSM');
</script>
<script src="static/website/bootstrap-css/bower_components/jquery/dist/jquery.min.js"></script>
<script src="static/website/bootstrap-css/assets/js/1.5.2/jquery.min.js"></script>
<script src="static/website/bootstrap-css/assets/js/2.8.2/modernizr.js"></script>
<script src="static/website/bootstrap-css/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- css -->
<link rel="stylesheet" href="static/website/bootstrap-css/assets/css/font-awesome.min.css">
<link rel="stylesheet" href="static/website/bootstrap-css/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="static/website/bootstrap-css/bower_components/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="static/website/bootstrap-css/assets/css/main.css">
<link rel="stylesheet" href="static/website/bootstrap-css/assets/css/custom.css">
<link rel="stylesheet" href="static/website/bootstrap-css/custom.css">
<script>
function countChar(val) {
var len = val.value.length;
var count = $('#charNum').text(0 + len);
};
</script>
</head>
<body data-spy="scroll" data-target="#site-nav">
<!-- Navigation -->
<nav id="site-nav" class="navbar navbar-fixed-top navbar-custom">
<div class="container">
<div class="navbar-header">
<!-- logo -->
<div class="site-branding">
<a class="logo" href="index.html">
<!-- logo image -->
<img src="static/website/bootstrap-css/assets/images/backgrounds/SciPy_logo.png" class="img-fluid" style="max-width: 10%;" alt="Logo">
SciPy India 2021
</a>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-items" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div><!-- /.navbar-header -->
<div class="collapse navbar-collapse" id="navbar-items">
<ul class="nav navbar-nav navbar-right">
<!-- navigation menu -->
<li class="active"><a data-scroll href="2021/index.html#about">About</a></li>
<li><a data-scroll href="2021/index.html#speakers">Speakers</a></li>
<li><a data-scroll href="2021/index.html#registration">Register</a></li>
<li><a data-scroll href="2021/index.html#contribution">CFP</a></li>
<li><a data-scroll href="2021/index.html#schedule">Schedule</a></li>
<li><a data-scroll href="2021/index.html#coc">COC</a></li>
<!-- <li><a data-scroll href="https://scipy.in/2021/#instructions">Instructions</a></li> -->
<!--<li><a data-scroll href="https://scipy.in/2021/#sponsor">Sponsor</a></li> -->
<!-- <li><a data-scroll href="https://scipy.in/2021/#faq">FAQ</a></li> -->
<li><a data-scroll href="2021/index.html#photos">Photos</a></li>
<li><a data-scroll href="2021/index.html#contact-us">Contact Us</a></li>
<!-- <li><a data-scroll href="https://scipy.in/2021/#team">Team</a></li> -->
<li><a href="2021/accounts/login/index.html">login</a></li>
</ul>
</div>
</div><!-- /.container -->
</nav>
<!-- Navigation -->
<div id="home" data="home"></div>
<header id="site-header" class="site-header valign-center">
<div class="intro">
<p>International conference on Python for education and scientific computing</p>
<img alt="" class="img-responsive center-block img-logo" src="static/website/bootstrap-css/assets/images/backgrounds/SciPy_logo.png"><br>
<center>
<div style="background-color: rgb(0, 68, 170, 0.4); border-radius: 10px; padding: 10px; width: 75%">
<h1>SciPy India 2021</h1>
<h2>21 & 22 January, 2022</h2>
</div>
</center>
<br>
<!-- <center>
<div style="background-color: rgb(0,0,0, 0.6); border-radius: 10px; padding: 10px; width: 75%"> <h5 style="color: #ffd21e"><strong>We have sent out invites to all the registered participants. Please check your inbox and spam folder with the subject line "Invitation to online event". In case you have not yet registered with us, please go to the registration link below and get a ticket for the Conference tomorrow.</strong></h5></div></center><br> -->
<a href="index.html#registration" data-scroll class="btn btn-primary">Register now</a>
<!-- <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#registermdl">
Register
</button> -->
</div>
</header>
<section id="about" class="section about">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h3 class="section-title">About Us</h3>
<p class="text-justify">SciPy India is the annual gathering of Pythonistas providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India.</p>
<p class="text-justify">
It provides a unique opportunity to discuss about the latest trends on Scientific Computing in the industry. You can present your ideas, research work done in this area during the conference. One of the goals of the conference is to combine education, engineering, and science with computing through the medium of Python.</p>
</div><!-- /.col-sm-6 -->
<div class="col-sm-6">
<h3 class="section-title multiple-title" align="center">News and Updates</h3>
<a class="twitter-timeline" data-width="500" data-height="380" href="https://twitter.com/SciPyIndia?ref_src=twsrc%5Etfw">Tweets by SciPyIndia</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div><!-- /.col-sm-6 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<section id="facts" class="section bg-image-1 facts text-center">
<div class="container">
<div class="row">
<div class="col-sm-4">
<i class="ion-ios-calendar"></i>
<h3>2021<br>January 21 & 22</h3>
</div>
<div class="col-sm-4">
<i class="ion-ios-location"></i>
<h3>Online</h3>
</div>
<!-- <div class="col-sm-3">
<i class="ion-pricetags"></i>
<h3>Over 300<br>Tickets</h3>
</div> -->
<div class="col-sm-4">
<i class="ion-speakerphone"></i>
<h3>12 Exciting talks</h3>
</div>
</div><!-- row -->
</div><!-- container -->
</section>
<section id="speakers" class="section speakers">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Speakers</h3>
</div>
</div>
<center>
<div class="row">
<div class="col-md-6">
<div class="speaker">
<h4>Keynote Speaker</h4>
<figure>
<img alt="" class="img-responsive center-block img-rounded" style="width:200px;" src="static/website/bootstrap-css/assets/images/speakers/keynote_speaker.jpg" data-toggle="modal" data-target="#speaker1">
</figure>
<h4>Anand Chitipothu</h4>
<p>Software Consultant & Trainer
</p>
</div>
<div class="col-md-12">
<p class="text-justify">Anand Chitipothu is a passionate programmer with more than 20 years of experience. He has co-authored web.py, a micro web framework in Python, built Open Library at the Internet Archive, created a machine learning platform at Rorodata, trained hundreds of engineers through his deep-dive courses at Pipal Academy. He is an elected fellow of Python Software Foundation and an active member of the Indian Python community.</p>
<p class="text-justify"> He currently works at <a href="https://fossunited.org/" target="_blank"> FOSS United</a>, focussing his efforts on building Mon School, a community-driven online platform to learn programming.
</p>
</div>
</div>
<div class="col-md-6">
<div class="speaker">
<h4>Invited Speaker</h4>
<figure>
<img alt="" class="img-responsive center-block img-rounded" style="width:200px;" src="static/website/bootstrap-css/assets/images/speakers/invited_speaker.jpg" data-toggle="modal" data-target="#speaker1">
</figure>
<h4>Praveen Patil</h4>
<p>A Physics teacher & FOSS Enthusiast (<a href="http://gnovi.in/" target="_blank">gnovi.in</a>)<br></p>
</div>
<div class="col-md-12">
<p class="text-justify">Praveen, a Google Summer of Code alumnus (GSoC 2014, 2015 and 2016) is also a mentor for Google Code-In and a proud Fedora volunteer. He is actively involved in the ExpEYES project (<a href="http://expeyes.in" target="_blank">http://expeyes.in</a>) and develops e-content for National Repository of Open Educational Resources (NROER). He is also experimenting and exploring the use of Python to actively engage the students and help them visualize the concepts of science and maths for better understanding.</p>
</div>
</div>
</div>
</center>
</div>
</section>
<!-- <section id="instructions" class="section instructions">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">General Instructions</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<!-- <strong> General Instructions</strong>
<ol>
<li>SciPy India 2021 will be conducted virtually this year. Participants can attend the conference from their respective places.</li>
<li>The participants have to register to attend the conference.</li>
<li>Please note all the communication related to the conference will happen on the email id provided by you during registration.</li>
<li>Certificates will be provided to all the participants who attend the conference.</li>
</ol>
</div>
</div>
</div>
</section> -->
<section id="registration" class="section registration">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Registration</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<strong>Registration Details</strong>
<ol>
<li>The registration amount for the conference is Rs. 125 (inclusive of GST).</li>
<li>Please note the transaction ID mentioned in the <strong>Payment Information</strong> page for future reference.</li>
<li>The registration amount is non-refundable and non-transferable.</li>
<li>To register and make the payment for the conference, click on the button given below.</li>
</ol>
<center>
<a href ="https://fopays.fossee.in/payments/initialdata/8839bb0a-55e8-4397-9a37-06dfed7a98b9" class="btn btn-primary" target ="_blank">Register now</a>
</center><br>
<span style="color:red"><strong>Note:</strong></span> In case you face any issue or get a failure message while making the payment, please provide the transaction details like date, amount, transaction ID number, to the email id <strong>payments[at]fossee[dot]in</strong>. We will get back to you within 5 working days after verifying the details. Please do not make any more payments until you receive an email response.
<br>The last date to register for the conference is <strong>19 January 2022</strong>. Please note that the ticket and the details to attend the conference will be sent on your registered email id one day prior to the event.
</div>
</div>
</div>
</section>
<section id="important_dates" class="section important_dates">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Important dates</h3>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h4>Call for Papers open from: 10 November 2021</h4>
</div>
<div class="col-md-6">
<h4>Call for Papers closes on: 09 January 2022</h4>
</div>
</div>
</div>
</section>
<section id="contribution" class="section contribution">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Call for Papers</h3>
<p>We invite you to submit proposals for talks or workshops to be presented at SciPy 2021. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 3 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users. </p>
<center>
<a href="2021/accounts/login/index.html" class="btn btn-primary text-center">
Submit</a>
</center>
</div>
</div>
</div>
</section>
<section id="schedule" class="section schedule" style="font-weight: 400;">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Schedule</h3>
<p>Please find the abstracts to the talks <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vSp3uRoz2hPbyR27JMoZ5gZvLsqDBkclGZfounfeWAUFdHdcmqAn9FWu8UrQObBoC_-l6wVrDjs8PP8/pubhtml?gid=1507002893&single=true" target="_blank" style="color: #ff7f2a;">here</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<ul class="nav nav-tabs">
<li><a href="index.html#day1" data-toggle="tab">21 Jan 2022</a></li>
<li class="active"><a href="index.html#day2" data-toggle="tab">22 Jan 2022</a></li>
</ul>
<div class="tab-content">
<div id="day1" class="tab-pane fade in"><center>
<h3>Day 1 - Workshops</h3>
<h5>Click <a href="https://docs.google.com/document/d/e/2PACX-1vQ3Utp_yeb0Ur5tSXbqy-SPZI3vEnBXTkwZiNZ5KcO6KbZgUQVBJ0gyEs6aZGxCaKGrkS6Q3YexGl2q/pub" target="_blank" style="color:#ff7f2a">here</a> for workshop installation instructions</h5>
</center>
<table class="table table-bordered">
<tbody>
<tr style="font-weight: bold;">
<td>Time</td>
<td align="center">Session</td>
</tr>
<tr>
<td style=" font-weight: bold;">09:00 AM - 11:00 AM</td>
<td align="center">
Learn Blockchain by building one with Python - Mohit Khandelwal</td>
</tr>
<tr style="background-color: #101f3f; color: #ff7f2a; font-weight: bold;">
<td>11:00 AM - 11:10 AM</td>
<td align="center">Break</td>
</tr>
<tr>
<td style="font-weight: bold;">11:10 AM - 01:10 PM</td>
<td align="center">
Introduction to data analysis - Ashok Govindarajan
</td>
</tr>
<tr style="background-color: #101f3f; color: #ff7f2a; font-weight: bold;">
<td>01:10 PM - 02:10 PM</td>
<td align="center">Lunch</td>
</tr>
<tr>
<td style="font-weight: bold;">02:10 PM - 04:10 PM</td>
<td align="center">
Building my first Recommender System - Ronakkumar Patel & Priyank Thakkar
</td>
</tr>
</tbody>
</table>
</div>
<div id="day2" class="tab-pane fade in active"><center>
<h3>Day 2 - Conference</h3>
</center>
<table class="table-bordered table table-responsive table-striped">
<tbody>
<tr style="font-weight: bold;">
<td>Time</td>
<td>Session</td>
</tr>
<tr style="background-color: #101f3f; color: #ff7f2a;">
<td><strong> 09:20 AM - 09:30 AM</strong></td>
<td colspan="2">Opening Remarks</td>
</tr>
<tr>
<td><strong>09:30 AM - 10:30 AM</strong></td>
<td><strong>Keynote: What made Python successful? - Anand Chitipothu</strong></td>
</tr>
<tr style="background-color: #101f3f; color: #ff7f2a;">
<td><strong>10:30 AM - 10:40 AM</strong></td>
<td colspan="2">Break</td>
</tr>
<tr>
<td><strong>10:40 AM - 11:10 AM</strong></td>
<td>The DeepChem Project - Arun Thiagarajan</td>
</tr>
<tr>
<td><strong> 11:10 AM - 11:30 AM </strong></td>
<td>Design and Implementation of a Python-based Dashboard to Assist Athletes in Analysing and Enhancing Their Performances - Harsh Shroff & Om Makwana</td>
</tr>
<tr>
<td><strong> 11:30 AM - 11:50 PM </strong></td>
<td>Analysis of Hindlish Data - Rashmi Kadam & Sneha Patil</td>
</tr>
<tr style="background-color: #101f3f; color: #ff7f2a;">
<td><strong>11:50 AM - 11:55 AM</strong></td>
<td colspan="2"><strong>Break </strong></td>
</tr>
<tr>
<td><strong> 11:55 AM - 12:15 PM </strong></td>
<td>Security considerations in Python Packaging - Gajendra Deshpande</td>
</tr>
<tr>
<td><strong> 12:15 PM - 12:45 PM </strong></td>
<td>Venturial – A Python-based OpenFOAM GUI for CFD Simulations on Blender - Rajdeep Adak & Kartik Kumar Thakur</td>
</tr>
<tr style="background-color: #101f3f; color: #ff7f2a">
<td><strong> 12:45 PM - 01:45 PM</strong></td>
<td><strong> Lunch </strong></td>
</tr>
<tr>
<td><strong>01:45 PM - 02:30 PM</strong></td>
<td><strong>Invited Talk: "Bridging the Gap" - Enriching Science and Maths Classroom Experiences with Python - Praveen Patil</strong></td>
</tr>
<tr>
<td><strong>02:30 PM - 02:50 PM</strong></td>
<td>Analysis of various climate change parameters in India using machine learning - Rutvij Wamanse & Tushuli Patil</td>
</tr>
<tr>
<td><strong>02:50 PM - 03:10 PM</strong></td>
<td>Epidpy: A Python Package for Modelling and Forcasting Epidemic - Souvik Manik & Sabyasachi Pal</td>
</tr>
<tr style="background-color: #101f3f; color: #ff7f2a">
<td><strong>03:10 PM - 03:15 PM</strong></td>
<td><strong>Break</strong></td>
</tr>
<tr>
<td><strong>03:15 PM - 03:35 PM</strong></td>
<td>Remote access and control of Lab equipment for science education - Jithin BP</td>
</tr>
<tr>
<td><strong>03:35 PM - 04:05 PM</strong></td>
<td>Inferring Traffic Congestion Events from the Delhi Traffic Police Twitter Feed - Saif Ali & Mohd. Itqan Ullah</td>
</tr>
<tr style="background-color: #101f3f; color: #ff7f2a">
<td><strong>04:05 PM - 04:15 PM</strong></td>
<td><strong>Break</strong></td>
</tr>
<tr>
<td><strong>04:15 PM - 04:45 PM</strong></td>
<td>Variational Quantum Algorithms: An introduction and applications in Quantum Chemistry using Python - Harshdeep Singh</td>
</tr>
<tr>
<td><strong>04:45 PM - 05:15 PM</strong></td>
<td>Lightning Talks</td>
</tr>
<tr style="background-color: #101f3f; color: #ff7f2a">
<td><strong> 05:15 PM - 05:20 PM</strong></td>
<td><strong>Closing</strong></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="coc" class="section cod">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Code Of Conduct</h3>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="text-justify">We appreciate your participation in SciPy 2021. 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.
<div id="demo" class="collapse">
<div class="card-text">
<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 the helpdesk channel in the chat.scipy.in app OR send a private message to volunteers with the Organiser tag (beside their IDs) on Hopin.
</p>
<p>Conference staff will be happy to help participants 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>
</div>
</div>
<center>
<button type="button" class="btn btn-black" data-toggle="collapse" data-target="#demo">
<i class="fa fa-arrow-down" aria-hidden="true"></i>
<i class="fa fa-arrow-up" aria-hidden="true"></i>
</button>
</center>
</div>
</section>
<!-- <section id="venue" class="section venue">
<div class="container">
<div class="row">
<div class="col-sm-3">
<h3 class="section-title">Venue</h3>
</div>
</div>
<p></p>
</div>
</section> -->
<section id="organiser" class="section organiser">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Organiser & Sponsor</h3>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="row">
<div class="col-md-6">
<a href="https://fossee.in" class="organiser-box organiser-box-1" target="_blank"></a>
</div>
<div class="col-md-6">
<a href="https://www.education.gov.in/en" class="organiser-box organiser-box-2" target="_blank"></a>
</div>
</div>
<p class="text-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 Ministry of Education(MoE), based at the Indian Institute of Technology Bombay. </p>
</div>
</div>
</section>
<div class="container">
<div class="col-md-6">
<section id="poster" class="section poster">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Poster</h3>
</div>
</div>
<div class="row">
<center>
<div class="col-md-4">
<a href="static/website/bootstrap-css/assets/pdf/poster.pdf" target="_blank"><img class="img-responsive center-block img-logo" src="static/website/bootstrap-css/assets/images/selected-poster.png"></a>
</div>
</center>
</div>
</section>
</div>
<div class="col-md-6">
<section id="contact-us" class="section contact-us">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Contact us</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>For any query, reach us at <a style="color:black;" href="mailto:scipy@fossee.in"> scipy[at]fossee[dot]in</p>
<!-- <dl class="alt">
<dt>Phone</dt>
<dd><i class="fa fa-phone" aria-hidden="true"></i> (+91) 22 25764133</dd>
<dd><i class="fa fa-calendar" aria-hidden="true"></i> Monday - Friday</dd>
<dd><i class="fa fa-clock-o" aria-hidden="true"></i> 10:00 AM - 6:00 PM</dd>
<dt>Email</dt>
<dd>
<i class="fa fa-envelope" aria-hidden="true"></i> <a style="color:black;" href="mailto:scipy@fossee.in"> scipy[at]fossee[dot]in
</a>
</dd>
</dl> -->
</div>
</div>
</section>
</div>
</div>
<section id="photos" class="section photos">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Memories of <span style="text-transform: none;">SciPy India</span></h3>
</div>
</div>
<div class="row">
<center>
<div class="col-md-12">
<a data-flickr-embed="true" href="https://www.flickr.com/photos/138717104@N02/albums/72157710765977263" title="SciPy2021">
<img src="https://live.staticflickr.com/65535/48705266592_0e70bb04a4_z.jpg" width="80%" height="360" alt="SciPy2021"></a><script async src="https://embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
</div>
</center>
</div>
</div>
</section>
<div class="modal fade" id="announce_cfp" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<p class="text-justify">Call for Papers will open soon.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-5">
<ul class="social-block">
<li><a href="https://twitter.com/scipyindia" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/SciPyIndia" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/fossee_nmeict/" target="_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<div class="col-md-7">
<ul class="social-block">
Visit SciPy.in/
<a style="color:#ff7f2a;" target="_blank" href="2009.html">2009</a>/
<a style="color:white;" target="_blank" href="scipyin/2010/index.html">2010</a>/
<a style="color:#ff7f2a;" target="_blank" href="scipyin/2011/index.html">2011</a>/
<a style="color:white;" target="_blank" href="2012.html">2012</a>/
<a style="color:#ff7f2a;" target="_blank" href="2013.html">2013</a>/
<a style="color:white;" target="_blank" href="2014.html">2014</a>/
<a style="color:#ff7f2a;" target="_blank" href="2015.html">2015</a>/
<a style="color:white;" target="_blank" href="2016.html">2016</a>/
<a style="color:#ff7f2a;" target="_blank" href="2017.html">2017</a>/
<a style="color:white;" target="_blank" href="2018.html">2018</a>/
<a style="color:#ff7f2a;" target="_blank" href="2019.html">2019</a>/
<a style="color:white;" target="_blank" href="2020.html">2020</a>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<center style="color:white;font-size: 10px;">
This work is licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/" style="color:#ff7f2a;">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</center>
</div>
</div>
</div>
</footer>
<!-- script -->
<script src="static/website/bootstrap-css/bower_components/jquery/dist/jquery.min.js"></script>
<script src="static/website/bootstrap-css/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="static/website/bootstrap-css/bower_components/smooth-scroll/dist/js/smooth-scroll.min.js"></script>
<script src="static/website/bootstrap-css/assets/js/main.js"></script>
<script src="static/website/js/custom.js"></script>
<script src="static/website/js/team-profile.js"></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>
<div class="modal fade" id="registermdl" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<p class="text-justify">Registrations for the conference will open soon. Keep checking our website for further notifications.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="modal_terms_and_conditions" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<center>
<h1>Terms and conditions</h1>
</center>
<div class="row">
<div class="col-md-12">
<ul>
<li>The decision of the organization will be final.</li>
<li>All authors must register for the conference.</li>
<li>The copyright for the content uploaded or shared by any means will be transferred to FOSSEE, IIT Bombay.</li>
<li>The Organization reserves the rights to release this content under Creative Commons Attribution-ShareAlike 4.0 International License in any format.</li>
</ul>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body>
</html>