Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.7 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.7 KB

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