Skip to content

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

Notifications You must be signed in to change notification settings

ronitray95/Data-Storage_Interface-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSD37 - Data Storage and Interface for Processing

Usage

  • 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.
  1. Taking bibtex file from user.
  2. Parsing and storing the bibtex entries into the database.
  3. Taking constraints from user such as author name, date range, keywords, etc.
  4. Performing inclusion/exclusion according to the constraints.
  5. Generating a file for the included bibtex and another file for excluded bibtex with their reasons for exclusion.
  6. Downloading the PDF files of the list of included papers.
  7. Taking response from user about whether the documents meet their assessment criteria.
  8. 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

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •