From e20da28d111855f5b1986b89a2c7cde61f693013 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 19 Sep 2016 13:21:46 +0200 Subject: [PATCH] add reference for arm business --- proposal/p.bib | 11 +++++++++++ proposal/p.tex | 10 ++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/proposal/p.bib b/proposal/p.bib index baed09c..9c30224 100644 --- a/proposal/p.bib +++ b/proposal/p.bib @@ -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, @@ -12,4 +14,13 @@ 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} } diff --git a/proposal/p.tex b/proposal/p.tex index fb793d8..f4d649a 100644 --- a/proposal/p.tex +++ b/proposal/p.tex @@ -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} -- 2.20.1