Files
thpeetz-notes/Journal/cimt AG/2025/2025-Q1.md
T
2025-12-15 15:31:07 +01:00

62 lines
1.3 KiB
Markdown

---
journal: cimt quarterly
journal-date: 2025-01-01
journal-start-date: 2025-01-01
journal-end-date: 2025-03-31
---
```calendar-nav
```
```calendar-timeline
```
---
>### Quartal 1 Ziele
>- [x] Zertifizierung AWS SysOps Administrator Associate [completion:: 2025-12-15] ^q1i
---
## Aufgaben
> [!examples]- Backlog
>```tasks
>not done
>no scheduled date
>no start date
>no due date
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>starts on or before 2025-04-01
>has start date
>no scheduled date
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!hint]- Geplante Aufgaben
>```tasks
>not done
>scheduled 2025-01-01 2025-04-01
>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(2025-01-01) AND completion < date(2025-04-01)
>SORT completion, start
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month >= 01 AND birthday.month <= 03
SORT birthday.month, birthday.day
```