Skip to content

Commit 3d934a9

Browse files
committed
update lingref link
1 parent 8630dc8 commit 3d934a9

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

_bibliography/pubs.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ @inproceedings{hoover.j:2020
3434
address = {Somerville, Mass., USA},
3535
author = {Jacob Louis Hoover},
3636
booktitle = {Proceedings of the 38th West Coast Conference on Formal Linguistics},
37-
editor = {Rachel Soo, Una Y. Chow, and Sander Nederveen},
37+
editor = {Rachel Soo, Una Y. Chow, Sander Nederveen},
3838
pages = {231--241},
3939
publisher = {Cascadilla Proceedings Project},
4040
title = {Accounting for Variation in Number Agreement in Icelandic Dative-Nominative Constructions},
4141
url = {http://www.lingref.com/cpp/wccfl/38/abstract3568.html},
4242
handout = {http://doi.org/10.14288/1.0389856},
43-
pdf = {http://www.lingref.com/cpp/wccfl/38/paper3568.pdf},
43+
pdf = {2021-10-15-cascadilla-paper3568-proof.pdf},
4444
publisher = {Cascadilla Proceedings Project},
4545
title = {Accounting for Variation in Number Agreement in Icelandic
4646
Dative-Nominative Constructions},

_layouts/bib.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,22 @@
3232
{% if entry.type == "article" %}
3333
<em>{{entry.journal}}</em>.
3434
{% elsif entry.type == "inproceedings" %}
35-
<em>{{entry.booktitle}}</em>.
35+
In <em>{{entry.booktitle}}</em>.
36+
{% if entry.editor %}
37+
Ed. {{entry.editor}}.
38+
{% endif %}
3639
{% elsif entry.howpublished %}
3740
{{entry.howpublished}}.
3841
{% endif %}
42+
{% if entry.pages %}
43+
{{entry.pages}}.
44+
{% endif %}
45+
{% if entry.publisher %}
46+
{{entry.publisher}}.
47+
{% endif %}
48+
{% if entry.address %}
49+
{{entry.address}}.
50+
{% endif %}
3951
{% if entry.note %}
4052
{{entry.note}}.
4153
{% endif %}
@@ -46,7 +58,7 @@
4658
{{entry.month | capitalize }},
4759
{% endif %}
4860
{% if entry.year %}
49-
{{entry.year}}
61+
{{entry.year}}.
5062
{% endif %}
5163
</span>
5264

361 KB
Binary file not shown.
-136 KB
Binary file not shown.

0 commit comments

Comments
 (0)