-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathexample.tex
39 lines (26 loc) · 1.01 KB
/
example.tex
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
\documentclass{misqdoc}
% If you need additional packages, you can put them here.
\RequirePackage{natbib}
\title{Doing clever things with data}
\shorttitle{Clever things with data}
\author{Blinded Review Copy}
\begin{document}
% This is where the cover page starts
\maketitle
\begin{abstract}
This is an abstract. It contains a short summary of what this paper is all about.
\end{abstract}
\textbf{Keywords: } Databases, Information Systems, Management
% End the cover page
\clearpage
% For the actual paper we create the title again.
\maketitle
\section{Introduction}
In this paper, we do some clever things with data. For example, we construct
a large relational database~\citep{codd1970relational} to collect a large
amount of data. In order to communicate the structure of this database, we
use an Entity-Relationship diagram~\citep{chen1976entity}. We then analyze
this data and learn great things about how to improve the world using information systems.
\bibliographystyle{misq}
\bibliography{example}
\end{document}