From e964c01b39f5601ddc5f009fa4ee4f1e0f5bf69a Mon Sep 17 00:00:00 2001 From: Lucas Hosseini Date: Thu, 8 Sep 2022 22:07:56 +0200 Subject: [PATCH] Display booktitle for publications of type incollection (#871) --- _layouts/bib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/bib.html b/_layouts/bib.html index c290f5c0707e..8588d70b5f93 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -108,7 +108,7 @@ {% if entry.type == "article" -%} {%- capture entrytype -%}{{entry.journal}}{%- endcapture -%} - {%- elsif entry.type == "inproceedings" -%} + {%- elsif ["inproceedings", "incollection"] contains entry.type -%} {%- capture entrytype -%}In {{entry.booktitle}} {%- endcapture -%} {%- else -%} {%- capture entrytype -%}{%- endcapture -%}