Vi flyttar från butik till nätet - så funkar det framåt
The Golden Thread | 0:e upplagan
- Danskt band, Engelska, 2019
- Författare: Kassia St Clair
- Betyg:
161
kr
Skickas inom 1-3 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 RADIO 4 BOOK OF THE WEEK **
'Fascinating . . . The history of the world through the eye of a needle . . . I recommend this book to anyone' THE SPECTATOR
'A charming, absorbing and history that takes us on a journey from the silk roads to sportswear, from ruffs to spacesuits . . . I devoured this quietly feminist book' SUNDAY TIMES
'Joyful and beautiful' NATURE
'Will make you rethink your relationship with fabric' ELLE DECORATION
All textiles begin with a twist. From colourful 30,000-year old threads found on the floor of a Georgian cave to what the linen wrappings of Tutankhamun's mummy actually meant; from the Silk Roads to the woollen sails that helped the Vikings reach America 700 years before Columbus; from the lace ruffs that infuriated the puritans to the Indian calicoes and chintzes that powered the Industrial Revolution, our continuing reinvention of cloth tells fascinating stories of human ingenuity.
When we talk of lives hanging by a thread, being interwoven, or part of the social fabric, we are part of a tradition that stretches back many thousands of years. Fabric has allowed us to achieve extraordinary things and survive in unlikely places, and this book shows you how -- and why.
With a cast that includes Chinese empresses, Richard the Lionheart and Bing Crosby, Kassia St Clair takes us on the run with escaped slaves, climbing the slopes of Everest and moonwalking with astronauts. Running like a bright line through history, The Golden Thread offers an unforgettable adventure through our past, present and future.
'Fascinating . . . The history of the world through the eye of a needle . . . I recommend this book to anyone' THE SPECTATOR
'A charming, absorbing and history that takes us on a journey from the silk roads to sportswear, from ruffs to spacesuits . . . I devoured this quietly feminist book' SUNDAY TIMES
'Joyful and beautiful' NATURE
'Will make you rethink your relationship with fabric' ELLE DECORATION
All textiles begin with a twist. From colourful 30,000-year old threads found on the floor of a Georgian cave to what the linen wrappings of Tutankhamun's mummy actually meant; from the Silk Roads to the woollen sails that helped the Vikings reach America 700 years before Columbus; from the lace ruffs that infuriated the puritans to the Indian calicoes and chintzes that powered the Industrial Revolution, our continuing reinvention of cloth tells fascinating stories of human ingenuity.
When we talk of lives hanging by a thread, being interwoven, or part of the social fabric, we are part of a tradition that stretches back many thousands of years. Fabric has allowed us to achieve extraordinary things and survive in unlikely places, and this book shows you how -- and why.
With a cast that includes Chinese empresses, Richard the Lionheart and Bing Crosby, Kassia St Clair takes us on the run with escaped slaves, climbing the slopes of Everest and moonwalking with astronauts. Running like a bright line through history, The Golden Thread offers an unforgettable adventure through our past, present and future.
Om denna bok
The Golden Thread av Kassia St Clair är en Danskt band bok med 368 sidor på Engelska. Den utgavs 2019 av John Murray Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Golden Thread 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:
9781473659056
Upplaga:
0
Utgiven:
2019-10-03
Förlag:
John Murray Press
Sidantal:
368
$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"
>