mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-18 11:56:35 +08:00

* Add Antonio School presentation * chore: document changes * fix: heading --------- Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
133 lines
4.9 KiB
Markdown
133 lines
4.9 KiB
Markdown
# Examples Gallery
|
|
|
|
With Manim, the only limit to what you can create is your imagination!
|
|
*This also applies to Manim Slides.*
|
|
|
|
As the field of possibilities is infinitely vast,
|
|
it's often useful to **learn** how to use Manim Slides **based on examples**.
|
|
|
|
The aim of this page is to share with you the creations of some
|
|
Manim Slides users, to hopefully inspire you!
|
|
Most of them use HTML conversion to make them accessible via a website.
|
|
|
|
If you too have created content with Manim Slides that is available online
|
|
(e.g., a YouTube video or website),
|
|
don't hesitate to contact us so that we can share your content on this page!
|
|
|
|
## Scientific Research
|
|
|
|
Below are people that dissimenate their research results
|
|
using Manim Slides presentations.
|
|
|
|
### Daniel Panizo Pérez
|
|
|
|
Daniel publishes his presentations on *Cosmology, String Theory and related*
|
|
topics on his
|
|
[personal website](https://panopepino.github.io/web_page/main_page/slides.html).
|
|
|
|
For example, below are the slides of a seminar he gave titled
|
|
[Our Universe on a (Dark) Bubble](https://panopepino.github.io/web_page/main_page/presentations/2023_11_long/LS.html).
|
|
|
|
<div style="position:relative;padding-bottom:56.25%;">
|
|
<iframe
|
|
loading="lazy"
|
|
style="width:100%;height:100%;position:absolute;left:0px;top:0px;"
|
|
frameborder="1"
|
|
width="100%"
|
|
height="100%"
|
|
allowfullscreen
|
|
allow="autoplay"
|
|
src="https://panopepino.github.io/web_page/main_page/presentations/2023_11_long/LS.html">
|
|
</iframe>
|
|
</div>
|
|
|
|
He also shares his code on a public
|
|
[GitHub repository](https://github.com/PanoPepino/mtheoretical).
|
|
|
|
### Jérome Eertmans
|
|
|
|
Jérome, the author of Manim Slides, publishes his presentations
|
|
on the topic of *Ray Tracing applied to Radio Propagations* on his
|
|
[personal website](https://eertmans.be). He also uses Manim Slides
|
|
for presenting at conferences using the *PowerPoint* or HTML conversion.
|
|
|
|
For example, below are the slides of his
|
|
[PhD confirmation](https://eertmans.be/posts/confirmation2023-presentation/).
|
|
|
|
<div style="position:relative;padding-bottom:56.25%;">
|
|
<iframe
|
|
loading="lazy"
|
|
style="width:100%;height:100%;position:absolute;left:0px;top:0px;"
|
|
frameborder="1"
|
|
width="100%"
|
|
height="100%"
|
|
allowfullscreen
|
|
allow="autoplay"
|
|
src="https://eertmans.be/assets/slides/2023-12-07-confirmation.html">
|
|
</iframe>
|
|
</div>
|
|
|
|
### Matthew McIlree
|
|
|
|
Matthew is a Computer Science researcher from Scotland and has used Manim Slides
|
|
to present his work on *Proof Logging for Constraint Programming*. He also publishes
|
|
his presentation slides on his [personal website](https://matthewmcilree.com).
|
|
|
|
Here are the slides from a 25-minute talk he presented at the 39th Annual AAAI Conference on Artificial Intelligence titled
|
|
[Certifying Bounds Propagation for Integer Multiplication Constraints](https://matthewmcilree.com/files/slides/mcilree_aaai2025.html).
|
|
|
|
<div style="position:relative;padding-bottom:56.25%;">
|
|
<iframe
|
|
loading="lazy"
|
|
style="width:100%;height:100%;position:absolute;left:0px;top:0px;"
|
|
frameborder="1"
|
|
width="100%"
|
|
height="100%"
|
|
allowfullscreen
|
|
allow="autoplay"
|
|
src="https://matthewmcilree.com/files/slides/mcilree_aaai2025.html">
|
|
</iframe>
|
|
</div>
|
|
|
|
## School Work
|
|
|
|
Below are people that used Manim Slides for school presentations.
|
|
|
|
### Antonio Caserta
|
|
|
|
Antonio is a 17-year-old high school student from Germany who used Manim Slides to present his final project, *Episteme*, an AI financial terminal that uses crowdsourced data from social networks to gather stock insights.
|
|
|
|
The slides from his 30-minute presentation to the school board can be found below and on his [Github repository](https://github.com/amstrdm/episteme-manim-slides)
|
|
|
|
<div style="position:relative;padding-bottom:56.25%;">
|
|
<iframe
|
|
loading="lazy"
|
|
style="width:100%;height:100%;position:absolute;left:0px;top:0px;"
|
|
frameborder="1"
|
|
width="100%"
|
|
height="100%"
|
|
allowfullscreen
|
|
allow="autoplay"
|
|
src="https://amstrdm.github.io/episteme-manim-slides/">
|
|
</iframe>
|
|
</div>
|
|
|
|
### Casper Algera
|
|
|
|
Casper, a mathematics student from the Netherlands, used Manim Slides to present his bachelor's thesis.
|
|
In his presentation, he illustrates a probabilistic coupling argument related to the [contact process](https://en.wikipedia.org/wiki/Contact_process_(mathematics)).
|
|
His slides are available below, and his full presentation can be viewed on [YouTube](https://www.youtube.com/watch?v=ZJhvfCL5MWE).
|
|
|
|
<div style="position:relative;padding-bottom:56.25%;">
|
|
<iframe
|
|
loading="lazy"
|
|
style="width:100%;height:100%;position:absolute;left:0px;top:0px;"
|
|
frameborder="1"
|
|
width="100%"
|
|
height="100%"
|
|
allowfullscreen
|
|
allow="autoplay"
|
|
src="https://casperalgera.github.io/criticalvalueCP/">
|
|
</iframe>
|
|
</div>
|