Vi flyttar från butik till nätet - så funkar det framåt
The Sociology of Organizations | 0:e upplagan
- Häftad, Engelska, 2002
- Författare: Michael J. Handel
- Betyg:
1269
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
Beskrivning
"Michael Handel has assembled an authoritative and wide-ranging collection of key articles in the organizations field, and complements these papers with a terrific critical survey of the literature. His introductory essays will benefit both students and researchers alike. This collection is a real service to the field."
- Walter W. Powell, Stanford University
"A unique reader and commentary with broad coverage of the classics, combined with a healthy skepticism about received theories and an emphasis on the impact of organizations on society. The lucid commentary brightens the field."
- Charles Perrow, Yale University
For the first time, a single volume offers a comprehensive selection of primary readings and companion overview essays on the sociology of organizations. These readings and essays provide incisive and guided coverage of the subjects normally included in a one-semester sociology of organizations course.
The Sociology of Organizations covers the full range of theoretical perspectives and substantive topics through readings that are either classics in the field or widely discussed and debated "new classics."
Section introductions explain key terms and concepts, provide illustrations, and summarize related debates and research in clear prose. The depth of these overview essays makes this book ideal for use as either as a stand-alone text or a supplementary reader. After reading this book, students will have a thorough understanding of central concepts and an appreciation of the primary texts that are the foundation of the field.
Scholars and students in the fields of sociology, management, organizational behavior, and organizational psychology and those within political science and economics who are interested in how organizations function will find this work a welcome, invaluable resource.
- Walter W. Powell, Stanford University
"A unique reader and commentary with broad coverage of the classics, combined with a healthy skepticism about received theories and an emphasis on the impact of organizations on society. The lucid commentary brightens the field."
- Charles Perrow, Yale University
For the first time, a single volume offers a comprehensive selection of primary readings and companion overview essays on the sociology of organizations. These readings and essays provide incisive and guided coverage of the subjects normally included in a one-semester sociology of organizations course.
The Sociology of Organizations covers the full range of theoretical perspectives and substantive topics through readings that are either classics in the field or widely discussed and debated "new classics."
Section introductions explain key terms and concepts, provide illustrations, and summarize related debates and research in clear prose. The depth of these overview essays makes this book ideal for use as either as a stand-alone text or a supplementary reader. After reading this book, students will have a thorough understanding of central concepts and an appreciation of the primary texts that are the foundation of the field.
Scholars and students in the fields of sociology, management, organizational behavior, and organizational psychology and those within political science and economics who are interested in how organizations function will find this work a welcome, invaluable resource.
Om denna bok
The Sociology of Organizations av Michael J. Handel är en Häftad bok med 540 sidor på Engelska. Den utgavs 2002 av SAGE Publications Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Sociology of Organizations 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:
Samhälle & politik
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9780761987666
Upplaga:
0
Utgiven:
2002-09-01
Förlag:
SAGE Publications Ltd
Sidantal:
540
$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"
>