equal
deleted
inserted
replaced
77 |
77 |
78 \author[FOSSEE] {FOSSEE} |
78 \author[FOSSEE] {FOSSEE} |
79 |
79 |
80 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} |
80 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} |
81 |
81 |
82 \date[] {28 January, 2010\\Day 1, Session 3} |
82 \date[] {12 February, 2010\\Day 1, Session 3} |
83 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
83 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
84 |
84 |
85 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} |
85 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} |
86 %\logo{\pgfuseimage{iitmlogo}} |
86 %\logo{\pgfuseimage{iitmlogo}} |
87 |
87 |
317 \begin{lstlisting} |
317 \begin{lstlisting} |
318 science = {} |
318 science = {} |
319 \end{lstlisting} |
319 \end{lstlisting} |
320 \begin{itemize} |
320 \begin{itemize} |
321 \item Keys will be region codes |
321 \item Keys will be region codes |
322 \item Values will be the number students who scored more than 90\% in that region |
322 \item Values will be the number students who scored more than 90\% in that region in Science |
323 \end{itemize} |
323 \end{itemize} |
324 \begin{block}{Sample \emph{science} dictionary} |
324 \begin{block}{Sample \emph{science} dictionary} |
325 \{'A': 729, 'C': 764, 'B': 1120,'E': 414, 'D': 603, 'F': 500\} |
325 \{'A': 729, 'C': 764, 'B': 1120,'E': 414, 'D': 603, 'F': 500\} |
326 \end{block} |
326 \end{block} |
327 |
327 |