I am looking for the shortest and yet efficient filter to get a name in two or three parts like “Silva Coper Boroni” and display it as “Boroni, S. C.”.
In another words an input like Firstname Middlename Famillyname shall be displayed in form of Famillyname, F. M.
I am using the below solution, but I think it is not a good one
I know nothing about how this is implemented… but would have thought it’s been addressed by CSL (About) used by Zotero and Mendeley… so wonder whether the general methodology, rather than the code itself, might be useful.