diff --git a/2024-09-17.md b/2024-09-17.md new file mode 100644 index 00000000..df7b9ad7 --- /dev/null +++ b/2024-09-17.md @@ -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 \ No newline at end of file diff --git a/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-09-16 Plane Diagrams.md b/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-09-16 Plane Diagrams.md index 1c0ea4b5..4f645443 100644 --- a/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-09-16 Plane Diagrams.md +++ b/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-09-16 Plane Diagrams.md @@ -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. | **Documentation** -- [<] ME2016 Week 3 Class ⏳ 2024-09-16 \ No newline at end of file +- [x] ME2016 Week 3 Class ⏳ 2024-09-16 ✅ 2024-09-16 \ No newline at end of file