aliases:
tags:
- Type/Source/Text/Book
- proto
- bookSearch
- genre/Fiction
from:
- "[[Sources/Texts/Books/Books]]"
related:
contra:
to:
by:
- "[[Aldous Huxley]]"
of:
with:
title: Brave New World
date: 2004
genre:
- Fiction
pages: 290
publisher: Random House
language:
cover: http://books.google.com/books/content?id=EQlhCgAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
isbn: 0099477467 9780099477464
rating:
status:
dateRead:
dateCreated: 2023-10-11, 09:42
dateModified: 2023-10-11, 09:56
version: 1
publish: true
wiki: Brave New World
> Brave New World is a dystopian novel by English author Aldous Huxley, written in 1931 and published in 1932. Largely set in a futuristic World State, whose citizens are environmentally engineered into an intelligence-based social hierarchy, the novel anticipates huge scientific advancements in reproductive technology, sleep-learning, psychological manipulation and classical conditioning that are combined to make a dystopian society which is challenged by the story's protagonist. Huxley followed this book with a reassessment in essay form, Brave New World Revisited (1958), and with his final novel, Island (1962), the utopian counterpart. This novel is often compared to George Orwell's 1984 (1949).
> In 1999, the Modern Library ranked Brave New World at number 5 on its list of the 100 best English-language novels of the 20th century. In 2003, Robert McCrum, writing for The Observer, included Brave New World chronologically at number 53 in "the top 100 greatest novels of all time", and the novel was listed at number 87 on The Big Read survey by the BBC. Brave New World has frequently been banned and challenged since its original publication. It has landed on the American Library Association list of top 100 banned and challenged books of the decade since the association began the list in 1990.
= 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