36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
---
|
|
date: 2025-01-16
|
|
tags:
|
|
---
|
|
# Links to Other Pages
|
|
## Yesterday | Tomorrow
|
|
<< [[1 Daily Notes/2025/2025-01-15]] | [[1 Daily Notes/2025/2025-01-17 ]] >>
|
|
## This Week's Weekly Note
|
|
[[ Weekly Note 2025-01-15]]
|
|
# 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] [[Homework 1]] 📅 2025-01-23 #ME2046 #Homework [completion:: 2025-01-22]
|
|
- [x] [[ME 2150 - High-Assurance Cyber-Physical Systems Homework 1]] 📅 2025-01-21 #ME2150 #Homework [completion:: 2025-01-21]
|
|
- [x] [[2025-01-16 HACMS Program Overview]] #ME2150 #Lecture [completion:: 2025-01-20]
|
|
- [x] Fix weekly note automatic day linking 🔽 ⏳ 2025-01-27 📅 2025-01-27 ✅ 2025-01-27
|
|
- [x] [[2025-01-16 The Z Transform]] #ME2046 #Lecture ✅ 2025-01-24
|
|
|
|
## 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 |