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