You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Goals
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.
About
Used to parse a BibTeX file, upload into the MongoDB database, and then use a web form to search for specific papers based on search criteria. The specified papers are then downloaded after scraping from Google Scholar