Obsidian/.archive/2 Cole Group Meeting Notes/Weekly Note 2024-10-30.md

2.2 KiB

date modification date tags
2024-10-30 Thursday 31st October 2024 13:17:53

<< 2 Cole Group Meeting Notes/Weekly Note 2024-10-23 | 2 Cole Group Meeting Notes/Weekly Note 2024-11-06 >>

This Week's Daily Notes

2024-10-23 2024-10-24 2024-10-25 2024-10-28 2024-10-29

Last Week's Plan

Accomplishments

Remarks

Class work: PITA. But it's going. I was complaining to robert and patrick about creating a one and a half page summary of a 3 page long paper. NUCE is good. I had a diff eq that for whatever reason looked upside down. It was a temperature distribution with convective conditions on both sides. I said eh prolly a sign issue and flipped the signs and then things looked right :) QE Exam I am in writing hell Felt like I was struggling to chain ideas well. But had some organizational breakthroughs today.

Wedding was fun. Bought a new suit I'll use for the qual. Gray

Tasks and Notes From This Past Week

TASK
where completed 
and completion >= this.date - dur(7 days)
and completion <= this.date
group by file.folder
sort completion asc

Papers read this past week

table title as "Title", dateread as "Date Read"
where readstatus and dateread => this.date-dur(7)

This Week's Plan

Ass in chair. Don't stop writing. Halloween event. Figure out what the fuck the Lobot model is. (Constraint Refinement Galois HARDENs report). Come back with something that sort of talks about what this thing does. Converse with people above and below in the stack about how we connect.

Tasks This Next Week

Tasks Overdue

task
where 
	due <= date(this.date)
	and due
	and !completed
	and status != "-"
sort due asc
group by file.folder

Tasks Due this Week

task
where 
	due >= this.date
	and due <= this.date + dur(7 days)
	and due
	and !completed
	and status != "-"
sort due asc
group by file.folder

Tasks in Progress

task
where 
status != "-"
and status = "/"
sort due asc
group by file.folder

Tasks Scheduled

task
where 
	scheduled
	and	scheduled >= this.date
	and scheduled <= this.date + dur(7 days)
	and due > this.date +dur(7 days)
	and !completed
	and status != "-"
sort due asc
group by file.folder