Zurich 2023.11.35.
The aim of the repository is to present an opinionated and simplified project workflow for extracting, cleaning, and analyzing data from research papers retrieved from scientific publication databases.
- Install git on your computer see here and introduce yourself to it see here
- Fork the repository (optional)
- Clone the repository to your local machine by
git clone
- Go to the cloned directory
- Install
pipenv
to run virtual working environment by typingpip install pipenv
in your terminal - Install the packages of the projects in the working environment using
pipenv install --ignore-pipfile
orpipenv install
- Run the
jupyter notebook
bypipenv run jupyter notebook