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
Currently, grants looks like this: CA062948. They should look like this: CA-62948. Store them in identity.grants.
CA062948
CA-62948
Get all grant identifiers from identity.grants and all grants, in postprocessed form, from article.grants. A given article may have N grants.
Look for cases where there is overlap between article.grants and identity.grants.
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).
The text was updated successfully, but these errors were encountered:
sarbajitdutta
No branches or pull requests
Preprocessing
Currently, grants looks like this:
CA062948
. They should look like this:CA-62948
. Store them in identity.grants.Pseudocode
Get all grant identifiers from identity.grants and all grants, in postprocessed form, from article.grants. A given article may have N grants.
Look for cases where there is overlap between article.grants and identity.grants.
In cases where there is overlap, output the following, storing score in application.properties:
If it's not possible to output the raw grant from article.grant just do the processed version (e.g., HD-38722).
The text was updated successfully, but these errors were encountered: