Skip to content

Instantly share code, notes, and snippets.

View augustfly's full-sized avatar

August Muench augustfly

View GitHub Profile
from __future__ import division, print_function
"""
This script takes in the URL to the JSON version of an ADS private library, and outputs a bibtex file suitable for importing into ORCiD
"""
import json
import urllib2
@augustfly
augustfly / vao_intercom.py
Created April 8, 2011 17:17 — forked from lupalberto/vaods9.py
Gus's play on Omar's sampy code
# src: https://gist.github.com/906716/82e170c4952a75fde3fdc1e5c5f008979e1a8364
import sampy
import urlparse
mtype_lu = {}
mtype_lu['votable'] = {'mtype':'table.load.votable',
'params':['name','url','table-id']}
mtype_lu['fits_table'] = {'mtype':'table.fits.votable' ,
'params':['name','url','table-id']}