Vi flyttar från butik till nätet - så funkar det framåt
Republic | 0:e upplagan
- Inbunden, Engelska, 2022
- Författare: Platon
- 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"
>
Beskrivning
The unabridged version of this definitive work is now available in this highly designed jacketed hardcover with a new introduction by Odysseus Makridis.
Published around 380 BCE, Plato’s most famous work explores the idea of justness, among other things, through a Socratic dialogue. Considered to be one of the most influential writings in the development of Western philosophy and political theory, The Republicis as relevant today as when it was originally published.
A modern design makes this timeless book perfect for any library.
Essential volumes for the shelves of every classic literature lover, the Chartwell Classics series includes beautifully presented works and collections from some of the most important authors in literary history. Chartwell Classics are the editions of choice for the most discerning literature buffs.
Other titles in the Chartwell Classics Series include: Complete Fiction of H.P. Lovecraft; Complete Grimm’s Fairy Tales; Complete Novels of Jane Austen; Complete Sherlock Holme; Complete Tales & Poems of Edgar Allen Poe; Complete Works of William Shakespeare; Divine Comedy; Alice's Adventures in Wonderland and Other Tales; The Essential Tales of H.P. Lovecraft; The Federalist Papers; The Inferno; The Call of the Wild and White Fang; Moby Dick; The Odyssey; Pride and Prejudice; The Essential Grimm’s Fairy Tales; Emma; The Great Gatsby; The Secret Garden; Anne of Green Gables; The Essential Tales and Poems of Edgar Allan Poe; The Phantom of the Opera; The Communist Manifesto and Das Kapital; Frankenstein; Twenty Thousand Leagues Under the Sea; The Picture of Dorian Gray; Meditations; Wuthering Heights; Alice’s Adventures in Wonderland and Through the Looking-Glass; A Tales of Two Cities; Beowulf; The Strange Case of Dr. Jekyll and Mr. Hyde and Other Stories; Adventures of Huckleberry Finn; Little Women
Published around 380 BCE, Plato’s most famous work explores the idea of justness, among other things, through a Socratic dialogue. Considered to be one of the most influential writings in the development of Western philosophy and political theory, The Republicis as relevant today as when it was originally published.
A modern design makes this timeless book perfect for any library.
Essential volumes for the shelves of every classic literature lover, the Chartwell Classics series includes beautifully presented works and collections from some of the most important authors in literary history. Chartwell Classics are the editions of choice for the most discerning literature buffs.
Other titles in the Chartwell Classics Series include: Complete Fiction of H.P. Lovecraft; Complete Grimm’s Fairy Tales; Complete Novels of Jane Austen; Complete Sherlock Holme; Complete Tales & Poems of Edgar Allen Poe; Complete Works of William Shakespeare; Divine Comedy; Alice's Adventures in Wonderland and Other Tales; The Essential Tales of H.P. Lovecraft; The Federalist Papers; The Inferno; The Call of the Wild and White Fang; Moby Dick; The Odyssey; Pride and Prejudice; The Essential Grimm’s Fairy Tales; Emma; The Great Gatsby; The Secret Garden; Anne of Green Gables; The Essential Tales and Poems of Edgar Allan Poe; The Phantom of the Opera; The Communist Manifesto and Das Kapital; Frankenstein; Twenty Thousand Leagues Under the Sea; The Picture of Dorian Gray; Meditations; Wuthering Heights; Alice’s Adventures in Wonderland and Through the Looking-Glass; A Tales of Two Cities; Beowulf; The Strange Case of Dr. Jekyll and Mr. Hyde and Other Stories; Adventures of Huckleberry Finn; Little Women
Om denna bok
Republic av Platon är en Inbunden bok på Engelska. Den utgavs 2022 av Stardist bokimport.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Republic 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:
Inbunden
Språk:
Engelska
ISBN:
9780785839828
Upplaga:
0
Utgiven:
2022-04-05
Förlag:
Stardist bokimport
Sidantal:
$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"
>