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\includegraphics[width=1\textwidth]{abc.jpg} 43\end{frame} 44\begin{frame}[plain,c] 45\begin{center} 46\Huge Source confidentiality 47\end{center} 48\end{frame} 49\begin{frame}[plain,c] 50\begin{center} 51\Huge ``the nuts and bolts\\ of being a reporter'' \\[3em] 52 53\large \textit{Anthony Funnel, ABC} 54\end{center} 55\end{frame} 56\begin{frame}[plain, c] 57\includegraphics[width=1\textwidth]{ukraine-media.jpg} 58\end{frame} 59\begin{frame}[plain, c] 60\includegraphics[width=1\textwidth]{smethurst.jpg} 61\end{frame} 62\begin{frame}[b] 63\centering 64\includegraphics[width=0.6\textwidth]{un.png} 65\end{frame} 66\begin{frame}[plain, c] 67\begin{aquote} 68 every individual should have the right to ascertain in an intelligible form, whether, and if so, what personal data is stored in automatic data files, and for what purposes 69\end{aquote} 70\end{frame} 71\begin{frame}[plain,c] 72\begin{aquote} 73 The free communication of information and ideas about public and political issues between citizens, candidates and elected representatives is essential. This implies a free press and other media able to comment on public issues and to inform public opinion without censorship or restraint. 74\end{aquote} 75\end{frame} 76\begin{frame} 77\begin{aquote}{Julian Assange} 78 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. 79\end{aquote} 80\end{frame} 81\begin{frame}{References} 82\setbeamertemplate{bibliography item}{} 83\setbeamertemplate{bibliography item}{\insertbiblabel} 84{\scriptsize \begin{thebibliography}{99} 85\bibitem{ananian-welsh} 86 Ananian-Welsh, Rebecca (5 June 2019). ``Why the raids on Australian media present a clear threat to democracy''. \textit{The Conversation}. 87\bibitem{mann} 88 Mann, Monique (15 August 2018). ``The devil is in the detail of government bill to enable access to communications data''. \textit{The Conversation}. 89\bibitem{azaoulay} 90 Azoulay, A; UNESCO (2018). ``World trends in freedom of expression and media development: global report2017/2018''. ISBN 978-92-3-100242-7. 91\bibitem{parker} 92 Parker, Samuel (2015). ```Unwanted invaders': The representation of refugees and asylum seekers int he UK and Australian print media''. Cardiff University. 93\bibitem{pressthink} 94 Rosen, Jay (12 June 2019). ``Key steps in the citizens agenda style of campaign coverage''. \textit{PressThink}. Carter Journalism Institute, New York University. 95\bibitem{abc} 96 Morris, Gaven (28 September 2018). ``ABC's independence is our most precious asset''. \textit{ABC News}. 97\bibitem{lyons} 98 Lyons, John (15 July 2019). ``AFP raid on ABC reveals investigative journalism being put in same category as criminality''. \textit{ABC News}. 99\bibitem{images} 100 Images used under Creative Commons license from Australian Broadcasting Corporation and Kyiv Post. 101\end{thebibliography}} 102\end{frame} 103\end{document}