43 lines
1.3 KiB
Markdown
43 lines
1.3 KiB
Markdown
---
|
|
date: 2025-01-22
|
|
tags:
|
|
---
|
|
# Links to Other Pages
|
|
## Yesterday | Tomorrow
|
|
<< [[1 Daily Notes/2025/2025-01-21]] | [[1 Daily Notes/2025/2025-01-23 ]] >>
|
|
## 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!
|
|
- [-] Figure out how to rectify task lists so they show up in daily tasks #Administrative ❌ 2025-01-24
|
|
- [x] [[fisherHACMSProgramUsing2017a]] #ME2150 #Reading ✅ 2025-01-22
|
|
- [x] [[biggsJuryMonolithicOS2018]] #ME2150 #Reading ✅ 2025-01-22
|
|
- [x] Make new [[visualization for ANS Paper]] #NPIC2025 ✅ 2025-01-22
|
|
- [x] Write results section #NPIC2025 ⏫ ⏳ 2025-01-24 📅 2025-01-26 ✅ 2025-01-27
|
|
|
|
## 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
|
|
|
|
- ANS Paper [startTime:: 13:30] [endTime:: 16:30]
|
|
- ME 2046 HW1 [startTime:: 21:30] [endTime:: 23:00]
|
|
- Lunch [startTime:: 12:30] [endTime:: 13:30]
|
|
- ME 2046 HW1 [startTime:: 11:30] [endTime:: 12:30]
|
|
- HACPS Reading [startTime:: 10:00] [endTime:: 11:30]
|
|
- ANS Paper writing [startTime:: 11:45] [endTime:: 12:30] |