vault backup: 2024-11-05 09:19:15
This commit is contained in:
parent
69777fc6b0
commit
8f56e8bc7d
@ -14,5 +14,7 @@
|
|||||||
- [x] Find Classes📅 2024-10-21 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15]
|
- [x] Find Classes📅 2024-10-21 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15]
|
||||||
- [x] Fill out NRC Update for Mike📅 2024-10-28 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15]
|
- [x] Fill out NRC Update for Mike📅 2024-10-28 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15]
|
||||||
- [x] Abstract for NPIC+HMIT paper ⏳ 2024-10-21 📅 2024-10-25 ✅ 2025-10-25
|
- [x] Abstract for NPIC+HMIT paper ⏳ 2024-10-21 📅 2024-10-25 ✅ 2025-10-25
|
||||||
|
- [ ] What the hell is lobot? 📅 2024-11-07 ⏳ 2024-11-05
|
||||||
|
- [ ] Pick out classes 📅 2024-11-07 ⏳ 2024-11-05
|
||||||
# Class Stuff
|
# Class Stuff
|
||||||
- [x] Move the sketches from my iPad to the notes for ME 2016 📅 2024-10-02 ✅ 2024-10-02
|
- [x] Move the sketches from my iPad to the notes for ME 2016 📅 2024-10-02 ✅ 2024-10-02
|
||||||
|
|||||||
@ -3,7 +3,7 @@ date: 2024-11-01
|
|||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
# Yesterday | Tomorrow
|
# Yesterday | Tomorrow
|
||||||
<< [[1 Daily Notes/2024/10 October/2024-10-31]] | [[1 Daily Notes/2024/10 October/2024-11-04 ]] >>
|
<< [[1 Daily Notes/2024/11 November/2024-10-31]] | [[2024-11-04]] >>
|
||||||
# This Week's Weekly Note
|
# This Week's Weekly Note
|
||||||
[[ Weekly Note 2024-10-30]]
|
[[ Weekly Note 2024-10-30]]
|
||||||
# Tasks for today
|
# Tasks for today
|
||||||
|
|||||||
@ -3,7 +3,7 @@ date: 2024-11-04
|
|||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
# Yesterday | Tomorrow
|
# Yesterday | Tomorrow
|
||||||
<< [[1 Daily Notes/2024/10 October/2024-11-01]] | [[1 Daily Notes/2024/10 October/2024-11-05 ]] >>
|
<< [[1 Daily Notes/2024/11 November/2024-11-01]] | [[2024-11-05]] >>
|
||||||
# This Week's Weekly Note
|
# This Week's Weekly Note
|
||||||
[[ Weekly Note 2024-10-30]]
|
[[ Weekly Note 2024-10-30]]
|
||||||
# Tasks for today
|
# Tasks for today
|
||||||
50
1 Daily Notes/2024/11 November/2024-11-05.md
Normal file
50
1 Daily Notes/2024/11 November/2024-11-05.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
date: 2024-11-05
|
||||||
|
tags:
|
||||||
|
---
|
||||||
|
# Yesterday | Tomorrow
|
||||||
|
<< [[1 Daily Notes/2024/11 November/2024-11-04]] | [[1 Daily Notes/2024/11 November/2024-11-06 ]] >>
|
||||||
|
# This Week's Weekly Note
|
||||||
|
[[ Weekly Note 2024-10-30]]
|
||||||
|
# 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
|
||||||
@ -3,7 +3,7 @@ date: <% tp.file.title %>
|
|||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
# Yesterday | Tomorrow
|
# Yesterday | Tomorrow
|
||||||
<< [[1 Daily Notes/2024/10 October/<%*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/10 October/<%*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");} %> ]] >>
|
<< [[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
|
# 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"); } %>]]
|
[[ 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
|
# Tasks for today
|
||||||
|
|||||||
@ -5,9 +5,9 @@
|
|||||||
- [ ] How can we use this to generate new plants?
|
- [ ] How can we use this to generate new plants?
|
||||||
- [ ] How are we going to tell if they're in the unstrucutred perturbation disk?
|
- [ ] How are we going to tell if they're in the unstrucutred perturbation disk?
|
||||||
- [ ] Create a one dimensional diffusion generative model 📅 2024-10-22 ⏳ 2024-10-17
|
- [ ] Create a one dimensional diffusion generative model 📅 2024-10-22 ⏳ 2024-10-17
|
||||||
- [ ] Write about how to generate unstructured perturbations📅 2024-10-15
|
- [x] Write about how to generate unstructured perturbations📅 2024-10-15 [completion:: 2024-11-05]
|
||||||
- [x] What is disk uncertainty? ✅ 2024-10-17
|
- [x] What is disk uncertainty? ✅ 2024-10-17 [completion:: 2024-11-05]
|
||||||
- [/] Why is this something difficult to sample?
|
- [x] Why is this something difficult to sample? [completion:: 2024-11-05]
|
||||||
- [x] Write about how to generate structured perturbations 📅 2024-10-17 ✅ 2024-10-16
|
- [x] Write about how to generate structured perturbations 📅 2024-10-17 ✅ 2024-10-16
|
||||||
- [ ] Write story for RA
|
- [ ] Write story for RA
|
||||||
- [-] Reposition things on the timeline
|
- [-] Reposition things on the timeline
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user