The main.py
file contains the python code. In order to run it you will need Manim-slides and Manim.
My code is not the best, it is my first project using Manim and it was intended to look pretty in the presentation only (insert Homer meme). I decided to share it because I think it could be used as inspiration for somebody.
There are several ways to see the presentation.
- Recomended: Download the selfcontained html file](https://github.com/luis-telesforo/phd_slides/blob/main/slides.html). Then open it in the comuter browser.
- Clone the repository and run
manim-slides SimplicialComplexes PseudoesferaDefinicion Ejemplos Matroides PosetChrom Join GEspacios BorsukUlam Generaliza Portadores DC
- Download this html file with its assets.
- Download the power point version.
- Not recommended: Download the pdf version (it won't do the reverse animations)
- The
main.py
file usesconfig.background_color = WHITE
and theconstruct
method of theBlackSlide(Slide, Scene)
class allowed me to change the background color to white whereas all objects are black by default (so you do not need to change the color each time). This is useful for presentations using a projector. For computer presentations I will suggest the original black background. - The
colors
(ROSA
,NARANJA
,AZUL
andVERDOSO
) are color blind friendly!
My thesis is basically the paper: Pseudospheres: combinatorics, topology and distributed systems. It will appear in the special issue on Topological Methods in Computer Science of the Journal of Applied and Computational Topology. Any comments on it are welcomed.