%%
% Data Security and Artificial Intelligence Security Laboratory
% Beijing Institute of Technology
%
% 智能对抗组会 Beamer 展示模板 —— 使用 XeLaTeX 编译
%
% Copyright 2020 Spencer Woo
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Spencer Woo.
%
% Compile with: `xelatex` or `latexmk -xelatex`
\documentclass[aspectratio=169,xcolor=dvipsnames]{ctexbeamer}
\usepackage{booktabs}
\usepackage{fontawesome}
\usepackage{setspace}
\usepackage{FiraSans}
\usepackage{FiraMono}
\usepackage{amsmath}
\usepackage[mathrm=sym]{unicode-math}
\setmathfont{Fira Math}
\setCJKmainfont{Microsoft YaHei}
\definecolor{UBCblue}{HTML}{042956}
\definecolor{BITGreen}{HTML}{16ae66}
\usecolortheme[named=UBCblue]{structure}
\setbeamertemplate{headline}{\vskip3pt}
\setbeamerfont{frametitle}{series=\bfseries}
\setbeamertemplate{background canvas}{
{\color{UBCblue}\hspace*{0pt}\rule{5pt}{\paperheight}}
\ifnum\thepage>1\relax
\begin{picture}(0,0)
\put(460,255){\makebox(0,0)[rt]{\includegraphics[height=3cm]{assets/bg_30}}}
\put(440,32){\makebox(0,0)[rt]{\includegraphics[height=0.6cm]{assets/bit_30}}}
\end{picture}
\else
\begin{picture}(0,0)
\put(460,255){\makebox(0,0)[rt]{\includegraphics[height=3cm]{assets/bg}}}
\put(440,32){\makebox(0,0)[rt]{\includegraphics[height=0.6cm]{assets/bit}}}
\end{picture}
\fi
}
\setbeamertemplate{title page}[default][left]
\makeatletter
\setbeamertemplate{frametitle}[default][left,leftskip=\the\dimexpr\beamer@leftmargin-0.3cm\relax]
\makeatother
\setbeamerfont{footnote}{size=\zihao{6}}
\let\oldframetitle\frametitle% Store \frametitle in \oldframetitle
\renewcommand{\frametitle}[1]{%
\oldframetitle{#1}\setstretch{1.4}}
\def\titledate{\leavevmode\hbox{\the\year\ \twodigits\month\ \twodigits\day\ }}
\def\twodigits#1{\ifnum#1<10 0\fi\the#1}
%%
% 正文开始
\title{\textbf{\texorpdfstring{\zihao{3}\titledate 智能对抗组会}}}
\author{Spencer Woo}
\institute{Data Security and Artificial Intelligence Security Laboratory\\School of Computer Science and Technology, BIT}
\date{\today}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{\faCode\, 第一部分的一个大标题}
{\color{gray}{\textbf{第一部分}\, 第一个实验的实验结果}}\\
\vspace*{0.6cm}
\centering
\includegraphics[width=0.5\textwidth]{plots/resnet}\\
\texttt{\small\color{BITGreen}{\faCheck\ 100\% fooling rate}}
\end{frame}
\begin{frame}
\frametitle{\faFlag\, 之后部分实验的实验结果}
\begin{center}
\textbf{实验二}~~~巴啦啦小魔仙实验
\vspace*{0.5cm}
\begin{columns}
\column{0.5\textwidth}
\centering
左右分栏的左侧部分
\includegraphics[width=\textwidth]{plots/fgsm}
\column{0.5\textwidth}
\centering
左右分栏的右侧部分
\includegraphics[width=\textwidth]{plots/df}
\end{columns}
\end{center}
\end{frame}
\begin{frame}
\frametitle{\faTasks\, 最后总结和计划}
\textbf{一个相关的公式:}
\begin{equation*}
x_{adv} = x + \varepsilon*\text{sign}(\nabla_x\ J(\theta, x, y))
\end{equation*}
\textbf{之后的任务重点:}
\begin{itemize}
\item 完成某某任务的某某阶段,记录分析某阶段性成果
\item 整理、收集并分析第一实验数据
\item 对第二实验进行重新构思、规划和设计
\end{itemize}
\end{frame}
\end{document}

PDF Preview
Create an account to compile and preview