Vi flyttar från butik till nätet - så funkar det framåt
Working Memory, Thought, and Action | 0:e upplagan
- Danskt band, Engelska, 2007
- Författare: Alan Baddeley
- Betyg:
1384
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
'Working Memory, Thought, and Action' is the magnum opus of one of the most influential cognitive psychologists of the past 50 years. This new volume on the model he created (with Graham Hitch) discusses the developments that have occurred within the model in the past twenty years, and places it within a broader context.
Working memory is a temporary storage system that underpins our capacity for coherent thought. Some 30 years ago, Baddeley and Hitch proposed a way of thinking about working memory that has proved to be both valuable and influential in its application to practical problems. This book updates the theory, discussing both the evidence in its favour, and alternative approaches. In addition, it discusses the implications of the model for understanding social and emotional behaviour, concluding with an attempt to place working memory in a broader biological and philosophical context. Inside are chapters on the phonological loop, the visuo-spatial sketchpad, the central executive and the episodic buffer. There are also chapters on the relevance to working memory of studies of the recency effect, of work based on individual differences, and of neuroimaging research.
The broader implications of the concept of working memory are discussed in the chapters on social psychology, anxiety, depression, consciousness and on the control of action. Finally, Baddeley discusses the relevance of a concept of working memory to the classic problems of consciousness and free will.
This new volume from one of the pioneers in memory research will doubtless emulate the success of its predecessor, and be a major publication within the psychological literature.
Working memory is a temporary storage system that underpins our capacity for coherent thought. Some 30 years ago, Baddeley and Hitch proposed a way of thinking about working memory that has proved to be both valuable and influential in its application to practical problems. This book updates the theory, discussing both the evidence in its favour, and alternative approaches. In addition, it discusses the implications of the model for understanding social and emotional behaviour, concluding with an attempt to place working memory in a broader biological and philosophical context. Inside are chapters on the phonological loop, the visuo-spatial sketchpad, the central executive and the episodic buffer. There are also chapters on the relevance to working memory of studies of the recency effect, of work based on individual differences, and of neuroimaging research.
The broader implications of the concept of working memory are discussed in the chapters on social psychology, anxiety, depression, consciousness and on the control of action. Finally, Baddeley discusses the relevance of a concept of working memory to the classic problems of consciousness and free will.
This new volume from one of the pioneers in memory research will doubtless emulate the success of its predecessor, and be a major publication within the psychological literature.
Om denna bok
Working Memory, Thought, and Action av Alan Baddeley är en Danskt band bok med 432 sidor på Engelska. Den utgavs 2007 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Working Memory, Thought, and Action 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:
Naturvetenskap & teknik
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780198528005
Upplaga:
0
Utgiven:
2007-03-15
Förlag:
Oxford University Press
Sidantal:
432
$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"
>