Skip to content
Discussion options

You must be logged in to vote

You can do that quite easily by tweaking the configuration of the jekyll/scholar module

in _config.yml add:
sort_by: year, month
order: descending, descending
type_order: [unpublished, article, inbook, conference, incollections, inproceedings, proceedings, book, misc, techreport]
type_names: {unpublished: Pre-Prints / In Preparation}

in _pages/publications.md file, replace everything by:

<div class="publications">
 {% bibliography --template bib --group_by type,year --group_order ascending,descending %}
</div>

in your bibtex
use @Unpublished instead of @Article

No need to manually group by type/year when jekyll/scholar can already do it!

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by george-gca
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
5 participants
Converted from issue

This discussion was converted from issue #330 on July 16, 2025 18:14.