diff --git a/0 Managerial Pages/To Do List.md b/0 Managerial Pages/To Do List.md index 5fb053d58..3f37b0f18 100644 --- a/0 Managerial Pages/To Do List.md +++ b/0 Managerial Pages/To Do List.md @@ -14,5 +14,7 @@ - [x] Find Classes📅 2024-10-21 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15] - [x] Fill out NRC Update for Mike📅 2024-10-28 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15] - [x] Abstract for NPIC+HMIT paper ⏳ 2024-10-21 📅 2024-10-25 ✅ 2025-10-25 +- [ ] What the hell is lobot? 📅 2024-11-07 ⏳ 2024-11-05 +- [ ] Pick out classes 📅 2024-11-07 ⏳ 2024-11-05 # Class Stuff - [x] Move the sketches from my iPad to the notes for ME 2016 📅 2024-10-02 ✅ 2024-10-02 diff --git a/1 Daily Notes/2024/11 November/2024-11-01.md b/1 Daily Notes/2024/11 November/2024-11-01.md index c42a419df..ba754d6d3 100644 --- a/1 Daily Notes/2024/11 November/2024-11-01.md +++ b/1 Daily Notes/2024/11 November/2024-11-01.md @@ -3,7 +3,7 @@ date: 2024-11-01 tags: --- # Yesterday | Tomorrow - << [[1 Daily Notes/2024/10 October/2024-10-31]] | [[1 Daily Notes/2024/10 October/2024-11-04 ]] >> + << [[1 Daily Notes/2024/11 November/2024-10-31]] | [[2024-11-04]] >> # This Week's Weekly Note [[ Weekly Note 2024-10-30]] # Tasks for today diff --git a/1 Daily Notes/2024/10 October/2024-11-04.md b/1 Daily Notes/2024/11 November/2024-11-04.md similarity index 86% rename from 1 Daily Notes/2024/10 October/2024-11-04.md rename to 1 Daily Notes/2024/11 November/2024-11-04.md index 1180e419f..1e1d856ad 100644 --- a/1 Daily Notes/2024/10 October/2024-11-04.md +++ b/1 Daily Notes/2024/11 November/2024-11-04.md @@ -3,7 +3,7 @@ date: 2024-11-04 tags: --- # Yesterday | Tomorrow - << [[1 Daily Notes/2024/10 October/2024-11-01]] | [[1 Daily Notes/2024/10 October/2024-11-05 ]] >> + << [[1 Daily Notes/2024/11 November/2024-11-01]] | [[2024-11-05]] >> # This Week's Weekly Note [[ Weekly Note 2024-10-30]] # Tasks for today diff --git a/1 Daily Notes/2024/11 November/2024-11-05.md b/1 Daily Notes/2024/11 November/2024-11-05.md new file mode 100644 index 000000000..375b4890d --- /dev/null +++ b/1 Daily Notes/2024/11 November/2024-11-05.md @@ -0,0 +1,50 @@ +--- +date: 2024-11-05 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/2024-11-04]] | [[1 Daily Notes/2024/11 November/2024-11-06 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-10-30]] +# 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 \ No newline at end of file diff --git a/1000s Templates/Daily Note Template.md b/1000s Templates/Daily Note Template.md index 4d1a9a23a..3a8b30e32 100755 --- a/1000s Templates/Daily Note Template.md +++ b/1000s Templates/Daily Note Template.md @@ -3,7 +3,7 @@ date: <% tp.file.title %> tags: --- # Yesterday | Tomorrow - << [[1 Daily Notes/2024/10 October/<%*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/10 October/<%*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");} %> ]] >> + << [[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 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 0c3ecc884..43158bedd 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 @@ -5,9 +5,9 @@ - [ ] How can we use this to generate new plants? - [ ] How are we going to tell if they're in the unstrucutred perturbation disk? - [ ] Create a one dimensional diffusion generative model 📅 2024-10-22 ⏳ 2024-10-17 -- [ ] Write about how to generate unstructured perturbations📅 2024-10-15 - - [x] What is disk uncertainty? ✅ 2024-10-17 - - [/] Why is this something difficult to sample? +- [x] Write about how to generate unstructured perturbations📅 2024-10-15 [completion:: 2024-11-05] + - [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 - [-] Reposition things on the timeline