https://github.com/bloomy-yuki/axolotl
Axolotl is a repository for flashcards, lecture notes, datasets, and illustrations relating to the courses offered in the B.Sc level of Mathemmatics and Physics at RWTH Aachen University.
https://github.com/bloomy-yuki/axolotl
anki dataanalysis dataset flashcards illustrations lecture-notes mathematics physics rwth-aachen-university
Last synced: about 2 months ago
JSON representation
Axolotl is a repository for flashcards, lecture notes, datasets, and illustrations relating to the courses offered in the B.Sc level of Mathemmatics and Physics at RWTH Aachen University.
- Host: GitHub
- URL: https://github.com/bloomy-yuki/axolotl
- Owner: Bloomy-Yuki
- License: mit
- Created: 2024-10-05T08:54:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T11:35:20.000Z (about 1 year ago)
- Last Synced: 2025-03-26T12:23:24.006Z (about 1 year ago)
- Topics: anki, dataanalysis, dataset, flashcards, illustrations, lecture-notes, mathematics, physics, rwth-aachen-university
- Language: Python
- Homepage:
- Size: 3.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Axolotl
### Description and purpose
Axolotl repository aims to document the mathematics and physics degrees at RWTH Aachen. this document is set to contain useful data that I have used
in my studies at the University and will be updated on monthly bases and as the content increases I hope that the usefullness of this Project becomes
clearer. this is first and foremost a personal project to help me organize my progress professionally and personally.
the plan and organization will go as follows:
1. Folders with every module name will be created, ready to host the content of the course.
2. Markdown files will be written in order to organize the most important facts about the module.
3. A python script is written to convert the markdown files into Anki decks to practice the information within the module.
4. Geogebra scripts will be published in order to capture the essence of some of the courses when possible.
5. After finishing every module, the dedicated folder will conatin links to all the Geogebra scripts and Anki decks.
---
# Axolotl Format for markdown files
## Chapter_name
1. Card_face $\LaTeX \text{ code}$ :
$$
\LaTeX \text{ code}
$$
some text here.
$$
\LaTeX \text{ code}
$$
2. Card_face $\text{LaTeX code}$ :
$$
\LaTeX\text{ code}
$$
## Chapter_name
3. Card_face:
text for the card that might include $\LaTeX$ . being as long as desired, the card content doesn't have
to be entirely in latex, it can include anything really except to those restriction adhering to the Axolotl standard$\texttrademark$ .
...
---
Things to look out for:
1. don't have both "." and ":" in any line except card faces. if you must use it, then don't put it in the last two characters in that line
2. don't have "##" except in chapter_name, this is a hard rule for keeping track of tags of the flashcards.
3. LaTeX code start and end with either "\$" or "\$\$".
---
# Links:
1. [Geogebra scripts](https://www.geogebra.org/u/sophie_altayf)
2. [Tableau vizzes](https://public.tableau.com/app/profile/sophie.altayf/vizzes)