diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 8e625cdc5..f50c296b5 100755 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -1,5 +1,5 @@ { - "collapse-filter": true, + "collapse-filter": false, "search": "", "showTags": false, "showAttachments": false, @@ -67,6 +67,6 @@ "repelStrength": 6.14583333333333, "linkStrength": 0.4765625, "linkDistance": 207, - "scale": 0.9974854539557366, - "close": true + "scale": 0.45701546612642585, + "close": false } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-style-settings/data.json b/.obsidian/plugins/obsidian-style-settings/data.json index 2f54cb176..6cc4bb67a 100755 --- a/.obsidian/plugins/obsidian-style-settings/data.json +++ b/.obsidian/plugins/obsidian-style-settings/data.json @@ -3,8 +3,8 @@ "anuppuccin-theme-settings@@anuppuccin-accent-toggle": true, "anuppuccin-theme-settings-extended@@anp-theme-ext-light": true, "anuppuccin-theme-settings-extended@@anp-theme-ext-dark": true, - "anuppuccin-theme-settings-extended@@catppuccin-theme-extended": "ctp-notion-light", - "anuppuccin-theme-settings-extended@@catppuccin-theme-dark-extended": "ctp-gruvbox-dark", + "anuppuccin-theme-settings-extended@@catppuccin-theme-extended": "ctp-solarized-light", + "anuppuccin-theme-settings-extended@@catppuccin-theme-dark-extended": "ctp-kanagawa-dark", "anuppuccin-theme-settings@@anuppuccin-theme-dark": "ctp-frappe", "anuppuccin-theme-settings@@anp-custom-checkboxes": true, "anuppuccin-theme-settings@@anp-speech-bubble": true, diff --git a/0 Managerial Pages/1. Task Dashboard.md b/0 Managerial Pages/1. Task Dashboard.md index f194871cf..52ecfc59b 100755 --- a/0 Managerial Pages/1. Task Dashboard.md +++ b/0 Managerial Pages/1. Task Dashboard.md @@ -5,15 +5,6 @@ tags: - Management --- # Tasks -## Undated ---- -```dataview -TASK -where !completed - and status != "-" - and !due -group by file.folder -``` ## Overdue --- ```dataview @@ -25,6 +16,16 @@ where !completed sort due asc group by file.folder ``` +## Undated +--- +```dataview +TASK +where !completed + and status != "-" + and !due +group by file.folder +``` + ## Next 2 Weeks --- ```dataview diff --git a/300s School/ME 2150 - High Assurance Cyber-Physical Systems/2025-01-16 HACMS Program Overview.md b/300s School/ME 2150 - High Assurance Cyber-Physical Systems/2025-01-16 HACMS Program Overview.md index e69de29bb..448d5ef5e 100644 --- a/300s School/ME 2150 - High Assurance Cyber-Physical Systems/2025-01-16 HACMS Program Overview.md +++ b/300s School/ME 2150 - High Assurance Cyber-Physical Systems/2025-01-16 HACMS Program Overview.md @@ -0,0 +1,2 @@ +**Verification** - Is the code correct? +**Validation** - Is the code built correctly for the purpose? \ No newline at end of file