Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 9 hours 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T15:19:43.000Z (1 day ago)
- Last Synced: 2025-01-31T15:30:24.658Z (1 day ago)
- Topics: anki, dataanalysis, dataset, flashcards, illustrations, lecture-notes, mathematics, physics, rwth-aachen-university
- Language: Python
- Homepage:
- Size: 2.62 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 $\text{LaTeX code}$ :
$$
\text{LaTeX code}
$$$$
\text{LaTeX code}
$$
2. Card_face $\text{LaTeX code}$ :
$$
\text{LaTeX code}
$$
## Chapter_name
3. Card_face:
$$
\text{LaTeX code}
$$...
---
Things to look out for:
1. dont have both "." and ":" in any line except card faces. if you must use it, then dont put it in the last two characters in that line
2. dont 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 "$$", but the last latex block within the card content must end in a "$$" latex block.
4. Inclusion of LateX code isnt necessary but ending the flashcard segemnt with an "$$" is required.
---
# More information