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 -%}