Skip to content

Commit 3728b49

Browse files
committed
Tweaks adding QR code to video and improving bibliography before DCS christmas social rendition of the talk
1 parent 598a0d7 commit 3728b49

File tree

3 files changed

+23
-34
lines changed

3 files changed

+23
-34
lines changed

citations.bib

+1-23
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,13 @@ @indirect
77
urldate = {2023-10-17},
88
}
99

10-
@online{nast_lasagna_nodate,
10+
online{nast_lasagna_nodate,
1111
title = {Lasagna {Bolognese}},
1212
url = {https://www.epicurious.com/recipes/food/views/lasagne-bolognese-51193620},
13-
abstract = {Maybe you're not a
14-
nonna. And you didn't
15-
inherit a faded recipe for
16-
lasagna Bolognese from
17-
one, either. Not to worry.
18-
What matters is that this
19-
version of the Italian
20-
classic tastes as though
21-
it's been perfected over
22-
generations. The dish's
23-
complex sauce, rich
24-
béchamel, and here's
25-
the secret eight
26-
impossibly thin pasta
27-
layers (yes, homemade)
28-
create a brilliantly balanced bite. Time and
29-
dedication to each and
30-
every element turn this
31-
recipe into one that your
32-
grandkids (and friends)
33-
will be begging for.},
3413
language = {en-US},
3514
urldate = {2023-10-17},
3615
journal = {Epicurious},
3716
author = {Nast, Condé},
38-
keywords = {pasta, lasagna, italian, beef chuck, canned tomato, ground pork, pancetta, parmesan, main, dinner, nut free, oven bake, food processor, bon appétit},
3917
}
4018
4119
@online{noauthor_matttomic_nodate,

main.tex

+22-11
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,31 @@
3030
\usepackage[utf8]{inputenc}
3131
\usepackage[T1]{fontenc}
3232

33+
\usepackage[backend=biber,style=numeric, citestyle=ieee]{biblatex}
34+
\addbibresource{citations.bib}
35+
3336
\usepackage{subcaption}
3437
\usepackage{tikz}
3538
\usepackage{minted}
3639

3740
\title[The Mathematics of Lasagne]{The Mathematics of Lasagne}
3841
\author{Edmund Goodman}
3942
\institute[UWCS]{University of Warwick Computing Society}
40-
\date{18/10/2023}
43+
\date{06/12/2023} % \date{18/10/2023}
4144

4245
\begin{document}
4346

4447
\begin{frame}
4548
\titlepage
4649
\end{frame}
4750

48-
% Uncomment these lines for an automatically generated outline.
49-
%\begin{frame}{Outline}
51+
% % Uncomment these lines for an automatically generated outline.
52+
% \begin{frame}{Outline}
5053
% \tableofcontents
51-
%\end{frame}
54+
% \end{frame}
5255

5356

54-
\section{Part I - The Cube Rule of Food}
57+
\section{Part I - The Cube Rule of Food\footnote{\href{https://cuberule.com/}{https://cuberule.com/}}}
5558

5659
\begin{frame}{What is a Sandwich?}
5760
\begin{itemize}
@@ -488,7 +491,7 @@ \section{Part III - Defining Lasagne}
488491
\begin{frame}{What is a Lasagne?}
489492
\begin{figure}
490493
\includegraphics[width=0.5\textwidth]{lasagne_unstacked.png}
491-
\caption{\label{fig:lasagane-unstacked}A portion of Lasagne \cite{nast_lasagna_nodate}}
494+
\caption{\label{fig:lasagane-unstacked}A portion of Lasagne} %\cite{nast_lasagna_nodate}
492495
\end{figure}
493496
\end{frame}
494497

@@ -674,19 +677,27 @@ \section{Part III - Defining Lasagne}
674677
\end{frame}
675678

676679
\begin{frame}
680+
\begin{tikzpicture}[remember picture,overlay]
681+
\node[xshift=-1.1cm,yshift=-1.3cm] at (current page.north east) {\includegraphics[width=0.15\textwidth]{qr-code.png}};
682+
\end{tikzpicture}
677683
\begin{center}
678684
\Huge\textbf{Thanks for listening!} \\
679685
\vskip 1cm
686+
\pause
680687
\Large\textit{I refuse to answer any questions...}
681688
\end{center}
682689
\end{frame}
683690

684691

685-
\begin{frame}[allowframebreaks]{Bibliography}
686-
\nocite{*}
687-
\bibliographystyle{IEEEtran}
688-
\bibliography{citations.bib}
689-
\end{frame}
692+
% \begin{frame}[allowframebreaks]{Bibliography}
693+
% \nocite{*}
694+
% \bibliographystyle{IEEEtran}
695+
% \bibliography{citations.bib}
696+
% \end{frame}
690697

698+
\begin{frame}[t,allowframebreaks]
699+
\frametitle{Bibliography}
700+
\printbibliography[heading=none]
701+
\end{frame}
691702

692703
\end{document}

qr-code.png

19.5 KB
Loading

0 commit comments

Comments
 (0)