instead of International journal, Top Conferencer, International Conference, over the complete period
as soon here http://stephaneducasse.github.io/publications.html
we should be able to have the publications wioth the same order but per year.
Here is a code snippet used in an old library
buildBody
perYear
ifTrue: [
| yearDict |
yearDict := workingBibSet groupedBy: CZQuery year.
(((yearDict keys select: [ :each | each isNumber ]) sort: [:a :b| a>b])
select: [:each | years includes: each asNumber]) do:
[ :k |
workingBibSet := (yearDict at: k).
currentSectionLevel := 2.
self addSectionYear: k asString.
currentSectionLevel := 3.
self treatBody.