diff options
author | Camil Staps | 2021-12-23 10:12:48 +0100 |
---|---|---|
committer | Camil Staps | 2021-12-23 10:12:48 +0100 |
commit | c206f2652daf3cf6755f89fabcb6e020a9065c52 (patch) | |
tree | dc50ffcc053b1bed6504ecacd649136c2818dfde /resources/pug/finals | |
parent | f (diff) |
Add talk venue titles
Diffstat (limited to 'resources/pug/finals')
-rw-r--r-- | resources/pug/finals/index.pug | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 1b5296d..b0dbcba 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -144,16 +144,16 @@ block content I keep track of #[a(href='/conferences.html') the conferences I visit and how much CO#[sub 2] I emit in doing so]. table.main_table tr - td #[a(href="https://sites.google.com/view/nl-fp-day-2020/home") NL-FP day], 2020-01-10 + td #[a(href="https://sites.google.com/view/nl-fp-day-2020/home", title="Dutch Functional Programming Day") NL-FP day], 2020-01-10 td Lazy Interworking of Compiled and Interpreted Code (with John van Groningen and Rinus Plasmeijer). tr - td #[a(href="http://clin28.cls.ru.nl/") CLIN28], 2018-01-26 + td #[a(href="http://clin28.cls.ru.nl/", title="Computational Linguistics in the Netherlands") CLIN28], 2018-01-26 td Combining grammatical features for dating texts in small-corpus languages (#[a(href="http://clin28.cls.ru.nl/#abstract-42") abstract & PDF]). tr - td #[a(href="http://clean.cs.ru.nl/NL-FP_dag_2018") NL-FP day], 2018-01-05 + td #[a(href="http://clean.cs.ru.nl/NL-FP_dag_2018", title="Dutch Functional Programming Day") NL-FP day], 2018-01-05 td #[a(href="https://cloogle.org") Cloogle]: a programming language search engine and its applications (#[a(href="https://clean.cs.ru.nl/NL-FP_dag_2018#Camil_Staps_-_Cloogle:_a_programming_language_search_engine_and_its_applications") abstract & PDF]). tr - td #[a(href="https://linuxnijmegen.nl/bijeenkomsten/67-lugn50-dinsdag-11-oktober-2016") LUGN], 2016-10-11 + td #[a(href="https://linuxnijmegen.nl/bijeenkomsten/67-lugn50-dinsdag-11-oktober-2016", title="Linux User Group Nijmegen") LUGN], 2016-10-11 td Introduction to #[a(href="https://docker.io") Docker] (#[a(href="https://files.camilstaps.nl/LUGN-Docker/docker.pdf") PDF]). h2 Software projects |