Skip to content

Commit 14813f7

Browse files
casperalgerapre-commit-ci[bot]jeertmans
authored
chore(docs): add example to gallery (#556)
* Update gallery.md * Update gallery.md * Improved text * capitalisation * chore(fmt): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore: rephrase * chore: update changelog --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
1 parent 2f62915 commit 14813f7

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
when using one of those extras, but as they were not part of the public API,
2525
we do not consider this to be a **breaking change**.
2626
[#542](https://github.com/jeertmans/manim-slides/pull/542)
27+
- Added example in the research section of the gallery.
28+
[@mmcilree](https://github.com/mmcilree) [#552](https://github.com/jeertmans/manim-slides/pull/552)
29+
- Added example in the school work section of the gallery.
30+
[@casperalgera](https://github.com/casperalgera) [#556](https://github.com/jeertmans/manim-slides/pull/556)
2731

2832
(v5.5.1)=
2933
## [v5.5.1](https://github.com/jeertmans/manim-slides/compare/v5.5.0...v5.5.1)

docs/source/gallery.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,21 @@ Here are the slides from a 25-minute talk he presented at the 39th Annual AAAI C
9393

9494
Below are people that used Manim Slides for school presentations.
9595

96-
*This list is currently empty. Please reach out to us if you have examples
97-
to share!*
96+
### Casper Algera
97+
98+
Casper, a mathematics student from the Netherlands, used Manim Slides to present his bachelor's thesis.
99+
In his presentation, he illustrates a probabilistic coupling argument related to the [contact process](https://en.wikipedia.org/wiki/Contact_process_(mathematics)).
100+
His slides are available below, and his full presentation can be viewed on [YouTube](https://www.youtube.com/watch?v=ZJhvfCL5MWE).
101+
102+
<div style="position:relative;padding-bottom:56.25%;">
103+
<iframe
104+
loading="lazy"
105+
style="width:100%;height:100%;position:absolute;left:0px;top:0px;"
106+
frameborder="1"
107+
width="100%"
108+
height="100%"
109+
allowfullscreen
110+
allow="autoplay"
111+
src="https://casperalgera.github.io/criticalvalueCP/">
112+
</iframe>
113+
</div>

0 commit comments

Comments
 (0)