From fc427cecd2a8114f17c085f1c1537a382168b856 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 2 Oct 2024 10:31:54 -0400 Subject: [PATCH] vault backup: 2024-10-02 10:31:54 --- 1 Daily Notes/2024/10 October/2024-10-02.md | 41 ++++++++++++++++++ 1 Daily Notes/2024/9 September/2024-10-02.md | 42 +++++++++++++++++++ .../2 Writing/1. QE Goals and Outcomes.md | 2 +- 3 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 1 Daily Notes/2024/10 October/2024-10-02.md create mode 100644 1 Daily Notes/2024/9 September/2024-10-02.md diff --git a/1 Daily Notes/2024/10 October/2024-10-02.md b/1 Daily Notes/2024/10 October/2024-10-02.md new file mode 100644 index 00000000..8ea09f00 --- /dev/null +++ b/1 Daily Notes/2024/10 October/2024-10-02.md @@ -0,0 +1,41 @@ +--- +date: 2024-10-02 +tags: +--- +# Yesterday | Tomorrow + << [[2024-10-01]] | [[2024-10-03 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-09-25]] +# Tasks for today +## Due +```dataview +task +where + due <= date(this.date) + and due + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Scheduled +```dataview +task +where + scheduled + and scheduled <= date(this.date) + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Completed +```dataview +task +where + completed + and completion = date(this.date) +sort due asc +group by file.folder +``` +# Calendar Tasks \ No newline at end of file diff --git a/1 Daily Notes/2024/9 September/2024-10-02.md b/1 Daily Notes/2024/9 September/2024-10-02.md new file mode 100644 index 00000000..7b1874ad --- /dev/null +++ b/1 Daily Notes/2024/9 September/2024-10-02.md @@ -0,0 +1,42 @@ +--- +date: <% tp.file.title %> +tags: +--- +# Yesterday | Tomorrow + << [[<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >> +# This Week's Weekly Note +[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]] +# Tasks for today +## Due +```dataview +task +where + due <= date(this.date) + and due + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Scheduled +```dataview +task +where + scheduled + and scheduled <= date(this.date) + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Completed +```dataview +task +where + completed + and completion = date(this.date) +sort due asc +group by file.folder +``` +# Calendar Tasks +- Goals and Outcomes [startTime:: 10:00] [endTime:: 11:30] \ No newline at end of file diff --git a/4 Qualifying Exam/2 Writing/1. QE Goals and Outcomes.md b/4 Qualifying Exam/2 Writing/1. QE Goals and Outcomes.md index 4aeef158..d51b183f 100644 --- a/4 Qualifying Exam/2 Writing/1. QE Goals and Outcomes.md +++ b/4 Qualifying Exam/2 Writing/1. QE Goals and Outcomes.md @@ -89,4 +89,4 @@ If this research is successful, this diffusion model will accomplish three main **Outcome 3:** Generate time and frequency domain responses based on training data of example systems. The diffusion model is like any other machine learning model: it requires training data. For this diffusion model, we will create training data of physically realizable plants dynamics. This training data will teach the diffusion model to create realistic time and frequency responses as novel samples. -Perturbing a nominal plant to establish robustness is not a new technique. Robust control can find the set of plants with which a controller remains performant. Finding this set is a well understood problem, and can be straightforward. An engineer can use this set of plants to say how robust a nominal controller is to perturbation, and make guarantees about \ No newline at end of file +Perturbing a nominal plant to establish robustness is not a new technique. Robust control can find the set of plants with which a controller remains performant. Finding this set is a well understood problem, and can be straightforward. An engineer can use this set of plants to guarantee how robust a nominal controller is to perturbation. But, engineer cannot use this set to make guarantees about a implemented controller. Implementation of control laws requires lowering the abstraction level from the model of a controller used in robust control and must be verified for robustness independently. \ No newline at end of file