From 27f409e0fd5fa25e8704bed00a87527ee212744e Mon Sep 17 00:00:00 2001 From: Elizaveta Semenova Date: Wed, 20 Nov 2024 21:18:04 +0000 Subject: [PATCH] minor text changes --- 01_intro.md | 2 +- 09_intro_to_Numpyro.ipynb | 2 +- _config.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/01_intro.md b/01_intro.md index df09f59..d3dee00 100644 --- a/01_intro.md +++ b/01_intro.md @@ -24,7 +24,7 @@ After delivering the course, I plan to keep improving and expanding the material ``` - If you enjoyed the content **and / or** learnt from it, please leave a 'star' to the [book's GitHub](https://github.com/elizavetasemenova/prob-epi) repository. -- If you are creating a written document (a paper, report, book chapter) where you use what you've learnt here, please cite +- If you are creating a written document (a paper, report, book chapter) where you use what you've learnt here, please cite ``` @software{Semenova_Bayesian_Modelling_and_2024, diff --git a/09_intro_to_Numpyro.ipynb b/09_intro_to_Numpyro.ipynb index 6f00b22..84b816a 100644 --- a/09_intro_to_Numpyro.ipynb +++ b/09_intro_to_Numpyro.ipynb @@ -468,7 +468,7 @@ "source": [ "## Outro\n", "\n", - "NumPyro is a versatile library for probabilistic programming that combines the power of NumPy and Pyro. In this introductory tutorial, we've covered the basics of defining a probabilistic model, performing MCMC inference, and visualizing the results. As you delve deeper into probabilistic programming with NumPyro, you'll be able to build more complex and customized models for your specific applications. Happy modeling!" + "NumPyro is a versatile library for probabilistic programming that combines the power of NumPy and Pyro. In this introductory tutorial, we've covered the basics of defining a probabilistic model, performing MCMC inference, and visualizing the results. As you delve deeper into probabilistic programming with NumPyro, you'll be able to build more complex and customized models for your specific applications. Happy modelling!" ] }, { diff --git a/_config.yml b/_config.yml index cf9abf4..8c26011 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ title: Probabilistic Thinking, modelling and programming with applications in Epidemiology. author: Elizaveta Semenova email: elizaveta.p.semenova@gmail.com -# copyright: "2024" # Copyright year to be placed in the footer +copyright: "2024" # Copyright year to be placed in the footer logo: logo.png # Force re-execution of notebooks on each build.