Skip to content

Commit

Permalink
adding kitp ack and jax cite
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed May 7, 2021
1 parent 0f60b0b commit 5885a8c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions joss/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -679,3 +679,11 @@ @article{raposo17
adsurl = {https://ui.adsabs.harvard.edu/abs/2017MNRAS.467.1702R},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@software{jax,
author = {James Bradbury and Roy Frostig and Peter Hawkins and Matthew James Johnson and Chris Leary and Dougal Maclaurin and George Necula and Adam Paszke and Jake Vander{P}las and Skye Wanderman-{M}ilne and Qiao Zhang},
title = {{JAX}: composable transformations of {P}ython+{N}um{P}y programs},
url = {http://github.com/google/jax},
version = {0.2.5},
year = {2018}
}
11 changes: 8 additions & 3 deletions joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ related.
that must be compiled for performance. These include an efficient solver for
Kepler's equation [based on the algorithm proposed by @raposo17] and limb
darkened transit light curves [@agol20]. Besides the implementation for
`PyMC3` and `Theano`, `exoplanet-core` includes implementations in `numpy` and
`jax`.
`PyMC3` and `Theano`, `exoplanet-core` includes implementations in `numpy`
[@numpy] and `jax` [@jax].
- `celerite2`[^celerite2], is an updated implementation of the _celerite_
algorithm[^celerite] [@foremanmackey17; @foremanmackey18] for scalable
Gaussian Process regression for time series data. Like `exoplanet-core`,
Expand Down Expand Up @@ -227,8 +227,13 @@ We would like to thank the Astronomical Data Group at Flatiron for listening to
every iteration of this project and for providing great feedback every step of
the way.

This research was partially conducted during the _Exostar19_ program at the
_Kavli Institute for Theoretical Physics_ at UC Santa Barbara, which was
supported in part by the National Science Foundation under Grant No. NSF
PHY-1748958.

Besides the software cited above, `exoplanet` is also built on top of `ArviZ`
[@arviz], `AstroPy` [@astropy13; @astropy18], and `NumPy` [@numpy].
[@arviz] and `AstroPy` [@astropy13; @astropy18].

# References

Expand Down

0 comments on commit 5885a8c

Please sign in to comment.