Skip to content

For the publication list we should be able to emitted it by year #26

@Ducasse

Description

@Ducasse

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.
					

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions