Generation Designations (Jr., III, etc.)
Per the SBL handbook §4.1.1.3 (which I believe follows Chicago on this point), generation designations in names should be handled as follows:
Would it be possible to add a field for this generation information that could then be manipulated to produce the required style output? Or, since "Jr.", "III", and "IV" would pretty well cover the bases (there aren't many "the fifths" etc. running around writing things), would it be possible to amend the styles so that a surname ending in " Jr.", " III", or " IV" is automatically manipulated for subsequent notes (delete the generation) and bibliographies (extract the generation and put it after the given name) as the style manuals require?
Thank you so much!
The form for note 1. above can be achieved by including the generation (e.g., "III") in the surname field. But, then this currently repeats in subsequent notes after the surname (e.g., 3. above) and in the bibliography immediately after the surname rather than, as it should be, after the given name (thus: "Longman III, Tremper" rather than "Longman, Tremper, III").1. Tremper Longman III, “Form Criticism, Recent Developments in Genre Theory, and the Evangelical,” WTJ 47.1 (1985): 46–67.
3. Longman, “Form Criticism,” 58.
Longman, Tremper, III. “Form Criticism, Recent Developments in Genre Theory, and the Evangelical.” WTJ 47.1 (1985): 46–67.
Would it be possible to add a field for this generation information that could then be manipulated to produce the required style output? Or, since "Jr.", "III", and "IV" would pretty well cover the bases (there aren't many "the fifths" etc. running around writing things), would it be possible to amend the styles so that a surname ending in " Jr.", " III", or " IV" is automatically manipulated for subsequent notes (delete the generation) and bibliographies (extract the generation and put it after the given name) as the style manuals require?
Thank you so much!
Lastname: Smith
Firstname: Adam, Jr.
Try if that works.
Longman || Temper, III
Zotero's citation processor will pick that up as a suffix and format it correctly for various styles.
Thanks so much to you both!
I maintain the astrocite package in npm, which is utilized in Academic Blogger's Toolkit on WordPress (which I also maintain).
I looked into this at great depth when initially putting together the name parser and I can't seem to find the paper that I used to make this decision, but if you must see it I'll attempt to dig it up...
The paper recommend that names should be parsed in 1 of 4 forms:
1. First von Last
2. von Last, First
3. von Last, Suffix, First
4. Literal name
I highly recommend that you use and recommend this format as it is the easiest way to parse and export for uncommon names.
See the first link below for several dozen examples of this format before being processed.
See the second link below for the names after being processed.
https://github.com/dsifford/astrocite/blob/master/packages/core/src/__tests__/names-test.ts
https://github.com/dsifford/astrocite/blob/master/packages/core/src/__tests__/__snapshots__/names-test.ts.snap
Again, I would _strongly_ consider using this format in Zotero.
(PS: I was sent here from: https://github.com/dsifford/astrocite/issues/4)
Given that this has been in place for many years so that switching costs are significant and likely with multiple moving parts, including export into other formats -- and that this is, afaik, the first complaint, I'm not sure there's going to be much appetite for change. But FWIW, I think the parsing code is by @fbennett who may know more about its history