Math Notes

These are the most bountiful types of notes that I have. These are (some) atomized notes from (math) courses I have taken while using my obsidian vault. Some of my full Lecture Notes are also available for perusal.

TABLE WITHOUT ID link(file.link, file.name) as Post, Maturity, edit as "Last Edited", make as "Created"
 
FLATTEN join(theme, ", ") + ", " + join(topic, ", ") as all_theme
 
FLATTEN (contains(all_theme, "Thoughts/01 Themes/" + this.file.name) 
	OR contains(all_theme, "Thoughts/01 Themes/" + lower(this.file.name))
	OR contains(all_theme, "Thoughts/06 Sets/" + this.file.name) 
	OR contains(all_theme, "Thoughts/06 Sets/" + lower(this.file.name))
	OR contains(all_theme, this.file.link)) as this_topic
	
FLATTEN (dg-publish = True OR dg-publish = 1) as published
	
WHERE published AND this_topic
 
FLATTEN choice(maturity="seed","🫘" ,"") + choice(maturity="sprout","🌱" ,"") + choice(maturity="sapling","🪴" ,"") + choice(maturity="tree","🌲" ,"") + choice(maturity="snag","🪵" ,"") + choice(maturity="signpost","🪧" ,"") + choice(maturity="stone","🪨" ,"") as Maturity
 
FLATTEN max( choice(modified, modified[-1], list(file.mday) )[0], file.mday) as edit
 
FLATTEN striptime(min( choice(created, created, file.cday), file.cday)) as make