Skip to content

Commit

Permalink
Merge pull request #21 from mattpitkin/citation
Browse files Browse the repository at this point in the history
Add citation information
  • Loading branch information
mattpitkin authored May 2, 2018
2 parents 1a5cc6a + 6563970 commit b621ca6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions psrqpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

__version__ = "0.4.12"

__citation__ = """@article{psrqpy,
author = {{Pitkin}, M.},
title = "{psrqpy: a python interface for querying the ATNF pulsar catalogue}",
volume = 3,
number = 22,
pages = 538,
month = feb,
year = 2018,
journal = "{Journal of Open Source Software}",
doi = {10.21105/joss.00538},
url = {https://doi.org/10.21105/joss.00538}
}
"""

from .search import QueryATNF
from .pulsar import Pulsar, Pulsars
from .utils import *

0 comments on commit b621ca6

Please sign in to comment.