doc-src/isac/mlehnfeld/presentation.tex
author Walther Neuper <neuper@ist.tugraz.at>
Fri, 27 May 2011 13:07:46 +0200
branchdecompose-isar
changeset 42028 97a94e53e939
parent 42027 24ed482dbb04
child 42029 26a7ca4b6563
permissions -rw-r--r--
survey presentation
     1 % $Header: /cvsroot/latex-beamer/latex-beamer/solutions/conference-talks/conference-ornate-20min.en.tex,v 1.7 2007/01/28 20:48:23 tantau Exp $
     2 
     3 \documentclass{beamer}
     4 
     5 % This file is a solution template for:
     6 
     7 % - Talk at a conference/colloquium.
     8 % - Talk length is about 20min.
     9 % - Style is ornate.
    10 
    11 
    12 
    13 % Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
    14 %
    15 % In principle, this file can be redistributed and/or modified under
    16 % the terms of the GNU Public License, version 2.
    17 %
    18 % However, this file is supposed to be a template to be modified
    19 % for your own needs. For this reason, if you use this file as a
    20 % template and not specifically distribute it as part of a another
    21 % package/program, I grant the extra permission to freely copy and
    22 % modify this file as you see fit and even to delete this copyright
    23 % notice.
    24 
    25 
    26 \mode<presentation>
    27 {
    28   \usetheme{Hannover}
    29   % or ...
    30 
    31   \setbeamercovered{transparent}
    32   % or whatever (possibly just delete it)
    33 }
    34 
    35 \usepackage[english]{babel}
    36 % or whatever
    37 
    38 \usepackage[utf8]{inputenc}
    39 % or whatever
    40 
    41 \usepackage{times}
    42 \usepackage[T1]{fontenc}
    43 % Or whatever. Note that the encoding and the font should match. If T1
    44 % does not look nice, try deleting the line with the fontenc.
    45 
    46 \def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
    47 \def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
    48 
    49 \title[\isac: Computation \& Deduction] % (optional, use only with long paper titles)
    50 {Integrating Computation and Deduction\\
    51   in the \isac-System}
    52 
    53 \subtitle{Projektpraktikum: Introducing Isabelle's Contexts}
    54 
    55 \author[Lehnfeld, Neuper] % (optional, use only with lots of authors)
    56 {Mathias~Lehnfeld\inst{1} \and Walther~Neuper\inst{2}}
    57 % - Give the names in the same order as the appear in the paper.
    58 % - Use the \inst{?} command only if the authors have different
    59 %   affiliation.
    60 
    61 \institute % (optional, but mostly needed)
    62 {
    63   \inst{1}%
    64   Vienna University of Technology
    65   \and
    66   \inst{2}%
    67   Institute of Software Technology\\
    68   Graz University of Technology
    69 }
    70 % - Use the \inst command only if there are several affiliations.
    71 % - Keep it simple, no one is interested in your street address.
    72 
    73 % \date[CFP 2003] % (optional, should be abbreviation of conference name)
    74 % {Conference on Fabulous Presentations, 2003}
    75 % - Either use conference name or its abbreviation.
    76 % - Not really informative to the audience, more for people (including
    77 %   yourself) who are reading the slides online
    78 
    79 % \subject{Theoretical Computer Science}
    80 % This is only inserted into the PDF information catalog. Can be left
    81 % out.
    82 
    83 
    84 
    85 % If you have a file called "university-logo-filename.xxx", where xxx
    86 % is a graphic format that can be processed by latex or pdflatex,
    87 % resp., then you can add a logo as follows:
    88 
    89 % \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
    90 % \logo{\pgfuseimage{university-logo}}
    91 
    92 
    93 
    94 % Delete this, if you do not want the table of contents to pop up at
    95 % the beginning of each subsection:
    96 \AtBeginSubsection[]
    97 {
    98   \begin{frame}<beamer>{Outline}
    99     \tableofcontents[currentsection,currentsubsection]
   100   \end{frame}
   101 }
   102 
   103 
   104 % If you wish to uncover everything in a step-wise fashion, uncomment
   105 % the following command:
   106 
   107 %\beamerdefaultoverlayspecification{<+->}
   108 
   109 
   110 \begin{document}
   111 
   112 \begin{frame}
   113   \titlepage
   114 \end{frame}
   115 
   116 \begin{frame}{Outline}
   117   \tableofcontents
   118   % You might wish to add the option [pausesections]
   119 \end{frame}
   120 
   121 
   122 % Structuring a talk is a difficult task and the following structure
   123 % may not be suitable. Here are some rules that apply for this
   124 % solution:
   125 
   126 % - Exactly two or three sections (other than the summary).
   127 % - At *most* three subsections per section.
   128 % - Talk about 30s to 2min per frame. So there should be between about
   129 %   15 and 30 frames, all told.
   130 
   131 % - A conference audience is likely to know very little of what you
   132 %   are going to talk about. So *simplify*!
   133 % - In a 20min talk, getting the main ideas across is hard
   134 %   enough. Leave out details, even if it means being less precise than
   135 %   you think necessary.
   136 % - If you omit details that are vital to the proof/implementation,
   137 %   just say so once. Everybody will be happy with that.
   138 
   139 \section[Introduction]{Introduction}
   140 \subsection[TODO]{Isabelle and \isac}
   141 \begin{frame}
   142   \frametitle{Isabelle and \isac}
   143 TODO
   144 \end{frame}
   145 
   146 \subsection[TODO]{Computation and deduction in a Lucas-Interpreter}
   147 \begin{frame}
   148   \frametitle{Computation and deduction in a Lucas-Interpreter}
   149 TODO
   150 \end{frame}
   151 
   152 \section[Contributions]{Contributions of the project}
   153 \subsection[TODO]{Introduction of Isabelle Contexts}
   154 \begin{frame}
   155   \frametitle{TODO}
   156 TODO
   157 \end{frame}
   158 
   159 \subsection[TODO]{Redesign of type inference in \isac}
   160 \begin{frame}
   161   \frametitle{TODO}
   162 TODO
   163 \end{frame}
   164 
   165 \subsection[TODO]{Improvement of functional code}
   166 \begin{frame}
   167   \frametitle{TODO}
   168 Demo
   169 \end{frame}
   170 
   171 \subsection[TODO]{Preparation of future development}
   172 \begin{frame}
   173   \frametitle{TODO}
   174 TODO
   175 \end{frame}
   176 
   177 \section[Problems]{Problems encountered in the project}
   178 %\subsection[TODO]{TODO}
   179 \begin{frame}
   180   \frametitle{TODO}
   181 \begin{itemize}
   182 \item Publication of new Isabelle release
   183 \item Amount of code in Isabelle and \isac
   184 \item Changes scattered throughout the code
   185 \end{itemize}
   186 \end{frame}
   187 
   188 \section{Summary}
   189 \begin{frame}
   190   \frametitle{TODO}
   191 TODO
   192 \end{frame}
   193 
   194 \end{document}
   195 
   196