Changed the session dates for Coimbatore.
authorvattam@bean
Thu, 04 Mar 2010 17:23:33 +0530
changeset 377 40ba8a026ccb
parent 376 351954328721
child 378 2299700a8b97
Changed the session dates for Coimbatore.
day1/session1.tex
--- a/day1/session1.tex	Wed Mar 03 14:40:46 2010 +0530
+++ b/day1/session1.tex	Thu Mar 04 17:23:33 2010 +0530
@@ -77,7 +77,7 @@
 \author[FOSSEE] {FOSSEE}
 
 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
-\date[] {12 February, 2010\\Day 1, Session 1}
+\date[] {08 March, 2010\\Day 1, Session 1}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
@@ -125,32 +125,27 @@
 \begin{frame}
   \frametitle{Workshop Schedule: Day 1}
   \begin{description}
-	\item[Session 1] Fri 14:00--15:00
-	\item[Session 2] Fri 15:05--16:05
-	\item[Session 3] Fri 16:10--17:10
-        \item[Quiz 1] Fri 17:10--17:25
-        \item[Exercises] Thu 17:30--18:00
+	\item[Session 1] Mon 09:00--10:00
+	\item[Session 2] Mon 10:05--11:05
+	\item[Session 3] Mon 11:20--12:20
+        \item[Session 4] Mon 12:25--13:25
+        \item[Quiz 1] Mon 14:25--14:45
+        \item[Exercises] Mon 14:45--15:30
+        \item[Session 5] Mon 15:45--16:45
+        \item[Quiz 2] Mon 16:50--17:05
   \end{description}
 \end{frame}
 
 \begin{frame}
   \frametitle{Workshop Schedule: Day 2}
   \begin{description}
-	\item[Session 1] Sat 09:00--10:00
-	\item[Session 2] Sat 10:05--11:05
-	\item[Session 3] Sat 11:20--12:20
-        \item[Quiz 2]  Fri 14:25--14:40
-  \end{description}
-\end{frame}
-
-\begin{frame}
-  \frametitle{Workshop Schedule: Day 3}
-  \begin{description}
-        \item[Session 1] Sun 09:00--10:00
-        \item[Session 2] Sun 10:05--11:05
-        \item[Session 3] Sun 11:20--12:20
-        \item[Quiz 3] Sun 12:20--12:30
-        \item[Exercises] Sun 12:30--13:00
+	\item[Session 1] Tue 09:00--10:00
+	\item[Session 2] Tue 10:05--11:05
+	\item[Session 3] Tue 11:20--12:20
+        \item[Session 4] Tue 12:25--13:25
+        \item[Quiz 1] Tue 14:25--14:45
+        \item[Exercises] Tue 14:45--15:30
+        \item[Session 5] Tue 15:45--16:45
   \end{description}
 \end{frame}
 
@@ -199,27 +194,6 @@
   \end{block}
 \end{frame}
 
-\section{Starting up Ipython}
-\begin{frame}[fragile]
-\frametitle{Starting up \ldots}
-\begin{block}{}
-\begin{lstlisting}
-  $ ipython -pylab  
-\end{lstlisting} %$
-\end{block}
-\begin{lstlisting}     
-  In []: print "Hello, World!"
-  Hello, World!
-\end{lstlisting}
-Exiting
-\begin{lstlisting}
-  In []: ^D(Ctrl-D)
-  Do you really want to exit([y]/n)? y
-\end{lstlisting}
-\alert{IPython is an improved interpreter}\\
-\alert{Recommended for use in Scientific Computing work}\\
-\end{frame}
-
 \begin{frame}[fragile]
 \frametitle{The Python interpreter \ldots}
 \begin{block}{}
@@ -240,6 +214,37 @@
 \alert{IPython provides many additional features}\\
 \end{frame}
 
+\section{Starting up Ipython}
+\begin{frame}[fragile]
+\frametitle{Starting up \ldots}
+\begin{block}{}
+\begin{lstlisting}
+  $ ipython
+\end{lstlisting} %$
+\end{block}
+\begin{lstlisting}     
+  In []: print "Hello, World!"
+  Hello, World!
+\end{lstlisting}
+Exiting
+\begin{lstlisting}
+  In []: ^D(Ctrl-D)
+  Do you really want to exit([y]/n)? y
+\end{lstlisting}
+\alert{IPython is an improved interpreter}\\
+\alert{Recommended for use in Scientific Computing work}\\
+\end{frame}
+
+\section{Starting up Ipython}
+\begin{frame}[fragile]
+\frametitle{Starting up \ldots}
+\begin{block}{}
+\begin{lstlisting}
+  $ ipython -pylab  
+\end{lstlisting} %$
+\end{block}
+\end{frame}
+
 \section{Loops}
 \begin{frame}[fragile]
 \frametitle{Loops}