From 585906d01ae3eae54299a2d9f0dcc6eaf547b877 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 6 Nov 2024 09:49:23 -0500 Subject: [PATCH] vault backup: 2024-11-06 09:49:23 --- 1 Daily Notes/2024/9 September/2024-11-06.md | 52 +++++++++++++++++++ .../2024-11-05 Homework 7.md | 2 +- .../1 Managing Stuff/0. QE To Do List.md | 2 +- 3 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 1 Daily Notes/2024/9 September/2024-11-06.md diff --git a/1 Daily Notes/2024/9 September/2024-11-06.md b/1 Daily Notes/2024/9 September/2024-11-06.md new file mode 100644 index 00000000..11e3f5da --- /dev/null +++ b/1 Daily Notes/2024/9 September/2024-11-06.md @@ -0,0 +1,52 @@ +--- +date: <% tp.file.title %> +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/<%*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");} %>]] | [[1 Daily Notes/2024/11 November/<%*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 +``` +## Tasks in Progress +```dataview +task +where +status != "-" +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 +- Qualifying Exam Hell Storm [startTime:: 09:30] [endTime:: 12:00] +- Coffee [startTime:: 09:00] [endTime:: 09:45] \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-05 Homework 7.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-05 Homework 7.md index a2914180..dabc0b13 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-05 Homework 7.md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-05 Homework 7.md @@ -3,7 +3,7 @@ title: Homework 7 allDay: true date: 2024-11-05 endDate: 2024-11-06 -completed: false +completed: 2024-11-06T09:47:22.930-05:00 type: single --- - [ ] Homework 7 📅 2024-11-05 diff --git a/4 Qualifying Exam/1 Managing Stuff/0. QE To Do List.md b/4 Qualifying Exam/1 Managing Stuff/0. QE To Do List.md index 43158bed..cdb95970 100644 --- a/4 Qualifying Exam/1 Managing Stuff/0. QE To Do List.md +++ b/4 Qualifying Exam/1 Managing Stuff/0. QE To Do List.md @@ -9,7 +9,7 @@ - [x] What is disk uncertainty? ✅ 2024-10-17 [completion:: 2024-11-05] - [x] Why is this something difficult to sample? [completion:: 2024-11-05] - [x] Write about how to generate structured perturbations 📅 2024-10-17 ✅ 2024-10-16 -- [ ] Write story for RA +- [x] Write story for RA ✅ 2024-11-06 - [-] Reposition things on the timeline - Just thug it out. - [x] How does H_infty work? ✅ 2024-11-04