-
Notifications
You must be signed in to change notification settings - Fork 66
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
Option for generation of abbreviations #253
Comments
Hi @FlamingTempura! I am using your tool in a paper and, one more time, I am facing the need to reduce the size of the generated references. Checking for a better list of abbreviations, I found this source, which is based on ISO 4. It is, by far, the best source for the abbreviations I could find. As it already provides the list in csv file, it is not hard to implement this feature. So please consider this source instead of the last one I sent you. Thanks for your excelent work! |
Thanks for the suggestion, and apologies for not responding sooner. I can see this being a useful feature but there are some complexities:
So while I think this could be a good feature it's looking like a difficult one to implement. That's to say, don't expect this feature soon. I'm wondering if this might be more suitable as a separate tool. I'm surprised one doesn't exist already. |
What’s would be an acceptable database size for replacement rules? I have a suspicion that 90% of journal abbreviations could be covered by 10% of the ISO4 replacement rules. On top of that, the third column of the rules (language) can be discarded for these purposes. Applying a subset of ISO4 rules to the journal entry could still be very useful. |
Another option would be to start only with the English abbreviations. That would cover the most important cases. |
I will make a a few minimal databases, and let’s see the sizes.
This gives a 41kb compressed/122kb uncompressed database, containing only explicitly English or multiple languages rules, and removing words that are explicitly marked as do not abbreviate. |
https://github.com/marcinwrochna/abbrevIso this also has some JS code to do the abbreviations! |
Hi Peter @FlamingTempura!
Frequently the number of pages offered in Call for Papers is not enough for fitting all research content. In this case, it is a common practice to reduce the bibliography size using abbreviations and acronyms. Doing this manually is time-consuming and error-prone. It would be wonderful if your tool could have an option to automatically generate allowed abbreviations! As an example, "Proceedings of the International" can become "Proc. Int.".
The ‘Conference Abbreviations’ section of the IEEE Editorial Style Manual (2021) (p. 63) provides many examples of valid abbreviations.
As I always say in my contributions: congratulations on the tool! I use it constantly and I am always recommending it to my colleagues (e.g., here).
The text was updated successfully, but these errors were encountered: