scevo is an open-source Python library that builds citation graphs of scientific journal articles then analyzes the text of these articles to analyze the evolution of scientific ideas.
Citation graphs are currently built using the NetworkX Python package and the iCite web API.
Text analysis using Natural Language Processing is currently under development.
Scevo works with Python 3. Scevo has been developed/tested on Windows but may work on Linux or Mac systems.
You can clone scevo directly from GitHub and install the appropriate conda environment with:
git clone https://github.com/ByronJayJee/scevo.git
cd scevo
conda env create -f environment.yml