vault backup: 2024-10-28 08:50:27
This commit is contained in:
parent
3757bad32c
commit
9ec485bd27
51
1 Daily Notes/2024/9 September/2024-10-28.md
Normal file
51
1 Daily Notes/2024/9 September/2024-10-28.md
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
---
|
||||||
|
date: <% tp.file.title %>
|
||||||
|
tags:
|
||||||
|
---
|
||||||
|
# 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");} %> ]] >>
|
||||||
|
# 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
|
||||||
|
- QE workin [startTime:: 08:30] [endTime:: 12:00]
|
||||||
@ -10,7 +10,7 @@
|
|||||||
- [/] Why is this something difficult to sample?
|
- [/] Why is this something difficult to sample?
|
||||||
- [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
|
||||||
# Milestones
|
# Milestones
|
||||||
- [x] Goals and Outcomes Finished 🆔 kwyu6a ⏳ 2024-10-02 📅 2024-10-04 ✅ 2024-10-02
|
- [x] Goals and Outcomes Finished 🆔 kwyu6a ⏳ 2024-10-02 📅 2024-10-04 ✅ 2024-10-02
|
||||||
- [*] State of the Art Finished 🆔 i9ybdy ⏳ 2024-10-09 📅 2024-10-11
|
- [*] State of the Art Finished 🆔 i9ybdy ⏳ 2024-10-09 📅 2024-10-11
|
||||||
|
|||||||
@ -20,13 +20,8 @@ endDate: 2024-10-22
|
|||||||
Something to justify, why diffusion model as opposed to other generative AI
|
Something to justify, why diffusion model as opposed to other generative AI
|
||||||
|
|
||||||
# First Draft
|
# First Draft
|
||||||
## Topic Point
|
## Story
|
||||||
### Intro
|
1. Generating unstructured perturbations is pretty hard
|
||||||
**Paragraph 1 - Introduction**
|
2. They need to be 'random'
|
||||||
*Topic:* Generating unstructured perturbations is a difficult problem right now, but is necessary to blah blah blah
|
3. diffusion model is good at creating novel examples (cite!)
|
||||||
*Point:* This research will use a diffusion generative model to create unstructured perturbations.
|
4.
|
||||||
*Discussion*: Talk about the big pictures of what the next sections are
|
|
||||||
### The Generative Diffusion Model
|
|
||||||
### Using Diffusion to Create New Plants
|
|
||||||
### Establishing New Plants are in the Disk
|
|
||||||
### Preliminary Results
|
|
||||||
Loading…
x
Reference in New Issue
Block a user