vault backup: 2024-09-19 07:55:11

This commit is contained in:
Dane Sabo 2024-09-19 07:55:11 -04:00
parent 605329d26f
commit 6caada62a4
8 changed files with 103 additions and 17 deletions

View File

@ -88,6 +88,6 @@
"repelStrength": 11.7708333333333, "repelStrength": 11.7708333333333,
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 160, "linkDistance": 160,
"scale": 0.059326171875, "scale": 0.13348388671875,
"close": true "close": true
} }

View File

@ -3,7 +3,7 @@ date: 2024-09-17
tags: tags:
--- ---
# Yesterday | Tomorrow # Yesterday | Tomorrow
<< [[2024-09-16]] | [[2024-09-18 ]] >> << [[2024-09-16]] | [[2024-09-18 1]] >>
# This Week's Weekly Note # This Week's Weekly Note
[[ Weekly Note 2024-09-11]] [[ Weekly Note 2024-09-11]]
@ -32,7 +32,15 @@ where
sort due asc sort due asc
group by file.folder group by file.folder
``` ```
## Completed
```dataview
task
where
completed
and completion = date(this.date)
sort due asc
group by file.folder
```
# Calendar Tasks # Calendar Tasks
- NUCE 2100 - HW3 [startTime:: 14:00] [endTime:: 16:45] - NUCE 2100 - HW3 [startTime:: 14:00] [endTime:: 16:45]
- Lunch [startTime:: 12:30] [endTime:: 13:30] - Lunch [startTime:: 12:30] [endTime:: 13:30]

View File

@ -32,7 +32,15 @@ where
sort due asc sort due asc
group by file.folder group by file.folder
``` ```
## Completed
```dataview
task
where
completed
and completion = date(this.date)
sort due asc
group by file.folder
```
# Calendar Tasks # Calendar Tasks
- Pizza for my birthday :) [startTime:: 18:30] [endTime:: 20:00] - Pizza for my birthday :) [startTime:: 18:30] [endTime:: 20:00]
- Work on BeagleBone Stuff [startTime:: 14:00] [endTime:: 16:30] - Work on BeagleBone Stuff [startTime:: 14:00] [endTime:: 16:30]

View File

@ -0,0 +1,54 @@
---
date: 2024-09-19
tags:
---
# Yesterday | Tomorrow
<< [[2024-09-18 1]] | [[2024-09-20 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-09-18]]
# Tasks for today
- [ ] Email Dr. Cho about Qualifying Exam
- [ ] Email Kerry back?
- [ ] Set up GSA meeting
## Due
```dataview
task
where
due <= date(this.date)
and due
and !completed
and status != "-"
and status != " "
sort due asc
group by file.folder
```
## Scheduled
```dataview
task
where
scheduled
and scheduled <= date(this.date)
and !completed
and 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
- Obsidian Tuneup [startTime:: 07:30] [endTime:: 07:45]
- Work on TRTR Presentation [startTime:: 07:45] [endTime:: 08:30]
- Walk Lewie [startTime:: 08:30] [endTime:: 09:15]
- Travel to Benedum for weekly meeting [startTime:: 10:45] [endTime:: 13:00]
- Lunch [startTime::13:00] [endTime:: 14:00]
- Take Lewie to vet for heartworm and flea / tick medicine [startTime:: 14:00] [endTime:: 15:00]
- Work on BeagleBone controller stuff [startTime:: 15:00] [endTime:: 17:00]

View File

@ -32,5 +32,13 @@ where
sort due asc sort due asc
group by file.folder group by file.folder
``` ```
## Completed
```dataview
task
where
completed
and completion = date(this.date)
sort due asc
group by file.folder
```
# Calendar Tasks # Calendar Tasks

View File

View File

@ -1,11 +1,11 @@
--- ---
date: 2024-09-18 date: 2024-09-20
tags: tags:
--- ---
# Yesterday | Tomorrow # Yesterday | Tomorrow
<< [[2024-09-17]] | [[2024-09-19 ]] >> << [[2024-09-19]] | [[2024-09-23 ]] >>
# This Week's Weekly Note # This Week's Weekly Note
[[ Weekly Note 2024-09-11]] [[ Weekly Note 2024-09-18]]
# Tasks for today # Tasks for today
## Due ## Due
@ -32,5 +32,13 @@ where
sort due asc sort due asc
group by file.folder group by file.folder
``` ```
## Completed
```dataview
task
where
completed
and completion = date(this.date)
sort due asc
group by file.folder
```
# Calendar Tasks # Calendar Tasks

View File

@ -61,11 +61,11 @@ This linear differential equation systems behavior is governed by its eigenva
--- ---
**Documentation** **Documentation**
- [/] ME2016-HW1 📅 2024-09-18 - [x] ME2016-HW1 📅 2024-09-18 ✅ 2024-09-18
- [/] Problem 1 ⏳ 2024-09-16 - [x] Problem 1 ⏳ 2024-09-16 ✅ 2024-09-18
- [<] Problem 2 ⏳ 2024-09-16 - [x] Problem 2 ⏳ 2024-09-16 ✅ 2024-09-18
- [<] Problem 3 - [x] Problem 3 ✅ 2024-09-18
- [<] Part A ⏳ 2024-09-16 - [x] Part A ⏳ 2024-09-16 ✅ 2024-09-18
- [<] Part B ⏳ 2024-09-16 - [x] Part B ⏳ 2024-09-16 ✅ 2024-09-18
- [<] Problem 4 - [x] Problem 4 ✅ 2024-09-18
- [<] Part B ⏳ 2024-09-16 - [x] Part B ⏳ 2024-09-16 ✅ 2024-09-18