15 Dec
2011
15 Dec
'11
1:13 p.m.
On Mon, Dec 12, 2011 at 11:14 PM, Christian Zimmermann <zimmermann@stlouisfed.org> wrote:
Re: the name variation check in the logs. I wonder how the following would have been flagged (case discovered just now in the live logs)
Kong Weng Ho with name variation K. Ho claimed a paper by Y. K. Ho
Would this be flagged as correct? It should not.
Right now it looks for a substring match in the authors list, and "K. Ho" is a substring of "Y. K. Ho", so this is considered correct. But it is easy to change. It can look for a match to a complete author (editor) name. That is what you want here? ivan