From cab4dff465bb921761942c49bcd887d6358497da Mon Sep 17 00:00:00 2001 From: lgrcia <20612771+lgrcia@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:34:57 -0400 Subject: [PATCH] docs: add citation --- README.md | 25 +++++++++++++++++++++++++ docs/citation.md | 22 ++++++++++++++++++++++ docs/index.md | 1 + 3 files changed, 48 insertions(+) create mode 100644 docs/citation.md diff --git a/README.md b/README.md index f43264c..2a91160 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,28 @@ git clone https://github.com/lgrcia/nuance cd nuance pip install -e . ``` + +## Citation + +If you find *nuance* useful for your research, cite [Garcia et. al 2024](https://ui.adsabs.harvard.edu/abs/2024AJ....167..284G). The BibTeX entry for the paper is: + +``` +@ARTICLE{2024AJ....167..284G, + author = {{Garcia}, Lionel J. and {Foreman-Mackey}, Daniel and {Murray}, Catriona A. and {Aigrain}, Suzanne and {Feliz}, Dax L. and {Pozuelos}, Francisco J.}, + title = "{nuance: Efficient Detection of Planets Transiting Active Stars}", + journal = {\aj}, + keywords = {Exoplanet detection methods, Stellar activity, Time series analysis, Gaussian Processes regression, Computational methods, GPU computing, 489, 1580, 1916, 1930, 1965, 1969, Astrophysics - Earth and Planetary Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics}, + year = 2024, + month = jun, + volume = {167}, + number = {6}, + eid = {284}, + pages = {284}, + doi = {10.3847/1538-3881/ad3cd6}, +archivePrefix = {arXiv}, + eprint = {2402.06835}, + primaryClass = {astro-ph.EP}, + adsurl = {https://ui.adsabs.harvard.edu/abs/2024AJ....167..284G}, + adsnote = {Provided by the SAO/NASA Astrophysics Data System} +} +``` \ No newline at end of file diff --git a/docs/citation.md b/docs/citation.md new file mode 100644 index 0000000..935c498 --- /dev/null +++ b/docs/citation.md @@ -0,0 +1,22 @@ +If you find *nuance* useful for your research, cite [Garcia et. al 2024](https://ui.adsabs.harvard.edu/abs/2024AJ....167..284G). The BibTeX entry for the paper is: + +``` +@ARTICLE{2024AJ....167..284G, + author = {{Garcia}, Lionel J. and {Foreman-Mackey}, Daniel and {Murray}, Catriona A. and {Aigrain}, Suzanne and {Feliz}, Dax L. and {Pozuelos}, Francisco J.}, + title = "{nuance: Efficient Detection of Planets Transiting Active Stars}", + journal = {\aj}, + keywords = {Exoplanet detection methods, Stellar activity, Time series analysis, Gaussian Processes regression, Computational methods, GPU computing, 489, 1580, 1916, 1930, 1965, 1969, Astrophysics - Earth and Planetary Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics}, + year = 2024, + month = jun, + volume = {167}, + number = {6}, + eid = {284}, + pages = {284}, + doi = {10.3847/1538-3881/ad3cd6}, +archivePrefix = {arXiv}, + eprint = {2402.06835}, + primaryClass = {astro-ph.EP}, + adsurl = {https://ui.adsabs.harvard.edu/abs/2024AJ....167..284G}, + adsnote = {Provided by the SAO/NASA Astrophysics Data System} +} +``` \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 939c482..fb66d70 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,6 +62,7 @@ Efficient detection of planets transiting quiet or active stars markdown/install notebooks/motivation.ipynb examples.md +citation.md ```