Disable All Advertising
Image
EAN-139780140058888   EAN-13 barcode 9780140058888
Product NameThe Righteous Mind: Why Good People Are Divided By Politics And Religion
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionPaperback
Amazon.comA Buy on Amazon ~ 0307455777
SKURB-8222041
Price New8.82 US Dollars    (curriencies)
Price Used9.48 US Dollars    (curriencies)
Width1.12 inches    (convert)
Height7.96 inches    (convert)
Length5.18 inches    (convert)
Weight17.12 ounces    (convert)
AuthorJonathan Haidt
Page Count528
BindingPaperback
Published02/12/2013
FeaturesVintage Books
Long DescriptionThis well-researched examination of human moral impulses will appeal to liberals and conservatives alike following the 2016 presidential campaign and election.   As America descends deeper into polarization and paralysis, social psychologist Jonathan Haidthas done the seemingly impossible—challenged conventional thinking about morality, politics, and religion in a way that speaks to everyone on the political spectrum.Drawing on his twenty five years of groundbreaking research on moral psychology, he shows how moral judgments arise not from reason but from gut feelings. He shows why liberals, conservatives, and libertarians have such different intuitions about right and wrong, and he shows why each side is actually right about many of its central concerns. In this subtle yet accessible book, Haidt gives you the key to understanding the miracle of human cooperation, as well as the curse of our eternal divisions and conflicts. If you’re ready to trade in anger for understanding, read  The Righteous Mind .
Similar Items9780070082090: The Blank Slate: The Modern Denial Of Human Nature
9780061778155: The Belief Instinct: The Psychology Of Souls, Destiny, And The Meaning Of Life
9780061690617: The Happiness Hypothesis: Finding Modern Truth In Ancient Wisdom
9780060910297: Political Pilgrims: Travels Of Western Intellectuals To The Soviet Union, China And Cuba, 1928-1978
9780060780722: Moral Minds: The Nature Of Right And Wrong
9780060780708: Moral Minds: How Nature Designed Our Universal Sense Of Right And Wrong
9780060603021: The Republican Brain: The Science Of Why They Deny Science- And Reality
9780030259098: Business, Public Policy, and Society (The Dryden Press Series in Management)
9780020658306: The Blank Slate: The Modern Denial Of Human Nature
3520700000751: The Righteous Mind: Why Good People Are Divided By Politics And Religion
View 59 more similar items
Created09-22-2012 11:06:06am
Modified04-30-2020 3:58:22pm
MD53e3f6de109d8d6965e67d9c4d425caa6
SHA2565d08aa2cd6860012a8ba95ef3be3d6cd21311374d50ee9581d0ce33b8cf3a275
Search Googleby EAN or by Title
Query Time0.0259922

An article of interest

Making use of the tools we offer

Data feed access via Java

This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic  proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval  of UPC data from the EANData.com web site.

There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier  understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.

It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of  the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream  allowing direct access to the response from the from the EANData.com web site.

JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp).  The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability  needed. Its not perfect but is a good basic start.

Download the example source code

The UpcService.properties must be configured.

Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.

ApiKeyCode (Required)
Provided from EANData.com when your account is setup.

Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
 
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.