diff options
| -rw-r--r-- | resources/pug/finals/index.pug | 16 | 
1 files changed, 10 insertions, 6 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 3e324d8..49cb4e8 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -172,13 +172,17 @@ 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.presentations -			//tr -			//	td(colspan=3) -			//		h4 Upcoming +			tr +				td(colspan=3) +					h4 Upcoming +			tr +				td 2023 +				td Oct 13, #[a(href="https://spe-uca.sciencesconf.org/", title="Semantics and Philosophy in Europe") SPE12/OASIS] +				td With John Rooryck. Interpreting [+distal] complementizers as markers of Common Ground. -			//tr -			//	td(colspan=3) -			//		h4 Past +			tr +				td(colspan=3) +					h4 Past  			tr  				td 2022  				td Dec 9, #[a(href="https://benecla.com/", title="CogLing Days") CogLing Days] | 
