Skip to content

Django based research paper and literature CMS for internally managing research publications

License

Notifications You must be signed in to change notification settings

amithkk/Minerva

Repository files navigation

Minerva Logo

Python Logo


Django based research paper and literature CMS for colleges written with an Angular Student Frontend and support for email notifications. This repository contains the open source administration backend and student research paper view

Features

  • Ability to sort, filter, index, bulk import and export research papers/publications with Author Tracking
  • Individual administration for authors for their own publications
  • Export statistics for papers
  • Email notifications and automatic author account creation on making a publication.
  • APIs for plugins for potential integration into aggregators such as IEEE
  • Record attendances for conferences and other events
  • Create attendance reports

Installation

  • Setup virtualenv with your enviroment manager of choice
  • Setup database configuration in settings.py, uses SQLite by default. Certain queries might not work without a Postgres db attached
  • Migrate DB with manage.py syncdb
  • Launch development server using manage.py runserver
  • [OPTIONAL] Setup nginx with uwsgi for running this in production. Detailed instructions are given on USWGI's Page

Screenshots

Login Add Paper


Made with ❤ and ☕ by Amith K K

About

Django based research paper and literature CMS for internally managing research publications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published