Vi flyttar från butik till nätet - så funkar det framåt
Gut Feelings | 3:e upplagan
- Pocket, Engelska, 2008
- Författare: Gerd Gigerenzer
- Betyg:
153
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
In Gut Feelings: Short Cuts to Better Decision Making psychologist and behavioural expert Gerd Gigerenzer reveals the secrets of fast and effective decision-making.
A sportsman can catch a ball without calculating its speed or distance. A group of amateurs beat the experts at playing the stock market. A man falls for the right woman even though she's 'wrong' on paper. All these people succeeded by trusting their instincts - but how does it work?
As Gerd Gigerenzer explains, in an uncertain world, sometimes we have to ignore too much information and rely on our brain's 'short cut', or heuristic. By explaining how intuition works and analyzing the techniques that people use to make good decisions - whether it's in personnel selection or heart surgery - Gigerenzer will show you the hidden intelligence of the unconscious mind.
'Fascinating and provocative ... Gut Feelings may well be the recipe for a simpler, less stressful life'
Sunday Times
'Gigerenzer's writing is catchily optimistic and slyly funny ... Devilish'
Steven Poole, Guardian
'The science behind the phenomenon cited in the bestseller Blink ... useful and clearly written'
Business Week
'Gigerenzer is brilliant'
Stephen Pinker
Gerd Gigerenzer is Director of the Center for Adaptive Behavior and Cognition at the Max Planck Institute for Human Development in Berlin and former Professor of Psychology at the University of Chicago. He has published two academic books on heuristics, Simple Heuristics That Make Us Smart and Bounded Rationality: The Adaptive Toolbox as well as a popular science book, Reckoning with Risk.
A sportsman can catch a ball without calculating its speed or distance. A group of amateurs beat the experts at playing the stock market. A man falls for the right woman even though she's 'wrong' on paper. All these people succeeded by trusting their instincts - but how does it work?
As Gerd Gigerenzer explains, in an uncertain world, sometimes we have to ignore too much information and rely on our brain's 'short cut', or heuristic. By explaining how intuition works and analyzing the techniques that people use to make good decisions - whether it's in personnel selection or heart surgery - Gigerenzer will show you the hidden intelligence of the unconscious mind.
'Fascinating and provocative ... Gut Feelings may well be the recipe for a simpler, less stressful life'
Sunday Times
'Gigerenzer's writing is catchily optimistic and slyly funny ... Devilish'
Steven Poole, Guardian
'The science behind the phenomenon cited in the bestseller Blink ... useful and clearly written'
Business Week
'Gigerenzer is brilliant'
Stephen Pinker
Gerd Gigerenzer is Director of the Center for Adaptive Behavior and Cognition at the Max Planck Institute for Human Development in Berlin and former Professor of Psychology at the University of Chicago. He has published two academic books on heuristics, Simple Heuristics That Make Us Smart and Bounded Rationality: The Adaptive Toolbox as well as a popular science book, Reckoning with Risk.
Om denna bok
Gut Feelings av Gerd Gigerenzer är en Pocket bok med 256 sidor på Engelska. Detta är den 3:e upplagan som utgavs 2008 av Penguin UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Gut Feelings begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Pedagogik & psykologi
Bandtyp:
Pocket
Språk:
Engelska
ISBN:
9780141015910
Upplaga:
3
Utgiven:
2008-08-01
Förlag:
Penguin UK
Sidantal:
256
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>