Opened 22 months ago
Last modified 9 months ago
#808 new enhancement
Fix CV Format sort order
| Reported by: | jblayloc | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | BibFormat | Version: | |
| Keywords: | INSPIRE DEPLOYED | Cc: |
Description
CV format only gives output in reverse-chronological order. Sometimes people request something else. CV format should be able to use any of the sort orders selected in the search dropdown, ideally.
(But we get into a bit of confusion if the default brief format search order is different from "latest-first". Then people have to click two things to get what they usually want, rather than one.)
Cf. old conversation on #314.
Change History (2)
comment:1 Changed 17 months ago by jlavik
- Keywords DEPLOYED added
comment:2 Changed 9 months ago by hoc
The CV formats have a problem sorting by year. Take a look at:
http://inspirehep.net/search?ln=en&ln=en&p=find++a+Konrad+Kleinknecht&of=hb&action_search=Search&sf=year&so=a&rm=&rg=25&sc=0
starts with his 1966 thesis as it should. But switch to the CV formats:
http://inspirehep.net/search?ln=en&ln=en&p=find++a+Konrad+Kleinknecht&of=htcv&action_search=Search&sf=year&so=a&rm=&rg=25&sc=0
and it starts with a 1978 paper. Same with CVLatex and CVhtml.

Sort direction selection for CV formats is now supported in INSPIRE. (patch in_merge at invenio-jlavik/rebased-20111005-reverse-cv-sorting which is based off invenio-inspire-ops repo)