Skip to content

Commit

Permalink
Updated the citation info
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Dec 22, 2019
1 parent dfb2af5 commit 0b5656f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 49 deletions.
38 changes: 22 additions & 16 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,24 +344,30 @@ Corrfunc was designed by Manodeep Sinha and is currently maintained by
Citing
======

If you use the code, please cite using the `ascl entry <http://ascl.net/1703.003>`_ as indexed by `ADS <http://adsabs.harvard.edu/abs/2017ascl.soft03003S>`_. The BibTex entry for the code is
If you use ``Corrfunc`` for research, please cite using the MNRAS code paper with the following
bibtex entry:

::

@misc{2017ascl.soft03003S,
author = {{Sinha}, M. and {Garrison}, L.},
title = "{Corrfunc: Blazing fast correlation functions on the CPU}",
keywords = {Software},
howpublished = {Astrophysics Source Code Library},
year = 2017,
month = mar,
archivePrefix = "ascl",
eprint = {1703.003},
adsurl = {http://adsabs.harvard.edu/abs/2017ascl.soft03003S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

If you are using ``Corrfunc v2.3.0`` or later, please additionally cite this paper:
@article{10.1093/mnras/stz3157,
author = {Sinha, Manodeep and Garrison, Lehman H},
title = "{corrfunc – a suite of blazing fast correlation functions on the
CPU}",
journal = {Monthly Notices of the Royal Astronomical Society},
volume = {491},
number = {2},
pages = {3022-3041},
year = {2019},
month = {11},
issn = {0035-8711},
doi = {10.1093/mnras/stz3157},
url = {https://doi.org/10.1093/mnras/stz3157},
eprint =
{http://oup.prod.sis.lan/mnras/article-pdf/491/2/3022/31564877/stz3157.pdf},
}

If you are using ``Corrfunc v2.3.0`` or later, **and** you benefit from the
enhanced vectorised kernels, then please additionally cite this paper:

::

Expand Down Expand Up @@ -433,4 +439,4 @@ Project URL

.. |Paper II| image:: https://img.shields.io/badge/arXiv-1911.08275-%23B31B1B
:target: https://arxiv.org/abs/1911.08275
:alt: Corrfunc Paper II
:alt: Corrfunc Paper II
74 changes: 41 additions & 33 deletions docs/source/development/citing_corrfunc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,47 @@ Citing Corrfunc
------------------


Corrfunc v2.0.0 release is accompanied with a code-release paper,
`arXiv:1911.03545 <https://arxiv.org/abs/1911.03545>`_. If you use
Corrfunc (v2.0.0 or earlier) modules in your analysis, you can cite Corrfunc with the ASCL entry::

@misc{2017ascl.soft03003S,
author = {{Sinha}, M. and {Garrison}, L.},
title = "{Corrfunc: Blazing fast correlation functions on the CPU}",
keywords = {Software},
howpublished = {Astrophysics Source Code Library},
year = 2017,
month = mar,
archivePrefix = "ascl",
eprint = {1703.003},
adsurl = {http://adsabs.harvard.edu/abs/2017ascl.soft03003S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

If you use Corrfunc v2.3.0 or later, please cite both the v2.0.0 and the CCIS
proceedings::

@InProceedings{10.1007/978-981-13-7729-7_1,
author="Sinha, Manodeep and Garrison, Lehman",
editor="Majumdar, Amit and Arora, Ritu",
title="CORRFUNC: Blazing Fast Correlation Functions with AVX512F SIMD
Intrinsics",
booktitle="Software Challenges to Exascale Computing",
year="2019",
publisher="Springer Singapore",
address="Singapore",
pages="3--20",
isbn="978-981-13-7729-7",
url={https://doi.org/10.1007/978-981-13-7729-7_1}
}
If you use ``Corrfunc`` for research, please cite using the MNRAS code paper with the following
bibtex entry:

::

@article{10.1093/mnras/stz3157,
author = {Sinha, Manodeep and Garrison, Lehman H},
title = "{corrfunc – a suite of blazing fast correlation functions on the
CPU}",
journal = {Monthly Notices of the Royal Astronomical Society},
volume = {491},
number = {2},
pages = {3022-3041},
year = {2019},
month = {11},
issn = {0035-8711},
doi = {10.1093/mnras/stz3157},
url = {https://doi.org/10.1093/mnras/stz3157},
eprint =
{http://oup.prod.sis.lan/mnras/article-pdf/491/2/3022/31564877/stz3157.pdf},
}

The MNRAS paper (also on `arXiv:1911.03545
<https://arxiv.org/abs/1911.03545>`_) targets ``Corrfunc v2.0.0``. If you are
using ``Corrfunc v2.3.0`` or later, **and** you benefit from the
enhanced vectorised kernels, then please additionally cite this paper:

::

@InProceedings{10.1007/978-981-13-7729-7_1,
author="Sinha, Manodeep and Garrison, Lehman",
editor="Majumdar, Amit and Arora, Ritu",
title="CORRFUNC: Blazing Fast Correlation Functions with AVX512F SIMD Intrinsics",
booktitle="Software Challenges to Exascale Computing",
year="2019",
publisher="Springer Singapore",
address="Singapore",
pages="3--20",
isbn="978-981-13-7729-7",
url={https://doi.org/10.1007/978-981-13-7729-7_1}
}



Expand Down

0 comments on commit 0b5656f

Please sign in to comment.