Skip to content

Commit

Permalink
consolidate feedback giving instructios
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetasemenova committed Jun 10, 2024
1 parent b920807 commit 81ad5a5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
20 changes: 12 additions & 8 deletions 01_intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bayesian Modelling and Probabilistic Programming with Numpyro and examples from Epidemiology.

Welcome to the course! The course materials are a work in progress. For the latest version, as the PDF may not render everything correctly, visit <https://elizavetasemenova.github.io/prob-epi/>.
Welcome to the course! The course materials are a WORK IN PROGRESS. For the latest version, as the PDF may not render everything correctly, visit <https://elizavetasemenova.github.io/prob-epi/>.

## About the author

Expand All @@ -13,17 +13,21 @@ More details abot my work are avialable [here](https://www.elizaveta-semenova.co

## Giving feedback

To correct typos, please make pull requests on [GitHub](https://github.com/elizavetasemenova/prob-epi). If these notes ever get published, I will list your name in Acknowledgements.
After the course, I plan to keep improving and expanding the materials since they will be helpful for future students and collaborators.

For more substantial suggestions about the course content, such as desired topics, please use issues.
- To correct typos, please make pull requests on [GitHub](https://github.com/elizavetasemenova/prob-epi). If these notes ever get published, I will list your name in Acknowledgements.

- For more substantial suggestions about the course content, such as desired topics, please use issues on [GitHub](https://github.com/elizavetasemenova/prob-epi) or email them to `elizaveta [dot] p [dot] [insert my surname] [at] gmail [dot] com`.

If you enjoyed and/or learnt from these materials, please leave a star on GitHub and/or cite
```{margin}
Acknowledging here that learning does not always have to be enjoynable.
```
- 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 and/or cite

```
@book{semenova24,
author = {Semenova, Elizaveta},
title = {Bayesian Modelling and Probabilistic Programming with Numpyro, and examples from Epidemiology.},
title = {Bayesian Modelling and Probabilistic Programming with Numpyro and examples from Epidemiology.},
year = {2024}
}
```
Expand All @@ -48,7 +52,7 @@ conda install anaconda::seaborn
pip install pyppeteer
```

## Table of contents
%## Table of contents

```{tableofcontents}
```
%```{tableofcontents}
%```
12 changes: 0 additions & 12 deletions 02_about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

This online book consists of lecture notes of the course which will I taught during three weeks from 25 March to 12 April 2024 to the inaugural MSc ["AI for Science"](https://ai.aims.ac.za/) cohort at the [African Institute for Mathematical Sciences (AIMS)](https://aims.ac.za/), South Africa.

Please note that the book is a WORK IN PROGRESS.

After the course, I plan to keep improving and expanding the materials since they will be helpful for future students and collaborators.

## Feedback

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.

In you spot any typos, feel free to make a pull request to propose corrections.

If you notice mistakes or have any other feedback, please email them to `elizaveta [dot] p [dot] [insert my surname] [at] gmail [dot] com` or create an issue on GitHub.

## Content

In this course we will cover such topics as Bayesian inference, hierarchical modelling, Gaussian processes for spatial statistics, ordinary differential equations for disease transmission modelling.
Expand Down
2 changes: 2 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
body {
/* uncomment this for pdf version
font-size: 10px;
*/
}

0 comments on commit 81ad5a5

Please sign in to comment.