Vi flyttar från butik till nätet - så funkar det framåt
Rescuing Socrates | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Roosevelt Montás
- 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 Dominican-born academic tells the story of how the Great Books transformed his life—and why they have the power to speak to people of all backgrounds
What is the value of a liberal education? Traditionally characterized by a rigorous engagement with the classics of Western thought and literature, this approach to education is all but extinct in American universities, replaced by flexible distribution requirements and ever-narrower academic specialization. Many academics attack the very idea of a Western canon as chauvinistic, while the general public increasingly doubts the value of the humanities. In Rescuing Socrates, Dominican-born American academic Roosevelt Montás tells the story of how a liberal education transformed his life, and offers an intimate account of the relevance of the Great Books today, especially to members of historically marginalized communities.
Montás emigrated from the Dominican Republic to Queens, New York, when he was twelve and encountered the Western classics as an undergraduate in Columbia University’s renowned Core Curriculum, one of America’s last remaining Great Books programs. The experience changed his life and determined his career—he went on to earn a PhD in English and comparative literature, serve as director of Columbia’s Center for the Core Curriculum, and start a Great Books program for low-income high school students who aspire to be the first in their families to attend college.
Weaving together memoir and literary reflection, Rescuing Socrates describes how four authors—Plato, Augustine, Freud, and Gandhi—had a profound impact on Montás’s life. In doing so, the book drives home what it’s like to experience a liberal education—and why it can still remake lives.
What is the value of a liberal education? Traditionally characterized by a rigorous engagement with the classics of Western thought and literature, this approach to education is all but extinct in American universities, replaced by flexible distribution requirements and ever-narrower academic specialization. Many academics attack the very idea of a Western canon as chauvinistic, while the general public increasingly doubts the value of the humanities. In Rescuing Socrates, Dominican-born American academic Roosevelt Montás tells the story of how a liberal education transformed his life, and offers an intimate account of the relevance of the Great Books today, especially to members of historically marginalized communities.
Montás emigrated from the Dominican Republic to Queens, New York, when he was twelve and encountered the Western classics as an undergraduate in Columbia University’s renowned Core Curriculum, one of America’s last remaining Great Books programs. The experience changed his life and determined his career—he went on to earn a PhD in English and comparative literature, serve as director of Columbia’s Center for the Core Curriculum, and start a Great Books program for low-income high school students who aspire to be the first in their families to attend college.
Weaving together memoir and literary reflection, Rescuing Socrates describes how four authors—Plato, Augustine, Freud, and Gandhi—had a profound impact on Montás’s life. In doing so, the book drives home what it’s like to experience a liberal education—and why it can still remake lives.
Om denna bok
Rescuing Socrates av Roosevelt Montás är en Danskt band bok med 248 sidor på Engelska. Den utgavs 2023 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Rescuing Socrates 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:
9780691224398
Upplaga:
0
Utgiven:
2023-03-21
Förlag:
John Wiley And Sons Ltd
Sidantal:
248
$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"
>