Vi flyttar från butik till nätet - så funkar det framåt
Designing the Modern City | 0:e upplagan
- Danskt band, Engelska, 2018
- Författare: Eric Mumford
- Betyg:
368
kr
Skickas inom 5-9 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 comprehensive new survey tracing the global history of urbanism and urban design from the industrial revolution to the present
“An engaging read for urban planners and non-designer urbanists. . . . The extent and detail of Mumford’s geographical coverage of the topics are exceptional.”—Christopher Auffrey, Journal of Urban Affairs
Written with an international perspective that encourages cross-cultural comparisons, leading architectural and urban historian Eric Mumford presents a comprehensive survey of urbanism and urban design since the industrial revolution. Beginning in the second half of the 19th century, technical, social, and economic developments set cities and the world’s population on a course of massive expansion. Mumford recounts how key figures in design responded to these changing circumstances with both practicable proposals and theoretical frameworks, ultimately creating what are now mainstream ideas about how urban environments should be designed, as well as creating the field called “urbanism.” He then traces the complex outcomes of approaches that emerged in European, American, and Asian cities.
This erudite and insightful book addresses the modernization of the traditional city, including mass transit and sanitary sewer systems, building legislation, and model tenement and regional planning approaches. It also examines the urban design concepts of groups such as CIAM (International Congresses of Modern Architecture) and Team 10, and their adherents and critics, including those of the Congress for the New Urbanism, as well as efforts toward ecological urbanism. Highlighting built as well as unbuilt projects, Mumford offers a sweeping guide to the history of designers’ efforts to shape cities.
“An engaging read for urban planners and non-designer urbanists. . . . The extent and detail of Mumford’s geographical coverage of the topics are exceptional.”—Christopher Auffrey, Journal of Urban Affairs
Written with an international perspective that encourages cross-cultural comparisons, leading architectural and urban historian Eric Mumford presents a comprehensive survey of urbanism and urban design since the industrial revolution. Beginning in the second half of the 19th century, technical, social, and economic developments set cities and the world’s population on a course of massive expansion. Mumford recounts how key figures in design responded to these changing circumstances with both practicable proposals and theoretical frameworks, ultimately creating what are now mainstream ideas about how urban environments should be designed, as well as creating the field called “urbanism.” He then traces the complex outcomes of approaches that emerged in European, American, and Asian cities.
This erudite and insightful book addresses the modernization of the traditional city, including mass transit and sanitary sewer systems, building legislation, and model tenement and regional planning approaches. It also examines the urban design concepts of groups such as CIAM (International Congresses of Modern Architecture) and Team 10, and their adherents and critics, including those of the Congress for the New Urbanism, as well as efforts toward ecological urbanism. Highlighting built as well as unbuilt projects, Mumford offers a sweeping guide to the history of designers’ efforts to shape cities.
Om denna bok
Designing the Modern City av Eric Mumford är en Danskt band bok med 360 sidor på Engelska. Den utgavs 2018 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Designing the Modern City 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:
9780300207729
Upplaga:
0
Utgiven:
2018-05-15
Förlag:
John Wiley And Sons Ltd
Sidantal:
360
$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"
>