Skip to content

Commit

Permalink
added code references (merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
apetri committed May 3, 2016
2 parents e9bdb10 + 98f7786 commit d575ff3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,20 @@ Welcome to LensTools!
:target: http://lenstools.readthedocs.org/en/latest/?badge=latest
:alt: Documentation Status

This python package collects together a suite of widely used analysis tools in Weak Gravitational Lensing. For more information visit `the project official page <http://lenstools.readthedocs.io>`_
This python package collects together a suite of widely used analysis tools in Weak Gravitational Lensing. For more information visit `the project official page <http://lenstools.readthedocs.io>`_. If you make use of this code in your work, please cite it!

::
@MISC{LensTools-ASCL,
author = {{Petri}, A.},
title = "{LensTools: Weak Lensing computing tools}",
howpublished = {Astrophysics Source Code Library},
year = 2016,
month = feb,
archivePrefix = "ascl",
eprint = {1602.009},
adsurl = {http://adsabs.harvard.edu/abs/2016ascl.soft02009P},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}

}
23 changes: 23 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,29 @@ This python add-on will handle basically every operation you will need to perfor
- Easy multiprocessing and cluster deployment via the mpi4py_ module
- *Future prospect*: taking advantage of numpy offload capabilities to Intel Xeon Phi coprocessors to boost performance (planned)

Acknowledgement
---------------

LensTools is open source and released under the MIT license. If you make use of LensTools in your work, please cite the corresponding entry in the Astrophysics Source Code Library (ASCL)

::
@MISC{LensTools-ASCL,
author = {{Petri}, A.},
title = "{LensTools: Weak Lensing computing tools}",
howpublished = {Astrophysics Source Code Library},
year = 2016,
month = feb,
archivePrefix = "ascl",
eprint = {1602.009},
adsurl = {http://adsabs.harvard.edu/abs/2016ascl.soft02009P},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}

}

A regular code paper has been submitted for peer review and an electronic reference will be available soon.

Installation
------------

Expand Down

0 comments on commit d575ff3

Please sign in to comment.