Vi flyttar från butik till nätet - så funkar det framåt
Listening to People | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Annette Lareau
- Betyg:
254
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
A down-to-earth, practical guide for interview and participant observation and analysis.
In-depth interviews and close observation are essential to the work of social scientists, but inserting one's researcher-self into the lives of others can be daunting, especially early on. Esteemed sociologist Annette Lareau is here to help. Lareau's clear, insightful, and personal guide is not your average methods text. It promises to reduce researcher anxiety while illuminating the best methods for first-rate research practice.
As the title of this book suggests, Lareau considers listening to be the core element of interviewing and observation. A researcher must listen to people as she collects data, listen to feedback as she describes what she is learning, listen to the findings of others as they delve into the existing literature on topics, and listen to herself in order to sift and prioritize some aspects of the study over others. By listening in these different ways, researchers will discover connections, reconsider assumptions, catch mistakes, develop and assess new ideas, weigh priorities, ponder new directions, and undertake numerous adjustments-all of which will make their contributions clearer and more valuable.
Accessibly written and full of practical, easy-to-follow guidance, this book will help both novice and experienced researchers to do their very best work. Qualitative research is an inherently uncertain project, but with Lareau's help, you can alleviate anxiety and focus on success.
In-depth interviews and close observation are essential to the work of social scientists, but inserting one's researcher-self into the lives of others can be daunting, especially early on. Esteemed sociologist Annette Lareau is here to help. Lareau's clear, insightful, and personal guide is not your average methods text. It promises to reduce researcher anxiety while illuminating the best methods for first-rate research practice.
As the title of this book suggests, Lareau considers listening to be the core element of interviewing and observation. A researcher must listen to people as she collects data, listen to feedback as she describes what she is learning, listen to the findings of others as they delve into the existing literature on topics, and listen to herself in order to sift and prioritize some aspects of the study over others. By listening in these different ways, researchers will discover connections, reconsider assumptions, catch mistakes, develop and assess new ideas, weigh priorities, ponder new directions, and undertake numerous adjustments-all of which will make their contributions clearer and more valuable.
Accessibly written and full of practical, easy-to-follow guidance, this book will help both novice and experienced researchers to do their very best work. Qualitative research is an inherently uncertain project, but with Lareau's help, you can alleviate anxiety and focus on success.
Om denna bok
Listening to People av Annette Lareau är en Danskt band bok med 304 sidor på Engelska. Den utgavs 2021 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Listening to People 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780226806433
Upplaga:
0
Utgiven:
2021-10-15
Förlag:
John Wiley And Sons Ltd
Sidantal:
304
$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"
>