Open ThiloteE opened 2 years ago
According to the biblatex docs you reference to, the issue
field:
This field is intended for journals whose individual issues are identified by a designation such as ‘Spring’ or ‘Summer’ rather than the month or a number. The placement of issue is similar to month and number. Integer ranges and short designators are better written to the number field.
So I think biblatex and bibtex are not too different there, and the number field is what should be used more often.
But maybe we can add an integrity check that checks if things like "Spring" are in number and proposes to move to issue; and conversely if a number is in issue
and the number
field is empty, then propose to move to number
.
Thank you Tobias, sounds good 👍
Also relevant here: "Moving the issue number to issue
and article number to number
would not be my preference, because the issue number is traditionally number
and the article number is eid
in biblatex"
The long answer: plk/biblatex#726 (comment)
issue
sounds pretty riskless. issue
field towards number
field or towards eid
field should probably be a manual trigger, not automatic. It would be a lot harder to write a RegEx that differentiates between number and eid.A and C will or could be solved by https://github.com/JabRef/jabref/issues/6536#issuecomment-1146494805
Option A is already possible within 'Manage field names & content' e.g. to move data from 'number' to 'issue':
Came up during https://github.com/JabRef/jabref/issues/8372
Specifically, here: https://github.com/JabRef/jabref/issues/8372#issuecomment-1008898616
Desired solution
Edited:
number
field (present in Bibtex AND Biblatex) toissue
field (only present in Biblatex) and also create action that can do the reverse.number
field to theissue
field (e.g. via RegEx).pages
field toeid
field and also allow to do the reverse.pages
field toeid
field, if the eid field is empty.