Vi flyttar från butik till nätet - så funkar det framåt
Robert A. Dahl | 1:a upplagan
- Häftad, Engelska, 2018
- Författare: Mark Haugaard, David Baldwin
- Betyg:
Butikslager
Onlinelager
Ej i lager
$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
This book is devoted to the work of Robert A. Dahl, who passed away in 2014. Dahl was one of the most important American political scientists and normative democratic theorists of the post-war era, and he was also an influential teacher who mentored some of the most significant academics of the next two generations of American political science. As an incredibly productive scholar he had a career that spanned more than half a century, his first book was published in 1950 his last was in 2007 at the age of 92. As a political scientist, he was respected even by those who were critical of his works. This theoretical significance and profound influence is reflected in the collection of chapters in this volume, which reads like a ‘who’s who’ of the contemporary US political science scene. His co-author Bruce Stinebrickner documents the evolution of his and Dahl’s seminal text, Modern Political Analysis and how it became the standard introduction to American political science for nearly fifty years. Katharine MacKinnon’s chapter is of significance for its insights upon Dahl and also represents a succinct statement of a feminist reading and critique of contemporary political science. Steven Lukes contributes a highly concise statement of the difference between one-dimensional and three-dimensional power. This work will be a standard reference work for any researchers or those interested in the work of Robert Dahl, among both established academics and students. This book was originally published as a special issue of the Journal of Political Power.
Om denna bok
Robert A. Dahl av Mark Haugaard och David Baldwin är en Häftad bok med 126 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2018 av Taylor & Francis Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Robert A. Dahl 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:
Häftad
Språk:
Engelska
ISBN:
9781138502505
Upplaga:
1
Utgiven:
2018-01-12
Förlag:
Taylor & Francis Ltd
Sidantal:
126
$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"
>