From 90dc5a4a5bfbf3d064ac64d217fd409428f3a2a8 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 18 Nov 2024 12:44:23 -0500 Subject: [PATCH] vault backup: 2024-11-18 12:44:23 --- .obsidian/bookmarks.json | 11 +++- 0 Managerial Pages/1. Task Dashboard.md | 1 - 1 Daily Notes/2024/11 November/2024-11-08.md | 50 +++++++++++++++++++ 1 Daily Notes/2024/11 November/2024-11-11.md | 50 +++++++++++++++++++ 1 Daily Notes/2024/11 November/2024-11-12.md | 50 +++++++++++++++++++ 1 Daily Notes/2024/11 November/2024-11-13.md | 50 +++++++++++++++++++ 1 Daily Notes/2024/11 November/2024-11-14.md | 50 +++++++++++++++++++ 1 Daily Notes/2024/11 November/2024-11-15.md | 50 +++++++++++++++++++ 1 Daily Notes/2024/11 November/2024-11-18.md | 50 +++++++++++++++++++ .../2024-11-18.md | 0 .../Mini Project.md | 20 ++++---- .../2024-11-05 Homework 7.md | 4 +- 12 files changed, 371 insertions(+), 15 deletions(-) create mode 100644 1 Daily Notes/2024/11 November/2024-11-08.md create mode 100644 1 Daily Notes/2024/11 November/2024-11-11.md create mode 100644 1 Daily Notes/2024/11 November/2024-11-12.md create mode 100644 1 Daily Notes/2024/11 November/2024-11-13.md create mode 100644 1 Daily Notes/2024/11 November/2024-11-14.md create mode 100644 1 Daily Notes/2024/11 November/2024-11-15.md create mode 100644 1 Daily Notes/2024/11 November/2024-11-18.md create mode 100644 300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-11-18.md diff --git a/.obsidian/bookmarks.json b/.obsidian/bookmarks.json index 59139b73b..b714728fa 100644 --- a/.obsidian/bookmarks.json +++ b/.obsidian/bookmarks.json @@ -1,14 +1,21 @@ { "items": [ + { + "type": "file", + "ctime": 1731951492555, + "path": "0 Managerial Pages/1. Task Dashboard.md" + }, { "type": "file", "ctime": 1730397400319, - "path": "0 Managerial Pages/To Do List.md" + "path": "0 Managerial Pages/To Do List.md", + "title": "To Do - General" }, { "type": "file", "ctime": 1730397409494, - "path": "4 Qualifying Exam/1 Managing Stuff/0. QE To Do List.md" + "path": "4 Qualifying Exam/1 Managing Stuff/0. QE To Do List.md", + "title": "To Do - Qualifying Exam" }, { "type": "file", diff --git a/0 Managerial Pages/1. Task Dashboard.md b/0 Managerial Pages/1. Task Dashboard.md index 5c2a54827..f194871cf 100755 --- a/0 Managerial Pages/1. Task Dashboard.md +++ b/0 Managerial Pages/1. Task Dashboard.md @@ -35,7 +35,6 @@ where !completed and due > date(today) and due < date(today) + dur(2 w) sort due asc -group by file.folder ``` ## On The Horizon --- diff --git a/1 Daily Notes/2024/11 November/2024-11-08.md b/1 Daily Notes/2024/11 November/2024-11-08.md new file mode 100644 index 000000000..65b650c18 --- /dev/null +++ b/1 Daily Notes/2024/11 November/2024-11-08.md @@ -0,0 +1,50 @@ +--- +date: 2024-11-08 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/2024-11-07]] | [[1 Daily Notes/2024/11 November/2024-11-11 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-11-06]] +# 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/1 Daily Notes/2024/11 November/2024-11-11.md b/1 Daily Notes/2024/11 November/2024-11-11.md new file mode 100644 index 000000000..733443a7a --- /dev/null +++ b/1 Daily Notes/2024/11 November/2024-11-11.md @@ -0,0 +1,50 @@ +--- +date: 2024-11-11 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/2024-11-08]] | [[1 Daily Notes/2024/11 November/2024-11-12 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-11-06]] +# 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/1 Daily Notes/2024/11 November/2024-11-12.md b/1 Daily Notes/2024/11 November/2024-11-12.md new file mode 100644 index 000000000..84a5be6a2 --- /dev/null +++ b/1 Daily Notes/2024/11 November/2024-11-12.md @@ -0,0 +1,50 @@ +--- +date: 2024-11-12 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/2024-11-11]] | [[1 Daily Notes/2024/11 November/2024-11-13 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-11-06]] +# 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/1 Daily Notes/2024/11 November/2024-11-13.md b/1 Daily Notes/2024/11 November/2024-11-13.md new file mode 100644 index 000000000..ca31faac8 --- /dev/null +++ b/1 Daily Notes/2024/11 November/2024-11-13.md @@ -0,0 +1,50 @@ +--- +date: 2024-11-13 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/2024-11-12]] | [[1 Daily Notes/2024/11 November/2024-11-14 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-11-06]] +# 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/1 Daily Notes/2024/11 November/2024-11-14.md b/1 Daily Notes/2024/11 November/2024-11-14.md new file mode 100644 index 000000000..405e236df --- /dev/null +++ b/1 Daily Notes/2024/11 November/2024-11-14.md @@ -0,0 +1,50 @@ +--- +date: 2024-11-14 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/2024-11-13]] | [[1 Daily Notes/2024/11 November/2024-11-15 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-11-13]] +# 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/1 Daily Notes/2024/11 November/2024-11-15.md b/1 Daily Notes/2024/11 November/2024-11-15.md new file mode 100644 index 000000000..7e52c4b8b --- /dev/null +++ b/1 Daily Notes/2024/11 November/2024-11-15.md @@ -0,0 +1,50 @@ +--- +date: 2024-11-15 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/2024-11-14]] | [[1 Daily Notes/2024/11 November/2024-11-18 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-11-13]] +# 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/1 Daily Notes/2024/11 November/2024-11-18.md b/1 Daily Notes/2024/11 November/2024-11-18.md new file mode 100644 index 000000000..1afe6fe05 --- /dev/null +++ b/1 Daily Notes/2024/11 November/2024-11-18.md @@ -0,0 +1,50 @@ +--- +date: 2024-11-18 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/2024-11-15]] | [[1 Daily Notes/2024/11 November/2024-11-19 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-11-13]] +# 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/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-11-18.md b/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-11-18.md new file mode 100644 index 000000000..e69de29bb diff --git a/300s School/ME 2016 - Nonlinear Dynamical Systems 1/Mini Project.md b/300s School/ME 2016 - Nonlinear Dynamical Systems 1/Mini Project.md index f65269de3..461f70bf3 100644 --- a/300s School/ME 2016 - Nonlinear Dynamical Systems 1/Mini Project.md +++ b/300s School/ME 2016 - Nonlinear Dynamical Systems 1/Mini Project.md @@ -1,11 +1,11 @@ # Progress -- [ ] Read paper - - [ ] What are the modeling assumptions? - - [ ] What are the solution approaches? - - [ ] Do other things from class relate? -- [ ] Rederive equations and solutions from the paper - - [ ] What do they leave out? - - [ ] Make things 'VERY CLEAR' -- [ ] Numerical Solution - - [ ] Recreate figure 3 - - [ ] Make a parallel implementation \ No newline at end of file +- [x] Read paper [completion:: 2024-11-18] + - [x] What are the modeling assumptions? [completion:: 2024-11-18] + - [x] What are the solution approaches? [completion:: 2024-11-18] + - [x] Do other things from class relate? [completion:: 2024-11-18] +- [x] Rederive equations and solutions from the paper [completion:: 2024-11-18] + - [x] What do they leave out? [completion:: 2024-11-18] + - [x] Make things 'VERY CLEAR' [completion:: 2024-11-18] +- [x] Numerical Solution [completion:: 2024-11-18] + - [x] Recreate figure 3 [completion:: 2024-11-18] + - [x] Make a parallel implementation [completion:: 2024-11-18] \ 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 dabc0b13d..b165d5451 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,5 +6,5 @@ endDate: 2024-11-06 completed: 2024-11-06T09:47:22.930-05:00 type: single --- -- [ ] Homework 7 📅 2024-11-05 -#Homework \ No newline at end of file +- [x] Homework 7 📅 2024-11-05 + #Homework [completion:: 2024-11-18] \ No newline at end of file