diff --git a/_meta/bibtex.bib b/_meta/bibtex.bib index 11c3afd..2adba55 100644 --- a/_meta/bibtex.bib +++ b/_meta/bibtex.bib @@ -16,7 +16,32 @@ @inproceedings{Grebe:15:Haskino year={2016}, booktitle={Practical Aspects of Declarative Languages}, title={Haskino: {H}askell and {A}rduino}, - author={Grebe, Mark and Gill, Andy} + author={Grebe, Mark and Gill, Andy}, + location = "St. Petersburg, FL, USA", + publisher = "ACM", + address = {New York, NY, USA}, + keywords = {Haskell, Arduino, Remote Monad, Embedded Systems}, + abstract="The Haskino library provides a mechanism for programming + the Arduino microcontroller boards in high level, strongly + typed Haskell instead of the low level C language normally + used. Haskino builds on previous libraries for Haskell based + Arduino programming by utilizing the recently developed remote + monad design pattern. This paper presents the design and + implementation of the two-level Haskino library. This first + level of Haskino requires communication from the host running + the Haskell program and the target Arduino over a serial link. + We then investigate extending the initial version of the + library with a deep embedding allowing us to cut the cable, + and run the Arduino as an independent system.", + xurl = {http://www.ittc.ku.edu/csdl/fpg/files/Grebe-16-Haskino.pdf}, + xcontent = " +#### Disclaimer + +This is the author's version of the work. It is posted here for your +personal use. Not for redistribution. +The definitive version will be published in PADL 2016, and is available +in the ACM Digital Library." + }