vault backup: 2024-09-17 17:14:03

This commit is contained in:
Dane Sabo 2024-09-17 17:14:03 -04:00
parent a34c3e6357
commit 59856d7d53
7 changed files with 97 additions and 20 deletions

View File

@ -34,8 +34,14 @@ group by file.folder
```
# Calendar Tasks
- NUCE 2100 - HW3 [startTime:: 9:30] [endTime:: 11:30]
- Gym [startTime:: 11:30] [endTime:: 12:30]
- Lunch [startTime:: 12:30] [endTime:: 13:30]
- 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]
- Gym [startTime:: 11:30] [endTime:: 12:30]
- NUCE 2100 - HW3 [startTime:: 09:30] [endTime:: 11:30]
- NUCE 2100 - HW3 [startTime:: 9:30][endTime:: 11:30]
- Gym [startTime:: 11:30][endTime:: 12:30]
- Lunch [startTime:: 12:30][endTime:: 13:30]
- NUCE 2100 - HW3 [startTime:: 14:00][endTime:: 16:45]
- [[2024-09-17 Week 4]] [startTime: 18:00][endTime:: 10:30]
-

View File

@ -0,0 +1,39 @@
---
date: <% tp.file.title %>
tags:
---
# Yesterday | Tomorrow
<< [[<%*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");} %>]] | [[<%*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 != "-"
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
```
# Calendar Tasks
- Pizza for my birthday :) [startTime:: 18:30] [endTime:: 20:00]
- Work on BeagleBone Stuff [startTime:: 14:00] [endTime:: 16:30]
- ME 2016 - Homework 1 [startTime:: 08:00] [endTime:: 11:00]

36
2024-09-18.md Normal file
View File

@ -0,0 +1,36 @@
---
date: 2024-09-18
tags:
---
# Yesterday | Tomorrow
<< [[2024-09-17]] | [[2024-09-19 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-09-11]]
# Tasks for today
## 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
```
# Calendar Tasks

View File

@ -1,14 +1,14 @@
---
title: Homework 1
allDay: false
date: 2024-09-17
allDay: true
date: 2024-09-18
endDate: null
completed: false
type: single
startTime: 10:00
endTime: 12:00
---
# Instructions
# Instguctions
Please do a written solution for problems 1 and 2. We will review them on Monday, Sept 16 in class prior to the assignment being due.
Please upload a Jupyter Notebook for problems 3 and 4.

View File

@ -1,6 +1,6 @@
---
title: Homework 3
allDay: false
allDay: true
startTime: 08:00
endTime: 10:00
date: 2024-09-17
@ -9,7 +9,6 @@ type: single
endDate: null
---
**Documentation**
<<<<<<< HEAD
- [x] NUCE2100 HW3 📅 2024-09-17 ✅ 2024-09-17
- [x] Problem 1 ⏳ 2024-09-16 ✅ 2024-09-17
- [x] Problem 2 ⏳ 2024-09-16 ✅ 2024-09-17
@ -19,14 +18,3 @@ endDate: null
- [x] Problem 6 ⏳ 2024-09-16 ✅ 2024-09-17
- [x] Problem 7 ⏳ 2024-09-16 ✅ 2024-09-17
- [x] Problem 8 ⏳ 2024-09-16 ✅ 2024-09-17
=======
- [<] NUCE2100 HW3 📅 2024-09-17
- [x] Problem 1 ⏳ 2024-09-16
- [<] Problem 2 ⏳ 2024-09-16
- [<] Problem 3 ⏳ 2024-09-16
- [<] Problem 4 ⏳ 2024-09-16
- [<] Problem 5 ⏳ 2024-09-16
- [<] Problem 6 ⏳ 2024-09-16
- [<] Problem 7 ⏳ 2024-09-16
- [<] Problem 8 ⏳ 2024-09-16
>>>>>>> origin/master

View File

@ -0,0 +1,8 @@
---
title: Week 4
allDay: false
startTime: 18:30
endTime: 21:00
date: 2024-09-17
completed: null
---