diff options
author | Camil Staps | 2018-06-20 21:54:07 +0200 |
---|---|---|
committer | Camil Staps | 2018-06-20 21:54:07 +0200 |
commit | 77432b960cb2663ad97e1bfee3ba87f3f99092b4 (patch) | |
tree | 7cbad050de1e944c7ac3e456ec3b6b814bd6a777 /resources/pug/finals | |
parent | Update broken and HTTP links (diff) |
Update details about Orientalia 2018
Diffstat (limited to 'resources/pug/finals')
-rw-r--r-- | resources/pug/finals/index.pug | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index babdc92..fa42936 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -59,30 +59,40 @@ block content +lastSaItem("https://cs.ru.nl/~hubbers/courses/ms_1516/", "Mathematical Structures") h2 Publications - mixin pub(authors, year, title, journal) + mixin pub(year, title) p - | #{authors}, #{year}. ' + if !attributes.authors + - attributes.authors = 'Camil Staps' + | #{attributes.authors}, #{year}. ' if attributes.url - a(href=attributes.url, target="_blank")= title + a(href!=attributes.url, target="_blank")= title else | #{title} |'. br - | #{attributes.prejournal}#[em= journal]. + | !{attributes.prejournal}#[em!=attributes.journal] + if attributes.volume + | #{attributes.volume} + if attributes.issue + | (#{attributes.issue}) + if attributes.pages + - attributes.pages = attributes.pages.replace('-', '–') + | , pp. !{attributes.pages} + | . table.main_table.publications tr - td To appear + td 2020 td - +pub('Camil Staps', 'to appear', 'A Case Study of Reciprocal Middles in Biblical Hebrew: the Niphal of לחם', 'Orientalia')(prejournal='Accepted for publication in ') + +pub(2020, 'Case Markers may have Prevented the Grammaticalization of Ancient Hebrew Bipartite Reciprocal Markers')(prejournal='Accepted for publication in 2020 in the ', journal='Journal of Semitic Studies', url='https://www.academia.edu/36680582') tr - td 2020 + td 2018 td - +pub('Camil Staps', 2020, 'Case Markers may have Prevented the Grammaticalization of Ancient Hebrew Bipartite Reciprocal Markers', 'Journal of Semitic Studies')(url='https://www.academia.edu/36680582', prejournal='Accepted for publication in 2020 in the ') + +pub(2018, 'A Case Study of Reciprocal Middles in Biblical Hebrew: the Niphal of לחם')(journal='Orientalia', volume=87, issue=2, pages='168-192') tr td 2017 td - +pub('Camil Staps', 2017, 'Code generation for the Thumb-2 instruction set', 'Radboud University Nijmegen')(url='https://cs.ru.nl/bachelorscripties/2017/Camil_Staps___4498062___Code-generation-for-the-Thumb-2-instruction-set.pdf', prejournal='Bachelor thesis, ') + +pub(2017, 'Code generation for the Thumb-2 instruction set')(prejournal='Bachelor thesis, Radboud University Nijmegen', url='https://cs.ru.nl/bachelorscripties/2017/Camil_Staps___4498062___Code-generation-for-the-Thumb-2-instruction-set.pdf') h2 Talks table.main_table |