diff options
| author | Camil Staps | 2022-12-08 13:26:37 +0100 | 
|---|---|---|
| committer | Camil Staps | 2022-12-08 13:26:37 +0100 | 
| commit | 9380266b501ab5b563cf41ea55cae579968d91f9 (patch) | |
| tree | 859a6fdff32dbe0c6afb92faa86ca77864d1f28a | |
| parent | Add Mastodon link (diff) | |
Add contribution to FS Ellen van Wolde
| -rw-r--r-- | resources/pug/finals/index.pug | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 3977ebc..ad0decc 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -94,6 +94,10 @@ block content  					- attributes.pages = attributes.pages.replace('-', '–')  					| , pp. !{attributes.pages}  				| . +				if attributes.address +					|  #{attributes.address}: +				if attributes.publisher +					|  #{attributes.publisher}.  				if attributes.doi  					|  doi:   					- var doiurl = 'https://doi.org/'+attributes.doi @@ -110,6 +114,10 @@ block content  			tr  				td 2022  				td +					+pub(2022, 'Voice, discourse prominence, and aspect. The niphal and passive qal of <em>yālad</em>')(booktitle='Where is the way to the dwelling of light? Studies in Genesis, Job and linguistics in honor of Ellen van Wolde', editors='Pierre Van Hecke and Hanneke van Loon', pages='387-408', address='Leiden', publisher='Brill', doi='10.1163/9789004536296_020') +			tr +				td +				td  					+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 2020 | 
