Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
caesr-pub
jekyll-scholar
Commits
6bfd1195
Commit
6bfd1195
authored
Feb 07, 2013
by
Sylvester Keil
Browse files
add filter examples #9
parent
c9ad5f90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
README.md
README.md
+18
-0
No files found.
README.md
View file @
6bfd1195
...
...
@@ -122,6 +122,24 @@ with several reference lists:
{% bibliography secondary %}
Finally, the bibliography tag supports an optional filter parameter. This
filter takes precedence over the global filter defined in your configuration.
{% bibliography filter: @*[year=2013] %}
The example above would print a bibliography of all entires published in
the year 2013. Of course you can also combine the file and filter parameters
like this:
{% bibliography secondary filter: @
*
[year=2013] %}
This would print the publications from 2013 of the bibliography at
`_bibliography/secondary.bib`
.
For more details about filters, see the corresponding section below or
consult the
[
BibTeX-Ruby
](
https://github.com/inukshuk/bibtex-ruby
)
documentation.
### Citations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment