vault backup: 2025-01-24 15:03:10

This commit is contained in:
Dane Sabo 2025-01-24 15:03:10 -05:00
commit badc49dc80
7 changed files with 83 additions and 39 deletions

View File

@ -179,7 +179,8 @@
"System-analysis": 167,
"multiphysics": 168,
"heat-pipe": 169,
"paper": 170
"paper": 170,
"NUCE2113": 171
},
"_version": 3
}

View File

@ -7,8 +7,8 @@
"setDoneDate": true,
"setCancelledDate": true,
"autoSuggestInEditor": true,
"autoSuggestMinMatch": 0,
"autoSuggestMaxItems": 20,
"autoSuggestMinMatch": 2,
"autoSuggestMaxItems": 5,
"provideAccessKeys": true,
"useFilenameAsScheduledDate": false,
"filenameAsScheduledDateFormat": "",

View File

@ -3,7 +3,7 @@
- [x] Create meeting for next week 📅 2024-09-20 ✅ 2024-09-20
- [x] Email Megan Lenze looking for table cloth 📅 2024-09-27 [completion:: 2024-09-30]
- [x] Write an email for Lauren 📅 2024-10-15 [completion:: 2024-10-15]
- [ ] [[Qualifier Support Group Plan]] ⏳ 2024-12-19 📅 2025-01-03 ✅ 2026-01-17
- [ ] [[Qualifier Support Group Plan]] ⏳ 2024-12-19 📅 2025-01-27 ✅ 2026-01-17
# Personal
- [x] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 [completion:: 2024-09-24]

View File

@ -18,6 +18,7 @@ where !completed
group by file.name
```
## What's the plan!
- [ ] Fix HW1 for #ME2046. Steady state error should be max error for sin stuff. ⏫ 📅 2025-01-23
## What's the results!
```dataview

View File

@ -20,9 +20,8 @@ group by file.name
## What's the plan!
- [ ] Create a Visit Day Poster for MEMS GSA ⏳ 2025-01-28 📅 2025-01-29 ⏫ #GSA
- [ ] Implement new task center. 📅 2025-01-24 🔼 #Administrative
- [ ] Laboratory Report 1 #NUCE2113
- [ ] Homework 1 #NUCE2113
## What's the results!
```dataview
task

View File

@ -2144,6 +2144,20 @@ Opportunities and Challenges toward Responsible AI.pdf}
file = {/home/danesabo/Zotero/storage/CDGP72KV/CH2_Sampled_Data_Analysis_Unfilled(1).pptx;/home/danesabo/Zotero/storage/GJGSRZXQ/CH2_Sampled_Data_Analysis_Unfilled.pdf}
}
@article{CH3ZTransformDifference,
title = {{{CH3 The}} Z-{{Transform}} and the {{Difference Equation}}},
journaltitle = {DIGITAL CONTROL SYSTEMS},
langid = {english},
file = {/home/danesabo/Zotero/storage/YVUXYFW8/Chapter 3 The z-Transform and the Difference Equation.pdf}
}
@online{CH4System_Representation_S2020pdf2254,
title = {{{CH4 System}}\_{{Representation}}\_{{S2020}}.Pdf: 2254 {{ME}} 2046 {{SEC1000 DIGITAL CONTROL SYSTEMS}}},
url = {https://canvas.pitt.edu/courses/301794/files/19520682?module_item_id=5521302},
urldate = {2025-01-23},
file = {/home/danesabo/Zotero/storage/V4AZ95G2/Chap4_System_Representation_S2020.pdf 2254 ME 2046 SEC1000 DIGITAL CONTROL SYSTEMS.pdf}
}
@incollection{championKindModelChecker2016,
title = {The {{Kind}} 2 {{Model Checker}}},
booktitle = {Computer {{Aided Verification}}},
@ -2179,6 +2193,12 @@ Opportunities and Challenges toward Responsible AI.pdf}
file = {/home/danesabo/Zotero/storage/B654ZQJB/Reasoning about Bayesian Network Classifiers}
}
@online{Chap4_System_Representation_S2020pdf2254MEa,
title = {Chap4\_{{System}}\_{{Representation}}\_{{S2020}}.Pdf: 2254 {{ME}} 2046 {{SEC1000 DIGITAL CONTROL SYSTEMS}}},
url = {https://canvas.pitt.edu/courses/301794/files/19520682?module_item_id=5521302},
urldate = {2025-01-23}
}
@article{chappellatElementaryProofsClassical1990,
title = {Elementary Proofs of Some Classical Stability Criteria},
author = {Chappellat, H. and Mansour, M. and Bhattacharyya, S.P.},
@ -2196,13 +2216,6 @@ Opportunities and Challenges toward Responsible AI.pdf}
file = {/home/danesabo/Zotero/storage/72C8YKGT/Chappellat et al. - 1990 - Elementary proofs of some classical stability crit.pdf;/home/danesabo/Zotero/storage/YLLB6JD5/57067.html}
}
@article{Chapter3ZTransform,
title = {Chapter 3 {{The}} Z-{{Transform}} and the {{Difference Equation}}},
journaltitle = {DIGITAL CONTROL SYSTEMS},
langid = {english},
file = {/home/danesabo/Zotero/storage/YVUXYFW8/Chapter 3 The z-Transform and the Difference Equation.pdf}
}
@online{charalambousNewEraSoftware2023,
title = {A {{New Era}} in {{Software Security}}: {{Towards Self-Healing Software}} via {{Large Language Models}} and {{Formal Verification}}},
shorttitle = {A {{New Era}} in {{Software Security}}},

View File

@ -1,26 +1,56 @@
- [ ] a high priority task high ⏫
- [ ] a medium priority task 🔼
- [ ] a none priority task
- [ ] a low priority task 🔽
- [ ] lower still ⏬
- [ ] higher still 🔺
# 🏥 Task Hospital
```tasks
not done
no due date
no scheduled date
```
# Current Tasks
>[!danger] **Extreme Urgency Tasks**
>```tasks
>not done
>show urgency
>filter by function task.urgency >14.999
>sort by urgency
>group by tags
> ```
>[!todo] Task List
>>[!danger] High Priority Tasks
>>```tasks
>>path includes {{query.file.path}}
>> priority is above medium
>> ```
>
>>[!warning] Medium Priority Tasks
>>```tasks
>>path includes {{query.file.path}}
>> priority is above low
>> priority is below high
>> ```
>
>>[!seealso] Low Priority Tasks
>>```tasks
>>path includes {{query.file.path}}
>> priority is below none
>> ```
>[!warning] **High Urgency Tasks**
>```tasks
>not done
>show urgency
>filter by function task.urgency >9.999 && task.urgency<15.0
>sort by urgency
>group by tags
> ```
>[!todo] **Medium Urgency Tasks**
>```tasks
>not done
>show urgency
>filter by function task.urgency >4.999 && task.urgency<10.0
>sort by urgency
>group by tags
> ```
>[!done] **Low Urgency Tasks**
>```tasks
>not done
>show urgency
>filter by function task.urgency <5.0
>sort by urgency
>group by tags
> ```
For Task Dashboard, we should exclude
1. Finished tasks
2. canceled tasks
How should things be organized? Here's a priority list
1. Priority
2. Status
1. undated
2. in progress
3. scheduled
4. done
3. Sort by Urgency
4. Sort by tagsa