Skip to content

Instantly share code, notes, and snippets.

View steven-murray's full-sized avatar

Steven Murray steven-murray

View GitHub Profile
@steven-murray
steven-murray / manage_my_pubs.py
Created March 17, 2022 22:05
Manage your ADS publications!
"""
Super simple script for managing all your ADS publications.
Installation and Setup
----------------------
To setup for calling the script, you must install ads::
$ pip install git+git://github.com/steven-murray/ads
and also the following deps::
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import division
from __future__ import unicode_literals
import numpy as np
import abel
from scipy.special import jn
from scipy.ndimage import zoom
import matplotlib.pyplot as plt
@steven-murray
steven-murray / intro_jupyter.ipynb
Last active June 27, 2016 09:25
intro_jupyter.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@steven-murray
steven-murray / Generate Source Counts from HMF.ipynb
Last active December 2, 2015 04:29
Simple model for radio source counts
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@steven-murray
steven-murray / 0_reuse_code.js
Created January 21, 2014 01:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console