Skip to content

Semi-automatic systematic review (SASR): Is a tool that allows loading a .bib file that contains bibliographic references, the loaded data is processed obtaining basic statistics and showing the results in the graphs, creating a systematic review that is easy to understand and analyze.

Notifications You must be signed in to change notification settings

cgiohidalgo/SASR

Repository files navigation

SASR

Semi-automatic systematic review (SASR): Is a tool that allows loading a .bib file that contains bibliographic references, the loaded data is processed obtaining basic statistics and showing the results in the graphs, creating a systematic review that is easy to understand and analyze.

#Installation

It is necessary to have a machine that has the following facilities: Python 3.0+ Flask Flask-SQLAlchemypip pip

#Configuration

git clone [email protected]:cgiohidalgo/SASR.git

cd /SARS

sudo apt-get install python3-pip*

sudo pip3 install virtualenv*

virtualenv venv*

  • These steps are not necessary if the repository environment is activated.

cd venv

source bin/activate

pip3 install -r requirements.txt

pip3 install request

Pip3 install bibtexparser

pip3 install pandas

pip3 install flask_caching

python app.py

http://localhost:5000

CONGRATULATIONS :)

ScreenShot

About

Semi-automatic systematic review (SASR): Is a tool that allows loading a .bib file that contains bibliographic references, the loaded data is processed obtaining basic statistics and showing the results in the graphs, creating a systematic review that is easy to understand and analyze.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published