31 lines
767 B
Markdown
31 lines
767 B
Markdown
---
|
||
type: index
|
||
status: stub
|
||
tags: [reading, books, articles]
|
||
---
|
||
# 📚 Reading Library
|
||
> Books, articles, and papers — with notes that link ideas across sources. Use [[Book Note]] / [[Article Note]] templates.
|
||
|
||
## Books (Dataview)
|
||
```dataview
|
||
table author, status, rating
|
||
from "50 - Resources/Books"
|
||
where type = "book"
|
||
sort file.ctime desc
|
||
```
|
||
|
||
## Articles & papers (Dataview)
|
||
```dataview
|
||
table source, tags
|
||
from "50 - Resources/Articles"
|
||
where type = "article"
|
||
sort file.ctime desc
|
||
```
|
||
|
||
## ✍️ Seed the library
|
||
- [ ] List 5–10 books that shaped your thinking (finance, startups, AI, systems)
|
||
- [ ] Favourite recurring authors/blogs/newsletters
|
||
- [ ] Papers behind the [[8760 Energy Simulation]] work
|
||
|
||
## Related
|
||
[[MOC - Learning]] · [[Learning Overview]]
|