Obsidian/1 Daily Notes/2025/2025-01-06.md

37 lines
936 B
Markdown

---
date: 2025-01-06
tags:
---
# Links to Other Pages
## Yesterday | Tomorrow
<< [[2025-01-03]] | [[2025-01-07]] >>
## This Week's Weekly Note
[[ Weekly Note 2025-01-01]]
# Summary
## What's Overdue!
```dataview
task
from "1 Daily Notes"
where !completed
and status != "-"
and file.name != this.file.name
group by file.name
```
## What's the plan!
- [x] Fill out When2Meet for group meeting ✅ 2025-01-06
- [x] is meeting time with Zach good? ✅ 2025-01-06
- [-] Write sections in NPIC paper #NPIC2025 ❌ 2025-01-24
- [-] Make figure of experimental setup #NPIC2025 [completion:: 2025-01-13]
- [-] What is ZigBee? #Thesis ⏬ 🛫 2025-01-27 ⏳ 2025-01-27 📅 2025-02-05 ❌ 2025-02-17
- [x] Try out Gemini DeepResearch? ✅ 2025-01-06
## What's the results!
```dataview
task
from "1 Daily Notes"
where completed
and completion = date(this.file.name)
and file.name != this.file.name
group by file.name
```
# Calendar Tasks