aliases:
tags: Type/Source/Text/Book proto bookSearch genre/Social Science
from:
- "[[Sources/Texts/Books/Books]]"
- "[[Anti-intellectualism]]"
related:
contra:
to:
by: "[[Richard Hofstadter]]"
of:
with:
title: Anti-Intellectualism in American Life
date: 2012-01-04
genre: Social Science
pages: 465
publisher: Vintage
language:
cover: http://books.google.com/books/content?id=GaPHPYQ_x1QC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
isbn: 0307809676 9780307809674
rating:
status:
dateRead:
dateCreated: 2023-10-11, 10:01
dateModified: 2023-10-11, 10:09
version: 1
publish: true
wiki: Anti-Intellectualism in American Life
> Anti-Intellectualism in American Life is a book by Richard Hofstadter published in 1963 that won the 1964 Pulitzer Prize for General Non-Fiction.
the purpose of education and whether the democratization of education altered that purpose and reshaped its form.[4]
In considering the historic tension between access to education and excellence in education, Hofstadter argued that both anti-intellectualism and utilitarianism were consequences, in part, of the democratization of knowledge. Moreover, he saw these themes as historically embedded in America's national fabric, resulting from its colonial European and evangelical Protestant heritage. He contended that evangelical American Protestantism's anti-intellectual tradition valued the spirit over intellectual rigor.[5]
Hofstadter described anti-intellectualism as “resentment of the life of the mind, and those who are considered to represent it; and a disposition to constantly minimize the value of that life.”[6]
Also, he described the term as a view that "intellectuals...are pretentious, conceited... and snobbish; and very likely immoral, dangerous, and subversive ... The plain sense of the common man is an altogether adequate substitute for, if not actually much superior to, formal knowledge and expertise."[7]
= 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