My product I made with [[Aidan Helfant]] for students. You can get a sneak-peek of the course with a [3-day learning experience](https://course.aidanhelfant.com/3daystolecturenotetakingmastery), or you can check out the [landing page](https://shop.johnmavrick.com/obsidian-university).
## Queries
### Projects
```dataview
table Status, Deadline
FROM #project AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT Deadline asc
```
### Inputs
```dataview
table Status, Author
FROM #input AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```
### Other Notes
```dataview
table Created
FROM [[]] AND !#project AND !#input AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```