diff options
author | Primal Pappachan | 2012-06-07 10:52:13 +0800 |
---|---|---|
committer | Primal Pappachan | 2012-06-07 10:52:13 +0800 |
commit | 4eeb313ab165c0a83bc59f888cc7a58f98028f30 (patch) | |
tree | c1d9d77a8e08eff17d54de0fed92d5e5031e5053 | |
parent | 4eb76fe814ed632983ded263e9d8561241f44b43 (diff) | |
parent | 1fcd51a13d44d67cb9e1e18611daedccb4b24226 (diff) | |
download | pycon_apac_2012-4eeb313ab165c0a83bc59f888cc7a58f98028f30.tar.gz pycon_apac_2012-4eeb313ab165c0a83bc59f888cc7a58f98028f30.tar.bz2 pycon_apac_2012-4eeb313ab165c0a83bc59f888cc7a58f98028f30.zip |
conflicts resolved
-rw-r--r-- | fossee.tex | 89 |
1 files changed, 85 insertions, 4 deletions
@@ -19,10 +19,6 @@ \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 @@ -45,6 +41,14 @@ \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} @@ -57,6 +61,7 @@ \tableofcontents \end{frame} +<<<<<<< HEAD \section{FOSSEE} \begin{frame} \frametitle{FOSS for EE} @@ -145,6 +150,82 @@ In Python terms \end{exampleblock} \end{columns} \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} |