1\documentclass{beamer} 2\beamertemplatenavigationsymbolsempty 3\setbeamertemplate{footline}{} 4 5\setbeamercolor{normal text}{fg=white,bg=black!90} 6\setbeamercolor{structure}{fg=white} 7 8\setbeamercolor{alerted text}{fg=red!85!black} 9 10\setbeamercolor{item projected}{use=item,fg=black,bg=item.fg!35} 11 12\setbeamercolor*{palette primary}{use=structure,fg=structure.fg} 13\setbeamercolor*{palette secondary}{use=structure,fg=structure.fg!95!black} 14\setbeamercolor*{palette tertiary}{use=structure,fg=structure.fg!90!black} 15\setbeamercolor*{palette quaternary}{use=structure,fg=structure.fg!95!black,bg=black!80} 16 17\setbeamercolor*{framesubtitle}{fg=white} 18 19\setbeamercolor*{block title}{parent=structure,bg=black!60} 20\setbeamercolor*{block body}{fg=black,bg=black!10} 21\setbeamercolor*{block title alerted}{parent=alerted text,bg=black!15} 22\setbeamercolor*{block title example}{parent=example text,bg=black!15} 23 24\usepackage[french=quotes]{csquotes} 25\usepackage{graphicx,dblfloatfix} 26 27\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip1em 28 \hbox{}\nobreak\hfill #1% 29 \parfillskip=0pt \finalhyphendemerits=0 \endgraf}} 30 31\newsavebox\mybox 32\newenvironment{aquote}[1] 33 {\savebox\mybox{#1}\begin{quote}\openautoquote\hspace*{-.7ex}\raggedright} 34 {\unskip\closeautoquote\\\vspace*{1mm}\signed{\usebox\mybox}\end{quote}} 35 36\begin{document} 37 \title{\Huge The Media Crisis} 38 \author{Andrew Lorimer} 39 \date{July 2019} 40 \frame{\titlepage} 41 \begin{frame}[plain,c] 42 \begin{center} 43 \Huge Source confidentiality 44 \end{center} 45 \end{frame} 46 \begin{frame}[plain,c] 47 \begin{center} 48 \Huge ``the nuts and bolts\\ of being a reporter'' \\[3em] 49 50 \large \textit{Anthony Funnel, ABC} 51 \end{center} 52 \end{frame} 53 \begin{frame}[plain, c] 54 \includegraphics[width=1\textwidth]{ukraine-media.jpg} 55 \end{frame} 56 \begin{frame}[plain, c] 57 \includegraphics[width=1\textwidth]{smethurst.jpg} 58 \end{frame} 59 \begin{frame}[plain, c] 60 \includegraphics[width=1\textwidth]{abc.jpg} 61 \end{frame} 62 \begin{frame}[b] 63 \centering 64 \includegraphics[width=0.6\textwidth]{un.png} 65 \end{frame} 66 \begin{frame} 67 \begin{aquote}{Julian Assange} 68 Journalism should be more like science. As far as possible, facts should be verifiable. If journalists want long-term credibility for their profession, they have to go in that direction. Have more respect for readers. 69 \end{aquote} 70 \end{frame} 71 \begin{frame}{References} 72 \setbeamertemplate{bibliography item}{} 73 \setbeamertemplate{bibliography item}{\insertbiblabel} 74 {\scriptsize \begin{thebibliography}{99} 75 \bibitem{ananian-welsh} 76 Ananian-Welsh, Rebecca (5 June 2019). ``Why the raids on Australian media present a clear threat to democracy''. \textit{The Conversation}. 77 \bibitem{mann} 78 Mann, Monique (15 August 2018). ``The devil is in the detail of government bill to enable access to communications data''. \textit{The Conversation}. 79 \bibitem{azaoulay} 80 Azoulay, A; UNESCO (2018). ``World trends in freedom of expression and media development: global report 2017/2018''. ISBN 978-92-3-100242-7. 81 \bibitem{parker} 82 Parker, Samuel (2015). ```Unwanted invaders': The representation of refugees and asylum seekers int he UK and Australian print media''. Cardiff University. 83 \bibitem{pressthink} 84 Rosen, Jay (12 June 2019). ``Key steps in the citizens agenda style of campaign coverage''. \textit{PressThink}. Carter Journalism Institute, New York University. 85 \bibitem{abc} 86 Morris, Gaven (28 September 2018). ``ABC's independence is our most precious asset''. \textit{ABC News}. 87 \bibitem{lyons} 88 Lyons, John (15 July 2019). ``AFP raid on ABC reveals investigative journalism being put in same category as criminality''. \textit{ABC News}. 89 \bibitem{images} 90 Images used under Creative Commons license from Australian Broadcasting Corporation and Kyiv Post. 91 \end{thebibliography}} 92 \end{frame} 93\end{document}