Skip to content
New issue

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

Create grantIdentifierScoringStrategy #225

Closed
paulalbert1 opened this issue Jun 30, 2018 · 0 comments
Closed

Create grantIdentifierScoringStrategy #225

paulalbert1 opened this issue Jun 30, 2018 · 0 comments

Comments

@paulalbert1
Copy link
Contributor

paulalbert1 commented Jun 30, 2018

Preprocessing

Currently, grants looks like this: CA062948. They should look like this: CA-62948. Store them in identity.grants.

Pseudocode

  1. Get all grant identifiers from identity.grants and all grants, in postprocessed form, from article.grants. A given article may have N grants.

  2. Look for cases where there is overlap between article.grants and identity.grants.

  3. In cases where there is overlap, output the following, storing score in application.properties:

evidenceInstitutionGrant: HD-38722
evidenceArticleGrant: R01 HD038722/HD/NICHD NIH HHS/United States
grantMatchScore: 2

If it's not possible to output the raw grant from article.grant just do the processed version (e.g., HD-38722).

  1. Deduplicate, if necessary. (Sometimes an article will index the same grant multiple times over.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants