Skip to content

CSWater/DBLP_Analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBLPA

DBLPA is analysis tool which can help you find out the research trend in Recent conference, by utilize urllib2, matplotlib and data in DBLP.

hadoop tread:

GPU tread:

Requirement

python 2.7+

  • matplotlib
  • urllib2

Quick Start

Download

you should get the DBLPA via git clone:

git clone https://github.com/septicmk/DBLP_Analysis.git

Config

With a little config in the DBLPA, you can set the conferences that you are interested in and the search keywords used to filter out the target. Don't forget to set the year!

conf_lists = ['usenix', 'eurosys', 'osdi', 'sosp', 'ics', 'spaa', 'ppopp', 'ipps', 'sc']
years = [ '2010', '2011', '2012', '2013', '2014', '2015', '2016']
key_words_include = [ 'GPU' ]

Run

Fetch the infomation about your conferences.(this step may take a looooooooong time.)

python DBLPA.py -f

Query the keywords

python DBLPA.py -q

It will generate a graph like above and a file named ans.json contained the targets for you.

About

Try to find trend in conference paper by utilizing python urllib2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%