Zotero doesn't respect style rules for case of titles
APA style (7th Ed) requires titles of articles and books to be in sentence case. When Zotero creates a bibliography, it uses titles exactly as they were entered in the database. In my case that's a mix of title case and sentence case (depending on where it got the entry). I know other styles use title case, so I it's a problem for them too.
This makes for a lot of tedious editing when I am ready to submit a paper. Are there any plans to fix this?
This makes for a lot of tedious editing when I am ready to submit a paper. Are there any plans to fix this?
I didn't know it would go the other way, from sentence to title case. So I can just make sure things get stored in sentence case.
LLMs have come the closest to making this no longer true, but we've tested this in GPT-4o as recently as a few days ago, and it still makes mistakes (including weird things like messing up other punctuation in the titles).
We’re not going to automatically create titles with uncapitalized proper nouns. People would end up with embarrassing mistakes all the time. If you're using APA, you click to convert once and fix proper nouns if there are any.
It could be improved by not lowering (1) the first char after a colon (i.e. subtitle) or (2) any combo of two or more upper chars, alternatively followed by a period (so matching regex /\b([A-Z]\.?){2,}\b/) to keep COVID, U.S., etc.
The character after a colon needs to be lowercased because not all sentence-case styles capitalize the first word after a colon. This is, once again, covered on the linked page.