vault backup: 2025-01-21 11:24:19
This commit is contained in:
parent
4b5d85b29e
commit
485f5023d5
@ -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
|
||||
- [ ] [[Qualifier Support Group Plan]] ⏳ 2024-12-19 📅 2025-01-03 ✅ 2026-01-17
|
||||
|
||||
# Personal
|
||||
- [x] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 [completion:: 2024-09-24]
|
||||
@ -20,6 +20,6 @@
|
||||
- [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
|
||||
- [ ] [[ANS NPIC Paper Meeting]] 📅 2024-12-18
|
||||
- [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
|
||||
|
||||
@ -19,7 +19,7 @@ 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
|
||||
- [ ] Find out about [[Microreactors]]. Are there any models or designs out there? #Research
|
||||
|
||||
## What's the results!
|
||||
```dataview
|
||||
|
||||
79
2 Cole Group Meeting Notes/Weekly Note 2025-01-27.md
Normal file
79
2 Cole Group Meeting Notes/Weekly Note 2025-01-27.md
Normal file
@ -0,0 +1,79 @@
|
||||
---
|
||||
date: 2025-01-27
|
||||
modification date: Tuesday 21st January 2025 11:22:14
|
||||
tags: []
|
||||
---
|
||||
<< [[2 Cole Group Meeting Notes/Weekly Note 2025-01-20]] | [[2 Cole Group Meeting Notes/Weekly Note 2025-02-03]] >>
|
||||
|
||||
# This Week's Daily Notes
|
||||
[[2025-01-20]]
|
||||
[[2025-01-21]]
|
||||
[[2025-01-22]]
|
||||
[[2025-01-25]]
|
||||
[[2025-01-26]]
|
||||
# Last Week's Plan
|
||||
# Accomplishments
|
||||
## Remarks
|
||||
## Tasks and Notes From This Past Week
|
||||
```dataview
|
||||
TASK
|
||||
where completed
|
||||
and completion >= this.date - dur(7 days)
|
||||
and completion <= this.date
|
||||
group by file.folder
|
||||
sort completion asc
|
||||
```
|
||||
## Papers read this past week
|
||||
```dataview
|
||||
table title as "Title", dateread as "Date Read"
|
||||
where readstatus and dateread => this.date-dur(7)
|
||||
|
||||
```
|
||||
# This Week's Plan
|
||||
## Remarks
|
||||
## Tasks This Next Week
|
||||
### Tasks Overdue
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
due <= date(this.date)
|
||||
and due
|
||||
and !completed
|
||||
and status != "-"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
### Tasks Due this Week
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
due >= this.date
|
||||
and due <= this.date + dur(7 days)
|
||||
and due
|
||||
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
|
||||
```
|
||||
### Tasks Scheduled
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
scheduled
|
||||
and scheduled >= this.date
|
||||
and scheduled <= this.date + dur(7 days)
|
||||
and due > this.date +dur(7 days)
|
||||
and !completed
|
||||
and status != "-"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
3
3-99 Research/Microreactors.md
Normal file
3
3-99 Research/Microreactors.md
Normal file
@ -0,0 +1,3 @@
|
||||
# What Microreactors are out there?
|
||||
|
||||
# What Models Exist?
|
||||
Loading…
x
Reference in New Issue
Block a user