Professor(s)
Learning Outcomes
- Understand the human, organizational, cultural, and technological factors that lead to disasters.
- Capacity to identify and analyze the economic, managerial, legal, political, ethical, public relations, sociological, psychological, and international relations components of disaster prevention, management and remediation.
- Familiarization with major disasters of the past as a window into how disasters in the future may occur and the importance of a historical perspective.
- Be sufficiently acquainted with the field of disasters to permit further study (eg. Masters programs) or entry level employment in the practical fields of risk assessment, safety improvement, resilience building or humanitarian disaster relief efforts.
- Refine research and presentation skills.
- Local and Global Perspectives: Students will enhance their intercultural understanding of languages, cultures, and histories of local societies and the global issues to which these relate. (LO1CCI)
- Exploring and Engaging Difference: Students will think critically about cultural and social difference; they will identify and understand power structures that determine hierarchies and inequalities that can relate to race, ethnicity, gender, nationhood, religion, or class. (LO3CCI)
- Civic and Ethical Engagement: Students will demonstrate awareness of ethical considerations relating to specific societal problems, values, or practices (historical or contemporary; global or local) and learn to articulate possible solutions to prominent challenges facing societies and institutions today so as to become engaged actors at various levels in our interconnected world. (LO4CCI)
Syllabus
<?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()))));
}
?>
Schedule
| Day | Start Time | End Time | Room |
|---|---|---|---|
Monday | 14:30 | 18:00 | C-505 |
Tuesday | 14:30 | 18:00 | C-505 |
Wednesday | 14:30 | 18:00 | C-505 |
Thursday | 14:30 | 18:00 | C-505 |