# 90 Bibliography
## Metadata
**Status**:: #x
**Zettel**:: #zettel/index
**Created**:: [[2023-07-02]]
**PARA Decimal**:: "9"
**Parent**:: [[♯ PARA.Decimal]]
## Synopsis
Everything personal - kids, trips, social, health, etc
```dataview
LIST WITHOUT ID
choice(
length(para-decimal) = length([[]].para-decimal),
"",
"└" + ("─" * ((length(para-decimal) - length([[]].para-decimal)) / 2)) + " "
) +
link(file.link,
choice(
startswith(file.name, para-decimal),
"",
para-decimal + " "
) + file.name
)
FROM "para/lets" OR "robot/Zotero Library/♯ Zotero Library" OR "robot/Readwise Library/♯ Readwise Library"
WHERE startswith(para-decimal, [[]].para-decimal)
SORT para-decimal
```