Skip to content

Commit

Permalink
add citation (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Dec 28, 2020
1 parent 625f01e commit d04367f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Expand Up @@ -30,6 +30,23 @@ Bambi requires working versions of numpy, pandas, matplotlib, patsy, pymc3, and

The Bambi documentation can be found in the [official docs](https://bambinos.github.io/bambi/index.html)

## Citation

If you use Bambi and want to cite it please use [![arXiv](https://img.shields.io/badge/arXiv-2012.10754-b31b1b.svg)](https://arxiv.org/abs/2012.10754)

Here is the citation in BibTeX format

```
@misc{capretto2020,
title={Bambi: A simple interface for fitting Bayesian linear models in Python},
author={Tomás Capretto and Camen Piho and Ravin Kumar and Jacob Westfall and Tal Yarkoni and Osvaldo A. Martin},
year={2020},
eprint={2012.10754},
archivePrefix={arXiv},
primaryClass={stat.CO}
}
```

## Contributions

Bambi is a community project and welcomes contributions. Additional information can be found in the [Contributing](https://github.com/bambinos/bambi/blob/master/CONTRIBUTING.md) Readme.
Expand Down
21 changes: 21 additions & 0 deletions docs/index.rst
Expand Up @@ -60,6 +60,27 @@ A simple fixed effects model is shown below as example.
For a more in-depth introduction to Bambi see our `Quickstart <https://github.com/bambinos/bambi#quickstart>`_ or our set of example notebooks.

Citation
========
If you use Bambi and want to cite it please use |arXiv|

.. |arXiv| image:: https://img.shields.io/badge/arXiv-2012.10754-b31b1b.svg
:target: https://arxiv.org/abs/2012.10754

Here is the citation in BibTeX format

.. code-block::
@misc{capretto2020,
title={Bambi: A simple interface for fitting Bayesian linear models in Python},
author={Tomás Capretto and Camen Piho and Ravin Kumar and Jacob Westfall and Tal Yarkoni and Osvaldo A. Martin},
year={2020},
eprint={2012.10754},
archivePrefix={arXiv},
primaryClass={stat.CO}
}
Contributing
============
We welcome contributions from interested individuals or groups! For information about contributing to Bambi, check out our instructions, policies, and guidelines `here <https://github.com/bambinos/bambi/blob/master/CONTRIBUTING.md>`_.
Expand Down

0 comments on commit d04367f

Please sign in to comment.