Vi flyttar från butik till nätet - så funkar det framåt
Framed by Gender | 0:e upplagan
- Danskt band, Engelska, 2011
- Författare: Cecilia L. Ridgeway
- Betyg:
277
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"
>
Beskrivning
In an advanced industrial society like the contemporary U. S., where an array of legal, political, institutional, and economic processes work against gender inequality, how does this inequality persist? Are there general social processes through which gender as a principle of social inequality manages to rewrite itself into new forms of social and economic organization?
Framed by Gender claims there are, highlighting a powerful contemporary persistence in people's everyday use of gender as a primary cultural tool for organizing social relations with others. Cecilia L. Ridgeway asserts that widely shared cultural beliefs about gender act as a "common knowledge" frame that people use to make sense of one another in order to coordinate their interaction. The use of gender as an initial framing device spreads gendered meanings, including assumptions about inequality embedded in those meanings, beyond contexts associated with sex and reproduction to all spheres of social life that are carried out through social relationships. These common knowledge cultural beliefs about gender change more slowly than do material arrangements between men and women, even though these beliefs do respond eventually. As a result of this cultural lag, at sites of innovation where people develop new forms of economic activity or new types of social organization, they confront their new, uncertain circumstances with gender beliefs that are more traditional than those circumstances. They implicitly draw on the too convenient cultural frame of gender to help organize their new ways of doing things. As they do so, they reinscribe trailing cultural assumptions about gender difference and gender inequality into the new activities, procedures, and forms of organization that they create, in effect, reinventing gender inequality for a new era. Ridgeway argues that this persistence dynamic does not make equality unattainable but does mean that progress is likely to be uneven and depend on the continued, concerted efforts of people. Thus, a powerful and original take on the troubling endurance of gender inequality, Framed by Gender makes clear that the path towards equality will not be a long, steady march, but a constant and uneven struggle.
"The most important book on gender I have read in decades. Why has gender proved so unbending? Ridgeway gives us answers, and paves the way for a new feminist theory that incorporates decades of studies on how gender bias operates at home and at work."--Joan C. Williams, Distinguished Professor of Law, University of California, Hastings College of the Law
"In lucid prose, Cecilia Ridgeway describes the social psychological processes that continually reproduce gender inequality. Marshalling research from sociology and psychology, Framed by Gender explains why women have not attained equality and what would be required to reach that goal."--Alice H. Eagly, Professor of Psychology, Northwestern University
Framed by Gender claims there are, highlighting a powerful contemporary persistence in people's everyday use of gender as a primary cultural tool for organizing social relations with others. Cecilia L. Ridgeway asserts that widely shared cultural beliefs about gender act as a "common knowledge" frame that people use to make sense of one another in order to coordinate their interaction. The use of gender as an initial framing device spreads gendered meanings, including assumptions about inequality embedded in those meanings, beyond contexts associated with sex and reproduction to all spheres of social life that are carried out through social relationships. These common knowledge cultural beliefs about gender change more slowly than do material arrangements between men and women, even though these beliefs do respond eventually. As a result of this cultural lag, at sites of innovation where people develop new forms of economic activity or new types of social organization, they confront their new, uncertain circumstances with gender beliefs that are more traditional than those circumstances. They implicitly draw on the too convenient cultural frame of gender to help organize their new ways of doing things. As they do so, they reinscribe trailing cultural assumptions about gender difference and gender inequality into the new activities, procedures, and forms of organization that they create, in effect, reinventing gender inequality for a new era. Ridgeway argues that this persistence dynamic does not make equality unattainable but does mean that progress is likely to be uneven and depend on the continued, concerted efforts of people. Thus, a powerful and original take on the troubling endurance of gender inequality, Framed by Gender makes clear that the path towards equality will not be a long, steady march, but a constant and uneven struggle.
"The most important book on gender I have read in decades. Why has gender proved so unbending? Ridgeway gives us answers, and paves the way for a new feminist theory that incorporates decades of studies on how gender bias operates at home and at work."--Joan C. Williams, Distinguished Professor of Law, University of California, Hastings College of the Law
"In lucid prose, Cecilia Ridgeway describes the social psychological processes that continually reproduce gender inequality. Marshalling research from sociology and psychology, Framed by Gender explains why women have not attained equality and what would be required to reach that goal."--Alice H. Eagly, Professor of Psychology, Northwestern University
Om denna bok
Framed by Gender av Cecilia L. Ridgeway är en Danskt band bok med 242 sidor på Engelska. Den utgavs 2011 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Framed by Gender 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:
9780199755783
Upplaga:
0
Utgiven:
2011-03-03
Förlag:
Oxford University Press
Sidantal:
242
$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"
>