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
|
% Beamer Presentation Template
% Author: Primal Pappachan
% Last Updated: 4 - 10 - 2011
%
\documentclass[compress,red]{beamer} %
\usetheme{Warsaw}
% other themes: AnnArbor, Antibes, Bergen, Berkeley, Berlin, Boadilla, boxes, CambridgeUS, Copenhagen, Darmstadt, default, Dresden, Frankfurt, Goettingen,
% Hannover, Ilmenau, JuanLesPins, Luebeck, Madrid, Maloe, Marburg, Montpellier, PaloAlto, Pittsburg, Rochester, Singapore, Szeged, classic
\usepackage[latin1]{inputenc}
\usefonttheme{professionalfonts}
\PassOptionsToPackage{pdftex,usenames,dvipsnames}{xcolor}
\usepackage{times}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{verbatim}
\usepackage{url}
\usepackage{graphicx}
\usepackage{graphics}
%\usecolortheme{default}
% color themes: albatross, beaver, beetle, crane, default, dolphin, dov, fly, lily, orchid, rose, seagull, seahorse, sidebartab, structure, whale, wolverine
\useoutertheme[subsection=false]{smoothbars}
\usefonttheme[onlysmall]{structurebold}
% font themes: default, professionalfonts, serif, structurebold, structureitalicserif, structuresmallcapsserif
\setbeamerfont{title}{shape=\itshape,fa mily=\rmfamily}
%\setbeamercolor{title}{fg=black!80!black,bg=red!90!white}
\logo{} %\logo{\includegraphics[height=0.5cm]{logo.pdf}}
%% Use \insertlogo to insert the logo at place
\title{FOSSEE}
\subtitle{Pythonizing the Indian Engineering Education}
\author[]{Primal Pappachan, Parth Buch} %\author[Euclid]{Euclid of Alexandria
\institute{IIT Bombay}
\date[]{} %\date[ISPN ’80]{27th International Symposium of Prime Numbers}
\AtBeginSection[]
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection]
\end{frame}
}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\section*{Outline}
\tableofcontents
\end{frame}
\section{FOSSEE}
\begin{frame}
\frametitle{FOSS for EE}
\centering{
\includegraphics[scale=0.30]{foss_ee.png}
}
\end{frame}
\subsection{How}
\begin{frame}
\frametitle{How?}
\begin{itemize}
\item Improve Levels of education in India
\item Outlay of US \$ 1 Billion
\item Implemented through Information and Communication Technologies(ICT)
\item Should satisfy the requirements to be funded through the mission
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Open Source Software Creation}
\includegraphics[scale=.30]{tree.png}
\end{frame}
\subsection{What}
\begin{frame}
\frametitle{WtF: What the FOSSEE}
\begin{block}{FOSSEE}
is part of the National Mission on Education through ICT with the thrust area being \alert{Adaptation and deployment of open source simulation packages equivalent to proprietary software}, funded by MHRD.
\end{block}
\begin{block}{When and where}
\begin{itemize}
\item 2009
\item Based at Indian Insitute of Technology(IIT), Bombay
\end{itemize}
\end{block}
\end{frame}
\subsection{Why}
\begin{frame}
\frametitle{Why}
\begin{columns}
\column{.5\textwidth}
\begin{exampleblock}{}
Goal of the Project
\end{exampleblock}
\column{.5\textwidth}
\begin{exampleblock}<2->{}
\begin{itemize}
\item Enable and motivate students
\item Create an innovative learning environment
\item Improving quality of learning
\item Allowing freedom in education
\end{itemize}
\end{exampleblock}
\end{columns}
\end{frame}
\begin{frame}
\begin{columns}
\column{.5\textwidth}
\begin{exampleblock}{}
In FOSS terms
\end{exampleblock}
\column{.5\textwidth}
\begin{exampleblock}<2->{}
\begin{itemize}
\item Promote
\item Create Documentation
\item Spread Awareness
\end{itemize}
\end{exampleblock}
\end{columns}
\end{frame}
\begin{frame}
\begin{columns}
\column{.5\textwidth}
\begin{exampleblock}{}
In Python terms
\end{exampleblock}
\column{.5\textwidth}
\begin{exampleblock}<2->{}
\begin{itemize}
\item Promote
\item Get Python into curriculum
\item Generate user support
\end{itemize}
\end{exampleblock}
\end{columns}
\begin{block}<3->{Focus}
\begin{itemize}
\item Python
\item NumPy
\item SciPy
\item Sage
\end{itemize}
\end{block}
\end{frame}
\section{SDES}
\subsection{Project Details}
\begin{frame}
\frametitle{SDES}
\begin{block}{Software Development techniques for Engineers \& Scientists}
A semster long foundation course for NON-IT Students.
\end{block}
\end{frame}
\subsection{Goals}
\begin{frame}
\frametitle{Goals}
\begin{itemize}
\item To use computer as a tool.
\item Learn how to collobrate.
\item Introduce Open Source softwares and tools.
\item Understand the importance of standards and conventions.
\end{itemize}
\end{frame}
\subsection{Content}
\begin{frame}
\frametitle{Course Content}
\begin{itemize}
\item ULT
\item Python
\begin{itemize}
\item Advance
\begin{itemize}
\item Matplotlib
\item NumPy
\item SciPy
\end{itemize}
\item Basic
\begin{itemize}
\item IPython
\item DataTypes
\item Built-in-functions
\end{itemize}
\end{itemize}
\item Version Control(Mercurial)
\item Test Driven Development
\begin{itemize}
\item doctest
\item unittest
\item nose test
\end{itemize}
\item LaTeX
\end{itemize}
\end{frame}
\subsection{Reach}
\begin{frame}
\frametitle{Reach}
\begin{itemize}
\item Introduced into IIT Bombay curriculam from 2011
\item Partially introduced in BHU - Varanasi Curriculam
\item Partially introduced in BMS - Bangalore
\item 725 Teachers from across India were trained to deliver this course.
\end{itemize}
\end{frame}
\subsection{Future}
\begin{frame}
\frametitle{Future}
\begin{itemize}
\item Push this course across universities
\item Convert the courseware to Spoken Tutorials for self learning
\end{itemize}
\end{frame}
\section{Spoken Tutorials}
\subsection{Before}
\begin{frame}
\frametitle{Offline Workshops}
\includegraphics[scale=.15]{workshop.png}
\end{frame}
\begin{frame}
\frametitle{Limitation of Offline Workshops}
\begin{itemize}
\item Limited number of resource persons
\item Cannot be at more than one place than once
\item Expensive and time consuming
\item Knowledge fatigue and no sustained interest
\end{itemize}
\end{frame}
\subsection{After}
\begin{frame}
\begin{block}{Spoken Tutorials}
Screencasts with a running commentary which explains some aspect of a software.
\end{block}
\begin{exampleblock}{}
\begin{itemize}
\item Emphasizes Self Learning
\item Short and sweet
\item Simultaneous
\item Cost effective
\item Resusable effort
\end{itemize}
\end{exampleblock}
\end{frame}
\subsection{The Creation Process}
\begin{frame}
\begin{columns}
\column{.2\textwidth}
\column{.8\textwidth}
\frametitle{Inception to Conclusion}
\includegraphics[scale=0.25]{st-fc.png}
\end{columns}
\end{frame}
\begin{frame}
\frametitle{1234}
\begin{itemize}
\item Topic selected based on the reachable audience
\item Content collected and modularized with the help of domain experts.
\item Creation of script with examples and evaluation questions
\item Coordination through github
\item Have to get yes for a percentage of questions on the checklist
\item Iterative process of reviewing and editing
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Recording process and Final check}
\begin{itemize}
\item Recording done after passing the first half of checklist
\item Video reviewed against the checklist
\item Novice check
\item Iterative process until it meets the requirements
\end{itemize}
\end{frame}
\subsection{Present and Future}
\begin{frame}
\frametitle{}
\begin{columns}
\column{.5\textwidth}
\begin{block}{Created}
\begin{itemize}
\item Python(Basic/Advanced)
\item Version Control
\item Linux tools
\item Test Driven Development
\item Latex
\end{itemize}
\end{block}
\column{.5\textwidth}
\begin{block}{Future topics}
\begin{itemize}
\item Machine Learning using scikits.learn
\item Image processing using scikits.image
\item Django
\item Mayavi
\end{itemize}
\end{block}
\end{columns}
\end{frame}
\begin{frame}
\frametitle{Spoken Tutorial(ST) application}
\begin{itemize}
\item User Profiling
\item Video viewing
\item Metrics for evaluating effectiveness
\item Better platform for Spoken Tutorials
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Yes, you can help}
\begin{itemize}
\item Give Novice/Expert Feedback on the videos
\item Suggest topics to be covered
\item Mention resources for content generation
\end{itemize}
\begin{block}{Achievements}
\begin{itemize}
\item 37 videos completed
\item 20 under progress
\item Over 200 workshops in last one year
\item Better reach and promotion of Python and FOSS
\item Accessible anywhere, anytime and free of cost
\end{itemize}
\end{block}
\end{frame}
\section*{}
\frame{
\begin{center}
\huge
Thank you\\ \pause
\end{center}
}
\end{document}
|