diff --git a/python/README.rst b/python/README.rst
index 6f977bc..d0a48ed 100644
--- a/python/README.rst
+++ b/python/README.rst
@@ -3,13 +3,20 @@ demixed Principal Component Analysis (dPCA)
dPCA is a linear dimensionality reduction technique that automatically discovers and highlights the essential features of complex population activities. The population activity is decomposed into a few demixed components that capture most of the variance in the data and that highlight the dynamic tuning of the population to various task parameters, such as stimuli, decisions, rewards, etc.
-> D Kobak+, W Brendel+, C Constantinidis, CE Feierstein,
-A Kepecs, ZF Mainen, X-L Qi, R Romo, N Uchida, CK Machens
-> **Demixed principal component analysis of neural population data**
-> eLife 2016, https://elifesciences.org/content/5/e10989
-> (arXiv link: http://arxiv.org/abs/1410.6031)
-
-This repository provides easy to use Python and MATLAB implementations of dPCA as well as example code.
+.. code-block::
+
+ @article{kobak2016dpca,
+ title={Demixed principal component analysis of neural population data},
+ volume={5},
+ ISSN={2050-084X},
+ url={http://dx.doi.org/10.7554/eLife.10989},
+ DOI={10.7554/elife.10989},
+ journal={eLife},
+ publisher={eLife Sciences Publications, Ltd},
+ author={Kobak, Dmitry and Brendel, Wieland and Constantinidis, Christos and Feierstein, Claudia E and Kepecs, Adam and Mainen, Zachary F and Qi, Xue-Lian and Romo, Ranulfo and Uchida, Naoshige and Machens, Christian K},
+ year={2016},
+ month={Apr}
+ }
## Use dPCA