vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-01-27
|
||||
journal-end-date: 2023-01-27
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/01/2023-01-26|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q1|Q1]] › [[Journal/cimt AG/2023/2023-01|01]] › [[Journal/cimt AG/2023/2023-W04|W04]] ⋮ [[Journal/cimt AG/2023/01/2023-01-28|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W04#^04i|Woche]] | [[2023-01#^01i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-01-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-01-27
|
||||
>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 2023-01-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-01-27
|
||||
>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(2023-01-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 27
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-02-24
|
||||
journal-end-date: 2023-02-24
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/02/2023-02-23|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q1|Q1]] › [[Journal/cimt AG/2023/2023-02|02]] › [[Journal/cimt AG/2023/2023-W08|W08]] ⋮ [[Journal/cimt AG/2023/02/2023-02-25|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2024-02-24]
|
||||
- Vorstellung von sdkman
|
||||
- Joplin als Notizen-App
|
||||
- vi Erweiterungen
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W08#^08i|Woche]] | [[2023-02#^02i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-02-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-02-24
|
||||
>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 2023-02-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-02-24
|
||||
>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(2023-02-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-02-28
|
||||
journal-end-date: 2023-02-28
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/02/2023-02-27|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q1|Q1]] › [[Journal/cimt AG/2023/2023-02|02]] › [[Journal/cimt AG/2023/2023-W09|W09]] ⋮ [[Journal/cimt AG/2023/02/2023-03-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Vorbereitung Feedbackgespräch [completion:: 2023-02-28]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W09#^09i|Woche]] | [[2023-02#^02i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-02-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-02-28
|
||||
>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 2023-02-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-02-28
|
||||
>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(2023-02-28)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 28
|
||||
```
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-03-24
|
||||
journal-end-date: 2023-03-24
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/03/2023-03-23|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q1|Q1]] › [[Journal/cimt AG/2023/2023-03|03]] › [[Journal/cimt AG/2023/2023-W12|W12]] ⋮ [[Journal/cimt AG/2023/03/2023-03-25|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] [[Kommunikation und Zusammenarbeit]] [completion:: 2023-03-24]
|
||||
- Riemann-Thomann Modell
|
||||
- Selbst- und Fremdeinschätzung
|
||||
- [x] Im Anschluss an den Lehrgang mit [[Stefanie Pelster]] und [[Carolin Sörgel]] gequatscht. [completion:: 2023-03-24]
|
||||
- [x] Im Bahnhof habe ich ein nettes Gespräch mit einer 24-jährigen geführt, mit der ich an einem Tisch gesessen habe. Sie hat vor kurzem ihre Ausbildung zur Friseurin aus gesundheitlichen Gründen abgebrochen. Aktuell arbeitet sie in der Kunsthalle im Security-Bereich und möchte etwas anderes machen. Ihr Interesse an Kunst ließ sie ein Semester Kunst studieren. Wünschenswert wäre eine Ausbildung in dem Bereich. [completion:: 2023-03-24]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W12#^12i|Woche]] | [[2023-03#^03i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-03-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-03-24
|
||||
>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 2023-03-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-03-24
|
||||
>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(2023-03-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-05-05
|
||||
journal-end-date: 2023-05-05
|
||||
journal-section: day
|
||||
---
|
||||
|
||||
|
||||
[[Journal/cimt AG/2023/05/2023-05-04|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q2|Q2]] › [[Journal/cimt AG/2023/2023-05|05]] › [[Journal/cimt AG/2023/2023-W18|W18]] ⋮ [[Journal/cimt AG/2023/05/2023-05-06|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:30 - 12:30 Mitarbeitertreffen Berlin [completion:: 2023-05-05]
|
||||
- [x] 14:00 - 16:00 [[2023-05-05 cimt Innovation - Produktpartner - Agile Team Development - OBJ+TEC]] [completion:: 2023-05-05]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W18#^18i|Woche]] | [[2023-05#^05i|Monat]] | [[2023-Q2#^q2i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-05-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-05-05
|
||||
>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 2023-05-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-05-05
|
||||
>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(2023-05-05)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 05
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-06-23
|
||||
journal-end-date: 2023-06-23
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/06/2023-06-22|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q2|Q2]] › [[Journal/cimt AG/2023/2023-06|06]] › [[Journal/cimt AG/2023/2023-W25|W25]] ⋮ [[Journal/cimt AG/2023/06/2023-06-24|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 13:00 - 14:00 Treffen der [[Diversity Empowerment Guild]] [completion:: 2023-06-23]
|
||||
- [x] 16:00 - 22:00 Sommerfest [completion:: 2023-06-23]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W25#^25i|Woche]] | [[2023-06#^06i|Monat]] | [[2023-Q2#^q2i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-06-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-06-23
|
||||
>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 2023-06-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-06-23
|
||||
>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(2023-06-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-07-06
|
||||
journal-end-date: 2023-07-06
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/07/2023-07-05|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q3|Q3]] › [[Journal/cimt AG/2023/2023-07|07]] › [[Journal/cimt AG/2023/2023-W27|W27]] ⋮ [[Journal/cimt AG/2023/07/2023-07-07|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 13:30 - 14:30 Feedbackgespräch 2 - 2023 [[Frank Füllbier]] [completion:: 2023-07-06]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W27#^27i|Woche]] | [[2023-07#^07i|Monat]] | [[2023-Q3#^q3i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-07-06
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-07-06
|
||||
>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 2023-07-06
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-07-06
|
||||
>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(2023-07-06)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 06
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-08-04
|
||||
journal-end-date: 2023-08-04
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/08/2023-08-03|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q3|Q3]] › [[Journal/cimt AG/2023/2023-08|08]] › [[Journal/cimt AG/2023/2023-W31|W31]] ⋮ [[Journal/cimt AG/2023/08/2023-08-05|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2023-08-04]
|
||||
Linux Distributionen: BunsenLabs, Ubuntu, Xubuntu, OpenSUSE
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W31#^31i|Woche]] | [[2023-08#^08i|Monat]] | [[2023-Q3#^q3i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-08-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-08-04
|
||||
>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 2023-08-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-08-04
|
||||
>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(2023-08-04)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 04
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-10-13
|
||||
journal-end-date: 2023-10-13
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/10/2023-10-12|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q4|Q4]] › [[Journal/cimt AG/2023/2023-10|10]] › [[Journal/cimt AG/2023/2023-W41|W41]] ⋮ [[Journal/cimt AG/2023/10/2023-10-14|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:05 - 15:45 JaKo Speaker Q&A [[JaKo 2023]] [completion:: 2023-10-13]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W41#^41i|Woche]] | [[2023-10#^10i|Monat]] | [[2023-Q4#^q4i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-10-13
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-10-13
|
||||
>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 2023-10-13
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-10-13
|
||||
>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(2023-10-13)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 13
|
||||
```
|
||||
@@ -0,0 +1,70 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-10-23
|
||||
journal-end-date: 2023-10-23
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2023/10/2023-10-22|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q4|Q4]] › [[Journal/cimt AG/2023/2023-10|10]] › [[Journal/cimt AG/2023/2023-W43|W43]] ⋮ [[Journal/cimt AG/2023/10/2023-10-24|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:45 - 16:00 Status-Update mit [[Frank Füllbier]] [completion:: 2024-03-14]
|
||||
- Zeiterfassung Dienstreisen (was ist im ZEP einzutragen)
|
||||
- Status Projekt bei der ivv
|
||||
- Status Vorbereitung Zertifizierung Google Cloud Developer
|
||||
- Erste Test-Durchführung nicht bestanden - Schwachstellen wurden evaluiert und nachgelernt
|
||||
- Status AWS-SysOps-Kurs
|
||||
- bisher noch keine Tätigkeiten - Kurs wird vor Ende des Jahres absolviert und Zertifizierung durchgeführt
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W43#^43i|Woche]] | [[2023-10#^10i|Monat]] | [[2023-Q4#^q4i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-10-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-10-23
|
||||
>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 2023-10-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-10-23
|
||||
>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(2023-10-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-10-27
|
||||
journal-end-date: 2023-10-27
|
||||
journal-section: day
|
||||
---
|
||||
|
||||
[[Journal/cimt AG/2023/10/2023-10-26|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q4|Q4]] › [[Journal/cimt AG/2023/2023-10|10]] › [[Journal/cimt AG/2023/2023-W43|W43]] ⋮ [[Journal/cimt AG/2023/10/2023-10-28|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:30 - 12:30 [[2023-10-27 Mitarbeitertreffen Berlin]] [completion:: 2023-10-27]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W43#^43i|Woche]] | [[2023-10#^10i|Monat]] | [[2023-Q4#^q4i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-10-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-10-27
|
||||
>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 2023-10-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-10-27
|
||||
>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(2023-10-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 27
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-11-09
|
||||
journal-end-date: 2023-11-09
|
||||
journal-section: day
|
||||
---
|
||||
|
||||
[[Journal/cimt AG/2023/11/2023-11-08|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] › [[Journal/cimt AG/2023-Q4|Q4]] › [[Journal/cimt AG/2023/2023-11|11]] › [[Journal/cimt AG/2023/2023-W45|W45]] ⋮ [[Journal/cimt AG/2023/11/2023-11-10|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 18:00 [[JaKo 2023]] [completion:: 2023-11-09]
|
||||
- [x] 19:00 - 22:00 Abendessen JaKo 2023 [completion:: 2023-11-09]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W45#^45i|Woche]] | [[2023-11#^11i|Monat]] | [[2023-Q4#^q4i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-11-09
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-11-09
|
||||
>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 2023-11-09
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-11-09
|
||||
>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(2023-11-09)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 09
|
||||
```
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2023-12-15
|
||||
journal-end-date: 2023-12-15
|
||||
journal-section: day
|
||||
---
|
||||
# Journal
|
||||
- [x] 11:00 - 13:00 Prüfung Google Cloud Developer [completion:: 2023-12-15]
|
||||
Reference in New Issue
Block a user