Doing Qualitative Research | 6:e upplagan
- Danskt band, Engelska, 2021
- Författare: David Silverman
- Betyg:
526
kr
Skickas inom 0-2 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"
>
Fler utgåvor
-
Doing Qualitative Research (2017)
344 kr
-
Doing Qualitative Research (2013)
167 kr
-
Doing Qualitative Research (2009)
219 kr
Beskrivning
Need practical advice on how to do your first qualitative research project? This book will guide you through each step of the research process: from brainstorming ideas and working with your supervisor to navigating the field to writing up your results.
Driven by examples from other students’ projects, the book features discussions on translating social problems into research topics, collecting data in the wake of a pandemic, and guidance from Qualitative Data Analysis Software expert Christian Schmieder to help you summarise, categorise, and review qualitative data. A new chapter on how much data you need answers the age-old question: ‘how many interviews or case studies are enough?’
It also includes:
- Articles and websites to build your bibliography
- Questions to test your knowledge
- Videos from world-leading qualitative experts
- Activities to dig deeper into key concepts and think critically about research
- Lessons-learned discussions with other researchers
- Exercises to help you choose the right path for your project.
Key features: in addition to the online Silverman Workshops, the book includes top tips, end-of-chapter checklists to test your understanding, and annotated further reading so you can develop your knowledge further.
Driven by examples from other students’ projects, the book features discussions on translating social problems into research topics, collecting data in the wake of a pandemic, and guidance from Qualitative Data Analysis Software expert Christian Schmieder to help you summarise, categorise, and review qualitative data. A new chapter on how much data you need answers the age-old question: ‘how many interviews or case studies are enough?’
It also includes:
- Articles and websites to build your bibliography
- Questions to test your knowledge
- Videos from world-leading qualitative experts
- Activities to dig deeper into key concepts and think critically about research
- Lessons-learned discussions with other researchers
- Exercises to help you choose the right path for your project.
Key features: in addition to the online Silverman Workshops, the book includes top tips, end-of-chapter checklists to test your understanding, and annotated further reading so you can develop your knowledge further.
Produktinformation
Kategori:
Matematik & statistik
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781529769005
Upplaga:
6
Utgiven:
2021-12-02
Förlag:
Okänt
Sidantal:
656
Används bl.a. i följande kurser
$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"
>