• Stars
    star
    161
  • Rank 228,390 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 11 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python tool for ADS

A Python Module to Interact with NASA's ADS that Doesn't Suckâ„¢

If you're in astro research, then you pretty much need NASA's ADS. It's tried, true, and people go crazy on the rare occasions when it goes down.

https://travis-ci.org/andycasey/ads.svg?branch=master https://coveralls.io/repos/github/andycasey/ads/badge.svg?branch=master

Quickstart

>>> import ads
>>> ads.config.token = 'secret token'
>>> papers = ads.SearchQuery(q="supernova", sort="citation_count")
>>> for paper in papers:
>>>    print(paper.title)
[u'Maps of Dust Infrared Emission for Use in Estimation of Reddening and Cosmic Microwave Background Radiation Foregrounds']
[u'Measurements of Omega and Lambda from 42 High-Redshift Supernovae']
[u'Observational Evidence from Supernovae for an Accelerating Universe and a Cosmological Constant']
[u'First-Year Wilkinson Microwave Anisotropy Probe (WMAP) Observations: Determination of Cosmological Parameters']
[u'Abundances of the elements: Meteoritic and solar']

Running Tests

> cd /path/to/ads > python -m unittest discover

More Repositories

1

paper-maker

Build LaTex manuscripts with GitHub Actions and post the PDF back to GitHub
30
star
2

smhr

Spectroscopy Made Hard(er)
Python
13
star
3

sick

sick, the spectroscopic inference crank
Python
11
star
4

AnniesLasso

The Cannon 2: Compressed sensing edition
TeX
10
star
5

domain

Python client for the Domain Property API
Python
10
star
6

moog

A package installer for the MOOG code
Fortran
9
star
7

cite-me-maybe

Recommend articles that should have been cited in a paper
Python
5
star
8

gaia-on-tap

Python utilities and examples for accessing Gaia data using the Table Access Protocol (TAP)
Python
5
star
9

ptv

Python client for the Public Transport Victoria real-time API
Python
3
star
10

stellardiff

Python
3
star
11

mcfa

An exact method for optimising a mixture of common factor analysers
Jupyter Notebook
3
star
12

dotdraft

git going with .draft
Perl
3
star
13

snob

Statistical and inductive inference using minimum message length.
Jupyter Notebook
3
star
14

gmmmml

Gaussian Mixture Models (GMM) with Minimum Message Length (MML)
Python
3
star
15

bedell-tours-eso

Python
2
star
16

dropbear

Python
2
star
17

orchestra

Twangle? Orchestra? Melody?
OpenEdge ABL
2
star
18

oracle-app

CSS
2
star
19

bns-waveforms

Approximate models for numerical relativity waveforms of binary neutron star mergers
Jupyter Notebook
2
star
20

Korg.py

For people who are not ready to switch from I̶D̶L̶ ̶t̶o̶ ̶P̶y̶t̶h̶o̶n̶ Python to Julia
2
star
21

original-oracle

oracle, the suppository of all wisdom
AGS Script
2
star
22

zoomerang

Record telecons that are scheduled in your calendar and post the recordings to a private podcast
Python
2
star
23

precise-objective-differential-spectroscopy

Infer that!
Python
1
star
24

heroku-webhook-ping

small.cat/pen
TeX
1
star
25

gap_tellurics

Telluric identification corrections for HERMES.
Python
1
star
26

r-process-orbits

Did all r-process stars in the Milky Way come from neutron star mergers in UFD galaxies?
TeX
1
star
27

ads-paperboy-monash

Collate recent papers by Monash (astro)physicists so they can be advertised in the school
Python
1
star
28

arxiv59

@arxiv59
Python
1
star
29

cv

My automatically-generated academic CV
TeX
1
star