master > master: initialisation
This commit is contained in:
commit
28e0a15e63
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@ -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__*
|
12
README.md
Normal file
12
README.md
Normal file
@ -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).
|
16
notes/glossar.md
Normal file
16
notes/glossar.md
Normal file
@ -0,0 +1,16 @@
|
||||
<style>
|
||||
table tbody tr td {
|
||||
vertical-align: top;
|
||||
}
|
||||
table tbody tr td:nth-child(1) {
|
||||
font-size: 10pt;
|
||||
}
|
||||
table tbody tr td:nth-child(2), table tbody tr td:nth-child(3) {
|
||||
font-size: 8pt;
|
||||
}
|
||||
</style>
|
||||
|
||||
# Glossar #
|
||||
|
||||
| Symbol | Referenz | Kurze Beschreibung |
|
||||
| :----- | :------------------- | :----------------- |
|
4
notes/quellen.md
Normal file
4
notes/quellen.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Quellen #
|
||||
|
||||
Dieses Dokument könnte ggf. dafür gebraucht werden,
|
||||
um nützliche Ressourcen (v.a. für Selbstlernzwecke) aufzulisten.
|
20
protocol/README.md
Normal file
20
protocol/README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Protokoll #
|
||||
|
||||
Inhaltsverzeichnis
|
||||
|
||||
- [Vorlesungswoche 1](./woche1.md)
|
||||
<!--
|
||||
- [Vorlesungswoche 2](./woche2.md)
|
||||
- [Vorlesungswoche 3](./woche3.md)
|
||||
- [Vorlesungswoche 4](./woche4.md)
|
||||
- [Vorlesungswoche 5](./woche5.md)
|
||||
- [Vorlesungswoche 6](./woche6.md)
|
||||
- [Vorlesungswoche 7](./woche7.md)
|
||||
- [Vorlesungswoche 8](./woche8.md)
|
||||
- [Vorlesungswoche 9](./woche9.md)
|
||||
- [Vorlesungswoche 10](./woche10.md)
|
||||
- [Vorlesungswoche 11](./woche11.md)
|
||||
- [Vorlesungswoche 12](./woche12.md)
|
||||
- [Vorlesungswoche 13](./woche13.md)
|
||||
- [Vorlesungswoche 14](./woche14.md)
|
||||
-->
|
15
protocol/woche1.md
Normal file
15
protocol/woche1.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Vorlesungswoche 1 (4.—10. April 2022) #
|
||||
|
||||
## Agenda ##
|
||||
|
||||
- [ ] Organisatorisches
|
||||
- [ ] Eisbrecher
|
||||
- [ ] Aufgaben:
|
||||
|
||||
## Nächste Woche ##
|
||||
|
||||
-
|
||||
|
||||
### TODOs (Studierende) ###
|
||||
|
||||
-
|
Loading…
Reference in New Issue
Block a user