From: Mart Lubbers Date: Fri, 3 Jun 2016 18:53:04 +0000 (+0200) Subject: add tasks X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=57abd9acfc6f3a257d644e3bd0c410f4014ea6ec;p=rsss1516.git add tasks --- diff --git a/shorts2/Makefile b/shorts2/Makefile index c0fb457..bc2bb2c 100644 --- a/shorts2/Makefile +++ b/shorts2/Makefile @@ -1,5 +1,6 @@ LATEX:=pdflatex -DOCUMENTS:=maintainable.pdf batchers.pdf model.pdf +DOCUMENTS:=maintainable.pdf batchers.pdf model.pdf relational.pdf tasks.pdf tonic.pdf + all: $(DOCUMENTS) diff --git a/shorts2/relational.tex b/shorts2/relational.tex new file mode 100644 index 0000000..391ae8a --- /dev/null +++ b/shorts2/relational.tex @@ -0,0 +1,42 @@ +\documentclass{article} + +\usepackage[a4paper]{geometry} +\usepackage{hyperref} + +\hypersetup{% + pdfauthor={Mart Lubbers}, + pdfsubject={Short review}, + pdfcreator={Mart Lubbers}, + pdfproducer={Mart Lubbers}, + hidelinks +} + +\author{Mart Lubbers (s4109503)} +\title{Relational Algebra by Way of Adjunctions} +\date{2016{--}06{-}08} + +\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} diff --git a/shorts2/tasks.tex b/shorts2/tasks.tex new file mode 100644 index 0000000..b6c46fc --- /dev/null +++ b/shorts2/tasks.tex @@ -0,0 +1,55 @@ +\documentclass{article} + +\usepackage[a4paper]{geometry} +\usepackage{hyperref} + +\hypersetup{% + pdfauthor={Mart Lubbers}, + pdfsubject={Short review}, + pdfcreator={Mart Lubbers}, + pdfproducer={Mart Lubbers}, + hidelinks +} + +\author{Mart Lubbers (s4109503)} +\title{Task Oriented Programming with Purely Compositional Interactive Scalable +Vector Graphics} +\date{2016{--}06{-}08} + +\begin{document} +\maketitle +\subsubsection*{Summary \& Evidence} +%Summary (as briefly as you can - two or three sentences) +The paper describes a step by step implementation of the game \emph{Ligretto} +in the \emph{iTasks} system. In contrast to other \emph{iTasks} application +which use the automatically generated \emph{GUI}'s, \emph{Ligretto} uses +scalable compositional and interactive graphics. + +%Evidence (what evidence is offered to support the claims?) +To illustrate the case study they provide almost complete implementation of the +game. Step by step the mechanics are explained. Starting with an introduction +to the basic scalable graphics library they move on to the rendering of a +static \emph{Ligretto} screen. In the third section they show the +implementation of the interaction. + +\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 +The text is very readable and really guides the reader through the process of +development. There is a lot of implementation + +\subsubsection*{Discussion} +%Queries for discussion +\begin{itemize} + \item +\end{itemize} + +\end{document} diff --git a/shorts2/tonic.tex b/shorts2/tonic.tex new file mode 100644 index 0000000..532b248 --- /dev/null +++ b/shorts2/tonic.tex @@ -0,0 +1,42 @@ +\documentclass{article} + +\usepackage[a4paper]{geometry} +\usepackage{hyperref} + +\hypersetup{% + pdfauthor={Mart Lubbers}, + pdfsubject={Short review}, + pdfcreator={Mart Lubbers}, + pdfproducer={Mart Lubbers}, + hidelinks +} + +\author{Mart Lubbers (s4109503)} +\title{Static and Dynamic Visualisations of Monadic Programs} +\date{2016{--}06{-}08} + +\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}