A web application to track peer review status in Elsevier's Author Hub. This tool allows authors to monitor the review progress of their manuscripts using the manuscript UUID.
- Track manuscript review status
- View basic manuscript information
- Monitor reviewer timeline and acceptance status
- Clean and responsive Bootstrap UI
- Clone the repository:
git clone https://github.com/JinChengneng/track_elsevier.git
cd track_elsevier
- Install dependencies:
pip install -r requirements.txt
- Run the Flask application:
set FLASK_APP=app.py
flask run
- Access the application at
http://127.0.0.1:5000/
.