Skip to content

Commit 8e5a6ff

Browse files
authored
Update README.md
1 parent 8ed2692 commit 8e5a6ff

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</p>
99

1010
## Open access and Code
11-
This repository contains the open access version of the text and the code examples in the book. All of this can be more easily viewed at www.bayesiancomputationbook.com
11+
This repository contains the open-access version of the text and the code examples in the book. All of this can be more easily viewed at www.bayesiancomputationbook.com
1212

1313
## See a mistake?
1414
If you see any issues please create an issue on [the issue tracker](https://github.com/BayesianModelingandComputationInPython/BookCode_Edition1/issues)
@@ -24,7 +24,32 @@ conda activate bmcp
2424
```
2525

2626
### Colab
27+
2728
The book code can also be run using Google Colab.
2829
https://colab.research.google.com
2930

3031
More instructions to come soon
32+
33+
### Citation
34+
35+
If you use the online or printed versions of this book in your own work, please cite us using
36+
37+
Martin Osvaldo A, Kumar Ravin; Lao Junpeng Bayesian Modeling and Computation in Python Boca Ratón, 2021. ISBN 978-0-367-89436-8
38+
39+
Here is the citation in BibTeX format
40+
41+
```
42+
@book{BMCP2021,
43+
title = {{Bayesian Modeling and Computation in Python}},
44+
author = {Martin, Osvaldo A. and Kumar, Ravin and Lao, Junpeng},
45+
year = {2021},
46+
month = dec,
47+
address = {{Boca Raton}},
48+
isbn = {978-0-367-89436-8},
49+
}
50+
```
51+
52+
### Donation
53+
54+
This book is only possible because of open source contributors working on the projects we used. If you like this book we encourage you to make a donation to [ArviZ](https://numfocus.org/arviz-bayesian-book-form) or [PyMC](https://numfocus.org/pymc-bayesian-book-form).
55+

0 commit comments

Comments
 (0)