blob: 8f54a9d9532103adad994fc80293bacb7083060a (
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
|
{% extends 'website/templates/base.html' %}
{% load static %}
{% block current %}
Schedule
{% endblock %}
{% block content %}
<center><h3 class="garmond"><u>Schedule: SciPy India 2014</u></h3></center>
<hr>
<div role="tabpanel">
<!-- Nav tabs -->
<ul class="nav nav-tabs nav-justified" role="tablist">
<li role="presentation" class="active"><a href="#home" aria-controls="home" role="tab" data-toggle="tab">Friday, 5<sup>th</sup> Dec. - Tutorials</a></li>
<li role="presentation"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">Saturday, 6<sup>th</sup> Dec. - Tutorials</a></li>
<li role="presentation"><a href="#messages" aria-controls="messages" role="tab" data-toggle="tab">Sunday, 7<sup>th</sup> Dec. - Talks</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="home">
<table class="table table-bordered schedule" align="center">
<th>Speaker
<th>Title
<th>Time
<tr style="background-color:#238E68;color:white;">
<td colspan=2>REGISTRATION / BREAKFAST</td>
<td>8:30</td>
</tr>
<tr>
<td>Organizers</td>
<td>Installation/Setup</td>
<td>9:30</td>
</tr>
<tr>
<td>Prashant Agrawal</td>
<td>Introduction to IPython</td>
<td>10:15</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>BREAK</td>
<td>11:15</td>
</tr>
<tr>
<td>Prabhu Ramachandran & Jaidev Deshpande</td>
<td>Basic NumPy + Matplotlib</td>
<td>11:30</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>LUNCH</td>
<td>13:00</td>
</tr>
<tr>
<td>Jaidev Deshpande</td>
<td>More NumPy & SciPy</td>
<td>14:00</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>TEA BREAK</td>
<td>16:00</td>
</tr>
<tr>
<td>Dhruv Baldawa</td>
<td>Python language basics for Scientists</td>
<td>16:15</td>
</tr>
<tr>
<td>Deepak Surti</td>
<td>Mayavi</td>
<td>17:15</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>END OF THE DAY</td>
<td>18:00</td>
</tr>
</table>
</div>
<div role="tabpanel" class="tab-pane fade" id="profile">
<table class="table table-bordered schedule" align="center">
<th>Speaker
<th>Title
<th>Time
<tr style="background-color:#238E68;color:white;">
<td colspan=2>REGISTRATION / BREAKFAST</td>
<td>8:30</td>
</tr>
<tr>
<td>Chinmay Kanchi</td>
<td>Data analysis with SciPy stack</td>
<td>9:30</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>BREAK</td>
<td>11:00</td>
</tr>
<tr>
<td>Chinmay Kanchi</td>
<td>Data analysis with SciPy stack</td>
<td>11:10</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>LUNCH</td>
<td>12:40</td>
</tr>
<tr>
<td>Abhinash Panda</td>
<td>Shogun Machine Learning</td>
<td>13:40</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>TEA BREAK</td>
<td>15:40</td>
</tr>
<tr>
<td>Ramakrishna Reddy</td>
<td>Build / Deploy Python Applications</td>
<td>16:00</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>END OF THE DAY</td>
<td>18:00</td>
</tr>
</table>
</div>
<div role="tabpanel" class="tab-pane fade" id="messages">
<table class="table table-bordered schedule" align="center">
<th>Speaker
<th>Title
<th>Time
<tr style="background-color:#238E68;color:white;">
<td colspan=2>REGISTRATION / BREAKFAST</td>
<td>8:30</td>
</tr>
<tr>
<td>Prabhu Ramachandran</td>
<td>Inauguration</td>
<td>9:30</td>
</tr>
<tr style="background-color:#4D7865;color:white;">
<td>Romain Guillebert</td>
<td>PyPy and the scientific stack</td>
<td>9:40</td>
</tr>
<tr>
<td>Ankur Ankan</td>
<td><a href="{% static 'uploads/ankurankan/attachment/probabilistic_1.pdf' %}" target="_blank">Probabilistic Graphical Models using pgmpy</a></td>
<td>10:40</td>
</tr>
<tr>
<td>Rakesh Hirur</td>
<td><a href="{% static 'uploads/rockya/attachment/IITB_DOE.pdf' %}" target="_blank">Efficiency Model Based On Response Surface Methodology for A 3 Phase Induction Motor Using Python</a></td>
<td>11:10</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>Break</td>
<td>11:30</td>
</tr>
<tr>
<td>Prof. Kannan Moudgalya</td>
<td>Invited Talk</td>
<td>11:40</td>
</tr>
<tr>
<td>Prof. D. B. Phatak</td>
<td>Invited Talk</td>
<td>12:10</td>
</tr>
<tr>
<td>Sreeja Sankaran Nampoothri</td>
<td><a href="{% static 'uploads/sreeja.sn7/attachment/sceneanalytics.odt.pdf' %}" target="_blank">Real Time Scene Analytics Using Python</a></td>
<td>12:40</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>LUNCH</td>
<td>12:55</td>
</tr>
<tr>
<td>Neethu N J</td>
<td><a href="{% static 'uploads/neemary/attachment/scipy%20methodology.pdf' %}" target="_blank">High Speed Real Time Biscuit Inspection System</a></td>
<td>14:00</td>
</tr>
<tr style="background-color:#4D7865;color:white;">
<td>Dr. Ajith Kumar</td>
<td>Keynote</td>
<td>14:15</td>
</tr>
<tr>
<td>Melvin Chelli</td>
<td><a href="{% static 'uploads/melzf1/attachment/expeyes.pdf' %}" target="_blank">Closed loop Control of A DC Motor using expEYES with Python</a></td>
<td>15:00</td>
</tr>
<tr>
<td>Jithin Bhagavathi</td>
<td><a href="{% static 'uploads/jithinbp/attachment/abs.pdf' %}" target="_blank">Python Powered Scientific Instrumentation Tool</a></td>
<td>15:20</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>TEA BREAK</td>
<td>15:50</td>
</tr>
<tr>
<td>Prof. Jayendran Venkateswaran</td>
<td>PuLP / OR</td>
<td>16:10</td>
</tr>
<tr>
<td>Hashmi Suhel / Deepa Chaudhari</td>
<td><a href="{% static 'uploads/subhrajit/attachment/SciPy_proposal.pdf' %}" target="_blank">Open Steel Design And Graphics: A Python-Based FOSS</a></td>
<td>16:40</td>
</tr>
<tr>
<td>Prof. Prabhu Ramachandran</td>
<td>The FOSSEE project</td>
<td>17:00</td>
</tr>
<tr>
<td>Various</td>
<td>Lightning Talks</td>
<td>17:10</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>Closing</td>
<td>17:40</td>
</tr>
<tr style="background-color:#238E68;color:white;">
<td colspan=2>END OF THE DAY</td>
<td>17:45</td>
</tr>
</table>
</div>
</div>
</div>
{% endblock %}
|