- Install all requirements using:
pip3 install -r requirements.txt
. - Add additional requirements as needed in this file.
- Run using
python manage.py runserver
. - Django will tell the IP and port on which to open the homepage, in the terminal when the above command is run.
- Most goals of the project have been met.
- Taking bibtex file from user.
- Parsing and storing the bibtex entries into the database.
- Taking constraints from user such as author name, date range, keywords, etc.
- Performing inclusion/exclusion according to the constraints.
- Generating a file for the included bibtex and another file for excluded bibtex with their reasons for exclusion.
- Downloading the PDF files of the list of included papers.
- Taking response from user about whether the documents meet their assessment criteria.
- Storing user responses in database.