Skip to content

Commit 7db0c81

Browse files
committed
add book chapters
1 parent 176a510 commit 7db0c81

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

_pages/research.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ toc_sticky: true
4545
{% bibliography --query @unpublished %}
4646
{% endif %}
4747

48-
<!-- Journal articles-->
48+
<!-- Books -->
4949
{% capture counter_book %}{% bibliography_count --query @book %}{% endcapture %}
5050
{% if counter_book != "0" %}
5151

@@ -54,7 +54,16 @@ toc_sticky: true
5454
{% bibliography --query @book %}
5555
{% endif %}
5656

57-
<!-- Journal articles-->
57+
<!-- Book chapters -->
58+
{% capture counter_chapter %}{% bibliography_count --query @incollection %}{% endcapture %}
59+
{% if counter_chapter != "0" %}
60+
61+
## Book chapters
62+
63+
{% bibliography --query @incollection %}
64+
{% endif %}
65+
66+
<!-- Journal articles -->
5867
{% capture counter_article %}{% bibliography_count --query @article %}{% endcapture %}
5968
{% if counter_article != "0" %}
6069

0 commit comments

Comments
 (0)