Vi flyttar från butik till nätet - så funkar det framåt
Band of Sisters | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Lauren Willig
- Betyg:
195
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 crackling portrayal of everyday American heroines…A triumph."
— Fiona Davis, New York Times bestselling author of The Lions of Fifth Avenue
A group of young women from Smith College risk their lives in France at the height of World War I in this sweeping novel based on a true story—a skillful blend of Call the Midwife and The Alice Network—from New York Times bestselling author Lauren Willig.
A scholarship girl from Brooklyn, Kate Moran thought she found a place among Smith’s Mayflower descendants, only to have her illusions dashed the summer after graduation. When charismatic alumna Betsy Rutherford delivers a rousing speech at the Smith College Club in April of 1917, looking for volunteers to help French civilians decimated by the German war machine, Kate is too busy earning her living to even think of taking up the call. But when her former best friend Emmeline Van Alden reaches out and begs her to take the place of a girl who had to drop out, Kate reluctantly agrees to join the new Smith College Relief Unit.
Four months later, Kate and seventeen other Smithies, including two trailblazing female doctors, set sail for France. The volunteers are armed with money, supplies, and good intentions—all of which immediately go astray. The chateau that was to be their headquarters is a half-burnt ruin. The villagers they meet are in desperate straits: women and children huddling in damp cellars, their crops destroyed and their wells poisoned.
Despite constant shelling from the Germans, French bureaucracy, and the threat of being ousted by the British army, the Smith volunteers bring welcome aid—and hope—to the region. But can they survive their own differences? As they cope with the hardships and terrors of the war, Kate and her colleagues find themselves navigating old rivalries and new betrayals which threaten the very existence of the Unit.
With the Germans threatening to break through the lines, can the Smith Unit pull together and be truly a band of sisters?
— Fiona Davis, New York Times bestselling author of The Lions of Fifth Avenue
A group of young women from Smith College risk their lives in France at the height of World War I in this sweeping novel based on a true story—a skillful blend of Call the Midwife and The Alice Network—from New York Times bestselling author Lauren Willig.
A scholarship girl from Brooklyn, Kate Moran thought she found a place among Smith’s Mayflower descendants, only to have her illusions dashed the summer after graduation. When charismatic alumna Betsy Rutherford delivers a rousing speech at the Smith College Club in April of 1917, looking for volunteers to help French civilians decimated by the German war machine, Kate is too busy earning her living to even think of taking up the call. But when her former best friend Emmeline Van Alden reaches out and begs her to take the place of a girl who had to drop out, Kate reluctantly agrees to join the new Smith College Relief Unit.
Four months later, Kate and seventeen other Smithies, including two trailblazing female doctors, set sail for France. The volunteers are armed with money, supplies, and good intentions—all of which immediately go astray. The chateau that was to be their headquarters is a half-burnt ruin. The villagers they meet are in desperate straits: women and children huddling in damp cellars, their crops destroyed and their wells poisoned.
Despite constant shelling from the Germans, French bureaucracy, and the threat of being ousted by the British army, the Smith volunteers bring welcome aid—and hope—to the region. But can they survive their own differences? As they cope with the hardships and terrors of the war, Kate and her colleagues find themselves navigating old rivalries and new betrayals which threaten the very existence of the Unit.
With the Germans threatening to break through the lines, can the Smith Unit pull together and be truly a band of sisters?
Om denna bok
Band of Sisters av Lauren Willig är en Danskt band bok med 544 sidor på Engelska. Den utgavs 2022 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Band of Sisters 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:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780062986160
Upplaga:
0
Utgiven:
2022-05-12
Förlag:
Gardners Books
Sidantal:
544
$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"
>