Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. \documentclass{beamer}
  2. \usetheme{Madrid}
  3. \usepackage{tikz}
  4. \usetikzlibrary{shapes}
  5.  
  6. \tikzstyle{golla} = [circle,draw]
  7.  
  8.  
  9. \title[beamer class]{Can Women Break the Glass Ceiling?: An Analysis of \#MeToo Hashtagged Posts on Twitter}
  10. \author[muntaka,adiba,sworna]{1605097, 1605106, 1605114}
  11. \institute[BUET]{Bangladesh University of Engineering and Technology}
  12. \date{\today}
  13.  
  14. \begin{document}
  15. \maketitle
  16.  
  17. \begin{frame}{Table of Contents}
  18. \tableofcontents
  19.  
  20. \end{frame}
  21.  
  22. \begin{frame}
  23. \frametitle{Introduction}
  24. \begin{itemize}
  25. \item October 15, 2017 : Tweeter news feed exploded by a tweet of Alyssa Milano \pause
  26. \item Women all over the world shared their story of sexual harassment and sexual assault in social media with a hashtag \#MeToo\pause
  27. \item More than 4.5 million posts within 24 hours \pause
  28.  
  29. \end{itemize}
  30. \end{frame}
  31. \begin{frame}
  32. \frametitle{Previous Works}
  33.  
  34. \begin{tikzpicture}
  35. \centering
  36. \node[golla,fill = pink!45, text width=4.5cm] at(6.5,3.8)(point1) {According to UN Women and WHO, 35\% women of the globe have experienced sexual harassment};
  37. \node[golla,fill=blue!25,text width=4cm]at(3,0.8)(point2){In December 2017, The ONDRP published that more than 220 thousand women were harassed in the public transport.};
  38. \node[golla,fill=green!25,text width=4cm]at(10,0.8)(point3){Various apps for security of women such as:Hollaback,Safetipin
  39. ,Protibadi,Circle of 6};
  40.  
  41. \end{tikzpicture}
  42.  
  43. \end{frame}
  44. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement