diff options
| -rw-r--r-- | resources/pug/finals/index.pug | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 26715ed..3b2f8ce 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -89,7 +89,7 @@ block content  					if !attributes.authors  						- attributes.authors = 'Staps, Camil' -					| !{attributes.authors}, #{year}.  +					| !{attributes.authors}. #{year}.   					|  					if attributes.url  						a(href!=attributes.url, target='_blank')!= title @@ -328,22 +328,22 @@ block content  					td Apr 2024–present  					td Compiler engineer, #[a(href="https://tasking.com") TASKING].  				tr -					td Sep. 2019–Apr 2024 +					td Sep 2019–Apr 2024  					td  						| PhD candidate, Leiden University & Radboud University Nijmegen.  						br  						| Supervised by #[a(href="https://www.rooryck.org/") Johan Rooryck] and #[a(href="https://radboud.academia.edu/ellenvanwolde") Ellen van Wolde].  				tr -					td Feb. 2023–Jun. 2023 +					td Feb 2023–Jun 2023  					td Lecturer, Radboud University Nijmegen.  				tr -					td Sep. 2019–Aug. 2021 +					td Sep 2019–Aug 2021  					td Scientific programmer / software architect, #[a(href="https://top-software.nl") TOP Software].  				tr -					td Feb. 2021–Jul. 2021 +					td Feb 2021–Jul 2021  					td Lecturer, Vrije Universiteit Amsterdam.  				tr -					td Sep. 2015–Aug. 2019 +					td Sep 2015–Aug 2019  					td  						details  							summary(style='cursor:pointer;') Student assistant, #[a(href="https://www.ru.nl") Radboud University Nijmegen] (click for an overview of activities). | 
