diff options
Diffstat (limited to 'resources/pug/finals/index.pug')
-rw-r--r-- | resources/pug/finals/index.pug | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 3a71bc8..c6f1b21 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -42,7 +42,7 @@ block content if attributes.journal |' if attributes.url - a(href!=attributes.url, target="_blank")!= title + a(href!=attributes.url, target='_blank')!= title else | !{title} if attributes.journal @@ -60,14 +60,14 @@ block content - attributes.pages = attributes.pages.replace('-', '–') | , pp. !{attributes.pages} | . + if attributes.doi + | doi: + - var doiurl = 'https://doi.org/'+attributes.doi + a(href!=doiurl, target='_blank')!= attributes.doi h4 Refereed articles table.main_table.publications tr - td Forthcoming - td - +pub('forthcoming', 'Lazy Interworking of Compiled and Interpreted Code for Sandboxing and Distributed Systems')(authors='Camil Staps, John van Groningen and Rinus Plasmeijer', booktitle='The 31st Symposium on Implementation and Application of Functional Languages, IFL \'19', editors='Jurriën Stutterheim and Wei Ngan Chin') - tr td 2020 td +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', url='https://doi.org/10.1177/0309089219862828') @@ -76,6 +76,10 @@ block content td +pub(2020, 'Prepositions and the Grammaticalization of Ancient Hebrew Bipartite Reciprocal Markers')(journal='Journal of Semitic Studies', volume=65, issue=1, pages='61-84', url='https://doi.org/10.1093/jss/fgz050') tr + td 2019 + td + +pub(2019, 'Lazy Interworking of Compiled and Interpreted Code for Sandboxing and Distributed Systems')(authors='Camil Staps, John van Groningen and Rinus Plasmeijer', booktitle='Implementation and Application of Functional Languages (IFL \'19), September 25–27, 2019, Singapore, Singapore', editors='Jurriën Stutterheim and Wei Ngan Chin', doi='10.1145/3412932.3412941', url='/assets/pdf/ifl2019.pdf') + tr td 2018 td +pub(2018, 'A Case Study of Reciprocal Middles in Biblical Hebrew: the Niphal of לחם')(journal='Orientalia', volume=87, issue=2, pages='159-183', url='http://www.academia.edu/37896637') |