-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
have year shortened to 'yr' not 'a' #1940
base: develop
Are you sure you want to change the base?
Conversation
Why "a"? From latin "annum". |
Thanks @dalito . In my user group (structural engineers) everyone was perplexed, but I suspect this may be a question of technical background/ industry. Thoughts from anyone else on which is better? |
Indeed, it is from latin "annum". I am not sure if there is a canonical way. I would say the following: if there is a "rule" (i.e. from NIST) that suggest 'yr' I would agree to change it. |
The IEEE-Style manual for example suggests "a". https://journals.ieeeauthorcenter.ieee.org/your-role-in-article-production/ieee-editorial-style-manual/ The current SI brochure (and NIST SI-guides) suggest to not abbreviate units. Note that "year" is not among the accepted non-SI units so no unit symbol is suggested in the SI brochure. Interestingly, LLMs (gemini/chatGPT) are insisting on "yr" and cite sources incorrectly. gemini suggested the IEEE-Style guide that explicitly lists "a" as abbreviation as a source for "yr". chatGPT suggested the SI brochure. So maybe "yr" could be added as another abbreviation but it should not replace "a". |
Thank you for looking into this further. I have some more considerations to add: See also this wikipedia article "In English, the unit of time for year is commonly abbreviated as "y" or "yr". The symbol "a" (for Latin: annus, year) is sometimes used in scientific literature, though its exact duration may be inconsistent." If you search "what does "a" mean unit" in google you don't get anything suggesting "year". If you search "what does "yr" mean unit" in google the top results point to "year". All of this (and the LLM results) point to "yr" or "y" as being the commonly used and understood, and "a" as generally not understood and difficult to understand if you were not already familiar (not even coming up on google search results). So from a useability perspective, I would prefer "yr". |
To add, despite the summary at the start, there is some fairly detailed discussion further down that Wikipedia article, which does offer some more conflicting points. https://en.wikipedia.org/wiki/Year#Symbols_and_abbreviations |
While I do personally prefer |
CodSpeed Performance ReportMerging #1940 will not alter performanceComparing Summary
|
pre-commit run --all-files
with no errorsUnsure as to why year is abbreviated to 'a' and propose we abbreviate to 'yr' instead.
Have made proposal accordingly, although not tested the result of these changes, please let me know if you agree then we can test the change has the desired results.