aliases:
tags: Type/Source/Text/Book proto
from: "[[Sources/Texts/Books/Books]]"
related:
contra:
to:
by:
rating:
status:
dateCreated: 2023-10-31, 15:02
dateModified: 2023-10-31, 15:02
version: 1
publish: true
![]() |
Lies My Teacher Told Me: Everything Your American History Textbook Got Wrong is a 1995 book by James W. Loewen that critically examines twelve popular American high school history textbooks. In the book, Loewen concludes that the textbook authors propagate false, Eurocentric, and mythologized views of American history. In addition to his critique of the dominant historical themes presented in high school textbooks, Loewen presents themes from history that he believes should be presented in high school textbooks. |
---|---|
wikipedia:: Lies My Teacher Told Me |
Lies My Teacher Told Me: Everything Your American History Textbook Got Wrong is a 1995 book by James W. Loewen that critically examines twelve popular American high school history textbooks. In the book, Loewen concludes that the textbook authors propagate false, Eurocentric, and mythologized views of American history. In addition to his critique of the dominant historical themes presented in high school textbooks, Loewen presents themes from history that he believes should be presented in high school textbooks.
= this.file.name
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