# Pedagogy of Freedom
[Amazon.com: Pedagogy of Freedom: Ethics, Democracy, and Civic Courage (Critical Perspectives Series: A Book Series Dedicated to Paulo Freire) eBook : Freire, Paulo, Donaldo Macedo, Stanley Aronowitz, Patrick Clarke: Kindle Store](https://www.amazon.com/Pedagogy-Freedom-Democracy-Perspectives-Dedicated-ebook/dp/B00EN6KWO6/ref=as_li_ss_tl?s=books&ie=UTF8&qid=1511652367&sr=1-13&keywords=teaching+civics&linkCode=sl1&tag=babbriteastog-20&linkId=d3399675f7dc599855e6d801f28ae4af)
Pedagogy of Freedom
---
## Also By Or In Or Of `= this.file.name`
```dataview
TABLE WITHOUT ID
file.link AS Name, by AS By, in AS In, of AS Of, date AS Date, year AS Year
FROM #Type
WHERE
(
(
any(contains(by, this.by))
AND
by
)
OR
(
any(contains(in, this.in))
AND
in
)
OR
(
any(contains(of, this.of))
AND
of
)
OR
(
any(contains(in, this.file.name))
OR
any(contains(in, this.file.link))
)
OR
(
any(contains(of, this.file.name))
OR
any(contains(of, this.file.link))
)
AND
file.name !=this.file.name
)
SORT file.etags DESC, date DESC, year DESC
```