scheepersschoolleed, en fixes
[martlubbers.net.git] / index.md
index 51c45d4..8d9a546 100644 (file)
--- a/index.md
+++ b/index.md
@@ -1,38 +1,19 @@
 ---
+layout: index
 title: Mart Lubbers' website
+language: en
+language_reference: home
 ---
 
-{% include img.html alt='A photo of Mart Lubbers' img='p' %}
-PhD candidate at the [Institute of Computing and Information Sciences](https://cs.ru.nl) ([Radboud University](https://ru.nl))<br />
-`mart@martlubbers.net` (GPG: <a href="http://martlubbers.net/mart@martlubbers.net.asc" title="Fingerprint: 74FF FBF1 4758 273B 2F56  A30C A937 B7A1 AD3F EBE7" style="font-family:monospace">AD3FEBE7</a>)<br />
-`mart@cs.ru.nl`<br />
-<a rel="me" href="https://gitlab.com/mlubbers">gitlab</a>,
-<a rel="me" href="https://dblp.uni-trier.de/pid/238/2964.html">dblp</a>,
-<a rel="me" href="https://akademienl.social/@mart">Mastodon</a> <br />
-
-<header>
-## Table of contents
-                               
-<nav>
-- [Work](#work)
-- [Publications](#publications)
-       - [Peer reviewed](#peer-reviewed)
-       - [Student supervision](#student-supervision)
-       - [Theses](#theses)
-       - [Posters](#posters)
-- [Teaching](#teaching)
-- [Talks](#talks)
-- [Other](#other)
-       - [Software, libraries and projects](#software-libraries-and-projects)
-       - [Tutorials and manuals](#tutorials-and-manuals)
-       - [Interests](#interests)
-       - [Archive](#archive)
-</nav>
-</header>
-               
+{% include index_header.html %}
+
+{% include toc.html %}
+
 ## Work
 
-- PhD candidate at the Radboud University --- from 2018-06
+- Scientific programmer at the TOP Software Technology --- from 2023-06
+- Researcher at the Radboud University --- from 2023-06 till 2023-08
+- PhD candidate at the Radboud University --- from 2018-06 till 2023-05
 - Researcher at the Radboud University --- from 2018-02 till 2018-05
 - Researcher/teacher at the Netherlands Defence Academy --- from 2017-09 till 2017-12
 - Earlier:
@@ -57,8 +38,10 @@ PhD candidate at the [Institute of Computing and Information Sciences](https://c
 ## Publications
 ### Peer reviewed
 
-- M. Lubbers, P. Koopman, and R. Plasmeijer, “First-Class Data Types in Shallow Embedded Domain-Specific Languages using Metaprogramming,” in Proceedings of the 34th Symposium on the Implementation and Application of Functional Programming Languages, Kopenhagen, in-press, 2023, p. 12.
-       <!--([pdf](files/ifl22.pdf))-->
+- P. Koopman, and M. Lubbers, “Strongly-Typed Multi-View Stack-Based Computations,” in Proceedings of the 25th International Symposium on Principles and Practice of Declarative Programming, in PPDP ’23. Cascais, Lisbon, Portugal, ACM, 2023 (accepted)
+       <!--([pdf](files/ppdp23.pdf)-->
+- M. Lubbers, P. Koopman, and R. Plasmeijer, “First-Class Data Types in Shallow Embedded Domain-Specific Languages using Metaprogramming,” in Proceedings of the 34st Symposium on Implementation and Application of Functional Languages, in IFL ’22. New York, NY, USA: ACM, 2023. doi: 10.1145/3587216.3587219.
+       ([pdf](files/ifl22.pdf))
 - M. Lubbers, P. Koopman, A. Ramsingh, J. Singer, and P. Trinder, “Could Tierless Languages Reduce IoT Development Grief?” ACM Trans. Internet Things, vol. 4, no. 1, Feb. 2023, doi: 10.1145/3572901.
        ([pdf](files/tiot22.pdf))
 - Lubbers, M. (2022). Deep Embedding with Class. In: Swierstra, W., Wu, N. (eds) Trends in Functional Programming. TFP 2022. Lecture Notes in Computer Science, vol 13401. Springer, Cham.
@@ -82,8 +65,8 @@ PhD candidate at the [Institute of Computing and Information Sciences](https://c
 
 ### Theses
 
-- M. Lubbers, “Orchestrating the Internet of Things with Task-Oriented Programming,” PhD Thesis, Radboud University, Nijmegen, 2023 (expected).
-       <!--([pdf](files/thesis.pdf))-->
+- M. Lubbers, “Orchestrating the Internet of Things with Task-Oriented Programming.” PhD Thesis, in Radboud Dissertation Series, no. DIS-002. Nijmegen: Radboud University Press, 2023. doi: 10.54195/9789493296114.
+       ([pdf](files/thesis.pdf))
 - M. Lubbers, “Task Oriented Programming and the Internet of Things,” Master’s Thesis, Radboud University, Nijmegen, 2017.
        ([pdf](files/master.pdf))
 - M. Lubbers, “Adaptable crawler specification generation system for leisure activity RSS feeds,” Bachelor's Thesis, Radboud University, Nijmegen, 2015.
@@ -123,7 +106,8 @@ PhD candidate at the [Institute of Computing and Information Sciences](https://c
 
 ## Teaching
 
-- Green Computing for the IoT ([Sustrainable 2022](https://sustrainable.uniri.hr/) summer school in Rijeka, Croatia, 2022)
+- Sustainable IoT Programming ([SusTrainable 2023](https://sustrainable.dei.uc.pt/) summer school in Coimbra, Portugal, 2023)
+- Green Computing for the IoT ([SusTrainable 2022](https://sustrainable.uniri.hr/) summer school in Rijeka, Croatia, 2022)
 - New Devices Lab --- NWI-IBC031 (20/21, 21/22, 22/23)
 - Computers en Programmeren --- TCP1 (19/20) at the [NLDA](https://www.defensie.nl/onderwerpen/defensieacademie)
 - Task Oriented Programming for the Internet of Things ([3COWS/CEFP](https://people.inf.elte.hu/cefp/) summer school in Budapest, Hungary, 2019)
@@ -132,6 +116,8 @@ PhD candidate at the [Institute of Computing and Information Sciences](https://c
 
 ## Talks
 
+- 2023-10-04 --- Orchestrating the Internet of Things with Task-Oriented Programming ([PhD defense](/en/thesis.html))
+- 2023-07-14 --- Sustainable IoT Programming (lecture and practical) ([SusTrainable 2023](https://sustrainable.dei.uc.pt))
 - 2022-09-02 --- Asynchronous Shared Data Sources ([IFL 2022](https://ifl22.github.io/))
 - 2022-09-02 --- First-Class Data Types in Shallow Embedded Domain-Specific Languages using Metaprogramming. ([IFL 2022](https://ifl22.github.io/)
 - 2022-07-07 --- Green Computing for the IoT (lecture and practical) ([SusTrainable 2022](https://sustrainable.uniri.hr/))
@@ -176,25 +162,15 @@ PhD candidate at the [Institute of Computing and Information Sciences](https://c
 - [praatalign](https://github.com/dopefishh/praatalign) --- An interactive praat forced aligner, easily extensible for more languages.
 - [pympi](https://github.com/dopefishh/pympi) --- A python toolkit to interact with Praat and Elan files.
 
-### Tutorials and manuals
-
-- [Wifi roaming without network manager (includes eduroam ru instructions)](nonm.html) (Updated 2022-10-18)
-- [Dvorak page](dvorak.html) (Updated 2020-06-11)
-
 ### Interests
 
-Running,
-Wildplukken,
-Reading,
-Heavy metal music,
-Hacking,
-Linux,
-[ſ-homografen](langes.html).
-
-### Archive
-
-#### Software
-- [m](https://github.com/dopefishh/m) --- `m' is for music, an extremely fast music indexer written in plain C.
+Long distance running,
+open water swimming,
+wildplukken,
+reading,
+heavy metal music,
+hacking,
+linux.
 
 #### Pages