Tags:: #π
Links:: [[My School|π« My School]]
___
# My Lectures
## By Status
### Backlog π₯
*Notes fresh out of the oven lecture*
```dataview
table file.ctime as "Created"
from #π AND !"Extras" AND #π₯
sort file.ctime desc
LIMIT 5
```
### In Progress π¨
*Currently being processed into conceptual notes*
```dataview
table file.ctime as "Created"
from #π AND !"Extras" AND #π¨
sort file.ctime desc
```
### Finished π©
```dataview
table file.ctime as "Created"
from #π AND !"Extras" AND #π©
sort file.ctime desc
```