schatzopoulos / citation_network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Citations Network

made-with-python

This repository contains a pipeline written in Python (Luigi) that performs the following steps:

  • Crawls DBLP and downloads open access papers
  • Extracts reference list from them and builds the citation network
  • Computes citation count and pagerank based algorithms for ranking papers in the network
  • Creates an analytic report for the most influential and trending papers found in the above network

Install Python


Please visit the wiki at Install Python.

Where to start developing?


# install pip 
sudo apt-get install python-pip

# install requirements
pip install -r requirements.txt

# Run the application
PYTHONPATH='.' luigi --module crawler Crawler --local-scheduler
...

About


Languages

Language:Python 100.0%