diff options
| author | Camil Staps | 2024-06-21 11:42:03 +0200 | 
|---|---|---|
| committer | Camil Staps | 2024-06-21 11:42:03 +0200 | 
| commit | 35bccc175e7cdb9f3532244ec061e75e4b82fb39 (patch) | |
| tree | f8a269068c72236e11748a8915685553a4a64052 /resources/pug/finals | |
| parent | Add target=_blank to external links; update S&P article details (diff) | |
Add PhD degree and dissertation
Diffstat (limited to 'resources/pug/finals')
| -rw-r--r-- | resources/pug/finals/index.pug | 34 | 
1 files changed, 23 insertions, 11 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index dac2e64..0d21043 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -62,16 +62,11 @@ block content  		section  			p.larger#lead -				| I am a PhD candidate in linguistics. -				| My interests are in semantics and its interfaces with morphosyntax and pragmatics. +				| I am a linguist, broadly interested in what language can tell us about human cognition.  			p.larger -				| The Bigger Question I try to answer is what language can tell us about how abstract concepts like causation and evidentiality are represented in the mind. +				| The Bigger Question I aim to address is how abstract concepts like causation and evidentiality are represented in the mind.  				| In particular, I study the relation between spatial and non-spatial meanings of prepositions, demonstratives, and other function words. -			p.larger -				| I do this at #[a(href="https://www.universiteitleiden.nl/", target="_blank") Leiden University] -				| and #[a(href="https://www.ru.nl/") Radboud University] -				| under the supervision of #[a(href="https://www.rooryck.org/") Johan Rooryck] -				| and #[a(href="https://radboud.academia.edu/ellenvanwolde") Ellen van Wolde]. +				| I defended my #[a(href='#publications') doctoral dissertation] in June 2024.  		section#publications  			h2 Publications @@ -93,6 +88,8 @@ block content  					|  					if attributes.url  						a(href!=attributes.url, target='_blank')!= title +					else if attributes.publisher && !attributes.pages +						i!= title  					else  						| !{title}  					| @@ -127,11 +124,22 @@ block content  			p I keep track of #[a(href='/publications.html') time from submission to publication]. +			h4 Dissertation +			table.main_table.publications +				tr +					td 2024 +					td +						+pub(2024, 'The persistence of space: Formalizing the polysemy of spatial relations in functional elements')(misc='Leiden University dissertation', address='Amsterdam', publisher='LOT', doi='10.48273/LOT0673', oa) +  			h4 Refereed articles  			table.main_table.publications  				tr  					td In preparation  					td +						+pub('In preparation', 'Iconic features in nominal reduplication') +				tr +					td +					td  						+pub('In preparation', 'Complementation and Common Ground: Discursive effects in Biblical Hebrew')(url='https://lingbuzz.net/lingbuzz/007711', oa)  				tr  					td 2024 @@ -389,17 +397,21 @@ block content  			h2 Education  			table.main_table  				tr +					td 2019–2024 +					td +						| PhD. in Linguistics, Leiden University (#[abbr(title="Awarded to ±10% of doctors according to the judgment of the opposition committee") #[em cum laude]]). +				tr  					td 2017–2019  					td -						| Research MA. #[a(href="https://www.universiteitleiden.nl/en/education/study-programmes/master/classics-and-ancient-civilizations-research/hebrew-and-aramaic-studies-research", target="_blank") Hebrew and Aramaic Studies], Leiden University +						| Research MA. in #[a(href="https://www.universiteitleiden.nl/en/education/study-programmes/master/classics-and-ancient-civilizations-research/hebrew-and-aramaic-studies-research", target="_blank") Hebrew and Aramaic Studies], Leiden University  						| (#[abbr(title="A weighted average of more than 8/10 points, and a thesis graded with more than 8/10 points") #[em cum laude]]).  				tr  					td 2017–2019  					td -						| MSc. #[a(href="https://www.ru.nl/english/education/masters/software-science/", target="_blank") Software Science], Radboud University Nijmegen +						| MSc. in #[a(href="https://www.ru.nl/english/education/masters/software-science/", target="_blank") Software Science], Radboud University Nijmegen  						| (#[abbr(title="A weighted average of more than 9/10 points") #[em summa cum laude]]).  				tr  					td 2014–2017  					td -						| BSc. #[a(href="https://www.ru.nl/opleidingen/bachelor/computing-science/", target="_blank") Computing Science], Radboud University Nijmegen +						| BSc. in #[a(href="https://www.ru.nl/opleidingen/bachelor/computing-science/", target="_blank") Computing Science], Radboud University Nijmegen  						| (#[abbr(title="A weighted average of more than 8/10 points") #[em cum laude]]). | 
