33 lines
644 B
Markdown
33 lines
644 B
Markdown
---
|
|
date: 2024-09-11
|
|
modification date: Wednesday 11th September 2024 16:25:33
|
|
tags:
|
|
- WeeklyNote
|
|
---
|
|
<< [[Weekly Note 2024-09-04]] | [[Weekly Note 2024-09-18]] >>
|
|
|
|
## This Week's Daily Notes
|
|
[[2024-09-04]]
|
|
[[2024-09-05]]
|
|
[[2024-09-06]]
|
|
[[2024-09-09]]
|
|
[[2024-09-10]]
|
|
## Last Week's Plan
|
|
## Accomplishments
|
|
### Tasks and Notes From This Past Week
|
|
|
|
```dataview
|
|
TASK
|
|
where completed and completion >= this.date - dur(7 days)
|
|
group by file.link
|
|
sort file.date asc
|
|
|
|
```
|
|
### Papers read this past week
|
|
```dataview
|
|
table title as "Title", dateread as "Date Read"
|
|
where readstatus and dateread => this.date-dur(7)
|
|
|
|
```
|
|
### Remarks
|
|
## This Week's Plan |