Queryon is an academic paper publishing platform aimed at facilitating the process of publishing and managing research papers efficiently. It provides features for authors, reviewers, and administrators to collaborate seamlessly.
- User Management: Roles like authors, reviewers, and administrators.
- Paper Submission: Submit academic papers with structured metadata.
- Peer Review: Manage peer review processes including paper review, feedback, and approvals.
- Publication Workflow: Track paper progress from submission to publication.
- Admin Dashboard: Tools for managing users, papers, and settings.
-
Clone the repository:
git clone https://github.com/AdarsHH30/Queryon---Academic-Paper-Publishing-Platform.git cd Queryon---Academic-Paper-Publishing-Platform -
Set up the virtual environment:
virtualenv venv source venv/bin/activate # For Linux/MacOS
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python manage.py runserver
- Authors: Submit papers, manage submissions, and interact with reviewers.
- Reviewers: Review submitted papers and provide feedback.
- Admins: Manage users, review status, and oversee the entire publication process.
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Submit a pull request.