Skip to content

Create an author network plot using ADS data

Notifications You must be signed in to change notification settings

ajnonaka/author_network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

First, create a token to access the ADS api

http://adsabs.github.io/help/api/

Copy this token into a file called .ads/dev_key

A sample driver looks like:

import author_network as an

names = ["Hix, W", "Calder, A", "Dubey, A", "Fuller, G", "Kasen, D", "Mezzacappa, A", "Roberts, L", "Steiner, A", "Burrows, A", "Couch, S", "Fryer, C", "Nonaka, A", "Messer, O", "Reddy, S", "Surman, R", "Zingale, M"]

an.create_network(names, year=2015)

About

Create an author network plot using ADS data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%