From 810932a2ed6d718ab453d12a872c10a76df82b28 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Wed, 9 May 2018 08:54:04 +1000
Subject: [PATCH] Add citation guide

---
 README.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/README.md b/README.md
index 7e51680..a559438 100644
--- a/README.md
+++ b/README.md
@@ -118,3 +118,24 @@ here, we use the default ephemeris files provided with `lalsuite`.
 
 This project is open to development, please feel free to contact us
 for advice or just jump in and submit a pull request.
+
+## Citing this work
+
+If you use `PyFstat` in a publication we would appreciate if you cite the
+original paper introducing the code, the [ADS page can be found
+here](http://adsabs.harvard.edu/abs/2018arXiv180205450A) and the version
+release:
+
+```
+@misc{pyfstat,
+  author       = {{Ashton}, G. and {Keitel}, D.},
+  title        = {{PyFstat-v1.2}},
+  month        = may,
+  year         = 2018,
+  doi          = {10.5281/zenodo.1243931},
+  url          = {https://doi.org/10.5281/zenodo.1243931},
+  note= {\url{https://doi.org/10.5281/zenodo.1243931}}
+}
+```
+
+
-- 
GitLab