--- /dev/null
+\documentclass{article}
+
+\usepackage[a4paper]{geometry}
+\usepackage{hyperref}
+
+\title{%
+ Do you see what I see?\\
+ {\large\emph{Functional pearl} (2016)}
+}
+\author{M.~Lubbers}
+\date{\today}
+
+\hypersetup{%
+ pdftitle={Do you see what I see?},
+ pdfauthor={Mart Lubbers},
+ pdfcreator={Mart Lubbers},
+ pdfproducer={Mart Lubbers},
+ hidelinks
+}
+\begin{document}
+\maketitle
+\tableofcontents
+\section{Objective}
+% what is the goal of this work, what problem is addressed, what was the
+% current state of the art, who is the work aimed at?
+
+\section{Proposal}
+% if the paper presents a new idea, what, in a nutshell, is it?
+
+\section{Evidence}
+% Support for claims - Theorems? Case studies? Simulations? Benchmarks? Does
+% evidence address issues needed to support claims?
+
+\section{Shoulders of giants\ldots}
+% what previous research does this work build on? What are the key underlying
+% theoretical ideas? Software infrastructure?
+
+\section{Impact}
+% has this work been influential? When later research papers cite it, what
+% contribution is being referred to?
+
+\section{Writing}
+% analyse the writing
+
+\section{Discussion points}
+% end with questions which you think should arise
+
+\end{document}