Skip to content

DerwenAI/arxiv-trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arxiv-trends

Analyze trends among articles published on arXiv

Install

python3 -m venv venv
source venv/bin/activate

python3 -m pip install -U pip
python3 -m pip install -r requirements.txt 
python3 -m spacy download en_core_web_sm
cp base.ttl arxiv.ttl

Usage

python3 arxiv.py cmd-query --min-date=2021-01-01 "knowledge graph"
python3 arxiv.py cmd-analyze
python3 arxiv.py cmd-visualize
python3 arxiv.py cmd-extract

License and Copyright

Source code for arxiv-trends plus its logo, documentation, and examples have an MIT license which is succinct and simplifies use in commercial applications.

Kudos

Kudos to arXiv for use of its open access interoperability; to Jürgen Müller @ BASF for the original idea; plus general support from Derwen, Inc.; the Knowledge Graph Conference and Connected Data World.