summaryrefslogtreecommitdiff
path: root/fossee.tex
blob: 2e9a876ef2ba757bcdd928b61ea0d7f70fbaa127 (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
\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{url}
\usepackage{verbatim}
\tolerance=1000
\usepackage[english]{babel} \usepackage{ae,aecompl}
\usepackage{mathpazo,courier,euler} \usepackage[scaled=.95]{helvet}
\usepackage{listings}
\lstset{
  language=TeX,
  basicstyle=\ttfamily\bfseries,
  commentstyle=\ttfamily\color{blue},
  stringstyle=\ttfamily\color{orange},
  showstringspaces=false,
  breaklines=true,
  postbreak = \space\dots
}

\newcommand{\typ}[1]{\lstinline{#1}}

\mode<presentation>
{
  \usetheme{Warsaw}
  \useoutertheme{infolines}
  \setbeamercovered{transparent}
}


\title{FOSSEE}
\institute[IIT Bombay] {\Large{IIT Bombay}}
\date{}

\begin{document}

% Document title
\begin{frame}
   \begin{center}
   \maketitle
   \includegraphics[scale=2]{fossee.png}    
   \end{center}  
\end{frame}


\section{Introduction}
\begin{frame}
  \frametitle{{FOSSEE} - Introduction}
  \begin{itemize}
  \item Goal: To promote the use of open source software tools among students and faculty of Science and Engineering colleges/institutes/universities across India.
  \item Free and Open source Software for Science and Engineering Education 
  \item Based at IIT Bombay
  \item Funded by MHRD as part of National Mission on Education through ICT
  \end{itemize}  
\end{frame}

\section{Principal Investigators}
\begin{frame}
  \frametitle{Principal Investigators of the Project}
  \begin{itemize}
  \item Prof. Prabhu Ramachandran
  \item Prof. Madhu Belur
  \item Prof. Kannan Moudgalya
  \item Prof. Mani Bhushan
  \end{itemize}
\end{frame}


\section{What do we do?}
\begin{frame}
  \frametitle{Projects of FOSSEE}
  \begin{center}
  	\includegraphics[scale=0.25]{pythonst.png}
  \end{center}
\end{frame}

\section{SDES}
\begin{frame}
  \frametitle{SDES}
    \begin{itemize}
    \item Goal: To help students to use open source software tools for curricular purposes. 
    \item Software Development Techniques for Engineers and Scientists.
    \item For students of BE/BTech and ME/MTech programmes(Non CS/IT Streams)
    \item Modules 
    \begin{itemize}
    \item Using Linux Tools
	\item LateX
	\item Version Control
	\item Basic Python Programming
	\item Advanced Python
	\item Test Driven Development
    \end{itemize}
	\end{itemize}
\end{frame}

\section{Workshop}

\begin{frame}
  \frametitle{Workshop}
  \begin{itemize}
  \item Goal: To introduce the advantages of using Free and Open Source Software (FOSS) to faculty of various engineering colleges and motivate them to include SDES course in their curriculum.
  \item For: Coordinators on "Software Development Techniques for Teachers of Engineering and Science Institutes"
  \item Conducted in 2 parts.
  \begin{enumerate}
  \item Expert faculty from remote centers to a Coordinators training workshop in IIT.
  \item At selected remote centers, lecture and live transmission takes place through distance mode using AVIEW technology. 
  \end{enumerate}
  \item \url{{http://goo.gl/6puaI}}
  \end{itemize}
\end{frame}


\section{Textbook Companion Projecy}

\begin{frame}	
	\frametitle{Textbook Companion Project}
	\begin{itemize}
	\item Goal: To create a repository of reference material in the form of solved problems for Scientific Computing with Open Source tools.
	\item How does it work?
	\item How do you contribute?
	\item For more details visit {\url{http://fossee.in/textbooks/}}
	\end{itemize}
\end{frame}

\section{Spoken Tutorials}

\begin{frame}
	\frametitle{Spoken Tutorials}
	\begin{itemize}
	\item Goal: To create video tutorials on various modules of Python
	\item Completed: 37 video tutorials related to scientific computing using python.
	\item Ongoing: Video tutorials on the remaining modules in SDES course
	\item Can be used for self learning and teaching purposes
	\item Videos can be downloaded from http://fossee.in/stvideos	
	\end{itemize}
\end{frame}


\begin{frame}
\frametitle{}   
  \begin{center}
    \Huge{Thank You!}
  \end{center}
\end{frame}


\end{document}