diff options
author | Camil Staps | 2020-10-17 21:07:21 +0200 |
---|---|---|
committer | Camil Staps | 2020-10-17 21:07:21 +0200 |
commit | 9dfdaee378f3bb4116aeac195285d7f44fc4920f (patch) | |
tree | 2899c16760a85227802f8efc72af56acfd0b9b7a /resources | |
parent | Add to-appear reviews of Bar-Asher Siegal & Winters (diff) |
Minor style improvements for book reviews
Diffstat (limited to 'resources')
-rw-r--r-- | resources/pug/finals/index.pug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index f1d4872..72c30d1 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -65,7 +65,7 @@ block content - var doiurl = 'https://doi.org/'+attributes.doi a(href!=doiurl, target='_blank')!= attributes.doi mixin review(year, author, title) - +pub(year, author + ': ' + title)&attributes(attributes) + +pub(year, 'Review of: ' + author + ', ' + title)&attributes(attributes) h4 Refereed articles table.main_table.publications @@ -91,11 +91,11 @@ block content tr td To appear td - +review('To appear', 'Margaret Winters', 'Historical Linguistics')(journal='LINGUIST List', volume=31) + +review('to appear', 'Margaret Winters', 'Historical Linguistics')(journal='LINGUIST List', volume=31) tr td td - +review('To appear', 'Elitzur A. Bar-Asher Siegal', 'The NP-strategy for Expressing Reciprocity')(journal='Bibliotheca Orientalis', volume=77, issue='3/4') + +review('to appear', 'Elitzur A. Bar-Asher Siegal', 'The NP-strategy for Expressing Reciprocity')(journal='Bibliotheca Orientalis', volume=77, issue='3/4') h4 Non-refereed work table.main_table.publications |