vault backup: 2026-07-31 16:24:55

This commit is contained in:
2026-07-31 16:24:55 +02:00
parent 974585a336
commit 58729fc553
8 changed files with 1235 additions and 31 deletions

View File

@@ -1,3 +1,8 @@
{ {
"baseFontSize": 18 "baseFontSize": 18,
"enabledCssSnippets": [
"colored-files-and-folders",
"headers",
"tableStyles"
]
} }

View File

@@ -4,7 +4,7 @@
"commitMessageScript": "", "commitMessageScript": "",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 5, "autoSaveInterval": 5,
"autoPushInterval": 0, "autoPushInterval": 5,
"autoPullInterval": 0, "autoPullInterval": 0,
"autoPullOnBoot": true, "autoPullOnBoot": true,
"autoCommitOnlyStaged": false, "autoCommitOnlyStaged": false,
@@ -23,7 +23,7 @@
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "",
"differentIntervalCommitAndPush": false, "differentIntervalCommitAndPush": true,
"changedFilesInStatusBar": false, "changedFilesInStatusBar": false,
"showedMobileNotice": true, "showedMobileNotice": true,
"refreshSourceControlTimer": 7000, "refreshSourceControlTimer": 7000,

File diff suppressed because it is too large Load Diff

41
.obsidian/snippets/headers.css vendored Normal file
View File

@@ -0,0 +1,41 @@
/* Color sheme for header */
.markdown-preview-view h1 {
color: #c13e2d;
}
.cm-header-1 {
color: #c13e2d;
}
.markdown-preview-view h2 {
color: #c16c2d;
}
.cm-header-2 {
color: #c16c2d;
}
.markdown-preview-view h3 {
color: #3ac12d;
}
.cm-header-3 {
color: #3ac12d;
}
.markdown-preview-view h4 {
color: #2dc168;
}
.cm-header-4 {
color: #2dc168;
}
.markdown-preview-view h5 {
color: #2dc1b7;
}
.cm-header-5 {
color: #2dc1b7;
}

29
.obsidian/snippets/tableStyles.css vendored Normal file
View File

@@ -0,0 +1,29 @@
table {
border-collapse: separate;
border-radius: 6px;
margin: 10px 0px 0px 0px !important;
background-color: #272727;
width: 100%;
overflow: hidden;
}
thead {
background: #0a8a11;
}
th {
font-size: 20px !important;
text-align: center !important;
}
td, th {
padding: 10px 20px;
}
thead th:hover {
background-color: #127915 !important;
}
td:hover {
background-color: #4a4a4a !important;
}

View File

@@ -109,7 +109,6 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Orga/Studienfortschritt.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -164,14 +163,19 @@
"icon": "lucide-archive", "icon": "lucide-archive",
"title": "All properties" "title": "All properties"
} }
}, }
]
},
{
"id": "f73aeaffd0c79c9a",
"type": "tabs",
"children": [
{ {
"id": "e41f95e34bc6d97a", "id": "e41f95e34bc6d97a",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Orga/Studienfortschritt.md",
"followCursor": false, "followCursor": false,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
@@ -179,14 +183,7 @@
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline" "title": "Outline"
} }
} },
],
"currentTab": 5
},
{
"id": "f73aeaffd0c79c9a",
"type": "tabs",
"children": [
{ {
"id": "3c501d55a952370c", "id": "3c501d55a952370c",
"type": "leaf", "type": "leaf",
@@ -227,13 +224,15 @@
"table-editor-obsidian:Advanced Tables Toolbar": false "table-editor-obsidian:Advanced Tables Toolbar": false
} }
}, },
"active": "3c501d55a952370c", "active": "9548d7808822157b",
"lastOpenFiles": [ "lastOpenFiles": [
"Orga/Studienfortschritt.md", "Orga/Studienfortschritt.md",
"10.grundlagen-technischer-systeme/Mathematische Grundlagen und Algebra/Überblick mathematische Grundlagen und Algebra.md",
"Untitled.base",
"00.Assets", "00.Assets",
"Orga", "Orga",
"01-grundlagen-technischer-systeme/Mathematische Grundlagen und Algebra/Untitled", "01-grundlagen-technischer-systeme/Mathematische Grundlagen und Algebra/Untitled",
"01-grundlagen-technischer-systeme/Mathematische Grundlagen und Algebra", "10.grundlagen-technischer-systeme/Mathematische Grundlagen und Algebra",
"01-grundlagen-technischer-systeme" "10.grundlagen-technischer-systeme"
] ]
} }

View File

@@ -1,17 +1,17 @@
# Notenübersicht # Notenübersicht
## Module ## Module
| Semester | Name | Kategorie | ECTS | Studienleistung | Prüfungsform | Status | Note | | Semester | Name | Kategorie | ECTS | Studienleistung | Prüfungsform | Status | Note |
| :------: | ----------------------------------------------------------------------------- | :-------: | :--: | ------------------------------- | --------------- | ------ | ---- | | :------: | ---------------------------------------------------------------------------------------- | :-------: | :--: | ------------------------------- | --------------- | ------ | ---- |
| 1 | Einführung in das Studium und wissenschaftliches Arbeiten | PP | 6 | Präsenzseminar und Präsenzlabor | Prüfungsaufgabe | | | | 1 | Einführung in das Studium und wissenschaftliches Arbeiten | PP | 6 | Präsenzseminar und Präsenzlabor | Prüfungsaufgabe | | |
| 1 | Algorithmen und Datenstrukturen für Technische Informatik | ILG | 6 | | Klausur | | | | 1 | Algorithmen und Datenstrukturen für Technische Informatik | ILG | 6 | | Klausur | | |
| 1 | Mathematische Grundlagen und Algebra | GTS | 8 | | Klausur | | | | 1 | [[Überblick mathematische Grundlagen und Algebra\|Mathematische Grundlagen und Algebra]] | GTS | 8 | | Klausur | | |
| 1 | Betriebssysteme und Rechnerarchitektur | ILG | 6 | | Klausur | | | | 1 | Betriebssysteme und Rechnerarchitektur | ILG | 6 | | Klausur | | |
| 1/2 | Coding | ILG | 8 | Online-Seminar | Projektarbeit | | | | 1/2 | Coding | ILG | 8 | Online-Seminar | Projektarbeit | | |
| 2 | Angewandte Physik für technische Systeme | GTS | 8 | | Klausur | | | | 2 | Angewandte Physik für technische Systeme | GTS | 8 | | Klausur | | |
| 2 | Logik und Analysis | GTS | 8 | | Klausur | | | | 2 | Logik und Analysis | GTS | 8 | | Klausur | | |
| 2 | Grundlagen der Informationstechnologie und verteilte Informationsverarbeitung | TVI | 6 | | Klausur | | | | 2 | Grundlagen der Informationstechnologie und verteilte Informationsverarbeitung | TVI | 6 | | Klausur | | |
| 2/3 | Datenbanken | ILG | 8 | | Klausur | | | | 2/3 | Datenbanken | ILG | 8 | | Klausur | | |
| 3 | Stochastik und Numerik | GTS | 6 | Labor | Klausur | | | | 3 | Stochastik und Numerik | GTS | 6 | Labor | Klausur | | |
| 3 | Machine Learning und Künstliche Intelligenz | ILG | 6 | | Klausur | | | | 3 | Machine Learning und Künstliche Intelligenz | ILG | 6 | | Klausur | | |
| 3 | Mess- und Regelungstechnik | TVI | 6 | | Klausur | | | | 3 | Mess- und Regelungstechnik | TVI | 6 | | Klausur | | |