feat: add AI-assisted research tools module#26
Open
grantf04 wants to merge 2 commits into
Open
Conversation
Author
|
Added committed demo artifacts in c92dfca:
Also reran |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@algora-pbc /claim #13
Closes #13
What this adds
Adds a self-contained
ai-assisted-research-tools/module for the issue #13 MVP: AI paper summaries, peer review diagnostics, and citation recommendations for scientific manuscripts.Requirement mapping
ai-assisted-research-tools/src/research-ai.jswith abstract, executive, and layperson modes, domain-aware keyword profiling, key findings, implications, and next steps.peerReviewAidwith similarity checks against uploaded/open-corpus snippets, clarity checks, statistical reporting checks, compliance checks, and domain templates for biology, physics, and social science.recommendCitationswith local open-corpus retrieval, APA/MLA/Nature formatting, similar-paper suggestions, and manuscript insertion snippets.src/server.jspluspublic/static UI.test/research-ai.test.js.How to verify in under 5 minutes
Open
http://localhost:4128and verify the dashboard shows the manuscript profile, three summary modes, peer review findings, citation recommendations, and style switching.Optional API smoke checks:
Validation
Commands run:
npm test- 4 tests passingcurl -s http://localhost:4128/api/dashboard- returns manuscript title, 5 review issues, and 3 citation recommendationscurl -i -s http://localhost:4128/package.json- returns 404 without crashing the serverhttp://127.0.0.1:4128/: summarizer, peer review, and citation panels render with 0 console errorsDemo
ai-assisted-research-tools/docs/demo/ai-assisted-research-tools.svgai-assisted-research-tools/docs/demo-script.mdScope
This PR is intentionally self-contained under
ai-assisted-research-tools/and avoids unrelated root-level changes except adding the module link to the root README.