From bf60971459e37f865ab00ddca1298c9fd608ca3f Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Wed, 28 Sep 2011 12:06:34 +0530 Subject: Final Version of Script --- .gitignore | 1 + fossee.tex | 19 +++++++++---------- pythonst.png | Bin 0 -> 18634 bytes st.png | Bin 18280 -> 0 bytes 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 pythonst.png delete mode 100644 st.png diff --git a/.gitignore b/.gitignore index 8218732..a5e23eb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ *.pdf *.bbl *.blg +*.tar diff --git a/fossee.tex b/fossee.tex index 75d2a3e..d395bba 100644 --- a/fossee.tex +++ b/fossee.tex @@ -48,9 +48,8 @@ % Document title \begin{frame} \begin{center} - \includegraphics[scale=2]{fossee.png} - \vspace{1cm} \maketitle + \includegraphics[scale=2]{fossee.png} \end{center} \end{frame} @@ -59,9 +58,9 @@ \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 Goal: Promote the use of open source software tools among students and faculty of Science and Engineering colleges/institutes/universities across India. \item Funded by MHRD as part of National Mission on Education through ICT \end{itemize} \end{frame} @@ -82,16 +81,16 @@ \begin{frame} \frametitle{Projects of FOSSEE} \begin{center} - \includegraphics[scale=0.25]{st.png} + \includegraphics[scale=0.25]{pythonst.png} \end{center} \end{frame} -\section{SEES} +\section{SDES} \begin{frame} - \frametitle{SEES} + \frametitle{SDES} \begin{itemize} - \item Goal: Help students to use open source software tools for curricular purposes. - \item Software Engineering for Engineers and Scientists. + \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} @@ -110,7 +109,7 @@ \begin{frame} \frametitle{Workshop} \begin{itemize} - \item Goal: Introduce the advantages of using Free and Open Source Software (FOSS) to faculty of various engineering colleges and motivate them to include SEES course in their curriculum. + \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 SEES 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} @@ -127,7 +126,7 @@ \begin{frame} \frametitle{Textbook Companion Project} \begin{itemize} - \item Goal: Create a repository of reference material in the form of solved problems for Scientific Computing with Open Source tools. + \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/}} diff --git a/pythonst.png b/pythonst.png new file mode 100644 index 0000000..2ca44f9 Binary files /dev/null and b/pythonst.png differ diff --git a/st.png b/st.png deleted file mode 100644 index 145c5fe..0000000 Binary files a/st.png and /dev/null differ -- cgit