summaryrefslogtreecommitdiff
path: root/fossee.tex
blob: 9aa2f2357f1eefac3256bdec7f16c395085d2c72 (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
\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] {IIT Bombay}
\date{}

\begin{document}

% Document title
\begin{frame}
  \maketitle  
\end{frame}


\section{Introduction}
\begin{frame}
  \frametitle{{FOSSEE} - Introduction}
  Free and Open source Software for Science and Engineering Education 
  \begin{center}
  	\includegraphics[scale=2]{fossee.png} \\
  \end{center}
\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{What do we do?}
  \begin{itemize}
  \item SEES
  \item Workshop for Coordinators on Software Development Techniques for Teachers of Engineering and Science Institutes
  \item TextBook Conversion Program
  \item Spoken Tutorials
  \item SciPy Conference  
  \end{itemize}
\end{frame}

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

\section{Workshop}

\begin{frame}
  \frametitle{Workshop}
  \begin{itemize}
  \item For Coordinators on "Software Development Techniques for Teachers of Engineering and Science Institutes"
  \item Advantages of using Free and Open Source Software (FOSS)
  \item Conducted in 2 parts.
  \item First: Expert faculty from remote centers to a Coordinators training workshop in IIT.
  \item Second: At selected remote centers, lecture and live transmission takes place through distance mode using AVIEW technology. 
  \item The final audio and visual contents along with other course materials will be released under Open Source.
  \item \url{{http://goo.gl/6puaI}}
  \end{itemize}
\end{frame}


\section{Textbook Conversion}

\begin{frame}	
	\frametitle{Textbook Conversion}
	\begin{itemize}
	\item 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 I 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 Video tutorials on various modules of Python
	\item Completed: 37 video tutorials related to scientific computing using python.
	\item Ongoing: Video tutorials for the complete SEES 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}