CIShell Manual : Merge Identical ISI People

Description

This algorithm merges all people in an ISI database who have the same name (absent case and punctuation).

Menu path

Data Preparation > Database > ISI > Merge Identical ISI People

Outputs
  • A database where the identified identical authors have been merged.
  • The merging table used to merge the identical authors. This can be used to rerun the merge manually, likely to correct for errors, with Merge Entities.
  • A Merge Report as a text file. It will give a simple description all the people who were merged, identified by their RAW_NAME.
Implementation Details

The merging is performed as indicated in Merge Entities. The algorithm merges on the RAW_NAME column from the People Table table. This column has the short form of a person's name (last name, first initial and maybe middle initial). To identify identical entities, this algorithm compares all the "normalized" values from the RAW_NAME. In this case, "normalized" means that the value has been converted to lower case and all characters that are not a decimal, letter, or a single space are removed. If the "normalized" values are the same, the people being compared are assumed to be identical. There is some limited 'sanity checking' that checks if the people being merged were authors on the same paper with the assumption that this case should not occur. If it finds such a merge group, it will warn the user on the console with the RAW_NAME, primary key, ISI_UNIQUE_ARTICLE_IDENTIFIER, and primary key but will continue with the merge.

See Also

The license could not be verified: License Certificate has expired! Generate a Free license now.