summaryrefslogtreecommitdiff
path: root/presentations/pres_template.tex
blob: 3f7b7e4f89d0e47d67bd77a988ec2e2adb2210a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usetheme{Madrid}
% \usecolortheme{dolphin}


\title{Weekly Report}
\author{Marius Peter}
\institute{UCLA I2BL}
\date{12 July 2019}


\begin{document}

\frame{\titlepage}

\begin{frame}
    \frametitle{Outline}
    \tableofcontents
\end{frame}

\section{This Week's Update}

\subsection{Key Progress}
\begin{frame}
    \frametitle{Progress 1}
    \begin{columns}
        \column{0.3\textwidth}
        \begin{figure}
            \includegraphics[scale=0.5]{tux.png}
            \caption{Tux penguin}
        \end{figure}
        \column{0.7\textwidth}
        \begin{block}{Remark}
            Relevant point
        \end{block}
        \begin{alertblock}{Important Information}
            Key point
        \end{alertblock}
        \begin{examples}
            Code example
        \end{examples}
    \end{columns}
\end{frame}

\subsection{New Code}
\begin{frame}
    \frametitle{New features}
    \begin{enumerate}
        \item Primary feature
              \begin{itemize}
                  \item Does this
                  \item Facilitates that
              \end{itemize}
        \item Secondary feature
              \begin{itemize}
                  \item Does that
                  \item Replaces need to do this
              \end{itemize}
        \item Minor feature 1: get this value
        \item Minor feature 2: return this object property
    \end{enumerate}
\end{frame}
\begin{frame}
    \frametitle{Refactored code}
    \begin{description}
        \item[Function 1] Simplified it
        \item[Function 2] Expanded it
        \item[Function 3] Documented it
    \end{description}
\end{frame}

\subsection{Miscellaneous}
\begin{frame}
    \frametitle{Started work on this}
    \begin{itemize}
        \item Relevant because...
        \item Must interact with this...
        \item Can be implemented in so long...
        \item Will enable this...
    \end{itemize}
\end{frame}

\section{Roadmap for Upcoming Week}
\begin{frame}
    \frametitle{Roadmap for Upcoming Week}
    \begin{enumerate}
        \item Finish this
        \item Improve this
        \item Start this
    \end{enumerate}
\end{frame}

\section{Questions}
\begin{frame}
    \frametitle{Questions}
    \begin{enumerate}
        \item What can we reduce?
        \item What can we increase?
        \item What can we eliminate?
        \item What can we create?
    \end{enumerate}
\end{frame}

\end{document}
Copyright 2019--2024 Marius PETER