You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the source material, code, and data for the book, [*Computational Methods for Economists using Python*](), by Richard W. Evans (2023). This book is freely available online as an executable Jupyter Book at [url to book]().
9
+
This repository contains the source material, code, and data for the book, [*Computational Methods for Economists using Python*](), by Richard W. Evans (2023). This book is freely available online as an executable Jupyter Book at [url to book](https://opensourceecon.github.io/CompMethods/).
10
10
11
11
The materials for the book are constantly being updated. The version number listed in the [Releases](https://github.com/OpenSourceEcon/CompMethods/releases) section of the repository tracks the updates, as well as the [`CHANGELOG.md`](CHANGELOG.md) file.
12
12
@@ -15,10 +15,10 @@ As an open executable book project, this book is happy to receive, address, and
15
15
[Richard W. Evans, Phd](https://sites.google.com/site/rickecon) ([@rickecon](https://github.com/rickecon)) is the author of the book and the core maintainer of this repository.
16
16
17
17
## Citing this book
18
-
Please use the following citation for this book.
18
+
Please use the following citation form for this book.
19
19
20
20
General citation to the book:
21
-
* Evans, Richard W., *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, [url to book].
21
+
* Evans, Richard W., *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, https://opensourceecon.github.io/CompMethods/.
22
22
23
23
Citation to a chapter in the book:
24
-
* Evans, Richard W., "[insert chapter name]", in *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, [url to chapter].
24
+
* Evans, Richard W., "[insert chapter name]", in *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, https://opensourceecon.github.io/CompMethods/[chapter path].
0 commit comments