Skip to content

Academic Paper Publishing Platform

AdarsHH30/Queryon

Repository files navigation

Queryon - Academic Paper Publishing Platform

Description

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/AdarsHH30/Queryon---Academic-Paper-Publishing-Platform.git
    cd Queryon---Academic-Paper-Publishing-Platform
  2. Set up the virtual environment:

    virtualenv venv
    source venv/bin/activate  # For Linux/MacOS
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python manage.py runserver

Usage

  • 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.

Contributing

We welcome contributions! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Submit a pull request.

About

Academic Paper Publishing Platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published