add long review2 stub
authorMart Lubbers <mart@martlubbers.net>
Wed, 18 May 2016 17:58:33 +0000 (19:58 +0200)
committerMart Lubbers <mart@martlubbers.net>
Wed, 18 May 2016 17:58:33 +0000 (19:58 +0200)
long2/Makefile [new file with mode: 0644]
long2/long.tex [new file with mode: 0644]

diff --git a/long2/Makefile b/long2/Makefile
new file mode 100644 (file)
index 0000000..c188174
--- /dev/null
@@ -0,0 +1,11 @@
+LATEX:=pdflatex
+DOCUMENT:=long
+
+all: long.pdf
+
+%.pdf: %.tex
+       $(LATEX) $<
+       $(LATEX) $<
+
+clean:
+       $(RM) -v *.fmt *.aux *.log *.out *.toc *.pdf
diff --git a/long2/long.tex b/long2/long.tex
new file mode 100644 (file)
index 0000000..7daaa14
--- /dev/null
@@ -0,0 +1,48 @@
+\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}