You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publication A has to_be_published = true, date = 2022-09-30 and publication_date = 2022-11-02 (example: Variational Bayes...)
publication B has to_be_published = false, date = 2022-10-17 and publication_date is missing (example: Principled Pruning...)
Then publication A is ranked below B:
Since the publications should be ranked by publication date / time (descending: newest publications at the top), this is incorrect (to be published in November is below October, 2022) and has to be fixed.
Scenario:
A
hasto_be_published = true
,date = 2022-09-30
andpublication_date = 2022-11-02
(example: Variational Bayes...)B
hasto_be_published = false
,date = 2022-10-17
andpublication_date
is missing (example: Principled Pruning...)Then publication
A
is ranked belowB
:Since the publications should be ranked by publication date / time (descending: newest publications at the top), this is incorrect (
to be published in November
is belowOctober, 2022
) and has to be fixed.Probably has to be changed here: https://github.com/biaslab/hugo-academic-group
The text was updated successfully, but these errors were encountered: