more updates
[phd-thesis.git] / self.bib
index f98e8d1..93d2836 100644 (file)
--- a/self.bib
+++ b/self.bib
@@ -1,3 +1,68 @@
+
+@inproceedings{lubbers_interpreting_2019,
+       address = {New York, NY, USA},
+       series = {{IFL} '19},
+       title = {Interpreting {Task} {Oriented} {Programs} on {Tiny} {Computers}},
+       isbn = {978-1-4503-7562-7},
+       doi = {10.1145/3412932.3412936},
+       abstract = {Small Microcontroller Units (MCUs) drive the omnipresent Internet of Things (IoT). These devices are small, cheap, and energy efficient. However, they are not very powerful and lack an Operating System. Hence it is difficult to apply high level abstractions and write software that stays close to the design.Task Oriented Programming (TOP) is a paradigm for creating multi-user collaborative systems. A program consists of tasks—descriptions of what needs to be done. The tasks represent the actual work and a task value is observable during execution. Furthermore, tasks can be combined and transformed using combinators.mTask is an embedded Domain Specific Language (eDSL) to program MCUs following the TOP paradigm. Previous work has described the mTask language, a static C code generator, and how to integrate mTask with TOP servers. This paper shows that for dynamic IOT applications, tasks must be sent at runtime to the devices for interpretation. It describes in detail how to compile specialized IOT TOP tasks to bytecode and how to interpret them on devices with very little memory. These additions allow the creation of complete, dynamic IOT applications arising from a single source using a mix of iTasks and mTask tasks. Details such as serialization and communication are captured in simple abstractions.},
+       booktitle = {Proceedings of the 31st {Symposium} on {Implementation} and {Application} of {Functional} {Languages}},
+       publisher = {Association for Computing Machinery},
+       author = {Lubbers, Mart and Koopman, Pieter and Plasmeijer, Rinus},
+       editor = {Stutterheim, Jurriën and Chin, Wei Ngan},
+       year = {2019},
+       note = {event-place: Singapore, Singapore},
+       keywords = {clean, distributed applications, functional programming, internet of things, task oriented programming},
+       file = {Lubbers et al. - 2019 - Interpreting Task Oriented Programs on Tiny Comput.pdf:/home/mrl/.local/share/zotero/storage/ATYSJXJ3/Lubbers et al. - 2019 - Interpreting Task Oriented Programs on Tiny Comput.pdf:application/pdf},
+}
+
+@incollection{lubbers_writing_2019,
+       address = {Cham},
+       title = {Writing {Internet} of {Things} applications with {Task} {Oriented} {Programming}},
+       abstract = {The Internet of Things (IOT) is growing fast. In 2018, there was approximately one connected device per person on earth and the number has been growing ever since. The devices interact with the environment via different modalities at the same time using sensors and actuators making the programs parallel. Yet, writing this type of programs is difficult because the devices have little computation power and memory, the platforms are heterogeneous and the languages are low level. Task Oriented Programming (TOP) is a novel declarative programming language paradigm that is used to express coordination of work, collaboration of users and systems, the distribution of shared data and the human computer interaction. The mTask language is a specialized, yet full-fledged, multi-backend TOP language for IOT devices. With the bytecode interpretation backend and the integration with iTasks, tasks can be executed on the device dynamically. This means that —according to the current state of affairs— tasks can be tailor-made at run time, compiled to device-agnostic bytecode and shipped to the device for interpretation. Tasks sent to the device are fully integrated in iTasks to allow every form of interaction with the tasks such as observation of the task value and interaction with Shared Data Sources (SDSs). The application is —server and devices— are programmed in a single language, albeit using two embedded Domain Specific Languages (EDSLs).},
+       language = {en},
+       booktitle = {Central {European} {Functional} {Programming} {School}: 8th {Summer} {School}, {CEFP} 2019, {Budapest}, {Hungary}, {July} 17–21, 2019, {Revised} {Selected} {Papers}},
+       publisher = {Springer International Publishing},
+       author = {Lubbers, Mart and Koopman, Pieter and Plasmeijer, Rinus},
+       year = {2019},
+       note = {in-press},
+       pages = {51},
+       file = {Lubbers - Writing Internet of Things applications with Task .pdf:/home/mrl/.local/share/zotero/storage/ILZIBYW5/Lubbers - Writing Internet of Things applications with Task .pdf:application/pdf},
+}
+
+@inproceedings{lubbers_tiered_2020,
+       address = {Malmö},
+       series = {{IoT} '20},
+       title = {Tiered versus {Tierless} {IoT} {Stacks}: {Comparing} {Smart} {Campus} {Software} {Architectures}},
+       isbn = {978-1-4503-8758-3},
+       doi = {10.1145/3410992.3411002},
+       abstract = {Internet of Things (IoT) software stacks are notoriously complex, conventionally comprising multiple tiers/components and requiring that the developer not only uses multiple programming languages, but also correctly interoperate the components. A novel alternative is to use a single tierless language with a compiler that generates the code for each component, and for their correct interoperation.We report the first ever systematic comparison of tiered and tierless IoT software architectures. The comparison is based on two implementations of a non-trivial smart campus application. PRSS has a conventional tiered Python-based architecture, and Clean Wemos Super Sensors (CWSS) has a novel tierless architecture based on Clean and the iTask and mTask embedded DSLs. An operational comparison of CWSS and PRSS demonstrates that they have equivalent functionality, and that both meet the University of Glasgow (UoG) smart campus requirements.Crucially, the tierless CWSS stack requires 70\% less code than the tiered PRSS stack. We analyse the impact of the following three main factors. (1) Tierless developers need to manage less interoperation: CWSS uses two DSLs in a single paradigm where PRSS uses five languages and three paradigms. (2) Tierless developers benefit from automatically generated, and hence correct, communication. (3) Tierless developers can exploit the powerful high-level abstractions such as Task Oriented Programming (TOP) in CWSS. A far smaller and single paradigm codebase improves software quality, dramatically reduces development time, and improves the maintainability of tierless stacks.},
+       booktitle = {Proceedings of the 10th {International} {Conference} on the {Internet} of {Things}},
+       publisher = {Association for Computing Machinery},
+       author = {Lubbers, Mart and Koopman, Pieter and Ramsingh, Adrian and Singer, Jeremy and Trinder, Phil},
+       year = {2020},
+       note = {event-place: Malmö, Sweden},
+       keywords = {internet of things, domain specific languages, network reliability, software architectures},
+       file = {Lubbers et al. - 2020 - Tiered versus Tierless IoT Stacks Comparing Smart.pdf:/home/mrl/.local/share/zotero/storage/YY3MJRZ6/Lubbers et al. - 2020 - Tiered versus Tierless IoT Stacks Comparing Smart.pdf:application/pdf},
+}
+
+@inproceedings{koopman_task-based_2018,
+       address = {Vienna, Austria},
+       title = {A {Task}-{Based} {DSL} for {Microcomputers}},
+       copyright = {All rights reserved},
+       isbn = {978-1-4503-6355-6},
+       doi = {10.1145/3183895.3183902},
+       abstract = {The Internet of Things, IoT, makes small connected computing devices almost omnipresent. These devices have typically very limited computing power and severe memory restrictions to make them cheap and power efficient. These devices can interact with the environment via special sensors and actuators. Since each device controls several peripherals running interleaved, the control software is quite complicated and hard to maintain. Task Oriented Programming, TOP, offers lightweight communicating threads that can inspect each other’s intermediate results. This makes it well suited for the IoT. In this paper presents a functional task-based domain specific language for these IoT devices. We show that it yields concise control programs. By restricting the datatypes and using strict evaluation these programs fit within the restrictions of microcontrollers.},
+       language = {en},
+       urldate = {2019-01-14},
+       booktitle = {Proceedings of the {Real} {World} {Domain} {Specific} {Languages} {Workshop} 2018 on   - {RWDSL2018}},
+       publisher = {ACM Press},
+       author = {Koopman, Pieter and Lubbers, Mart and Plasmeijer, Rinus},
+       year = {2018},
+       pages = {1--11},
+       file = {a4-Koopman.pdf:/home/mrl/.local/share/zotero/storage/TXZD529C/a4-Koopman.pdf:application/pdf;Koopman et al. - 2018 - A Task-Based DSL for Microcomputers.pdf:/home/mrl/.local/share/zotero/storage/9ETMTMX2/Koopman et al. - 2018 - A Task-Based DSL for Microcomputers.pdf:application/pdf},
+}
+
 @inproceedings{lubbers_multitasking_2019,
        address = {Opatija, Croatia},
        title = {Multitasking on {Microcontrollers} using {Task} {Oriented} {Programming}},
@@ -9,7 +74,20 @@
        month = may,
        year = {2019},
        pages = {1587--1592},
-       file = {08756711.pdf:/home/mrl/.local/share/zotero/storage/4S44JZPK/08756711.pdf:application/pdf;mipro_2019_proceedings.pdf:/home/mrl/.local/share/zotero/storage/5FFJLMTG/mipro_2019_proceedings.pdf:application/pdf;03_4cows_5338.pdf:/home/mrl/.local/share/zotero/storage/3QJTF5HT/03_4cows_5338.pdf:application/pdf}
+       file = {03_4cows_5338.pdf:/home/mrl/.local/share/zotero/storage/3QJTF5HT/03_4cows_5338.pdf:application/pdf;08756711.pdf:/home/mrl/.local/share/zotero/storage/4S44JZPK/08756711.pdf:application/pdf;mipro_2019_proceedings.pdf:/home/mrl/.local/share/zotero/storage/5FFJLMTG/mipro_2019_proceedings.pdf:application/pdf},
+}
+
+@phdthesis{lubbers_adaptable_2015,
+       address = {Nijmegen},
+       type = {Bachelor's {Thesis}},
+       title = {Adaptable crawler specification generation system for leisure activity {RSS} feeds},
+       copyright = {All rights reserved},
+       url = {http://theses.ubn.ru.nl/handle/123456789/220},
+       urldate = {2017-04-12},
+       school = {Radboud University},
+       author = {Lubbers, Mart},
+       year = {2015},
+       file = {Adaptable crawler specification generation system for leisure activity RSS feeds - Lubbers,M._BA_Thesis_2015.pdf:/home/mrl/.local/share/zotero/storage/7SDHJ3KD/Lubbers,M._BA_Thesis_2015.pdf:application/pdf},
 }
 
 @inproceedings{lubbers_task_2018,
        author = {Lubbers, Mart and Koopman, Pieter and Plasmeijer, Rinus},
        year = {2018},
        pages = {83--94},
-       file = {Lubbers et al. - 2018 - Task Oriented Programming and the Internet of Thin.pdf:/home/mrl/.local/share/zotero/storage/3E5KLI5V/Lubbers et al. - 2018 - Task Oriented Programming and the Internet of Thin.pdf:application/pdf}
+       file = {Lubbers et al. - 2018 - Task Oriented Programming and the Internet of Thin.pdf:/home/mrl/.local/share/zotero/storage/3E5KLI5V/Lubbers et al. - 2018 - Task Oriented Programming and the Internet of Thin.pdf:application/pdf},
 }
 
 @mastersthesis{lubbers_task_2017,
        school = {Radboud University},
        author = {Lubbers, Mart},
        year = {2017},
-       file = {thesis.pdf:/home/mrl/.local/share/zotero/storage/M49MWHPX/thesis.pdf:application/pdf}
+       file = {thesis.pdf:/home/mrl/.local/share/zotero/storage/M49MWHPX/thesis.pdf:application/pdf},
 }
 
-@inproceedings{lubbers_interpreting_2019,
-       address = {Singapore},
-       title = {Interpreting {Task} {Oriented} {Programs} on {Tiny} {Computers}},
-       copyright = {All rights reserved},
-       language = {en},
-       booktitle = {Proceedings of the 31th {Symposium} on the {Implementation} and {Application} of {Functional} {Programming} {Languages}},
-       publisher = {ACM},
-       author = {Lubbers, Mart and Koopman, Pieter and Plasmeijer, Rinus},
-       year = {2019},
-       pages = {12},
-       file = {pre-conference-proceedings.pdf:/home/mrl/.local/share/zotero/storage/E4R53TGR/pre-conference-proceedings.pdf:application/pdf;Lubbers et al. - 2020 - Interpreting Task Oriented Programs on Tiny Comput.pdf:/home/mrl/.local/share/zotero/storage/8QXYMUIX/Lubbers et al. - 2020 - Interpreting Task Oriented Programs on Tiny Comput.pdf:application/pdf}
+@article{schuerman_praatalign:_2015,
+       title = {Praatalign: {Phonetic} {Alignment} {Made} {Easier} {For} {Psycholinguistic} {Data} {Processing}},
+       journal = {Architectures and Mechanisms for Language Processing},
+       author = {Schuerman, Will and Torreira, Francisco and Lubbers, Mart},
+       year = {2015},
+       pages = {92},
+       file = {amlap2015.pdf:/home/mrl/.local/share/zotero/storage/H9WTW9TM/amlap2015.pdf:application/pdf;Will_Schuerman_AMLAP2015_Draft2.pdf:/home/mrl/.local/share/zotero/storage/BFBDDVIQ/Will_Schuerman_AMLAP2015_Draft2.pdf:application/pdf},
 }
 
-@inproceedings{koopman_task-based_2018,
-       address = {Vienna, Austria},
-       title = {A {Task}-{Based} {DSL} for {Microcomputers}},
-       copyright = {All rights reserved},
-       isbn = {978-1-4503-6355-6},
-       doi = {10.1145/3183895.3183902},
-       abstract = {The Internet of Things, IoT, makes small connected computing devices almost omnipresent. These devices have typically very limited computing power and severe memory restrictions to make them cheap and power efficient. These devices can interact with the environment via special sensors and actuators. Since each device controls several peripherals running interleaved, the control software is quite complicated and hard to maintain. Task Oriented Programming, TOP, offers lightweight communicating threads that can inspect each other’s intermediate results. This makes it well suited for the IoT. In this paper presents a functional task-based domain specific language for these IoT devices. We show that it yields concise control programs. By restricting the datatypes and using strict evaluation these programs fit within the restrictions of microcontrollers.},
+@incollection{koopman_simulation_2018,
+       address = {Cham},
+       title = {Simulation of a {Task}-{Based} {Embedded} {Domain} {Specific} {Language} for the {Internet} of {Things}},
        language = {en},
-       urldate = {2019-01-14},
-       booktitle = {Proceedings of the {Real} {World} {Domain} {Specific} {Languages} {Workshop} 2018 on   - {RWDSL2018}},
-       publisher = {ACM Press},
+       booktitle = {Central {European} {Functional} {Programming} {School}: 7th {Summer} {School}, {CEFP} 2018, {Košice}, {Slovakia}, {January} 22–26, 2018, {Revised} {Selected} {Papers}},
+       publisher = {Springer International Publishing},
        author = {Koopman, Pieter and Lubbers, Mart and Plasmeijer, Rinus},
        year = {2018},
-       pages = {1--11},
-       file = {a4-Koopman.pdf:/home/mrl/.local/share/zotero/storage/TXZD529C/a4-Koopman.pdf:application/pdf;Koopman et al. - 2018 - A Task-Based DSL for Microcomputers.pdf:/home/mrl/.local/share/zotero/storage/9ETMTMX2/Koopman et al. - 2018 - A Task-Based DSL for Microcomputers.pdf:application/pdf}
+       note = {in-press},
+       pages = {51},
 }
 
-@inproceedings{lubbers_tiered_2020,
-       address = {Malmö},
-       series = {{IoT} '20},
-       title = {Tiered versus {Tierless} {IoT} {Stacks}: {Comparing} {Smart} {Campus} {Software} {Architectures}},
-       isbn = {978-1-4503-8758-3},
-       doi = {10.1145/3410992.3411002},
-       abstract = {Internet of Things (IoT) software stacks are notoriously complex, conventionally comprising multiple tiers/components and requiring that the developer not only uses multiple programming languages, but also correctly interoperate the components. A novel alternative is to use a single tierless language with a compiler that generates the code for each component, and for their correct interoperation.We report the first ever systematic comparison of tiered and tierless IoT software architectures. The comparison is based on two implementations of a non-trivial smart campus application. PRSS has a conventional tiered Python-based architecture, and Clean Wemos Super Sensors (CWSS) has a novel tierless architecture based on Clean and the iTask and mTask embedded DSLs. An operational comparison of CWSS and PRSS demonstrates that they have equivalent functionality, and that both meet the University of Glasgow (UoG) smart campus requirements.Crucially, the tierless CWSS stack requires 70\% less code than the tiered PRSS stack. We analyse the impact of the following three main factors. (1) Tierless developers need to manage less interoperation: CWSS uses two DSLs in a single paradigm where PRSS uses five languages and three paradigms. (2) Tierless developers benefit from automatically generated, and hence correct, communication. (3) Tierless developers can exploit the powerful high-level abstractions such as Task Oriented Programming (TOP) in CWSS. A far smaller and single paradigm codebase improves software quality, dramatically reduces development time, and improves the maintainability of tierless stacks.},
-       booktitle = {Proceedings of the 10th {International} {Conference} on the {Internet} of {Things}},
+@misc{koopman_sustrainable_2022,
+       title = {{SusTrainable}: {Promoting} {Sustainability} as a {Fundamental} {Driver} in {Software} {Development} {Training} and {Education}. {Teacher} {Training}, {November} 1-5, {Nijmegen}, {The} {Netherlands}. {Revised} lecture notes},
+       copyright = {Creative Commons Attribution Non Commercial No Derivatives 4.0 International},
+       publisher = {arXiv},
+       author = {Koopman, Pieter and Lubbers, Mart and Fernandes, João Paulo},
+       year = {2022},
+       doi = {10.48550/ARXIV.2204.13993},
+       keywords = {Computers and Society (cs.CY), FOS: Computer and information sciences, Software Engineering (cs.SE)},
+       file = {Koopman et al. - 2022 - SusTrainable Promoting Sustainability as a Fundam.pdf:/home/mrl/.local/share/zotero/storage/5F9SRJQI/Koopman et al. - 2022 - SusTrainable Promoting Sustainability as a Fundam.pdf:application/pdf},
+}
+
+@inproceedings{lubbers_deep_2022,
+       address = {Berlin, Heidelberg},
+       title = {Deep {Embedding} with {Class}},
+       booktitle = {Revised {Selected} {Papers} from the 23rd {International} {Symposium} on {Trends} in {Functional} {Programming}, {TFP} 2022, {Online}, 17-18 {March} 2022},
+       publisher = {Springer Berlin Heidelberg},
+       author = {Lubbers, Mart},
+       year = {2022},
+       note = {in-press},
+       pages = {20},
+}
+
+@inproceedings{lubbers_first-class_2022,
+       address = {New York, NY, USA},
+       series = {{IFL} '22},
+       title = {First-{Class} {Data} {Types} in {Shallow} {Embedded} {Domain}-{Specific} {Languages} using {Metaprogramming}},
+       booktitle = {Proceedings of the 34st {Symposium} on {Implementation} and {Application} of {Functional} {Languages}},
        publisher = {Association for Computing Machinery},
+       author = {Lubbers, Mart and Koopman, Pieter and Plasmeijer, Rinus},
+       year = {2022},
+       note = {event-place: Kopenhagen, Denmark. under-review},
+       keywords = {clean, distributed applications, functional programming, internet of things, task oriented programming},
+}
+
+@inproceedings{crooijmans_reducing_2022,
+       address = {Berlin, Heidelberg},
+       title = {Reducing the {Power} {Consumption} of {IoT} with {Task}-{Oriented} {Programming}},
+       booktitle = {Revised {Selected} {Papers} from the 23rd {International} {Symposium} on {Trends} in {Functional} {Programming}, {TFP} 2022, {Online}, 17-18 {March} 2022},
+       publisher = {Springer Berlin Heidelberg},
+       author = {Crooijmans, Sjoerd and Lubbers, Mart and Koopman, Pieter},
+       year = {2022},
+       note = {in-press},
+       pages = {20},
+}
+
+@article{lubbers_could_2022,
+       title = {Could {Tierless} {Languages} {Reduce} {IoT} {Development} {Grief}?},
+       volume = {3},
+       number = {5},
+       journal = {ACM Trans. Internet Things},
        author = {Lubbers, Mart and Koopman, Pieter and Ramsingh, Adrian and Singer, Jeremy and Trinder, Phil},
-       year = {2020},
-       note = {event-place: Malmö, Sweden},
-       keywords = {domain specific languages, internet of things, network reliability, software architectures},
-       file = {Lubbers et al. - 2020 - Tiered versus Tierless IoT Stacks Comparing Smart.pdf:/home/mrl/.local/share/zotero/storage/YY3MJRZ6/Lubbers et al. - 2020 - Tiered versus Tierless IoT Stacks Comparing Smart.pdf:application/pdf}
+       month = sep,
+       year = {2022},
+       note = {Place: New York, NY, USA
+Publisher: Association for Computing Machinery
+under-review},
+       keywords = {access control, internet-of-things, policy language, privilege escalation, Smart home system},
 }