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
Once we have the CSV, we should check if any of the grants are obviously duplicates.
Command: npm run check knight
npm run check knight
To start, we can just grab the list of all grants made by the funder (since we know that ID is good) -- that way we don't have to depend on #1.
Heuristics:
If a match is found, we should add a duplicate column, maybe with a score (0, 1, 2, something like that) and a link to the potential duplicate(s)
duplicate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Once we have the CSV, we should check if any of the grants are obviously duplicates.
Command:
npm run check knight
To start, we can just grab the list of all grants made by the funder (since we know that ID is good) -- that way we don't have to depend on #1.
Heuristics:
If a match is found, we should add a
duplicate
column, maybe with a score (0, 1, 2, something like that) and a link to the potential duplicate(s)The text was updated successfully, but these errors were encountered: