Skip to content

henrikmidtiby/CitationMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Citation mapper

Installation guide

Tested on Ubuntu 18.04 LTS.

Download or clone from github

git clone git@github.com:henrikmidtiby/CitationMapper.git
cd CitationMapper

Install graphviz

sudo apt-get install graphviz

Create and activate a virtual environment

python3 -m venv env
source env/bin/activate

Install python requirements

pip install -r src/requirements.txt

Launch the program.

python src/CitationMapper.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published