vault backup: 2024-09-16 16:32:44
This commit is contained in:
parent
abf25fe724
commit
a1034c99b4
36
2024-09-17.md
Normal file
36
2024-09-17.md
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
---
|
||||||
|
date: 2024-09-17
|
||||||
|
tags:
|
||||||
|
---
|
||||||
|
# Yesterday | Tomorrow
|
||||||
|
<< [[2024-09-16]] | [[2024-09-18 ]] >>
|
||||||
|
# This Week's Weekly Note
|
||||||
|
[[ Weekly Note 2024-09-11]]
|
||||||
|
|
||||||
|
# Tasks for today
|
||||||
|
## Due
|
||||||
|
```dataview
|
||||||
|
task
|
||||||
|
where
|
||||||
|
due <= date(this.date)
|
||||||
|
and due
|
||||||
|
and !completed
|
||||||
|
and status != "-"
|
||||||
|
and status != " "
|
||||||
|
sort due asc
|
||||||
|
group by file.folder
|
||||||
|
```
|
||||||
|
## Scheduled
|
||||||
|
```dataview
|
||||||
|
task
|
||||||
|
where
|
||||||
|
scheduled
|
||||||
|
and scheduled <= date(this.date)
|
||||||
|
and !completed
|
||||||
|
and status != "-"
|
||||||
|
and status != " "
|
||||||
|
sort due asc
|
||||||
|
group by file.folder
|
||||||
|
```
|
||||||
|
|
||||||
|
# Calendar Tasks
|
||||||
@ -14,4 +14,4 @@ Recall that equilibrium points are fixed. P = Q = 0
|
|||||||
| Limit Cycle | Happens a lot with nonlinear systems. Trajectories are pulled some target trajectory and stay there. |
|
| Limit Cycle | Happens a lot with nonlinear systems. Trajectories are pulled some target trajectory and stay there. |
|
||||||
|
|
||||||
**Documentation**
|
**Documentation**
|
||||||
- [<] ME2016 Week 3 Class ⏳ 2024-09-16
|
- [x] ME2016 Week 3 Class ⏳ 2024-09-16 ✅ 2024-09-16
|
||||||
Loading…
x
Reference in New Issue
Block a user