\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage[misc]{ifsym}
\usepackage[backend=biber,style=numeric, citestyle=ieee]{biblatex}
\addbibresource{IEEEexample.bib}
\AtBeginBibliography{\small}
\usepackage{appendixnumberbeamer}
\pdfstringdefDisableCommands{%
\def\translate#1{#1}%
}
% If you don't need the control symbol, uncomment it
%\beamertemplatenavigationsymbolsempty
%\usepackage{MnSymbol}
%\usepackage{tikz}
%\usetikzlibrary{arrows,shapes}
%\usepackage{stmaryrd}
%%\usepackage[utf8]{vietnam}
%
\usetheme{Berlin}
\useinnertheme{circles}
%
\AtBeginSection[]
{
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents[currentsection]
\end{frame}
}
%
%Information to be included in the title page:
\title[Short title]{Main title}
%\subtitle{}
\author[Short name]{Long name\inst{1,2}}
\institute[S... HCMIU - VNUHCM]{
\inst{1}%
School of ..., \\
International University, Ho Chi Minh City, Vietnam
\and
\inst{2}%
Vietnam National University, Ho Chi Minh City, Vietnam
}
%\date[Short conference, Year]{Full Conference, Month Year }
\logo{\includegraphics[height=.6cm]{IU}}
%
% Page number
\expandafter\def\expandafter\insertshorttitle\expandafter{%
\insertshorttitle\hfill%
\insertframenumber\,/\,\inserttotalframenumber}
%
\begin{document}
% Title page
\frame{\titlepage}
% ToC page
\begin{frame}{Table of Contents}
\tableofcontents
\end{frame}
% EX: Highlighted frame with link to appendix
%\begin{frame}[label=frame]{Sample frame title}
%
%In this slide, some important text will be
%\alert{highlighted} because it's important.
%Please, don't abuse it.
%
%\begin{block}{Remark}
%Sample text
%\end{block}
%
%\begin{alertblock}{Important theorem}
%Sample text in red box
%\end{alertblock}
%
%\begin{examples}
%Sample text in green box. The title of the block is ``Examples".
%\end{examples}
%\hyperlink{appendix}{\beamerbutton{More on Appendix}}
%\end{frame}
% EX: Two column frame
%\begin{frame}{Two-column slide}
%\begin{columns}
%\column{0.5\textwidth}
%This is a text in first column.
%$$E=mc^2$$
%\begin{itemize}
%\item First item
%\item Second item
%\end{itemize}
%
%\column{0.5\textwidth}
%This text will be in the second column
%and on a second thoughts, this is a nice looking
%layout in some cases.
%\end{columns}
%\end{frame}
% EX: Sample frame with effects
%\begin{frame}{Title frame 1}
%\begin{block}{Block blue}
%\begin{itemize}
% \item<1-> Text visible on slide 1
% \item<2-> Text visible on slide 2
% \item<3> Text visible on slide 3
% \item<4-> Text visible on slide 4
%\end{itemize}
%\end{block}
%\end{frame}
% EX: Sample frame with Math eq.
%\begin{frame}{Title Frame 2}
%In this slide \pause
%the text will be partially visible \pause
%And finally everything will be there
%\[\ support(X \to Y) = p(X \cup Y) = \frac{{n(X \cup Y)}}{N}\]
%\end{frame}
\section{Section 1}
% Thank you frame
\begin{frame}\frametitle{}
\centering
\includegraphics[scale=0.3]{thankyou}
\end{frame}
% Appendix frame(s)
\appendix
% EX: Appendix frame with link to frame
%\begin{frame}[label=appendix]{Sample frame title}
%
%In this slide, some important text will be
%\alert{highlighted} because it's important.
%Please, don't abuse it.
%
%\begin{block}{Remark}
%Sample text
%\end{block}
%
%\begin{alertblock}{Important theorem}
%Sample text in red box
%\end{alertblock}
%
%\begin{examples}
%Sample text in green box. The title of the block is ``Examples".
%\end{examples}
%\hyperlink{frame}{\beamerbutton{Back to Frame}}
%\end{frame}
% Reference frame
\begin{frame}[allowframebreaks, noframenumbering]{References}
\printbibliography[heading=none]
\end{frame}
\end{document}