%\documentclass[handout]{beamer} \documentclass[t,12pt,numbers,fleqn]{beamer} %\documentclass[ignorenonframetext]{beamer} \newif\ifquestions %\questionstrue \questionsfalse \usepackage{pgfpages} \usepackage{hyperref} \hypersetup{colorlinks=true, linkcolor=blue, citecolor=blue, filecolor=blue, urlcolor=blue, unicode=false} \urlstyle{same} \bibliographystyle{plain} %\usetheme{Iimenau} \useoutertheme{split} %so the footline can be seen, without needing pgfpages %\pgfpagesuselayout{resize to}[letterpaper,border shrink=5mm,landscape] %if this is uncommented, the hyperref links do not work \mode<presentation>{} \input{../def-beamer} \newcommand{\topic}{POC Demos} \input{../titlepage} \begin{document} \input{../footline} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \begin{frame} % \frametitle{POC Demos} % \bi % \item Administrative details % \item Demonstrations % \ei % \end{frame} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \begin{frame} % \frametitle{Administrative Details} % \bi % \item When developing your code, remember that your goal is for someone else to % be able to compile and run it % \ei % \end{frame} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \input{../Deadlines.tex} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \begin{frame} % \frametitle{Today's POC Demos} % \bi % \item Deepen your understanding by jumping into implementation % \item Identify a risk with your code and implement enough to show you can % resolve it % \item Looking for an actual demo with running code % \item Presentation % \bi % \item \textbf{Explicitly identify your risk} % \item Run your code % \item Discuss your implementation % \ei % \item Simplify as much as necessary % \item Do not use this code in your actual implementation % \ei % \end{frame} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document}