diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/pug/finals/index.pug | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index a494214..b35dcda 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -71,6 +71,9 @@ block content section#publications h2 Publications mixin pub(year, title) + if attributes.lingbuzz + - attributes.url = 'https://lingbuzz.net/lingbuzz/' + attributes.lingbuzz + - attributes.oa = true td.icon if attributes.type if attributes.type == 'phd-thesis' @@ -147,7 +150,10 @@ block content table.main_table.publications tr td In preparation - +pub('In preparation', 'Complementation and Common Ground: Discursive effects in Biblical Hebrew')(url='https://lingbuzz.net/lingbuzz/007711', oa) + +pub('In preparation', 'Complementation and Common Ground: Discursive effects in Biblical Hebrew')(lingbuzz='007711') + tr + td + +pub('In preparation', 'Overlap and countability')(authors='Rooryck, Johan & Camil Staps', lingbuzz='009490') tr td Forthcoming +pub('Forthcoming', 'Iconic features in nominal reduplication')(journal='Linguistic Typology', prejournal='Accepted for publication in ') |
