69 lines
2.2 KiB
Markdown
69 lines
2.2 KiB
Markdown
---
|
||
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
|
||
```
|