Clean up main file

black
parent 1c85708f13
commit e3b33ed0be

Binary file not shown.

@ -1,32 +1,6 @@
\documentclass[divipsnames, 14pt]{extarticle} % using xcolor names \documentclass[14pt]{extarticle} % using xcolor names
\usepackage{tikz} \include{main_preamble}
\usetikzlibrary{arrows.meta, positioning, shapes.misc, decorations.markings}
\usepackage{graphicx, import}
\usepackage{color}
\usepackage{geometry}
\geometry{
papersize={148mm,185mm}, % Portrait Instagram post closest to A5
margin=1cm
}
%\usepackage[document]{ragged2e}
\usepackage{pdflscape}
\usepackage{caption}
\captionsetup{justification=raggedright,singlelinecheck=false}
\renewcommand{\figurename}{Loop}
\usepackage{xcolor}
\usepackage{pagecolor}
\usepackage{natbib}
\usepackage{url}
\bibliographystyle{abbrvnat}
\usepackage{bibentry}
\nobibliography*
\usepackage[colorlinks,allcolors=green]{hyperref}
\pagecolor{black} \pagecolor{black}
\color{white} \color{white}
@ -39,14 +13,18 @@
\begin{document} \begin{document}
\maketitle \pretitle{%
\begin{center}
\LARGE
\includegraphics[width=0.3\linewidth]{IDS_logo.pdf}\\[\bigskipamount]
}
\posttitle{\end{center}}
{
\centering
\includegraphics[width=0.3\linewidth]{logo-cropped.pdf}
} \maketitle
\vspace{2cm} \vspace{2cm}
Commissioned diagrams for:\\ Commissioned diagrams for:\\
\bibentry{sampson2021} \bibentry{sampson2021}
@ -91,9 +69,25 @@ Commissioned diagrams for:\\
\begingroup \begingroup
\raggedright \raggedright
\bibliography{references} \bibliography{references}
\endgroup \endgroup
\newpage
\centering
\includegraphics[width=0.3\linewidth]{IDS_logo.pdf}
This is a publication by:\\
\href{https://diagram.institue}{Institute of Diagram Studies}
\vspace{2cm}
This version was generated:\\\today
\vspace{2cm}
The source code is available at:\\
\url{https://git.diagram.institue/davidbenque/operational_loops_of_COVID19}\\
License:\\
\href{https://creativecommons.org/licenses/by-sa/2.0/}{CC BY-SA 2.0}
\end{document} \end{document}

@ -0,0 +1,29 @@
\usepackage{tikz}
\usetikzlibrary{arrows.meta, positioning, shapes.misc, decorations.markings}
\usepackage{graphicx, import}
\usepackage{color}
\usepackage{geometry}
\geometry{
papersize={148mm,185mm}, % Portrait Instagram post closest to A5
margin=1cm
}
%\usepackage[document]{ragged2e}
\usepackage{pdflscape}
\usepackage{caption}
\captionsetup{justification=raggedright,singlelinecheck=false}
\renewcommand{\figurename}{Loop}
\usepackage{xcolor}
\usepackage{pagecolor}
\usepackage{natbib}
\usepackage{url}
\bibliographystyle{abbrvnat}
\usepackage{bibentry}
\nobibliography*
\usepackage[colorlinks,allcolors=green]{hyperref}
\usepackage{titling}

@ -34,6 +34,16 @@
number = {10} number = {10}
} }
@misc{disease.sh2021,
title = {Data from {{John Hopkins University}} ({{JHUCSSE}})},
author = {{disease.sh}},
year = {2021},
url = {https://disease.sh/},
urldate = {2021-03-31},
abstract = {An open API for disease-related statistics. No signup required. Over 45,000,000,000+ Requests \& 50 TB of Data Served to Date!},
journal = {disease.sh - Open Disease Data}
}
@misc{dorling2020, @misc{dorling2020,
title = {Covid19 | {{SLOWDOWN}}}, title = {Covid19 | {{SLOWDOWN}}},
author = {Dorling, Danny}, author = {Dorling, Danny},

Loading…
Cancel
Save