EdgeRef Peer Review is an AI-assisted pre-submission review tool for academic manuscripts.
It helps researchers check manuscript readiness, source data status, target journal fit, and journal catalog match before formal journal submission. The system generates a structured pre-submission review report with major concerns, methodological risks, source data issues, reporting gaps, and revision priorities.
EdgeRef does not replace formal journal peer review. It is designed as a pre-submission self-check and revision support tool.
Coming soon.
-
Upload and parse academic manuscripts in PDF, DOCX, or TXT format
-
Upload and summarize source data in CSV, XLSX, or ZIP format
-
Run a preflight check before AI review
-
Detect manuscript language and generate review comments in the same language
-
Assess target journal fit based on user-provided journal information
-
Match target journals against local journal catalogs, including:
- SCIE
- SSCI
- AHCI
- CSSCI
- PKU Core
- CSCD
- AMI
- Chinese Science and Technology Core
- EI
-
Generate an AI-assisted peer review-style report
-
Export the report as Markdown or Word
EdgeRef generates a structured report covering:
- Editorial Summary
- Target Journal Fit Assessment
- Overall Recommendation
- Major Concerns
- Minor Concerns
- Methodological and Statistical Review
- Source Data and Reproducibility Review
- Reporting and Ethics Check
- Revision Checklist
- Final Pre-submission Advice
EdgeRef is designed for:
- Researchers preparing a manuscript before submission
- Graduate students checking paper structure and reporting quality
- Research teams reviewing source data completeness
- Authors comparing manuscript fit with a target journal
- Institutions exploring AI-assisted research quality control
EdgeRef is a pre-submission support tool. It cannot guarantee publication outcomes.
The system does not:
- replace journal editors or human peer reviewers
- certify research integrity
- verify image manipulation or forensic evidence
- guarantee acceptance by any journal
- replace official journal instructions or institutional requirements
Users should always verify journal catalog information, submission requirements, and publication policies with official sources.
Install dependencies:
python -m pip install -r requirements.txtRun the app:
streamlit run app.pyThis project uses Streamlit secrets for protected configuration.
A template is provided at:
.streamlit/secrets.example.toml
Do not commit your real secrets file:
.streamlit/secrets.toml
The .gitignore file should include:
.streamlit/secrets.toml
.env
__pycache__/
*.pycThe local journal catalog is stored in:
data/journal_catalogs/journal_catalog_master.csv
The catalog is used for local journal matching only. Journal directories may change over time, so final verification should always follow the latest official directory or institutional research office requirements.
- Python
- Streamlit
- pandas
- openpyxl
- python-docx
- pypdf
EdgeRef Peer Review provides AI-assisted pre-submission review suggestions. The generated report is for research preparation and manuscript revision support only. It should not be treated as formal editorial advice, journal decision-making, or official peer review.
Generated by EdgeRef.