Skip to content

(Sc)ientific (Evo)lution: Using graph theory and natural language processing to study evolution of science by analyzing journal paper abstracts

License

Notifications You must be signed in to change notification settings

ByronJayJee/scevo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scevo: (Sc)ience (Evo)lution

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.

Installation

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

About

(Sc)ientific (Evo)lution: Using graph theory and natural language processing to study evolution of science by analyzing journal paper abstracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages