Skip to content

Commit

Permalink
added citation (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronikobrosly authored Sep 2, 2020
1 parent 2a81178 commit 9f9c2e6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Change Log
==========

Version 0.3.8
-------------
- Added citation (yay!)


Version 0.3.7
-------------
- Bumped version for PyPi
Expand Down
6 changes: 3 additions & 3 deletions docs/citation.rst
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="causal-curve",
version="0.3.7",
version="0.3.8",
author="Roni Kobrosly",
author_email="[email protected]",
description="A python library with tools to perform causal inference using \
Expand Down

0 comments on commit 9f9c2e6

Please sign in to comment.