BDIC Beamer

A clean Beamer template for Beijing-Dublin International College (BDIC)

Category

university

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\documentclass[t]{beamer}

\usepackage{bdicbeamer}

% Update the fields below for each presentation.
\title[Title]{Title of your presentation}
\subtitle{Subtitle of your presentation}
\author{Your Name}
\institute[BDIC]{Beijing-Dublin International College}
\date{\today}

\begin{document}

\begin{frame}
    \FirstLastPageLayout
    \titlepage
\end{frame}

\begin{frame}{Contents}
    \begin{itemize}
        \item Motivation
        \item Research gap \& Aim of the paper
        \item Theoretical background
        \item Results \& Discussion
    \end{itemize}
\end{frame}

\section{Motivation}
\begin{frame}{Motivation}
    \begin{itemize}
        \item Use this slide to explain why the topic matters in practice or theory.
        \vspace{0.2cm}
        \footnotesize{\textit{Example: mention a policy issue, market trend, research problem, or project motivation.}}
        \vspace{0.2cm}
        \normalsize

        \begin{block}{Key Motivation}
            This is the core message of your study in one sentence. Keep it concise and audience-focused.
        \end{block}

    \end{itemize}
\end{frame}

\section{Research Gap \& Aim}
\begin{frame}{Research gap \& Aim of the paper}
    \begin{itemize}
        \item Use this slide to explain what is missing in the literature or in existing practice.
        \item End the slide with a clear research question, project goal, or hypothesis.
        \item Tables work well here for comparisons or summary statistics.
    \end{itemize}

    \begin{table}[h!]
        \centering
        \caption{Summary statistics of XX}
        \label{tab:summary}
        \begin{tabular}{lrrr}
            \toprule
            Country & Mean X & Min X & Max X \\
            \midrule
            AT & 0.29 & 0.28 & 0.30 \\
            BE & 0.27 & 0.25 & 0.29 \\
            BG & 0.23 & 0.20 & 0.28 \\
            \bottomrule
        \end{tabular}
    \end{table}
\end{frame}

\section{Theoretical Background}
\begin{frame}{Theoretical background}
    \begin{itemize}
        \item Summarize the key theory, framework, or model used in your work \citep{NIPS2017_3f5ee243}.
        \item If needed, include one equation only and explain each variable verbally.
    \end{itemize}

    \begin{equation}
        Y = \beta_0 + \beta_1 X + \epsilon
    \end{equation}
\end{frame}


\section{Results \& Discussion}
\begin{frame}{Results \& Discussion}
    \begin{itemize}
        \item Present only the most important result on each slide.
        \item Figures are often easier to read than dense tables during a presentation.
        \item Use the discussion point to explain why the result matters.
    \end{itemize}

    \begin{figure}
        \centering
        \caption{Example figure placeholder}
        \includegraphics[width=0.68\linewidth]{PL_GDP.pdf}

        {\tiny Source: Authors' calculations}
    \end{figure}
\end{frame}


\begin{frame}[allowframebreaks]{References}
    \tiny
    \bibliography{references}
    \bibliographystyle{plainnat}
\end{frame}

\begin{frame}[c]
    \FirstLastPageLayout
    \centering
    \Huge \textcolor{BDICGreen}{Thank you for your attention}

    \vspace{1.5cm}
    \normalsize
    \textbf{Your Name} \\
    \href{mailto:your.email@bjut.edu.cn}{your.email@bjut.edu.cn}
\end{frame}

\end{document}
Preview
BDIC Beamer preview
BDIC Beamer LaTeX Template | Bibby | Bibby AI