diff --git a/README.md b/README.md index 061502d..832e7e7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # causal-curve [![build status](http://img.shields.io/travis/ronikobrosly/causal-curve/master.svg?style=flat)](https://travis-ci.org/ronikobrosly/causal-curve) - [![codecov](https://codecov.io/gh/ronikobrosly/causal-curve/branch/master/graph/badge.svg)](https://codecov.io/gh/ronikobrosly/causal-curve) - [![DOI](https://zenodo.org/badge/256017107.svg)](https://zenodo.org/badge/latestdoi/256017107) Python tools to perform causal inference using observational data when the treatment of interest is continuous. @@ -25,6 +23,7 @@ Python tools to perform causal inference using observational data when the treat - [Documentation](#documentation) - [In Progress](#in-progress) - [Contributing](#contributing) +- [Citation](#citation) - [References](#references) ## Overview @@ -54,6 +53,10 @@ This library attempts to address this gap, providing tools to estimate causal cu Your help is absolutely welcome! Please do reach out or create a feature branch! +## Citation + +Kobrosly, R. W., (2020). causal-curve: A Python Causal Inference Package to Estimate Causal Dose-Response Curves. Journal of Open Source Software, 5(52), 2523, [https://doi.org/10.21105/joss.02523](https://doi.org/10.21105/joss.02523) + ## References Galagate, D. Causal Inference with a Continuous Treatment and Outcome: Alternative @@ -71,7 +74,7 @@ van der Laan MJ and Gruber S. Collaborative double robust penalized targeted maximum likelihood estimation. In: The International Journal of Biostatistics 6(1), 2010. van der Laan MJ and Rubin D. Targeted maximum likelihood learning. In: ​U.C. Berkeley Division of -Biostatistics Working Paper Series, 2006. +Biostatistics Working Paper Series, 2006. Imai K., Keele L., Tingley D. A General Approach to Causal Mediation Analysis. Psychological Methods. 15(4), 2010, pp.309–334. diff --git a/docs/changelog.rst b/docs/changelog.rst index 9f0b9d3..e3b3c87 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Change Log ========== +Version 0.3.8 +------------- +- Added citation (yay!) + + Version 0.3.7 ------------- - Bumped version for PyPi diff --git a/docs/citation.rst b/docs/citation.rst index 3941b52..c0bc922 100644 --- a/docs/citation.rst +++ b/docs/citation.rst @@ -1,7 +1,7 @@ Citation ======== -We don't yet have any publication related to this project. Until we do, please consider -citing us in your academic or industry project. +Please consider citing us in your academic or industry project. -R.W. Kobrosly, Causal Curve, (2020), GitHub repository, https://github.com/ronikobrosly/causal-curve +Kobrosly, R. W., (2020). causal-curve: A Python Causal Inference Package to Estimate +Causal Dose-Response Curves. Journal of Open Source Software, 5(52), 2523, https://doi.org/10.21105/joss.02523 diff --git a/docs/conf.py b/docs/conf.py index a24f26d..6c41670 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Roni Kobrosly' # The full version, including alpha/beta/rc tags -release = '0.3.7' +release = '0.3.8' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 058c782..3a04540 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="causal-curve", - version="0.3.7", + version="0.3.8", author="Roni Kobrosly", author_email="roni.kobrosly@gmail.com", description="A python library with tools to perform causal inference using \