diff options
Diffstat (limited to 'resources/pug')
| -rw-r--r-- | resources/pug/finals/index.pug | 2 | ||||
| -rw-r--r-- | resources/pug/finals/publications.pug | 6 | 
2 files changed, 6 insertions, 2 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index b78d5d3..5bb83db 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -270,7 +270,7 @@ block content  			table.main_table  				tr  					td 2025 -					td Reviewer for #[a(href='https://www.mdpi.com/journal/religions', target='_blank') #[i Religions]]. +					td Reviewer for #[a(href='https://www.mdpi.com/journal/religions', target='_blank') #[i Religions]], #[a(href='https://dgfs.de/en/content/events/annual-conferences', target='_blank') DGfS 2026].  				tr  					td  					td Problem and presentation for the #[a(href='https://linguistikolympiade.de/', target='_blank') Deutsche Linguistik-Olympiade]. diff --git a/resources/pug/finals/publications.pug b/resources/pug/finals/publications.pug index c0cd295..374b036 100644 --- a/resources/pug/finals/publications.pug +++ b/resources/pug/finals/publications.pug @@ -194,13 +194,17 @@ block content  				},  			},  			series: [ +				makeSeries('DGfS (conference)', '#506ba0', [ +					[Date.parse('2025-09-04'), 4], +					[Date.parse('2025-09-04'), 7], +				]),  				makeSeries('Glossa', '#905486', [  					[Date.parse('2023-03-23'), 8],  					[Date.parse('2024-02-04'), 8],  					[Date.parse('2024-02-17'), 5],  					[Date.parse('2024-07-10'), 2],  				]), -				makeSeries('Lingua (Zombie)', '#fb6032', [ +				makeSeries('Lingua', '#fb6032', [  					[Date.parse('2023-02-22'), -1],  				]),  				makeSeries('Open Mind', '#00aeef', [ | 
