-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
77 lines (59 loc) · 1.53 KB
/
Copy pathmain.tex
File metadata and controls
77 lines (59 loc) · 1.53 KB
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
\documentclass[aspectratio=169]{beamer}
\usetheme{Warwick}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[labelformat=empty]{caption}
\usepackage{subcaption}
\usepackage{multirow}
\usepackage{tikz}
\usepackage{tikzsymbols}
\usepackage{datetime}
\usepackage[style=ieee]{biblatex}
\renewcommand*{\bibfont}{\scriptsize}
\title{CarpentriesOffline - A mini HPC}
\author{
Dr Jannetta S Steyn
}
\institute{
Newcastle University
}
\date{\shortdate{\formatdate{2025}{03}{27}}}
\titlegraphic{
\makebox{
\includegraphics[height=3.5em,keepaspectratio]{images/wallpaper.jpg}
}
}
\logo{\includegraphics[height=4em, keepaspectratio]{images/UniversityLogo.png}}
\addbibresource{ref.bib}
\begin{document}
\captionsetup[figure]{labelfont={bf}, name={Fig.}}
\frame{\titlepage}
%\begin{frame}{Outline}
% \tableofcontents[hideallsubsections]
%\end{frame}
\input{S1/s1.tex} % Introduction
\input{S2/s2.tex}
\input{S3/s3.tex}
\input{S4/s4.tex}
\input{S5/s5.tex}
\section*{Thanks}
\begin{frame}
\frametitle{}
\centering\LARGE Thank You For Listening \\
\centering\LARGE Any Questions?
\begin{columns}[b]
\begin{column}[b]{.35\linewidth}
\begin{figure}
\includegraphics[width=.5\textwidth]{images/www.jannetta.com.png}
\caption{www.jannetta.com}
\end{figure}
\end{column}
\begin{column}[b]{.35\linewidth}
\begin{figure}
\includegraphics[width=.5\textwidth]{images/carpentriesoffline.org.png}
\caption{carpentriesoffline.org}
\end{figure}
\end{column}
\end{columns}
\end{frame}
\end{document}