started with why
authorMart Lubbers <mart@martlubbers.net>
Tue, 22 Mar 2016 18:50:39 +0000 (19:50 +0100)
committerMart Lubbers <mart@martlubbers.net>
Tue, 22 Mar 2016 18:50:39 +0000 (19:50 +0100)
long1/pre.tex
shorts1/Makefile
shorts1/why_functional.tex [new file with mode: 0644]

index bd9e489..99a38e7 100644 (file)
@@ -14,7 +14,7 @@
        Computing Science: Software Science\\
        Radboud University Nijmegen
 }
-\date[RSSS-w2]{\today}
+\date[RSSS-w2]{2016{--}03{--}22}
 
 \hypersetup{%
     pdftitle={Monads for functional programming},
index bd19687..af0284f 100644 (file)
@@ -1,5 +1,5 @@
 LATEX:=pdflatex
-DOCUMENTS:=yesterday data_types
+DOCUMENTS:=yesterday data_types why_functional
 
 .SECONDARY: pre.fmt
 
diff --git a/shorts1/why_functional.tex b/shorts1/why_functional.tex
new file mode 100644 (file)
index 0000000..ec12749
--- /dev/null
@@ -0,0 +1,27 @@
+%&pre
+\title{Why functional programming matters}
+\date{2016{--}03{--}22}
+\begin{document}
+\maketitle
+\subsubsection*{Summary \& Evidence}
+%Summary (as briefly as you can - two or three sentences)
+
+%Evidence (what evidence is offered to support the claims?)
+
+\subsubsection*{Strengths \& Weaknesses}
+%Strength (what positive basis is there for publishing/reading it?)
+
+%Weaknesses
+
+\subsubsection*{Evaluation}
+%Evaluation (if you were running the conference/journal where it was published,
+%would you recommend acceptance?)
+
+%Comments on quality of writing
+
+\subsubsection*{Discussion}
+%Queries for discussion
+\begin{itemize}
+       \item
+\end{itemize}
+\end{document}