commit 28e0a15e631079d24c17e7dc0a7052ae180cebd3 Author: raj_mathe Date: Wed Mar 30 16:36:50 2022 +0200 master > master: initialisation diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a09e5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +* +!/.gitignore + +################################################################ +# MAIN FOLDER +################################################################ + +!/README.md + +################################################################ +# PROJECT FILES +################################################################ + +!/protocol +!/notes +!/notes/glossar.md +!/notes/quellen.md +!/notes/woche*.pdf + +!/protocol/README.md +!/protocol/woche*.md + +!/code + +################################################################ +# ARTEFACTS +################################################################ + +/**/__pycache__ +/**/.DS_Store +/**/__archive__* diff --git a/README.md b/README.md new file mode 100644 index 0000000..88e1ebe --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Analysis II für Mathematiker, SoSe 2022 # + +Diese Repository ist für die Übungsgruppe am ???. + +**HINWEIS:** In diesem Repository werden keine persönlichen Daten gespeichert. + +In diesem Repository findet man: + +- Protokolle der Übungsgruppe [hier](./protocol). +- Notizen [hier](./notes). +- Symbolverzeichnis unter [notes/glossar.md](./notes/glossar.md). +- Referenzen unter [notes/quellen.md](./notes/quellen.md). diff --git a/notes/glossar.md b/notes/glossar.md new file mode 100644 index 0000000..cff8855 --- /dev/null +++ b/notes/glossar.md @@ -0,0 +1,16 @@ + + +# Glossar # + +| Symbol | Referenz | Kurze Beschreibung | +| :----- | :------------------- | :----------------- | diff --git a/notes/quellen.md b/notes/quellen.md new file mode 100644 index 0000000..e94eccd --- /dev/null +++ b/notes/quellen.md @@ -0,0 +1,4 @@ +# Quellen # + +Dieses Dokument könnte ggf. dafür gebraucht werden, +um nützliche Ressourcen (v.a. für Selbstlernzwecke) aufzulisten. diff --git a/protocol/README.md b/protocol/README.md new file mode 100644 index 0000000..0754c2c --- /dev/null +++ b/protocol/README.md @@ -0,0 +1,20 @@ +# Protokoll # + +Inhaltsverzeichnis + +- [Vorlesungswoche 1](./woche1.md) + diff --git a/protocol/woche1.md b/protocol/woche1.md new file mode 100644 index 0000000..f7a030a --- /dev/null +++ b/protocol/woche1.md @@ -0,0 +1,15 @@ +# Vorlesungswoche 1 (4.—10. April 2022) # + +## Agenda ## + +- [ ] Organisatorisches +- [ ] Eisbrecher +- [ ] Aufgaben: + +## Nächste Woche ## + +- + +### TODOs (Studierende) ### + +-