Open
Description
Came up during #8372
Specifically, here: #8372 (comment)
- Specification of number in bibtex (p. 10): https://mirror.informatik.hs-fulda.de/tex-archive/biblio/bibtex/base/btxdoc.pdf
- Specification of number and issue in biblatex (p. 22 and 23): https://packages.oth-regensburg.de/ctan/macros/latex/contrib/biblatex/doc/biblatex.pdf
- Specification of number and issue in CSL: https://docs.citationstyles.org/en/stable/specification.html#number-variables
Desired solution
Edited:
- A) (Manual trigger) Move data from
number
field (present in Bibtex AND Biblatex) toissue
field (only present in Biblatex) and also create action that can do the reverse.- Why? - Many people in the past put wrong stuff into the issue and numbers field. Allow them to correct their mistakes.
- How? - Clean up action for this
- B) (Automated) Move seasons from
number
field to theissue
field (e.g. via RegEx).- Do this during conversion from Bibtex to Biblatex.
- Do the reverse move during conversion from Biblatex to Bibtex, but check if the number field is empty.
- Maybe integrity check for this instead of clean up action
- C) (Manual trigger) Move data from
pages
field toeid
field and also allow to do the reverse.- Why? - Bibtex does have no eid field, so some journals put the article number into the pages field. The eid field does not exist in Bibtex library mode, so it will be good if we could do the reverse in case people want to convert their library from Biblatex to Bibtex.
- D) (Semi automatic) Create action that detects and moves article number from
pages
field toeid
field, if the eid field is empty.- Why? - Bibtex does have no eid field, so some journals put the article number into the pages field.
- How? - Write a RegEx that detects page ranges for this. Only move article numbers, not the page numbers or page ranges.
Metadata
Metadata
Assignees
Type
Projects
Status
Low priority