Team project "Analyzing Gender Share in Casting Actors" as part of the lecture "Data Literacy"

projectregistration.tex 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. \documentclass{article}
  2. % if you need to pass options to natbib, use, e.g.:
  3. % \PassOptionsToPackage{numbers, compress}{natbib}
  4. % before loading neurips_2021
  5. % ready for submission
  6. \usepackage[preprint]{neurips_2021}
  7. % to compile a preprint version, e.g., for submission to arXiv, add add the
  8. % [preprint] option:
  9. % \usepackage[preprint]{neurips_2021}
  10. % to compile a camera-ready version, add the [final] option, e.g.:
  11. % \usepackage[final]{neurips_2021}
  12. % to avoid loading the natbib package, add option nonatbib:
  13. % \usepackage[nonatbib]{neurips_2021}
  14. \usepackage[utf8]{inputenc} % allow utf-8 input
  15. \usepackage[T1]{fontenc} % use 8-bit T1 fonts
  16. \usepackage[colorlinks=true]{hyperref} % hyperlinks
  17. \usepackage{url} % simple URL typesetting
  18. \usepackage{booktabs} % professional-quality tables
  19. \usepackage{amsfonts} % blackboard math symbols
  20. \usepackage{nicefrac} % compact symbols for 1/2, etc.
  21. \usepackage{microtype} % microtypography
  22. \usepackage{xcolor} % colors
  23. \title{Analyzing Gender Share\\in Casting Actors}
  24. % The \author macro works with any number of authors. There are two commands
  25. % used to separate the names and addresses of multiple authors: \And and \AND.
  26. %
  27. % Using \And between authors leaves it to LaTeX to determine where to break the
  28. % lines. Using \AND forces a line break at that point. So, if LaTeX puts 3 of 4
  29. % authors names on the first line, and the last on the second line, try using
  30. % \AND instead of \And before the third author name.
  31. \author{%
  32. Sophia Herrmann\\
  33. Matrikelnummer 5688690\\
  34. \texttt{so.herrmann@student.uni-tuebingen.de} \\
  35. \And
  36. Tobias Stumpp\\
  37. Matrikelnummer 3798377\\
  38. \texttt{tobias.stumpp@student.uni-tuebingen.de} \\
  39. }
  40. \begin{document}
  41. \maketitle
  42. \begin{abstract}
  43. We are planning to use a dataset on \href{https://datasets.imdbws.com/name.basics.tsv.gz}{film-actors}, \href{https://datasets.imdbws.com/title.basics.tsv.gz}{film-titles}, \href{https://datasets.imdbws.com/title.ratings.tsv.gz}{film-ratings} from the \href{https://imdb.com}{IMDb} to examine how the female share on the cast of actors has changed over years. We want to look at when and in which genres the gender share has changed. We want to see if we can find correlations of film ratings and genres on gender share, and, if applicable, see how well film rating can be predicted.
  44. \end{abstract}
  45. \end{document}

Powered by TurnKey Linux.