Segmenting the bibliography per topic #2823
Replies: 1 comment
-
I found the answer: Neuro{% bibliography --query @*[topic=neuro] %}ML{% bibliography --query @*[topic=ml] %} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for the great template! I would like to segment my bibliography per topic and would love some help.
Step 1: I am editing papers.bib, by adding a tag "topic = neuro" or "topic = ml" to each paper.
Step 2: I am editing publications.md. Ideally, it would look something like this:
Neuro
{% bibliography %}
Add an if condition that only selects papers with the tag "topic = neuro".
ML
{% bibliography %}
Add an if condition that only selects papers with the tag "topic = ml".
Do you know how I could write that if condition?
Beta Was this translation helpful? Give feedback.
All reactions