Skip to content

Cleanup actions. Move action for issue, number, eid, pages fields. #8413

@ThiloteE

Description

@ThiloteE

Came up during #8372

Specifically, here: #8372 (comment)

Desired solution

Edited:

  • A) (Manual trigger) Move data from number field (present in Bibtex AND Biblatex) to issue 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 the issue 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 to eid 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 to eid 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

No one assigned

    Projects

    Status

    Low priority

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions