add reference for arm business
authorMart Lubbers <mart@martlubbers.net>
Mon, 19 Sep 2016 11:21:46 +0000 (13:21 +0200)
committerMart Lubbers <mart@martlubbers.net>
Mon, 19 Sep 2016 11:21:46 +0000 (13:21 +0200)
proposal/p.bib
proposal/p.tex

index baed09c..9c30224 100644 (file)
@@ -1,8 +1,10 @@
+
 @unpublished{koopman_tasks_2016,
        title = {Tasks in a {Type}-{Safe} and {Extendible} {Domain} {Specific} {Language} for {Microprocessors}},
        author = {Koopman, Pieter and Plasmeijers, Rinus},
        year = {2016},
        note = {Draft paper},
+       file = {tfp16.pdf:/home/mrl/.mozilla/firefox/spscjqzf.default/zotero/storage/9DCKVX3V/tfp16.pdf:application/pdf}
 }
 
 @incollection{achten_introduction_2015,
        author = {Achten, Peter and Koopman, Pieter and Plasmeijer, Rinus},
        year = {2015},
        pages = {187--245},
+       file = {chp%3A10.1007%2F978-3-319-15940-9_5.pdf:/home/mrl/.mozilla/firefox/spscjqzf.default/zotero/storage/ZSDSIIT7/chp%3A10.1007%2F978-3-319-15940-9_5.pdf:application/pdf}
+}
+
+@unpublished{oortgiese_task_2016,
+       title = {Task {Oriented} {Programming} on a {Distributed} {Server} {Architecture}},
+       author = {Oortgiese, Arjan and van Groningen, John and Lijnse, Bas and Plasmeijer, Rinus},
+       year = {2016},
+       note = {Draft paper},
+       file = {paper.pdf:/home/mrl/.mozilla/firefox/spscjqzf.default/zotero/storage/NZURPTAR/paper.pdf:application/pdf}
 }
index fb793d8..f4d649a 100644 (file)
@@ -1,8 +1,5 @@
 \documentclass[a4paper]{article}
-
-\usepackage[british]{babel}
-\usepackage{booktabs}
-\usepackage{geometry}
+\usepackage[british]{babel} \usepackage{booktabs} \usepackage{geometry}
 \usepackage{tabu}
 
 \title{Research Internship Proposal}
@@ -62,6 +59,11 @@ abstract away from communication techniques and it should be relatively easy to
 add techniques. Techniques that are interesting to experiment with is Serial
 communication, Bluetooth, \textsc{WiFi}, \textsc{GSM} and \textsc{LoRa}.
 
+Similar work has been done in the department on distributing tasks to so-called
+\emph{node-servers}~\cite{oortgiese_task_2016}. It might be possible that the
+same communication strategy can be used with a slimmed down taskserver on a
+microcontroller.
+
 \bibliographystyle{ieeetr}
 \bibliography{p}
 \end{document}