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