-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathReproCS.tex
More file actions
49 lines (36 loc) · 1.07 KB
/
ReproCS.tex
File metadata and controls
49 lines (36 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\documentclass[a4paper,11pt]{article}
\usepackage[top=2cm,bottom=2cm,left=2cm,right=2cm,asymmetric]{geometry}
\usepackage{url}
\usepackage{paralist}
\usepackage{authblk}
\usepackage[colorlinks=true]{hyperref}
\title{Reproducibility in Computer Science: Past, Present and Future}
% authors
\author[2]{Tom Crick}
\author[1]{Ian P. Gent}
% institutions
\affil[1]{School of Computer Science, University of St Andrews, UK}
\affil[2]{Department of Computing \& Information Systems, Cardiff Metropolitan University, UK}
% emails
\affil[1]{\url{ian.gent@st-andrews.ac.uk}}
\affil[2]{\url{tcrick@cardiffmet.ac.uk}}
\renewcommand\Authands{ and }
\def\UrlBreaks{\do\/\do-}
\date{ }
\begin{document}
\maketitle
\begin{abstract}
Abstract here...
\end{abstract}
\section{Past: Literature Review}
\section{Present: View of Landscape}
\section{Future: Challenges}
\subsection{Research Challenges}
\subsection{Cultural Challenges}
\subsection{Legal Challenges}
\subsection{Ethical Challenges}
\subsection{Statutory Challenges}
% biatutb
\bibliographystyle{unsrt}
\bibliography{ReproCS}
\end{document}