From baefab1fd2373f3a807163d09df23422b2d31c91 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 30 Sep 2024 09:29:16 -0400 Subject: [PATCH] vault backup: 2024-09-30 09:29:16 --- 0 Managerial Pages/1. Task Dashboard.md | 7 +++---- 1 Daily Notes/2024/9 September/2024-09-30.md | 2 -- 1000s Templates/Daily Note Template.md | 2 -- 1000s Templates/This Past Week Template.md | 3 --- .../2024-10-01 Homework 5.md | 1 + .../2024-10-01 Project Topic and Description.md | 1 + .../2024-10-29 Homework 6.md | 1 + .../2024-11-05 Homework 7.md | 1 + .../2024-11-12 Homework 8.md | 1 + .../2024-11-19 Homework 9.md | 1 + .../2024-12-03 Homework 10.md | 1 + ...per.md => 2024-12-10 Project Paper and Presentation.md} | 2 ++ .../2024-12-10 Project Presentation.md | 7 ------- 13 files changed, 12 insertions(+), 18 deletions(-) rename 300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/{2024-12-10 Project Paper.md => 2024-12-10 Project Paper and Presentation.md} (54%) delete mode 100644 300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Presentation.md diff --git a/0 Managerial Pages/1. Task Dashboard.md b/0 Managerial Pages/1. Task Dashboard.md index 22a2f428..0eb1529c 100755 --- a/0 Managerial Pages/1. Task Dashboard.md +++ b/0 Managerial Pages/1. Task Dashboard.md @@ -11,7 +11,6 @@ tags: TASK where !completed and status != "-" - and status != " " and !due group by file.folder ``` @@ -21,7 +20,7 @@ group by file.folder TASK where !completed and status != "-" - and status != " " + and due and due < date(today) sort due asc group by file.folder @@ -32,7 +31,7 @@ group by file.folder TASK where !completed and status != "-" - and status != " " + and due and due > date(today) and due < date(today) + dur(2 w) sort due asc @@ -44,7 +43,7 @@ group by file.folder TASK where !completed and status != "-" - and status != " " + and due and due > (date(today) + dur(2 w)) sort due asc group by file.folder diff --git a/1 Daily Notes/2024/9 September/2024-09-30.md b/1 Daily Notes/2024/9 September/2024-09-30.md index 69a205c6..c1de8bc2 100644 --- a/1 Daily Notes/2024/9 September/2024-09-30.md +++ b/1 Daily Notes/2024/9 September/2024-09-30.md @@ -15,7 +15,6 @@ where and due and !completed and status != "-" - and status != " " sort due asc group by file.folder ``` @@ -27,7 +26,6 @@ where and scheduled <= date(this.date) and !completed and status != "-" - and status != " " sort due asc group by file.folder ``` diff --git a/1000s Templates/Daily Note Template.md b/1000s Templates/Daily Note Template.md index c1551e95..7bb9bd83 100755 --- a/1000s Templates/Daily Note Template.md +++ b/1000s Templates/Daily Note Template.md @@ -15,7 +15,6 @@ where and due and !completed and status != "-" - and status != " " sort due asc group by file.folder ``` @@ -27,7 +26,6 @@ where and scheduled <= date(this.date) and !completed and status != "-" - and status != " " sort due asc group by file.folder ``` diff --git a/1000s Templates/This Past Week Template.md b/1000s Templates/This Past Week Template.md index 039abcd3..11e84e8f 100755 --- a/1000s Templates/This Past Week Template.md +++ b/1000s Templates/This Past Week Template.md @@ -38,7 +38,6 @@ where and due and !completed and status != "-" - and status != " " sort due asc group by file.folder ``` @@ -51,7 +50,6 @@ where and due and !completed and status != "-" - and status != " " sort due asc group by file.folder ``` @@ -65,7 +63,6 @@ where and due > this.date +dur(7 days) and !completed and status != "-" - and status != " " sort due asc group by file.folder ``` diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-01 Homework 5.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-01 Homework 5.md index 81ae150c..7aac11cc 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-01 Homework 5.md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-01 Homework 5.md @@ -8,3 +8,4 @@ completed: false type: single endDate: null --- +- [ ] Homework 5 📅 2024-10-01 \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-01 Project Topic and Description.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-01 Project Topic and Description.md index 4d3b2de7..8cb69575 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-01 Project Topic and Description.md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-01 Project Topic and Description.md @@ -6,3 +6,4 @@ endDate: 2024-10-02 completed: false type: single --- +- [ ] Project Description 📅 2024-10-01 \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-29 Homework 6.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-29 Homework 6.md index 321ad8f0..10033f12 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-29 Homework 6.md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-29 Homework 6.md @@ -6,3 +6,4 @@ endDate: 2024-10-30 completed: false type: single --- +- [ ] Homework 6 📅 2024-10-29 \ 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 969b9412..f43409f3 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 @@ -6,3 +6,4 @@ endDate: 2024-11-06 completed: false type: single --- +- [ ] Homework 7 📅 2024-11-05 \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-12 Homework 8.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-12 Homework 8.md index 254e1e2e..d98a0b32 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-12 Homework 8.md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-12 Homework 8.md @@ -5,3 +5,4 @@ date: 2024-11-12 endDate: 2024-11-13 completed: null --- + - [ ] Homework 8 📅 2024-11-12 \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-19 Homework 9.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-19 Homework 9.md index e70a2768..0ce34706 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-19 Homework 9.md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-11-19 Homework 9.md @@ -5,3 +5,4 @@ date: 2024-11-19 endDate: 2024-11-20 completed: null --- +- [ ] Homework 9 📅 2024-11-19 \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-03 Homework 10.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-03 Homework 10.md index 1e372648..9ff0b93a 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-03 Homework 10.md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-03 Homework 10.md @@ -5,3 +5,4 @@ date: 2024-12-03 endDate: 2024-12-04 completed: null --- + - [ ] Homework 10 📅 2024-12-03 \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Paper.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Paper and Presentation.md similarity index 54% rename from 300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Paper.md rename to 300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Paper and Presentation.md index e94f61ba..379dcfd5 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Paper.md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Paper and Presentation.md @@ -5,3 +5,5 @@ date: 2024-12-10 endDate: 2024-12-11 completed: null --- +- [ ] Project Paper 📅 2024-12-10 +- [ ] Project Presentation 📅 2024-12-10 \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Presentation.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Presentation.md deleted file mode 100644 index f4e87e88..00000000 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-12-10 Project Presentation.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Project Presentation -allDay: true -date: 2024-12-10 -endDate: 2024-12-11 -completed: null ----