We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Get any emails from article.email for targetAuthor. One author may have several emails in article.email.
Get any emails from identity.email. One person may have several emails in identity.email.
Get domain aliases from application.properties. For Weill Cornell, these are:
@nyp.org @weill.cornell.edu @med.cornell.edu @mail.med.cornell.edu
Look to see if there any cases where any emails from identity are contained within article.affiliation
Else, look to see if there are any cases where identifier + domain aliases are contained within article.affiliation.
If there is a match, output the following for each match:
emailMatch: [email protected] emailMatchScore: 15
Maintain score in application.properties.
Unit test PMID: 27670898 (jobuck)
The text was updated successfully, but these errors were encountered:
sarbajitdutta
No branches or pull requests
Get any emails from article.email for targetAuthor. One author may have several emails in article.email.
Get any emails from identity.email. One person may have several emails in identity.email.
Get domain aliases from application.properties. For Weill Cornell, these are:
Look to see if there any cases where any emails from identity are contained within article.affiliation
Else, look to see if there are any cases where identifier + domain aliases are contained within article.affiliation.
If there is a match, output the following for each match:
Maintain score in application.properties.
Unit test PMID: 27670898 (jobuck)
The text was updated successfully, but these errors were encountered: