In cases where institutionalAuthorNameFirstName contains a - or `, ReCiter fails to score the first name. You can tell because the scorenameMatchFirstTypeis missing from the Feature Generator output. Presumably, by default, nameMatchFirstScore is set to 0. (In such circumstances, the reporting database misleadingly saysnameMatchFirstType = full-exact`, which is not an accurate representation of the data in Feature Generator.)
Scope: this affects 800+ records for WCM full-time faculty (n=2,000).
Desired behavior
This should be an easy-ish fix. For this type of name, I recommend replicating this block of code.
Problem
In cases where institutionalAuthorNameFirstName contains a
-
or`, ReCiter fails to score the first name. You can tell because the score
nameMatchFirstTypeis missing from the Feature Generator output. Presumably, by default, nameMatchFirstScore is set to 0. (In such circumstances, the reporting database misleadingly says
nameMatchFirstType = full-exact`, which is not an accurate representation of the data in Feature Generator.)Scope: this affects 800+ records for WCM full-time faculty (n=2,000).
Desired behavior
This should be an easy-ish fix. For this type of name, I recommend replicating this block of code.
Examples