Course Master:
Term:
Fall 2020
Discipline:
PL (Philosophy)
Credits:
4 credits
Type:
CCI
Level:
Undergraduate
Can be taken twice for credit?:
Yes
Exam Date:
Tuesday, December 22, 2020 - 20:00
Pre-requisites:
None
Co-requisites:
None
Today the Enlightenment project stands at a crossroads. The rise of populist and nationalist
movements, human-induced dangerous climate change and the asymmetric post-colonial
relationships between the West and “the Rest” seriously put into question several of the
Enlightenment’s core commitments such as the moral ideas of freedom and equality,
democratic politics, social progress and the scientifically-informed, rational control of the
natural environment. The course will examine not only the historical origin and development of the Enlightenment ideas and their institutional manifestations, but also possible solutions to the contemporary challenges that engaged global citizens perhaps should pursue.
<?php
$SROfferID = $entity->field_cams_id['und']['0']['value'];
if (course_syllabus_view_access_callback($SROfferID)) {
$url = 'sites/default/files/fields/field_course_syllabi_pdf/Syllabus '.$entity->title.'.pdf';
if (file_exists($url)) {
print '<p>' . l('View Syllabus PDF Archive', $url) . '</p>';
}
else {
$syllabi = course_syllabus_query('get_syllabus_list', '('.$SROfferID.')');
if (isset($syllabi[$SROfferID])) {
$url = 'course/' . $SROfferID . '/syllabus/view';
print '<p>' . l('View this course syllabus', $url) . '</p>';
}
else {
print t('There is no published syllabus for this course offering');
}
}
}
else {
print t('Please !login to view this course syllabi.', array(
'!login' => l(t('log in'), 'saml/login', array('query' => drupal_get_destination()))));
}
?>
| Day | Start Time | End Time | Room |
|---|---|---|---|
Friday | 16:20 | 17:55 | C-103 |
Tuesday | 10:50 | 12:25 | C-103 |