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.
It is necessary to have a machine that has the following facilities: Python 3.0+ Flask Flask-SQLAlchemypip pip
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
CONGRATULATIONS :)