From 368f74a18356f05afd6d71b5dcd7bfd1f67be4c5 Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Tue, 28 Oct 2025 09:50:29 +0100
Subject: Add book reviews to publications.html
---
 resources/pug/finals/publications.pug | 35 +++++++++++++++++++++++++----------
 1 file changed, 25 insertions(+), 10 deletions(-)
(limited to 'resources/pug/finals/publications.pug')
diff --git a/resources/pug/finals/publications.pug b/resources/pug/finals/publications.pug
index c0fbff4..a228c7f 100644
--- a/resources/pug/finals/publications.pug
+++ b/resources/pug/finals/publications.pug
@@ -12,7 +12,7 @@ block content
 	p.
 		Inspired by #[a(href='https://mastodon.social/@fussballinguist/111288814708880725', target='_blank') Simon Meier-Vieracker],
 		I track how long the peer review and production process takes for each of my publications.
-		Journal articles are red; conference proceedings yellow; book chapters blue.
+		Journal articles are blue; conference proceedings orange; book chapters green; book reviews purple.
 		Light color indicates time waiting for reviews; dark color typesetting; diamonds date of publication.
 
 	#chart-publications
@@ -22,19 +22,24 @@ block content
 		.
 			const colors = {
 				bookchapter: {
-					review: '#3C59C2',
-					editing: '#010D3B',
-					published: '#010D3B'
+					review: '#90C987',
+					editing: '#4EB265',
+					published: '#4EB265'
+				},
+				bookreview: {
+					review: '#AE76A3',
+					editing: '#882E72',
+					published: '#882E72'
 				},
 				confproceedings: {
-					review: '#FFCE2B',
-					editing: '#E1AE00',
-					published: '#E1AE00'
+					review: '#F6C141',
+					editing: '#F1932D',
+					published: '#F1932D'
 				},
 				journalarticle: {
-					review: '#C5001F',
-					editing: '#53000D',
-					published: '#53000D'
+					review: '#6195CF',
+					editing: '#1965B0',
+					published: '#1965B0'
 				},
 			};
 
@@ -84,8 +89,14 @@ block content
 				[['2018-8-11', '2018-9-26']], [['2018-9-27', '2019-7-31']], {online: '2019-12-27', print: '2020-3-12'})
 			entry('confproceedings', 'IFL (2019)', 'With John van Groningen and Rinus Plasmeijer: Lazy interworking of compiled and interpreted code for sandboxing and distributed systems (Implementation & Application of Functional Languages)',
 				[['2019-6-15', '2019-8-1'], ['2019-11-30', '2020-2-11']], [['2020-3-3', '2021-2-26']], {online: '2021-7-15'})
+			entry('bookreview', 'BiOr (2020)', 'Review of: Bar-Asher Siegal (2020), The NP-strategy for expressing reciprocity: Typology, history, syntax and semantics',
+				[], [['2020-4-22', '2020-7-3']], {print: '2020-12-24'})
+			entry('bookreview', 'LINGUIST (2021)', 'Review of: Winters (2020), Historical linguistics: A cognitive grammar introduction',
+				[], [['2020-10-17', '2021-4-23']], {online: '2021-04-23'})
 			entry('bookchapter', 'FS Van Wolde (2022)', 'Voice, discourse prominence, and aspect: The niphal and passive qal of yālad',
 				[['2021-1-4', '2021-2-19'], ['2021-3-11', '2022-9-15']], [['2022-9-15', '2022-9-30']], {print: '2022-11-7'})
+			entry('bookreview', 'BiOr (2021)', 'Review of: Bekins (2020), Inscriptions from the world of the Bible: A reader and introduction to Old Northwest Semitic',
+				[], [['2021-7-7', '2021-11-29']], {print: '2022-4-25'})
 			entry('journalarticle', 'JHS (2022)', 'Lip̄nē ‘in the face of’: A Locative preposition with a threatening connotation (Journal of Hebrew Scriptures)',
 				[['2021-7-8', '2021-9-16'], ['2021-10-4', '2021-12-23']], [['2021-12-23', '2022-9-12']], {online: '2022-9-12'})
 			entry('journalarticle', 'S&P (2024)', 'With Johan Rooryck: Formalizing spatial-causal polysemy of Agent prepositions (Semantics & Pragmatics)',
@@ -100,6 +111,10 @@ block content
 				[['2024-3-18', '2024-5-4'], ['2024-5-6', '2024-5-7']], [['2024-5-7', '2024-6-4']], {online: '2024-6-4'})
 			entry('journalarticle', 'LiTy (2025)', 'Iconic features in nominal reduplication',
 				[['2024-5-1', '2024-5-18'], ['2024-9-13', '2024-12-1'], ['2024-12-28', '2025-5-13'], ['2025-7-16', '2025-7-28']], [['2025-7-28', '2025-8-30'], ['2025-9-5', '2025-9-29'], ['2025-10-01']])
+			entry('bookreview', 'BiOr (forthc.)', 'Review of: Park (2023), Focus construction with kî ʾim in Biblical Hebrew',
+				[], [['2024-7-28', '2025-6-6']], {})
+			entry('bookreview', 'LINGUIST (2025)', 'Review of: Aikhenvald (2025), A guide to gender and classifiers',
+				[], [['2025-10-16', '2025-10-28']], {online: '2025-10-28'})
 
 		.
 			Highcharts.ganttChart('chart-publications', {
-- 
cgit v1.2.3