summaryrefslogtreecommitdiff
path: root/fossee.tex
blob: 9cc683eb4d0b8b69008f4ef5c1cb2f21275ce288 (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
% 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}
\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,family=\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}


\begin{document}

\begin{frame}
	 \titlepage
\end{frame}

\begin{frame}
\section*{Outline}
\tableofcontents
\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}