Skip to content

Commit 170b598

Browse files
authored
Merge pull request #1120 from bsipocz/citation_add_037
Adding citation file with bibtex, and update readme
2 parents c9bd88e + 2ef6658 commit 170b598

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

CITATION

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
If you use Astroquery for work/research presented in a publication (whether
2+
directly, or as a dependency to another package), we recommend and encourage
3+
to cite Astroquery. Please use the Zenodo DOI of the release you are using,
4+
the current latest is can be found at the following page:
5+
https://zenodo.org/record/1160627
6+
7+
BibTeX entry for the citation is:
8+
9+
@misc{astroquery,
10+
author = {Adam Ginsburg and
11+
Brigitta Sipocz and
12+
Madhura Parikh and
13+
Julien Woillez and
14+
Austen Groener and
15+
Simon Liedtke and
16+
Thomas Robitaille and
17+
Christoph Deil and
18+
jcsegovia and
19+
Henrik Norman and
20+
Brian Svoboda and
21+
C. E. Brasseur and
22+
Erik Tollerud and
23+
Magnus Vilhelm Persson and
24+
adamginsburg and
25+
Loïc Séguin-Charbonneau and
26+
Caden Armstrong and
27+
Miguel de Val-Borro and
28+
Brett M. Morris and
29+
Jordan Mirocha and
30+
Ayush Yadav and
31+
Michael Seifert and
32+
Michael Droettboom and
33+
Fred Moolekamp and
34+
james-allen and
35+
Azalee Bostroem and
36+
Ricky Egeland and
37+
Leo Singer and
38+
Evert Rol and
39+
Frédéric Grollier},
40+
title = {astropy/astroquery: v0.3.7 release},
41+
month = jan,
42+
year = 2018,
43+
doi = {10.5281/zenodo.1160627},
44+
url = {https://doi.org/10.5281/zenodo.1160627}
45+
}

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include LICENSE.rst
22
include README.rst
33
include CHANGES.rst
4+
include CITATION
45
include astroquery/splatalogue/data/*
56

67
include ez_setup.py

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,13 @@ Additional Links
133133

134134
`Download Development ZIP`_ | `Download Development TAR`_
135135

136-
Maintained by `Adam Ginsburg`_ (`[email protected]`_)
136+
Maintained by `Adam Ginsburg`_ and `Brigitta Sipocz <github.com/bsipocz>`_ (`[email protected]`_)
137137

138-
To cite, use our `figshare`_ DOI (http://dx.doi.org/10.6084/m9.figshare.805208) or our Zenodo DOI.
138+
If you use ``astroquery``, please cite our `Zenodo DOI
139+
<https://doi.org/10.5281/zenodo.1160627>`_.
140+
141+
(Before using Zenodo, ``astroquery`` v0.1 had a `figshare`_ DOI:
142+
http://dx.doi.org/10.6084/m9.figshare.805208 )
139143

140144

141145
Badges

0 commit comments

Comments
 (0)