vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2009-01-03
|
||||
journal-end-date: 2009-01-03
|
||||
journal-date: 2009-01-03
|
||||
---
|
||||
|
||||
[[Journal/Privat/2009/01/2009-01-02|❮❮]] ⋮ [[Journal/Privat/2009|2009]] › [[Journal/Privat/2009-Q1|Q1]] › [[Journal/Privat/2009/2009-01|01]] › [[Journal/Privat/2009/2009-W01|W01]] ⋮ [[Journal/Privat/2009/01/2009-01-04|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Dies ist der erste Eintrag nach meiner Tumor-OP. Eine ausführliche Ausführung muß noch warten, das Schreiben ist etwas mühselig. Die Zeit im Krankenhaus war eine sehr heilsame Zeit, sowohl für den Körper (Kopf), als auch für die Seele. [completion:: 2009-01-03]
|
||||
## Ziele
|
||||
|
||||
##### [[2009-W01#^01i|Woche]] | [[2009-01#^01i|Monat]] | [[2009-Q1#^q1i|Quartal]] | [[2009## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2009-01-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2009-01-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!warning]- Heute fällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due on 2009-01-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2009-01-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>FROM !"Resources/Templates"
|
||||
>WHERE completed AND completion = date(2009-01-03)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 03
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2009-01-19
|
||||
journal-end-date: 2009-01-19
|
||||
journal-date: 2009-01-19
|
||||
---
|
||||
[[Journal/Privat/2009/01/2009-01-18|❮❮]] ⋮ [[Journal/Privat/2009|2009]] › [[Journal/Privat/2009-Q1|Q1]] › [[Journal/Privat/2009/2009-01|01]] › [[Journal/Privat/2009/2009-W04|W04]] ⋮ [[Journal/Privat/2009/01/2009-01-20|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Entlassung aus dem Krankenhaus. [completion:: 2009-01-19]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2009-W04#^04i|Woche]] | [[2009-01#^01i|Monat]] | [[2009-Q1#^q1i|Quartal]] | [[2009## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2009-01-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2009-01-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!warning]- Heute fällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due on 2009-01-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2009-01-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>FROM !"Resources/Templates"
|
||||
>WHERE completed AND completion = date(2009-01-19)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 19
|
||||
```
|
||||
@@ -0,0 +1,70 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2009-01-22
|
||||
journal-end-date: 2009-01-22
|
||||
journal-date: 2009-01-22
|
||||
---
|
||||
[[Journal/Privat/2009/01/2009-01-21|❮❮]] ⋮ [[Journal/Privat/2009|2009]] › [[Journal/Privat/2009-Q1|Q1]] › [[Journal/Privat/2009/2009-01|01]] › [[Journal/Privat/2009/2009-W04|W04]] ⋮ [[Journal/Privat/2009/01/2009-01-23|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Aufnahme in der Reha-Klinik. [completion:: 2009-01-22]
|
||||
- [x] Das Eclipse-Projekt Riena bietet ein Framework für 3-Tier-Architekturen. Es ist zu prüfen, ob und inwieweit Riena als Grundlage für eine serverbasierte Client-Server-Architektur für das Projekt Verwaltung genommen werden kann. Kann das ECF-Framework für eine weiteres Feature verwendet werden? [completion:: 2009-01-22]
|
||||
- [x] Artikel: "Mobiles Büro: Wir arbeiten von überall" als LaTeX-Projekt aufgesetzt [completion:: 2009-01-22]
|
||||
- [x] Artikel: "Selbstmanagement: Erfahrung mit der Methode Getting Things Done" angefangen [completion:: 2009-02-22]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2009-W04#^04i|Woche]] | [[2009-01#^01i|Monat]] | [[2009-Q1#^q1i|Quartal]] | [[2009## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2009-01-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2009-01-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!warning]- Heute fällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due on 2009-01-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2009-01-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>FROM !"Resources/Templates"
|
||||
>WHERE completed AND completion = date(2009-01-22)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 22
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2009-01-26
|
||||
journal-end-date: 2009-01-26
|
||||
journal-date: 2009-01-26
|
||||
---
|
||||
[[Journal/Privat/2009/01/2009-01-25|❮❮]] ⋮ [[Journal/Privat/2009|2009]] › [[Journal/Privat/2009-Q1|Q1]] › [[Journal/Privat/2009/2009-01|01]] › [[Journal/Privat/2009/2009-W05|W05]] ⋮ [[Journal/Privat/2009/01/2009-01-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Gespräch mit [[Thomas Algermissen]] über Strategie und Erwartungen. Konzentration auf Kompetenzbereiche mit den Schwerpunkten Oracle, BI und SAP. Gesellschaften ohne Schwerpunkte werden Vertriebsstützpunkte. Bildung eines weiteren Schwerpunktes: [completion:: 2009-01-26]
|
||||
- A&M: Architektur und Methoden
|
||||
- [x] Authentifizierung in SAP über LDAP. Thomas Algermissen kurz das Projekt Verwaltung vorgestellt mit Schwerpunkt LDAP-Anbindung. Thomas Algermissen ist an den Artikeln "Mobiles Büro", "Entwicklungsumgebung" und "Agile Methoden" interessiert. [completion:: 2009-01-26]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2009-W05#^05i|Woche]] | [[2009-01#^01i|Monat]] | [[2009-Q1#^q1i|Quartal]] | [[2009## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2009-01-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2009-01-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!warning]- Heute fällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due on 2009-01-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2009-01-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>FROM !"Resources/Templates"
|
||||
>WHERE completed AND completion = date(2009-01-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2009-01-29
|
||||
journal-end-date: 2009-01-29
|
||||
journal-date: 2009-01-29
|
||||
---
|
||||
[[Journal/Privat/2009/01/2009-01-28|❮❮]] ⋮ [[Journal/Privat/2009|2009]] › [[Journal/Privat/2009-Q1|Q1]] › [[Journal/Privat/2009/2009-01|01]] › [[Journal/Privat/2009/2009-W05|W05]] ⋮ [[Journal/Privat/2009/01/2009-01-30|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] In der Gruppe Stressbewältigung wurde zur Einführung ein Vortrag zum Thema "Ursachen und Auswirkungen von Stress" gehalten. Ich habe an das Thema "Belastungen im Einsatz" in der THW-Ausbildung gedacht. Ich konnte allerdings keine Anregungen oder neue Ideen mitnehmen. Zur Vorbereitung auf die theoretische Ausbildung die Ausbildungspläne der Gruppen besorgen und die Unterlagen zusammenstellen. [completion:: 2024-01-29]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2009-W05#^05i|Woche]] | [[2009-01#^01i|Monat]] | [[2009-Q1#^q1i|Quartal]] | [[2009## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2009-01-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2009-01-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!warning]- Heute fällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due on 2009-01-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2009-01-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>FROM !"Resources/Templates"
|
||||
>WHERE completed AND completion = date(2009-01-29)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 29
|
||||
```
|
||||
Reference in New Issue
Block a user