DBLPA is analysis tool which can help you find out the research trend in Recent conference, by utilize urllib2, matplotlib and data in DBLP.
python 2.7+
- matplotlib
- urllib2
you should get the DBLPA via git clone:
git clone https://github.com/septicmk/DBLP_Analysis.git
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' ]
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.