Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc4725 commit 281cc82Copy full SHA for 281cc82
_layouts/bib.html
@@ -106,9 +106,10 @@
106
</div>
107
108
<!-- Journal/Book title and date -->
109
+ {% assign proceedings = "inproceedings, incollection" | split: ','%}
110
{% if entry.type == "article" -%}
111
{%- capture entrytype -%}<em>{{entry.journal}}</em>{%- endcapture -%}
- {%- elsif ["inproceedings", "incollection"] contains entry.type -%}
112
+ {%- elsif proceedings contains entry.type -%}
113
{%- capture entrytype -%}<em>In {{entry.booktitle}}</em> {%- endcapture -%}
114
{%- else -%}
115
{%- capture entrytype -%}{%- endcapture -%}
0 commit comments