diff options
| -rw-r--r-- | resources/pug/finals/index.pug | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 6c686b8..59f34df 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -160,6 +160,7 @@ block content | (There are #[a(href!=attributes.errata) errata].) mixin review(year, author, title) + - attributes.type = 'review' +pub(year, 'Review of: ' + author + ', ' + title)&attributes(attributes) table.main_table.publications @@ -170,6 +171,9 @@ block content td Forthcoming +pub('Forthcoming', 'Iconic features in nominal reduplication')(journal='Linguistic Typology', prejournal='Accepted for publication in ') tr + td 2025 + +review(2025, 'Alexandra Y. Aikhenvald', 'A guide to gender and classifiers')(journal='LINGUIST List', volume=36, issue=3268, url='https://linguistlist.org/issues/36/3268/', oa) + tr td 2024 +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, errata='/dissertation-errata.html', type='phd-thesis') tr @@ -192,10 +196,10 @@ block content +pub(2022, '<em>Lip̄nē</em> ‘in the face of’: A Locative preposition with a threatening connotation')(journal='Journal of Hebrew Scriptures', volume=22, issue=1, pages='1-24', doi='10.5508/jhs29582', oa) tr td 2021 - +review(2021, 'Peter Bekins', 'Inscriptions from the world of the Bible: A reader and introduction to Old Northwest Semitic')(journal='Bibliotheca Orientalis', volume=78, issue='5/6', pages='723-726', url='https://hdl.handle.net/1887/3641664', oa, type='review') + +review(2021, 'Peter Bekins', 'Inscriptions from the world of the Bible: A reader and introduction to Old Northwest Semitic')(journal='Bibliotheca Orientalis', volume=78, issue='5/6', pages='723-726', url='https://hdl.handle.net/1887/3641664', oa) tr td - +review(2021, 'Margaret Winters', 'Historical linguistics')(journal='LINGUIST List', volume=32, issue=1438, url='https://linguistlist.org/issues/32/32-1438/', oa, type='review') + +review(2021, 'Margaret Winters', 'Historical linguistics')(journal='LINGUIST List', volume=32, issue=1438, url='https://linguistlist.org/issues/32/32-1438/', oa) tr td 2020 +pub(2020, '“When dust was poured out”: Creation in Job 38.36–38')(journal='Journal for the Study of the Old Testament', volume=44, issue=3, pages='456-471', doi='10.1177/0309089219862828', oa) @@ -204,7 +208,7 @@ block content +pub(2020, 'Prepositions and the grammaticalization of Ancient Hebrew bipartite reciprocal markers')(journal='Journal of Semitic Studies', volume=65, issue=1, pages='61-84', doi='10.1093/jss/fgz050', oa) tr td - +review(2020, 'Elitzur A. Bar-Asher Siegal', 'The NP-strategy for expressing reciprocity')(journal='Bibliotheca Orientalis', volume=77, issue='3/4', pages='318-322', url='https://hdl.handle.net/1887/3142525', oa, type='review') + +review(2020, 'Elitzur A. Bar-Asher Siegal', 'The NP-strategy for expressing reciprocity')(journal='Bibliotheca Orientalis', volume=77, issue='3/4', pages='318-322', url='https://hdl.handle.net/1887/3142525', oa) tr td 2019 +pub(2019, 'Lazy interworking of compiled and interpreted code for sandboxing and distributed systems')(authors='Staps, Camil, John van Groningen & Rinus Plasmeijer', booktitle='Implementation and Application of Functional Languages (IFL \'19), September 25–27, 2019, Singapore, Singapore', editors='Jurriën Stutterheim & Wei Ngan Chin', doi='10.1145/3412932.3412941', oa, type='chapter') |
