~ [[Efforts]]
> [!mountain] [[Areas]] | **[[Projects]]** | [[Works]]
> [!training] [[Active Projects|Active]] | [[Simmering Projects|Simmering]] | **[[Sleeping Projects|Sleeping]]**
These projects are barely on the plane of awareness, but can easily be reawakened.
```dataview
TABLE WITHOUT ID
choice(type = "project" AND status = "sleeping",
"⚗️ " + file.link,
file.link) as "Sleeping Projects",
rank as "Rank"
FROM "Efforts/Projects/Sleeping"
SORT rank desc
LIMIT 33
```