diff options
Diffstat (limited to 'day1')
-rw-r--r-- | day1/session1.tex | 2 | ||||
-rw-r--r-- | day1/session2.tex | 8 | ||||
-rw-r--r-- | day1/session3.tex | 4 | ||||
-rw-r--r-- | day1/session4.tex | 4 | ||||
-rw-r--r-- | day1/session5.tex | 4 | ||||
-rw-r--r-- | day1/session6.tex | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/day1/session1.tex b/day1/session1.tex index 357a666..85a8f48 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -15,7 +15,7 @@ \mode<presentation> { \usetheme{Warsaw} - \useoutertheme{split} + \useoutertheme{infolines} \setbeamercovered{transparent} } diff --git a/day1/session2.tex b/day1/session2.tex index d87daf6..09b4ad7 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -15,7 +15,7 @@ \mode<presentation> { \usetheme{Warsaw} - \useoutertheme{split} + \useoutertheme{infolines} \setbeamercovered{transparent} } @@ -73,7 +73,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[Plotting using Python]{Python for Science and Egg. Plotting experimental data} +\title[Plotting with Python]{Python for Science and Engg: Plotting experimental data} \author[FOSSEE] {FOSSEE} @@ -226,7 +226,7 @@ Out[]: [<matplotlib.lines.Line2D object at 0xa73aa8c>] \section{Lists} \begin{frame}[fragile] \frametitle{How to create the data?} -What are \typ{x} and \typ{y} here??\\ +What were \typ{x} and \typ{y}??\\ \begin{center} \alert{\typ{lists!!}} \end{center} @@ -426,7 +426,7 @@ In []: plot(L, TSq, '.') \typ{In []: for line in open('pendulum.txt'):} \begin{itemize} \item opening file `pendulum.txt' -\item iterating through file using variable \typ{line} +\item iterating through the file by reading each line into variable \typ{line} \item \typ{line} is a \kwrd{string} variable \end{itemize} \end{frame} diff --git a/day1/session3.tex b/day1/session3.tex index 69f28d5..dee2f5f 100644 --- a/day1/session3.tex +++ b/day1/session3.tex @@ -15,7 +15,7 @@ \mode<presentation> { \usetheme{Warsaw} - \useoutertheme{split} + \useoutertheme{infolines} \setbeamercovered{transparent} } @@ -73,7 +73,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[Statistics]{Python for Science and Engg. Statistics} +\title[Statistics]{Python for Science and Engg: Statistics} \author[FOSSEE] {FOSSEE} diff --git a/day1/session4.tex b/day1/session4.tex index 1a38a2d..65deeba 100644 --- a/day1/session4.tex +++ b/day1/session4.tex @@ -15,7 +15,7 @@ \mode<presentation> { \usetheme{Warsaw} - \useoutertheme{split} + \useoutertheme{infolines} \setbeamercovered{transparent} } @@ -74,7 +74,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[Basic Python]{Matrices, Solution of equations} +\title[Matrices \& Equations]{Python for Science and Engg: Matrices \& Solution of equations} \author[FOSSEE] {FOSSEE} diff --git a/day1/session5.tex b/day1/session5.tex index 3c66ad6..a8f56b2 100644 --- a/day1/session5.tex +++ b/day1/session5.tex @@ -15,7 +15,7 @@ \mode<presentation> { \usetheme{Warsaw} - \useoutertheme{split} + \useoutertheme{infolines} \setbeamercovered{transparent} } @@ -74,7 +74,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[Basic Python]{Interpolation, Differentiation and Integration} +\title[Calculus]{Python for Science and Engg: Interpolation, Differentiation and Integration} \author[FOSSEE] {FOSSEE} diff --git a/day1/session6.tex b/day1/session6.tex index 9ee3215..4b69748 100644 --- a/day1/session6.tex +++ b/day1/session6.tex @@ -15,7 +15,7 @@ \mode<presentation> { \usetheme{Warsaw} - \useoutertheme{split} + \useoutertheme{infolines} \setbeamercovered{transparent} } @@ -73,7 +73,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[]{ODEs \& Finding Roots} +\title[ODEs \& Root Finding]{Python for Science and Engg:\\ODEs \& Finding Roots} \author[FOSSEE] {FOSSEE} |