diff options
-rw-r--r-- | fossee.tex | 95 |
1 files changed, 94 insertions, 1 deletions
@@ -11,6 +11,7 @@ \usepackage[latin1]{inputenc} \usefonttheme{professionalfonts} +\PassOptionsToPackage{pdftex,usenames,dvipsnames}{xcolor} \usepackage{times} \usepackage{tikz} \usepackage{amsmath} @@ -18,6 +19,10 @@ \usepackage{url} \usepackage{graphicx} \usepackage{graphics} +\usepackage[dvipsnames]{xcolor} +\usepackage{tikz} +\usetikzlibrary{mindmap,shadows,trees} + %\usecolortheme{default} % color themes: albatross, beaver, beetle, crane, default, dolphin, dov, fly, lily, orchid, rose, seagull, seahorse, sidebartab, structure, whale, wolverine @@ -28,7 +33,7 @@ % font themes: default, professionalfonts, serif, structurebold, structureitalicserif, structuresmallcapsserif -\setbeamerfont{title}{shape=\itshape,family=\rmfamily} +\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}} @@ -52,6 +57,94 @@ \tableofcontents \end{frame} +\section{FOSSEE} +\begin{frame} +\frametitle{FOSS for EE} +\includegraphics[scale=0.30]{foss_ee.png} +\end{frame} + +\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} + +\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} + +\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} +\end{frame} \section{Spoken Tutorials} \subsection{Before} \begin{frame} |