vault backup: 2025-03-03 10:12:17
This commit is contained in:
parent
63dc6fddd9
commit
553f175f38
@ -9,7 +9,7 @@ tags:
|
||||
[[ Weekly Note 2025-02-17]]
|
||||
# Summary
|
||||
## What's the plan?
|
||||
- [ ] Investigate conference Robert mentioned "High Assurance Cyber Physical Something" #Thesis ⏳ 2025-02-24 📅 2025-02-28
|
||||
- [x] Investigate conference Robert mentioned "High Assurance Cyber Physical Something" #Thesis ⏳ 2025-02-24 📅 2025-02-28 ✅ 2025-03-03
|
||||
## What's the results!
|
||||
```tasks
|
||||
done 2025-02-24
|
||||
|
||||
@ -10,7 +10,7 @@ tags:
|
||||
# Summary
|
||||
## What's the plan?
|
||||
- [ ] Homework 2 📅 2025-03-04 ⏳ 2025-02-27 #NUCE2113
|
||||
- [ ] Fix HW3? 📅 2025-02-26 ⏳ 2025-02-26 #NUCE2113
|
||||
- [-] Fix HW3? #NUCE2113 ⏳ 2025-02-26 📅 2025-02-26 ❌ 2025-03-03
|
||||
|
||||
## What's the results!
|
||||
```tasks
|
||||
|
||||
50
1 Daily Notes/2025/2025-03-03.md
Normal file
50
1 Daily Notes/2025/2025-03-03.md
Normal file
@ -0,0 +1,50 @@
|
||||
---
|
||||
date: <% tp.file.title %>
|
||||
tags:
|
||||
---
|
||||
# Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >>
|
||||
# This Week's Weekly Note
|
||||
[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]]
|
||||
# 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
|
||||
@ -1,6 +1,6 @@
|
||||
- [x] Introduction to TLA+ #TLA ⏳ 2025-02-28 📅 2025-02-28 ✅ 2025-02-24
|
||||
- [x] State machines in TLA+ #TLA ⏳ 2025-02-28 📅 2025-02-28 ✅ 2025-02-24
|
||||
- [ ] Resources and Tools #TLA 📅 2025-02-25 ⏳ 2025-02-24
|
||||
- [x] Resources and Tools #TLA ⏳ 2025-02-24 📅 2025-02-25 ✅ 2025-03-03
|
||||
- [ ] Die Hard #TLA 📅 2025-03-04 ⏳ 2025-02-28
|
||||
- [ ] Transaction Commit #TLA 📅 2025-03-11 ⏳ 2025-03-07
|
||||
- [ ] Two-Phase Commit #TLA 📅 2025-03-18 ⏳ 2025-03-14
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
- [x] Homework Assignment 2 #ME2046 ⏳ 2025-02-03 📅 2025-02-06 ✅ 2025-02-13
|
||||
- [x] Homework Assignment 2 - Code Files #ME2046 ⏳ 2025-02-03 📅 2025-02-06 ✅ 2025-02-13
|
||||
- [<] Homework Assignment 3 #ME2046 ⏫ ⏳ 2025-02-17 📅 2025-02-27
|
||||
- [ ] Homework Assignment 4 #ME2046 ⏫ 📅 2025-03-06 ⏳ 2025-03-03
|
||||
- [ ] Homework Assignment 4 #ME2046 ⏫ ⏳ 2025-03-05 📅 2025-03-11
|
||||
|
||||
# Projects
|
||||
- [ ] Project Proposal #ME2046 ⏫ 📅 2025-03-20 ⏳ 2025-03-01
|
||||
|
||||
8
900s Calendars/Learning/2025-03-03 ME2046 HW3.md
Normal file
8
900s Calendars/Learning/2025-03-03 ME2046 HW3.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: ME2046 HW3
|
||||
allDay: false
|
||||
startTime: 10:20
|
||||
endTime: 11:30
|
||||
date: 2025-03-03
|
||||
completed: null
|
||||
---
|
||||
@ -11,6 +11,7 @@
|
||||
- [[2025-02-27 Bus in.md]]
|
||||
- [[2025-02-28 Bus in.md]]
|
||||
- [[2025-03-03 Bus In.md]]
|
||||
- [[2025-03-03 Putzing with bank stuff.md]]
|
||||
- [[2025-03-03 Spring Break.md]]
|
||||
- [[2025-03-06 Work Remotely - No Water in Benedum.md]]
|
||||
- [[2025-03-08 Amber Work.md]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user