vault backup: 2025-01-24 15:36:39
This commit is contained in:
parent
d496da4440
commit
8da0e153b0
10
.obsidian/graph.json
vendored
10
.obsidian/graph.json
vendored
@ -63,10 +63,10 @@
|
||||
"nodeSizeMultiplier": 1.79713541666667,
|
||||
"lineSizeMultiplier": 0.7125,
|
||||
"collapse-forces": false,
|
||||
"centerStrength": 0.0755208333333333,
|
||||
"repelStrength": 6.14583333333333,
|
||||
"linkStrength": 0.4765625,
|
||||
"centerStrength": 0.182291666666667,
|
||||
"repelStrength": 16.0416666666667,
|
||||
"linkStrength": 0.760416666666667,
|
||||
"linkDistance": 207,
|
||||
"scale": 0.45701546612642585,
|
||||
"close": false
|
||||
"scale": 0.040122071100262335,
|
||||
"close": true
|
||||
}
|
||||
3
.obsidian/plugins/colored-tags/data.json
vendored
3
.obsidian/plugins/colored-tags/data.json
vendored
@ -180,7 +180,8 @@
|
||||
"multiphysics": 168,
|
||||
"heat-pipe": 169,
|
||||
"paper": 170,
|
||||
"NUCE2113": 171
|
||||
"NUCE2113": 171,
|
||||
"Reading": 172
|
||||
},
|
||||
"_version": 3
|
||||
}
|
||||
@ -1,52 +1,42 @@
|
||||
---
|
||||
creation date: 2024-08-06
|
||||
modification date: Tuesday 6th August 2024 08:47:22
|
||||
tags:
|
||||
- Management
|
||||
---
|
||||
# Tasks
|
||||
## Overdue
|
||||
---
|
||||
```dataview
|
||||
TASK
|
||||
where !completed
|
||||
and status != "-"
|
||||
and due
|
||||
and due < date(today)
|
||||
sort due asc
|
||||
group by tags
|
||||
# 🏥 Task Hospital
|
||||
```tasks
|
||||
not done
|
||||
(no due date) OR (no scheduled date)
|
||||
sort by function task.created.format("dddd")
|
||||
```
|
||||
# 😎 Tasks
|
||||
>[!danger] **Extreme Urgency Tasks**
|
||||
>```tasks
|
||||
>not done
|
||||
>show urgency
|
||||
>filter by function task.urgency >14.999
|
||||
>sort by urgency
|
||||
>group by tags
|
||||
> ```
|
||||
|
||||
```
|
||||
>[!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
|
||||
> ```
|
||||
|
||||
## Undated
|
||||
---
|
||||
```dataview
|
||||
TASK
|
||||
where !completed
|
||||
and status != "-"
|
||||
and !due
|
||||
group by file.folder
|
||||
```
|
||||
>[!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
|
||||
> ```
|
||||
|
||||
## Next 2 Weeks
|
||||
---
|
||||
```dataview
|
||||
TASK
|
||||
where !completed
|
||||
and status != "-"
|
||||
and due
|
||||
and due > date(today)
|
||||
and due < date(today) + dur(2 w)
|
||||
sort due asc
|
||||
```
|
||||
## On The Horizon
|
||||
---
|
||||
```dataview
|
||||
TASK
|
||||
where !completed
|
||||
and status != "-"
|
||||
and due
|
||||
and due > (date(today) + dur(2 w))
|
||||
sort due asc
|
||||
group by dateformat(due, "yyyy-MM")
|
||||
```
|
||||
>[!done] **Low Urgency Tasks**
|
||||
>```tasks
|
||||
>not done
|
||||
>show urgency
|
||||
>filter by function task.urgency <5.0
|
||||
>sort by urgency
|
||||
>group by tags
|
||||
> ```
|
||||
@ -18,8 +18,8 @@
|
||||
- [x] Pick out classes ⏳ 2024-11-05 📅 2024-11-07 ✅ 2024-11-18
|
||||
- [x] fix up to do lists. 📅 2024-11-18 [completion:: 2024-12-09]
|
||||
- [x] Figure out NUCE 2100 grade situation 📅 2024-11-18 ✅ 2024-11-18
|
||||
- [ ] Find NRC wireless rfp 📅 2024-11-19
|
||||
- [ ] [[Investigating seL4 with Docker]] 📅 2025-01-03
|
||||
- [ ] Find NRC wireless rfp ⏳ 2025-01-27 📅 2024-11-19
|
||||
- [-] [[Investigating seL4 with Docker]] 📅 2025-01-03 ❌ 2025-01-24
|
||||
- [x] [[ANS NPIC Paper Meeting]] 📅 2024-12-18 ✅ 2025-01-21
|
||||
# Class Stuff
|
||||
- [x] Move the sketches from my iPad to the notes for ME 2016 📅 2024-10-02 ✅ 2024-10-02
|
||||
|
||||
@ -20,8 +20,8 @@ group by file.name
|
||||
## What's the plan!
|
||||
- [x] Get whatever I wrote for that old paper into the NPIC one ✅ 2025-01-03
|
||||
- [x] Fill in highlighted sections for Lauren and GSA document ✅ 2025-01-03
|
||||
- [ ] Join union discord?
|
||||
- [ ] Look around at wireless proposals / papers
|
||||
- [ ] Join union discord? 🔽 ⏳ 2025-01-27 📅 2025-01-29
|
||||
- [ ] Find at least 3 wireless control / wireless security papers ⏳ 2025-01-27 📅 2025-01-31
|
||||
- [x] Fixed up daily note template to cater to quick tasks ✅ 2025-01-03
|
||||
- [x] Figure out class / work schedule ✅ 2025-01-03
|
||||
- [x] Email Brahan about retirement account and coverdell ✅ 2025-01-03
|
||||
|
||||
@ -20,9 +20,9 @@ group by file.name
|
||||
## What's the plan!
|
||||
- [x] Fill out When2Meet for group meeting ✅ 2025-01-06
|
||||
- [x] is meeting time with Zach good? ✅ 2025-01-06
|
||||
- [ ] Write sections in NPIC paper #NPIC2025
|
||||
- [-] Write sections in NPIC paper #NPIC2025 ❌ 2025-01-24
|
||||
- [-] Make figure of experimental setup #NPIC2025 [completion:: 2025-01-13]
|
||||
- [ ] What is ZigBee? #Thesis
|
||||
- [ ] What is ZigBee? #Thesis ⏳ 2025-01-27 📅 2025-01-27
|
||||
- [x] Try out Gemini DeepResearch? ✅ 2025-01-06
|
||||
|
||||
## What's the results!
|
||||
|
||||
@ -19,8 +19,8 @@ group by file.name
|
||||
```
|
||||
## What's the plan!
|
||||
1 866 688 8775 - Ultimus
|
||||
- [ ] OSI model and where MODBUS is in that #NPIC2025
|
||||
- [ ] Rework weekly template pages to use tags. #Organization
|
||||
- [ ] OSI model and where MODBUS is in that #NPIC2025 ⏫ ⏳ 2025-01-24 📅 2025-01-24
|
||||
- [ ] Rework weekly template pages to use tags. #Organization ⏳ 2025-01-24 📅 2025-01-27
|
||||
|
||||
## What's the results!
|
||||
```dataview
|
||||
|
||||
@ -19,12 +19,12 @@ group by file.name
|
||||
```
|
||||
## What's the plan!
|
||||
- [x] Email! #Administrative ✅ 2025-01-13
|
||||
- [ ] Polish up notes from digital control #ME2046
|
||||
- [-] Polish up notes from digital control #ME2046 ❌ 2025-01-24
|
||||
- [x] Rework degree plan #Administrative ✅ 2025-01-13
|
||||
- [x] Touch up CV for annual review #Administrative [completion:: 2025-01-15]
|
||||
- [x] Get figure started for NPIC paper #NPIC2025 [completion:: 2025-01-14]
|
||||
- [ ] Finish figure for NPIC paper #NPIC2025
|
||||
- [ ] Catch up with where everyone is on #NPIC2025
|
||||
- [ ] Finish figure for NPIC paper #NPIC2025 ⏫ ⏳ 2025-01-24 📅 2025-01-29
|
||||
- [ ] Catch up with where everyone is on #NPIC2025 🔺 ⏳ 2025-01-24 📅 2025-01-24
|
||||
|
||||
## What's the results!
|
||||
```dataview
|
||||
|
||||
@ -21,8 +21,8 @@ group by file.name
|
||||
- [x] [[Homework 1]] 📅 2025-01-23 #ME2046 #Homework [completion:: 2025-01-22]
|
||||
- [x] [[ME 2150 - High-Assurance Cyber-Physical Systems Homework 1]] 📅 2025-01-21 #ME2150 #Homework [completion:: 2025-01-21]
|
||||
- [x] [[2025-01-16 HACMS Program Overview]] #ME2150 #Lecture [completion:: 2025-01-20]
|
||||
- [ ] Fix weekly note automatic day linking
|
||||
- [ ] [[2025-01-16 The Z Transform]] #ME2046 #Lecture
|
||||
- [ ] Fix weekly note automatic day linking 🔽 ⏳ 2025-01-27 📅 2025-01-27
|
||||
- [x] [[2025-01-16 The Z Transform]] #ME2046 #Lecture ✅ 2025-01-24
|
||||
|
||||
## What's the results!
|
||||
```dataview
|
||||
|
||||
@ -18,8 +18,8 @@ where !completed
|
||||
group by file.name
|
||||
```
|
||||
## What's the plan!
|
||||
- [ ] Make bullet list for Gleeson about what is not clear for QE #GSA
|
||||
- [ ] Find out about [[Microreactors]]. Are there any models or designs out there? #Research
|
||||
- [ ] Make bullet list for Gleeson about what is not clear for QE #GSA 🔼 ⏳ 2025-01-27 📅 2025-01-27
|
||||
- [/] Find out about [[Microreactors]]. Are there any models or designs out there? #Research ⏳ 2025-01-29 📅 2025-01-29
|
||||
|
||||
## What's the results!
|
||||
```dataview
|
||||
|
||||
@ -18,11 +18,11 @@ where !completed
|
||||
group by file.name
|
||||
```
|
||||
## What's the plan!
|
||||
- [ ] Figure out how to rectify task lists so they show up in daily tasks #Administrative
|
||||
- [-] Figure out how to rectify task lists so they show up in daily tasks #Administrative ❌ 2025-01-24
|
||||
- [x] [[fisherHACMSProgramUsing2017a]] #ME2150 #paper ✅ 2025-01-22
|
||||
- [x] [[biggsJuryMonolithicOS2018]] #ME2150 #paper ✅ 2025-01-22
|
||||
- [x] Make new [[visualization for ANS Paper]] #NPIC2025 ✅ 2025-01-22
|
||||
- [/] Write results section #NPIC2025
|
||||
- [/] Write results section #NPIC2025 ⏫ ⏳ 2025-01-24 📅 2025-01-26
|
||||
|
||||
## What's the results!
|
||||
```dataview
|
||||
|
||||
@ -19,10 +19,10 @@ 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
|
||||
- [ ] Fix up all outstanding tasks #Administrative 🔺 📅 2025-01-24
|
||||
- [x] Implement new task center. #Administrative 🔼 📅 2025-01-24 ✅ 2025-01-24
|
||||
- [ ] Laboratory Report 1 #NUCE2113 ⏫ ⏳ 2025-01-27 📅 2025-01-28
|
||||
- [ ] Homework 1 #NUCE2113 🔼 ⏳ 2025-01-27 📅 2025-01-28
|
||||
- [x] Fix up all outstanding tasks #Administrative 🔺 📅 2025-01-24 ✅ 2025-01-24
|
||||
## What's the results!
|
||||
```dataview
|
||||
task
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
Key things to do
|
||||
- [ ] Outline of things that need done for the paper📅 2024-12-20
|
||||
- [ ] Outline of things that need done for the paper ⏳ 2025-01-24 📅 2024-12-20
|
||||
|
||||
@ -41,11 +41,11 @@ where readstatus and dateread => this.date-dur(7)
|
||||
- 1st complete draft on NPIC paper. At least for all stuff I can write about
|
||||
- Keep looking around at thesis ideas
|
||||
- Meet with Dan about evaluation form
|
||||
- [ ] SeL4 #ME2150
|
||||
- [ ] Capabilities
|
||||
- [ ] Threads
|
||||
- [ ] IPC
|
||||
- [ ] MCS
|
||||
- [-] SeL4 #ME2150 ❌ 2025-01-24
|
||||
- [-] Capabilities ❌ 2025-01-24
|
||||
- [-] Threads ❌ 2025-01-24
|
||||
- [-] IPC ❌ 2025-01-24
|
||||
- [-] MCS ❌ 2025-01-24
|
||||
- Natural numbers game
|
||||
## Tasks This Next Week
|
||||
### Tasks Overdue
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
# What Microreactors are out there?
|
||||
Found a really nice review paper
|
||||
- [ ] [[testoniReviewNuclearMicroreactors2021]]
|
||||
- [ ] [[testoniReviewNuclearMicroreactors2021]] ⏳ 2025-01-27 📅 2025-01-27 #Reading
|
||||
|
||||
# What Models Exist?
|
||||
Looks like one group did it.
|
||||
- [ ] [[aModeladoNucleoAnalisis2023]]
|
||||
- [ ] [[aModeladoNucleoAnalisis2023]] ⏳ 2025-01-27 📅 2025-01-27 #Reading
|
||||
Published in 2023.
|
||||
- [ ] [[gengSimplifiedReactorModel2024]]
|
||||
- [ ] [[gengSimplifiedReactorModel2024]] ⏳ 2025-01-27 📅 2025-01-27 #Reading
|
||||
High Temperature Gas Reactor
|
||||
|
||||
Lots of modeling of heat pipes
|
||||
- [ ] [[matthewsCoupledMultiphysicsSimulations2021]]
|
||||
- [ ] [[stauffHighFidelityMultiphysicsModeling]]
|
||||
- [ ] [[matthewsCoupledMultiphysicsSimulations2021]] ⏳ 2025-01-27 📅 2025-01-27 #Reading
|
||||
- [ ] [[stauffHighFidelityMultiphysicsModeling]] ⏳ 2025-01-27 📅 2025-01-27 #Reading
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#Lecture
|
||||
- [ ] [[ME 2150 - High-Assurance Cyber-Physical Systems Homework 1]] 📅 2025-01-21
|
||||
- [x] [[ME 2150 - High-Assurance Cyber-Physical Systems Homework 1]] 📅 2025-01-21 ✅ 2025-01-23
|
||||
**What are microkernels?**
|
||||
Microkernels are kernels but absolutely minimal. Delegate device drivers, file systems, and networking to user-space processes.
|
||||
Key advantages:
|
||||
@ -16,4 +16,4 @@ CIA Triad:
|
||||
3. Availability
|
||||
4. Bonus! Safety
|
||||
|
||||
- [ ] [[HACMS Project Paper]] 📅 2025-01-16
|
||||
- [-] [[HACMS Project Paper]] 📅 2025-01-16 ❌ 2025-01-24
|
||||
@ -22,7 +22,7 @@ Exercise 1.3
|
||||
| 400/1000 | 2.30V |
|
||||
| 200/1000 | 1.24V |
|
||||
|
||||
- [ ] Do exercise 1.4 where we make a linear relationsihp of above data
|
||||
- [ ] Do exercise 1.4 where we make a linear relationsihp of above data #NUCE2113 🔼 ⏳ 2025-01-27 📅 2025-01-28
|
||||
|
||||
| Attenuation Switches | Voltage |
|
||||
| -------------------- | ------- |
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
- Just thug it out.
|
||||
- [x] How does H_infty work? ✅ 2024-11-04
|
||||
- It's an optimal controls problem. Has to do with the cost function of the input. Not exactly a robust control thing in itself, but you might be looking at how to minimize the cost robustly.
|
||||
- [ ] Read Mu Synthesis 📅 2024-11-04
|
||||
- [-] Read Mu Synthesis 📅 2024-11-04 ❌ 2025-01-24
|
||||
# New (Finishing Written)
|
||||
- [x] Finish writing a little more about formal methods ✅ 2024-11-11
|
||||
- I just chopped it. It doesn't really make sense in our context.
|
||||
|
||||
@ -16,4 +16,4 @@ There is some work going on that tries to deal with this @atsumiModifiedBodePlot
|
||||
**Limitation**: Disk unstructured uncertainty cannot lend itself to creating individual examples of perturbed plants. It is not as simple as picking a plant that is within the robust control disk, because the transfer function that actually gets you there is lost in the abstraction. Or perhaps generalized.
|
||||
|
||||
**Limitation:** Verifying the model of a controller is not sufficient to verify the implementation of one.
|
||||
- [ ] Find sources that support this claim⏳ 2024-10-16
|
||||
- [-] Find sources that support this claim ⏳ 2024-10-16 ❌ 2025-01-24
|
||||
@ -1,7 +1,7 @@
|
||||
Follow up tasks:
|
||||
- [ ] What is the state of the art for wireless control? #Thesis
|
||||
- [ ] What has happened so far with verifying assembly code? #Thesis
|
||||
- [ ] How does Rust compile into binary? #Thesis
|
||||
- [-] What is the state of the art for wireless control? #Thesis ❌ 2025-01-24
|
||||
- [ ] What has happened so far with verifying assembly code? #Thesis ⏳ 2025-01-29 📅 2025-01-31
|
||||
- [ ] How does Rust compile into binary? #Thesis ⏳ 2025-01-28 📅 2025-01-31
|
||||
```dataview
|
||||
task
|
||||
where contains(tags, "Thesis")
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
not done
|
||||
(no due date) OR (no scheduled date)
|
||||
```
|
||||
# Current Tasks
|
||||
# 😎 Tasks
|
||||
>[!danger] **Extreme Urgency Tasks**
|
||||
>```tasks
|
||||
>not done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user